Add Loans.
This commit is contained in:
parent
7ed4d20d87
commit
f0ee16a373
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ my(@ledgerOptions) = (@mainLedgerOptions,
|
|||
my %reportFields =
|
||||
('Cash' => { args => [ '-e', $endDate, 'bal', '/^Assets/' ] },
|
||||
'Accounts Receivable' => {args => [ '-e', $endDate, 'bal', '/^Accrued:Accounts Receivable/' ]},
|
||||
'Loans Receivable' => {args => [ '-e', $endDate, 'bal', '/^Accrued:Loans Receivable/' ]},
|
||||
'Accounts Payable' => {args => [ '-e', $endDate, 'bal', '/^Accrued.*Accounts Payable/' ]},
|
||||
'Accrued Expenses' => {args => [ '-e', $endDate, 'bal', '/^Accrued.*Expenses/' ]},
|
||||
'Unearned Income, Conference Registration' => {args => [ '-e', $endDate, 'bal',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue