Skip to content

Releases: mlebreuil/netbox-contract

v2.2.8

14 Dec 15:44
Compare
Choose a tag to compare
  • 167 Add selector to object dynamic selection box.
  • 193 Set the first currency in the choiceset as default currency.

v2.2.7

18 Sep 20:46
Compare
Choose a tag to compare

Fix migration dependancy

v2.2.6

18 Sep 12:50
5f201d0
Compare
Choose a tag to compare
  • 186 Code compatibility fix for Netbox 4.1

v2.2.5

08 Sep 20:59
Compare
Choose a tag to compare
  • 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

27 Aug 20:42
3a7738e
Compare
Choose a tag to compare
  • #166 Review the Contract view to include invoice template details and lines.
  • #161 Change the invoice block title if the invoice is a template.
  • #160 Add more fields to the invoice and contract bulk edit forms.
  • #165 Fix Invoice and invoiceline creation through api.

v2.2.3: Merge pull request #163 from mlebreuil/fix-invoice-creation

22 Aug 19:40
7b1df14
Compare
Choose a tag to compare
  • 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

18 Aug 19:57
298137c
Compare
Choose a tag to compare
  • 154 Fix edit and delete bulk operations on dimensions and invoice lines.
  • 153 Enforce uniquness of accounting dimensions.
  • Adds a status ( Active or Inactive ) to accounitng dimensions.
  • 151 Fix accounting line and dimensions search.

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