Skip to content

Releases: mlebreuil/netbox-contract

v2.3.0

13 Jan 21:38
e71cf8a
Compare
Choose a tag to compare

Warning

Accounting dimension json field removed. It is deprecated since v2.2.0. Refer to the documentation

  • 206 remove deprecated json accounting dimention field
  • Add background color to status
  • Script - fix check_contract_end with empty end date
  • minor fix

v2.2.11

05 Jan 08:25
Compare
Choose a tag to compare
  • 202 Fix django.template.exceptions when trying to open device detail.

v2.2.10

04 Jan 16:58
Compare
Choose a tag to compare
  • 198 Add internationalization support and french translation.
  • 196 Add notice field to contract. Add an example custom script to report contract nearing cancellation notice.
  • Minor fix and cleanup

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

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.