Skip to content

Releases: Sylius/InvoicingPlugin

Improvements and fixes

30 Jul 07:55
2be4296
Compare
Choose a tag to compare
Pre-release
  • invoice file name changed from invoice id to invoice number
  • invoice number generation fixes
  • sent order number in OrderPlaced event instead of the whole order object
  • reacting with OrderPlaced event on doctrine event rather than state machine callback

Shop billing data listed on invoice

23 Jul 12:57
4408a74
Compare
Choose a tag to compare
Pre-release
  • Shop billing data listed on invoice view (both pdf and in Admin Panel)

Installation facilitation vol.2

12 Jul 10:52
3b939e6
Compare
Choose a tag to compare
Pre-release
  • installation process better explained in README file
  • final entity bug resolved

Installation facilitation

11 Jul 18:25
29c4dd9
Compare
Choose a tag to compare
Pre-release
  • Sequence resource configuration moved to php
  • KnpSnappyBundle configuration mentioned in README file

Crucial Customer and Admin features regarding invoicing

11 Jul 14:05
76898a5
Compare
Choose a tag to compare
  • receiving an email with attached Invoice as pdf file when Invoice is paid
  • resending Invoice to a Customer from Admin panel
  • downloading Invoice from Admin's Invoice view
  • invoiceNumber generated sequentially added to Invoice entity
  • downloading Invoices from Customer's Order view

Maintenance fixes

27 Jun 08:13
fedcb2f
Compare
Choose a tag to compare
Maintenance fixes Pre-release
Pre-release
  • installation instruction added
  • missing migration added
  • extension points explained

Initial InvoicingPlugin release

25 Jun 07:15
696d7ff
Compare
Choose a tag to compare
Pre-release
  • invoice containing basic data created once an order is placed
  • [admin] invoices browsing
  • [admin] invoices related to the order displayed on order view
  • [admin] invoice downloading
  • documentation