Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.22 KB

DOCS.org

File metadata and controls

49 lines (40 loc) · 1.22 KB
typepathmodus
settlementdaterequired
amountrequired
invoice-norequired¹
customer-idrequired¹
numberrequired¹
versionrequired¹
descriptionoptional
iso-datederived

This is pseudo-YAML with the description of the property in place of its value.

# Eröffnungsbilanz
- type: opening

# Rechnung wurde gestellt
- type: invoice

# Rechnung wurde beglichen
- type: "settlement"
  date: >-
    The date of the money transfer.
  amount: >-
    The amount of money that has been transfered. It is expected to be
    equal or (if rounded) close to the gross-total of the
    corresponding invoice.
  invoice-no: >-
    The number of the corresponding invoice, which is usually also
    given on the transfer details.

# Ausgabe/Aufwand
- type: expense

# Rückerstattung
- type: refund

# Ausgleichsbuchung
- type: reconciliation

# Gehalt
- type: salary

# Spesenabrechnung
- type: outlay