diff options
Diffstat (limited to 'NOTES.md')
| -rw-r--r-- | NOTES.md | 18 |
1 files changed, 6 insertions, 12 deletions
@@ -77,9 +77,8 @@ administration.money/ | expires at `required` | Date when invoice expires | | document `required` | Document associated with invoice, stored as filename | | billing items `required` `list` | List of billed items | -| project `required` | Project, stored as reference `P/[id]` | -| cost center id `required` | Cost center, stored as reference `E/[id]` (incomming invoices only) | -| cost unit id `required` | Cost unit, stored as reference `U/[id]` (incomming invoices only) | +| project | Project, stored as reference `P/[id]` | +| cost center id | Cost center, stored as reference `E/[id]` (incomming invoices only) | | total `required` | Total amount billed | | tax `required` | Total tax billed | | net `required` | Total amount excl. tax | @@ -100,8 +99,9 @@ administration.money/ | description `required` | Description of billed item | | tax bracket `required` | Tax bracket (e.g. 0%, 21%, exempt, reversed) | | tax section `required` | Tax section (e.g. 1a upto 4b in The Netherlands) | -| amount `required` | Amount of items | -| net per item `required` | Price per item excl. tax | +| amount `required` | Amount of items, or a percentage | +| amount is percentage `required` | Amount of items, or a percentage | +| net per item `required` | is amount a percentage | | net `required` | Total amount excl. tax | | discount `required` | Total discount | | tax `required` | Total tax billed | @@ -121,11 +121,5 @@ administration.money/ | Cost center|| |-|-| | id `auto` | reference id `E/[id]` | -| code `required` | Code of cost center | -| description `required` | Description of cost center | - -| Cost unit|| -|-|-| -| id `auto` | reference id `U/[id]` | -| code `required` | Code of cost center | +| code `required` | Internal code of cost center | | description `required` | Description of cost center |
\ No newline at end of file |
