Simple Business Manager

Simple Business Manager Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 27,922 downloads
Simple Business Manager Icon

Try plugin: Simple Business Manager

We'll create fresh WordPress site with Simple Business Manager installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Simple Business Manager

Manage your customers, send invoices, track spending.

1


0


0


0


1

updated: 11 years ago
since: 13 years ago
author: Russell Albin

Description

Simple Business Manager allows you to manage your company, track invoices and keep finances in order. Letter generator allows you to create letter templates and then send them to your customers. A Company report allows you to quickly see your company finances, expenses and deposits as well as the ability to track miles traveled.

Arbitrary section

A description of the table structure

Table: spm_project

    ID              = auto increment number
    date_submitted  = the date the project started format: YYYY-MM-DD HH:MM:SS
    last_updated    = the last date the project was updated format: YYYY-MM-DD HH:MM:SS

Table: spm_project_attribute

    ID  value

    1   name
    2   category
    3   status ( The actual value comes from spm_project_status_options )
    4   reporter
    5   assigned to
    6   priority
    7   summary
    8   description
    9   customer id
    10  change

Table: spm_project_details

    project_id      = The id from spm_project
    attribute_id    = The ID from spm_project_attribute such as: 1
    value           = The value such as: Fix the home page

Table: spm_project_status_options

    ID  Value

    1   new
    2   unassigned
    3   assigned
    4   acknowledged
    5   feedback
    6   confirm
    7   resolved
    8   closed

Please let me know if you have any questions. [email protected]

A brief Markdown Example