Skip to content

Releases: mlebreuil/netbox-contract

v2.3.2

23 Feb 09:52
Compare
Choose a tag to compare
  • 234 As part of the preparation of the plugin for certification, this version includes standard Netbox unittest for model views. Correction to data import are also present as well.

v2.3.1

18 Jan 17:37
Compare
Choose a tag to compare
  • 219 Fix - netbox 4.2 non editable field for gfk

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.