Releases: mlebreuil/netbox-contract
Releases · mlebreuil/netbox-contract
v2.2.8
v2.2.7
v2.2.6
v2.2.5
- Generally improve filtering options
- 178 Add the possibility to filter on invoice number, and contract name through the API.
- 176 Order accounting dimensions in tables alphabetically.
- 171 It is now poaaible to define madatory accounting dimension by specifying their names in the 'mandatory_dimensions' list in the plugin settings. (see the "Customize the plugin" paragraph in the README.md file)
v2.2.4
v2.2.3: Merge pull request #163 from mlebreuil/fix-invoice-creation
- Fix accounting dimensions access through Dynamic Object Fields
- Fix invoice creation from contract.
- Add scripts to convert accounting dimensions in the json fields of contract and invoices to invoice template, invoicelines and dimensions objects.
v2.2.2
v2.2.1
v2.2.0
- 140 Add the "Invoice line" and "Accounting dimension" models. In order to simplify invoices creation, it is possible to selsct one invoice as the template for each contract; Its accounting lines will automatically be copied to the new invoices for the contract. The amount of the first line will be updated so that the sum of the amount for each invoice line match the invoice amount.