lino_welfare.modlib.ledger.fixtures.std

Defines a default accounts chart for social accounting.

Also loads lino_xl.lib.ledger.fixtures.std and lino_welfare.modlib.ledger.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:

  1. Purchase invoice -> 4400

  2. (4400 ->) Payment order -> 5800

  3. Bank Statement -> 5500

Lino Welfare accounting:

  1. Purchase invoice -> 4400

  2. (4400 ->) Disbursement order -> 4450

  3. (4450 ->) Payment order -> 5800

  4. (5800 ->) Bank Statement -> 5500

  5. (4450 ->) Bank Statement -> 5500

Functions

objects()