lino_welfare.modlib.accounting.fixtures.std¶
Defines a default accounts chart for social accounting.
Also loads lino_xl.lib.accounting.fixtures.std
and lino_welfare.modlib.accounting.fixtures.std_journals
Purchase invoices go to 4400 (suppliers). Unlike default ledger, 4400 is to be matched by a disbursement instruction (Zahlungsanweisung) which moves them to 4450 (instructions to execute). And then we write a payment order which satisfies the disbursement instruction.
Classic accounting:
Purchase invoice -> 4400
(4400 ->) Payment order -> 5800
Bank Statement -> 5500
Lino Welfare accounting:
Purchase invoice -> 4400
(4400 ->) Disbursement order -> 4450
(4450 ->) Payment order -> 5800
(5800 ->) Bank Statement -> 5500
(4450 ->) Bank Statement -> 5500
Functions
|