diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/CHANGES.rst | 3 | ||||
| -rw-r--r-- | docs/README.rst | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst index c909fba..2397853 100644 --- a/docs/CHANGES.rst +++ b/docs/CHANGES.rst @@ -1,5 +1,6 @@ .. _changes: +TODO: - Send invoice by email - create invoice from PDF file - create invoice from image of receipt @@ -14,6 +15,8 @@ - Make sure invoices/expenses cannot be added when company info is empty/invalid. - net negative billing items should not also have discounts. - net negative billing items should set tax to 0. +- validate data within administration on save to make sure it is valid for transmissions. (e.g. rules of https://docs.peppol.eu/poacc/billing/3.0/syntax/ubl-invoice/cac-AccountingSupplierParty/cac-Party/cbc-EndpointID/) +- View local business number / vat number naming on contact form. e.g. when country is austria: "Österreichische Umsatzsteuer-Identifikationsnummer" v0.1 (master) diff --git a/docs/README.rst b/docs/README.rst index ceeb6f0..a432e92 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -21,6 +21,7 @@ What OpenBooks **can** do: - OpenBooks can send and receive invoices over the Peppol network (using a locally run `Holodeck <https://holodeck-b2b.org/>`_ instance). - OpenBooks can create tax reports and audit files (see supported countries list). - OpenBooks can create Intra-Community transactions declaration (ICP) reports. +- OpenBooks stores all incomming and outgoing invoices in Peppol BIS Billing 3.0 format for archiving. What OpenBooks **can't** do: @@ -31,9 +32,9 @@ What OpenBooks **can't** do: 2. Supported countries ---------------------- -This section lists all country specific implementations to be compliant. If the country you operate from is not listed below, some reporting requirements might not be handled by OpenBooks. +This section lists all supported countries. If the country you operate from is not listed below, some reporting requirements might not be handled by OpenBooks. -- **The Netherlands**: Quarterly tax reports, Archiving (Peppol BIS 3.0). +- **The Netherlands**: Quarterly tax reports, Peppol BIS 3.0 Billing. 3. Dependencies --------------- |
