sheets.AnaAccountEntry
: Analytic accounts balance¶
AnaAccountEntry(id, report, old_d, old_c, during_c, during_d)
name |
type |
verbose name |
id |
BigAutoField |
ID |
report |
ForeignKey to Report |
Accounting Report |
old_d |
PriceField |
Debit before |
old_c |
PriceField |
Credit before |
during_c |
PriceField |
Credit |
during_d |
PriceField |
Debit |
description |
VirtualField |
Account |
new_d |
VirtualField |
Debit after |
new_c |
VirtualField |
Credit after |
old_dc |
VirtualField |
Balance before |
new_dc |
VirtualField |
Balance after |
name_column |
VirtualField |
Name |
navigation_panel |
VirtualField |
(None) |
workflow_buttons |
VirtualField |
Workflow |
overview |
VirtualField |
(None) |
Master tables: sheets.AnaAccountEntries : Analytic accounts balances
Referenced from
Database fields¶
Internal name |
Verbose name |
Help text |
id |
ID |
|
report |
Accounting Report |
|
old_d |
Debit before |
|
old_c |
Credit before |
|
during_c |
Credit |
|
during_d |
Debit |
|
description |
Account |
|
new_d |
Debit after |
|
new_c |
Credit after |
|
old_dc |
Balance before |
|
new_dc |
Balance after |
|
name_column |
Name |
|
navigation_panel |
None |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
overview |
None |