Skip to content

Latest commit

 

History

History
129 lines (102 loc) · 9.63 KB

NEWS.md

File metadata and controls

129 lines (102 loc) · 9.63 KB

3.2.0 - Unreleased

3.1.1 - Released

The main focus of this bugfix release was to fix issues

Full Changelog

Stories

  • MODINVOICE-109 - Create payment or credit when Invoice marked as 'Paid

Bug Fixes

  • MODINVOICE-100 - Fix raml(contract) to return application/json responses wherever possible

3.1.0 - Released

The focus of this release was to introduce Batch Voucher Exports CRUD APIs and add business logic for integration during the approval of an invoice

Full Changelog

Stories

Bug Fixes

  • MODINVOICE-147 - Invoice approval fails if a voucherNumberPrefix isn't configured
  • MODINVOICE-118 - mod-invoice was out-of-memory killed on folio-snapshot-demo system

3.0.1 - Released

The main focus of this bugfix release was to fix issue with voucher "accounting code"

Full Changelog

Bug Fixes

3.0.0 - Released

The main focus of this release was to re-integrate with finance module, fix bugs, calculations improvements

Full Changelog

Stories

Bug Fixes

2.0.0 - Released

The primary focus of this release was to implement Teams-based operations restriction logic and provide the APIs for managing invoice attachments.

Full Changelog

Stories

  • MODINVOICE-96 - Add support for latest and v3.0.0 mod-finance-storage versions
  • MODINVOICE-91 - Change usage of invoice settings
  • MODINVOICE-90 - Implement basic GET /voucher/voucher-lines
  • MODINVOICE-87 - Calculate and persist totals upon invoice creation/update/get
  • MODINVOICE-86 - Calculate and persist totals upon invoiceLine creation/update
  • MODINVOICE-81 - Implement API for invoice attachments (links/documents)
  • MODINVOICE-77 - Invoice and invoiceLine schema updates
  • MODINVOICE-74 - Transpose invoice acquisitions-units to voucher upon voucher creation
  • MODINVOICE-72 - Restrict search/view of invoice, invoiceLine records based upon acquisitions unit
  • MODINVOICE-71 - Restrict deletion of invoice, invoiceLine records based upon acquisitions unit
  • MODINVOICE-70 - Restrict updates of invoice, invoiceLine records based upon acquisitions unit
  • MODINVOICE-69 - Restrict creation of invoice, invoiceLine records based upon acquisitions unit
  • MODINVOICE-54 - Prorated adjustments part 1 - basics

1.0.0 - Released

The primary focus of this release was to implement backend logic to manage invoices, invoice lines, vouchers, voucher lines and provide backend logic for the transitioning invoice to Approved and Paid status.

Stories

Bug Fixes

  • MODINVOICE-66 - Shouldn't be allowed to add invoiceLines to an "approved" or "paid" invoice