From 21496e32695744d4679fc11105352c61522ce601 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Fri, 8 Aug 2025 20:34:22 +0200 Subject: contact crud --- NOTES.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'NOTES.md') diff --git a/NOTES.md b/NOTES.md index 22b2ca1..c7fbfa3 100644 --- a/NOTES.md +++ b/NOTES.md @@ -56,19 +56,21 @@ administration.money/ | id `auto` | reference id `C/[id]` | | name `required` | Full name of individual or company name | | address line 1 `required` | Address | -| address line 2 `required` | Zip, place, country | +| address line 2 `required` | Zip, place | +| country `required` | Country | | tax number | Tax identification number | | business number | Business number | | email | Email address | | Phone number | Phone number | | bank account | Bank account number (to display on outgoing invoices) | -| Invoice|| +| Invoice [docs](https://accountancyeurope.eu/wp-content/uploads/2025/04/250423-VAT-and-the-Digital-Age-Factsheet-Accountancy-Europe.pdf)|| |-|-| | id `auto` | reference id `I/[id]` | -| invoice number `auto` | Generated invoice number | +| sequential number `auto` | Generated sequential invoice number | | is outgoing `required` | incoming or outgoing invoice | -| contact `required` | Contact information, stored as reference `C/[id]` | +| customer `required` | Customer contact information, stored as reference `C/[id]` | +| supplier `required` | Supplier contact information, stored as reference `C/[id]` | | issue at `required` | Date when invoice was issued | | delivered at `required` | Date when goods or services were delivered | | expires at `required` | Date when invoice expires | @@ -86,6 +88,7 @@ administration.money/ | keep untill `required` | Date untill invoice needs to be stored legally | | payment on account date | If advance payment received and differs from invoice date (Ireland only) | | tax representative | If supplier uses tax representative in another Member State (Belgium only) | +| corrected sequential number | for corrective invoices, the sequential number that identifies the original invoice to be corrected | | Billing item|| |-|-| -- cgit v1.2.3-70-g09d2