內容簡介
Simple Business Manager 可以讓您管理公司、追蹤發票並維持財務秩序。信函產生器可以讓您建立信函範本,然後發送給客戶。公司報告可以讓您快速查看公司財務、支出、存款以及追蹤旅程里程。
任意部分
表格結構的說明
Table: spm_project
ID = 自動遞增的編號
date_submitted = 專案開始日期,格式為:YYYY-MM-DD HH:MM:SS
last_updated = 專案最後更新日期,格式為:YYYY-MM-DD HH:MM:SS
Table: spm_project_attribute
ID value
1 name(專案名稱)
2 category(專案類別)
3 status (實際值來自 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 = spm_project的ID
attribute_id = spm_project_attribute的ID,例如:1
value = 欄位的值,例如:修正首頁
Table: spm_project_status_options
ID Value
1 new(新)
2 unassigned(未指派)
3 assigned(已指派)
4 acknowledged(已確認)
5 feedback(回饋)
6 confirm(確認)
7 resolved(已解決)
8 closed(已關閉)
如有任何問題,請隨時聯繫我。 [email protected]
簡短的Markdown範例
外掛標籤
開發者團隊
原文外掛簡介
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
