Skip to content

Releases: mlebreuil/netbox-contract

v2.2.1

14 Aug 09:48
922c9ed
Compare
Choose a tag to compare

Version 2.2.1

  • 142 Gives the option to enter contract yearly recuring costs instead of only monthly recuring costs.
    Corresponding value is used to calculate the invoices amount without rounding approximations.
  • 148 Update tables format to match the new Netbox UI design.

v2.2.0

28 Jul 18:40
b5a82dd
Compare
Choose a tag to compare
  • 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.

v2.1.2

08 Jun 10:11
Compare
Choose a tag to compare
  • 127 Fix service provider creation issue
  • Fix contract assignement issue

v2.1.0

15 May 19:33
Compare
Choose a tag to compare
  • Netbox v4 compatibility. Netbox4.0.2 become a minimum requirement

v2.0.14

04 May 10:48
a7fbdf9
Compare
Choose a tag to compare
  • 127 Fix contract filtering
  • Fix contact assignment.

v2.0.13

21 Apr 18:58
Compare
Choose a tag to compare

version 2.0.13

This version is identical to v2.0.12 which could not be published to the Pypi repository.

  • 123 prepare plugin to Netbox 4.0 migration.
  • 125 Cleanup direct reference to Circuits in the Contract model. Correct database inconsistencies related to the ContractAssignment object renaming.

v2.0.11

29 Mar 18:44
f8a8e30
Compare
Choose a tag to compare
  • 115 API correction for contract external partie
  • 117 Tenant and accounting dimensions optional
  • 119 Add a Yearly recuring cost, read only, calculated field for contract
  • 15 AQuick serach limited to active contracts

Release 2.0.10

24 Mar 11:59
067e310
Compare
Choose a tag to compare
  • 107 Add the contacts tab to the service provider detail view.
  • 111 Correct assignment spelling.

v2.0.9

15 Dec 21:58
d91fb35
Compare
Choose a tag to compare
  • 42 Allow the selection of either providers or Service providers as contract third parties.
  • Removed all reference to the direct assignment of circuits to contracts
  • 88 Add a placeholder value to the accounting dimensions jsonfield. This placeholder vale con be configured as part of the PLUGINS_CONFIG parameter in the configuration.py file (see above)
  • 89 add the possibility to link contracts to sites and virtual machines.
  • 99 list child contracts in on the parent view.

v2.0.8

03 Sep 11:15
55debce
Compare
Choose a tag to compare
  • #91 Replace deprecated ( in netbox version 3.6) MultipleChoiceField.
  • 48 Allow other plugin to inject visual in contract and invoice forms.
  • [89] (#89) Add contract assignment to virtual machines.