Skip to content

Releases: remp2020/crm-invoices-module

0.14.0

11 Jun 20:50
Compare
Choose a tag to compare
  • Fixed check if payment is still invoiceable (15 calendar days). See commit message for explanation. remp/crm#1266
  • Fixed issue with duplicated invoices after payment status change. remp/crm#1262

0.13.0

29 May 20:33
Compare
Choose a tag to compare
  • Added PreNotificationEventHandler which adds invoice as attachment to NotificationEvent payload. remp/crm#1026
  • Added invoices module configuration attach_invoice_to_payment_notification which allows/disallows generating and attaching invoice to NotificationEvent. remp/crm#1026
  • Added support to override invoice number sequence generator, see README for more information. remp/crm#1223
  • Added handler to generate (available) invoices automatically when new invoice address is added. remp/crm#1026
  • Added configuration option (CRM Admin - Config - Invoices - Generate an invoice immediately after payment) to generate invoices automatically right after the payment is confirmed. remp/crm#1026

0.11.0

24 Mar 08:25
Compare
Choose a tag to compare
  • Added ability to override database repositories by specifying custom implementations in config.neon file. remp/crm#822
  • Removed dependency on internal ZlavomatModule constant in InvoiceButton widget template. remp/crm#1068

0.10.0

26 Feb 21:28
Compare
Choose a tag to compare
  • Disabled automatic generation of invoice for users who got their invoice address removed in CRM admin. remp/crm#1093

0.9.0

21 Feb 11:14
Compare
Choose a tag to compare
  • Redesigned invoice export page, added missing translations and admin menu item.

0.6.0

03 Oct 12:44
Compare
Choose a tag to compare
  • Swapping buyer and supplier positions in the invoice templates. remp/crm#873
  • Adding translations for CRM configs and config categories. remp/crm#773

0.5.0

16 Sep 12:50
Compare
Choose a tag to compare
  • Added warning after invoice address change that invoices can be generated only 14 days after payment confirmation.