Skip to content

Commit

Permalink
add warning there is no company check on the invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Jul 11, 2022
1 parent d724899 commit 9f28712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion account_invoice_import_invoice2data/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Invoice Fields (on document level)
Invoice line Fields
| fieldname | type | Description |
| -------------- | :---------: | :-------------------------------------- |
| name | float | The name of the product, can be used for product matching |
| name | char | The name of the product, can be used for product matching |
| barcode | char | The the barcode of the product or product package, used for product matching |
| code | char | The (internal) product code, used for product matching |
| qty | float | The amount of items/units |
Expand Down
1 change: 1 addition & 0 deletions account_invoice_import_invoice2data/readme/ROADMAP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Known Issues
* The input module is hard coded to use pdftotext parser and as a fallback to tesseract.
* support for invoices with all tax included is not fully implemented.
* Creation of the templates is still quite hard.
* The addres and company specific fields are parsed. Meaning it is possible to import an invoice which is issued to another company than yours!

0 comments on commit 9f28712

Please sign in to comment.