sheets.Report
: Accounting Report¶
Report(id, user, today, printed_by, start_period, end_period)
name |
type |
verbose name |
id |
BigAutoField |
ID |
user |
ForeignKey to User |
Author |
today |
DateField |
Today |
printed_by |
ForeignKey to Excerpt |
Printed |
start_period |
ForeignKey to AccountingPeriod |
Start period |
end_period |
ForeignKey to AccountingPeriod |
End period |
name_column |
VirtualField |
Name |
navigation_panel |
VirtualField |
(None) |
workflow_buttons |
VirtualField |
Workflow |
overview |
VirtualField |
(None) |
printed |
VirtualField |
Printed |
body |
VirtualField |
(None) |
Master tables: sheets.Reports : Accounting Reports
Slave tables: sheets.AccountEntriesByReport : General account balances, sheets.PartnerEntriesByReport : Partner balances, sheets.AnaAccountEntriesByReport : Analytic accounts balances, sheets.BalanceEntriesByReport : Sheet item entries, sheets.ResultsEntriesByReport : Sheet item entries
Referenced from sheets.AccountEntry.report, sheets.AnaAccountEntry.report, sheets.ItemEntry.report, sheets.PartnerEntry.report
Database fields¶
Internal name |
Verbose name |
Help text |
---|---|---|
id |
ID |
|
user |
Author |
The user who owns and uses this plan. |
today |
Today |
This date of this plan. This is automatically set to today each time the plan is called or updated. |
printed_by |
Printed |
ForeignKey to the Excerpt which certifies this instance. |
start_period |
Start period |
The first period of the range to cover. |
end_period |
End period |
The last period of the range to cover. |
name_column |
Name |
|
navigation_panel |
None |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
overview |
None |
|
printed |
Printed |
Displays information about when this certifiable has been printed. Clicking on it will display the excerpt pointed to by printed_by. |
body |
None |