From ba946e06ec22a281e68b0899a1d3ae6ec6669d30 Mon Sep 17 00:00:00 2001 From: Marc Lebreuil Date: Sun, 8 Sep 2024 21:08:21 +0000 Subject: [PATCH 1/2] Doc correction --- docs/accounting_dimensions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. From 1f540a2d4f25c72bc9fa990565b63622c7cf1813 Mon Sep 17 00:00:00 2001 From: Marc Lebreuil Date: Sun, 8 Sep 2024 21:09:58 +0000 Subject: [PATCH 2/2] doc correction --- docs/invoice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")