diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/CHANGES.rst | 2 | ||||
| -rw-r--r-- | docs/STORAGE.rst | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst index 34f37fa..282a21a 100644 --- a/docs/CHANGES.rst +++ b/docs/CHANGES.rst @@ -12,6 +12,8 @@ - Create monthly and quarterly results (per project). - Create quarterly tax reports for NL. - Store invoices in Peppol BIS 3.0 format. +- destroy ui views on change (currently we leak all memory) +- Make sure invoices/expenses cannot be added when company info is empty/invalid. v0.1 (master) diff --git a/docs/STORAGE.rst b/docs/STORAGE.rst index 29ad037..4af6398 100644 --- a/docs/STORAGE.rst +++ b/docs/STORAGE.rst @@ -101,6 +101,7 @@ Billing item - net **required** — Total amount excl. tax - discount **required** — Total discount - tax **required** — Total tax billed +- total **required** — Total amount billed - is intra-community **required** — If applicable, note like “intra-Community supply of goods” - is triangulation **required** — For EU triangulation: note scheme and buyer liable - currency **required** — Currency used for billing |
