finan.JournalEntryItem
: Journal Entry item¶
JournalEntryItem(id, seqno, match, amount, remark, account, partner, date, voucher)
name |
type |
verbose name |
id |
BigAutoField |
ID |
seqno |
IntegerField |
No. |
match |
CharField |
Match |
amount |
PriceField |
Amount |
remark |
CharField |
Your reference |
account |
ForeignKey to Account |
Account |
partner |
ForeignKey to Partner |
Partner |
date |
DateField |
Date |
voucher |
ForeignKey to JournalEntry |
Journal Entry |
debit |
DcAmountField |
Debit |
credit |
DcAmountField |
Credit |
name_column |
VirtualField |
Name |
navigation_panel |
VirtualField |
(None) |
workflow_buttons |
VirtualField |
Workflow |
overview |
VirtualField |
(None) |
move_buttons |
VirtualField |
Move |
Master tables: finan.JournalEntryItemTable : Journal Entry items
Referenced from
Database fields¶
Internal name |
Verbose name |
Help text |
---|---|---|
id |
ID |
|
seqno |
No. |
The sequence number of this item with its parent. |
match |
Match |
The movement to be matched. |
amount |
Amount |
The amount to be booked. If this is empty, then the voucher cannot be registered. |
remark |
Your reference |
External reference. The description of this transation as seen by the external partner. |
account |
Account |
The general account to be used in the primary booking. If this is empty, use item_account of the voucher. |
partner |
Partner |
The partner account to be used in the primary booking. |
date |
Date |
The value date of this item. |
voucher |
Journal Entry |
Pointer to the voucher which contains this item. Non nullable. The voucher must be a subclass of ledger.Voucher. The related_name must be ‚items‘. |
debit |
Debit |
|
credit |
Credit |
|
name_column |
Name |
|
navigation_panel |
None |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
overview |
None |
|
move_buttons |
Move |
Displays buttons for certain actions on this row: |