Skip to content

Commit

Permalink
Merge pull request #184 from mlebreuil/develop
Browse files Browse the repository at this point in the history
Doc corrections
  • Loading branch information
mlebreuil authored Sep 8, 2024
2 parents 354796a + 1f540a2 commit a979f39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/accounting_dimensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/invoice.md
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit a979f39

Please sign in to comment.