diff --git a/docs/accounting_dimensions.md b/docs/accounting_dimensions.md index cd087da..c64b7db 100644 --- a/docs/accounting_dimensions.md +++ b/docs/accounting_dimensions.md @@ -25,7 +25,8 @@ Refer to the readme file for more information. > [!WARNING] > Accounting dimensions used to be set with a simple json field. Although the field is still available, it is recommended to add dimensions through invoice lines. You will find in the script folder a file which can be imported as netbox custom scripts module which contains a script to perform the migration. You wil need to adjust the script to your needs. -![Accounting dimensions](img/accrounting_dimensions.png "accounting dimensions") + +![Accounting dimensions](img/accounting_dimensions.png "accounting dimensions") - name: The name of the accounting dimensions (Account, Project, Entity ...) - value: The value for this dimension. diff --git a/docs/invoice.md b/docs/invoice.md index a63cbbe..a9f5d4a 100644 --- a/docs/invoice.md +++ b/docs/invoice.md @@ -1,6 +1,6 @@ # Invoice -New invoices shold be created from the corresponding contract. Most of their fields will be derived from the contract invoice template. An invoice template is an invoice object which "Template" field is set to true. There can be only one invoice per contract. +New invoices shoold be created from the corresponding contract. Most of their fields will be derived from the contract invoice template. An invoice template is an invoice object which "Template" field is set to true. There can be only one invoice per contract. Each invoice will be linked to one or more invoice line. ![Invoice](img/invoice.png "invoice")