Skip to content

Releases: Fresh-Advance/Invoice

v3.1.0

06 Oct 09:43
c11373b
Compare
Choose a tag to compare

Added

  • New setting for configuring the filename of the invoice document in the order confirmation email

v3.0.1

28 Sep 14:32
be5a2c8
Compare
Choose a tag to compare

Fixed

Fix the issue with the invoice filename in the email - now its "invoice.pdf" instead of "example.pdf"

v3.0.0

26 Sep 19:04
2a325bf
Compare
Choose a tag to compare

Added

  • Logo updated
  • Layout settings for invoice document - Document margins are adjustable
  • Possibility to add document Header (and there was a footer already, but to be handled through @page css)
  • Possibility to automatically increase the Invoice number for the Order on invoice generation
  • Possibility to set a template for Invoice number and use invoice number from the Order
  • Blocks in body.html.twig for customizing the template by your needs
  • Possibility to automatically calculate the current date by specific format from the settings
  • Double-check question for Regeneration of the document
  • New block for showing if document already generated with Download button

Changed

  • Invoice document footer setting moved to Layout settings group
  • Improve quality tools configurations
  • In admin controller there is no separate Save action anymore, it saves And generates the new document at once

Fixed

  • Add signer line in the invoice document only if value is not empty

Removed

  • Smarty support

v2.1.0

08 Nov 01:15
3495dc0
Compare
Choose a tag to compare

Added

  • Show total amount in words in the invoice

Changed

  • Language functionality have been moved to separate (Language) namespace
  • Cleanup too much visibility on autowired utility interfaces that should not be exposed

v2.0.0

07 Oct 14:10
e047119
Compare
Choose a tag to compare

Added

  • Php 8.1 and Mysql 8.0 supported
  • Possibility to generate PDFA format invoice documents

Changed

  • BC Break: Inverted dependencies on most of the classes to extracted interfaces
  • BC Break: Heavily refactored most of the classes

Fixed

  • Use Symfony filesystem utility in place of Webmozart
  • Do not use shop namespaces for module services
  • Invoice generation if invoice language does not exist on admin side

v1.3.0

06 Mar 20:01
f837e50
Compare
Choose a tag to compare

Added

  • Show company VAT Id in the invoice buyer column

v1.2.0

06 Mar 20:01
089ed4b
Compare
Choose a tag to compare

Added

  • Show Discounts, Voucher discounts and VATs in totals column

v1.1.0

28 Feb 00:06
7dca6bf
Compare
Choose a tag to compare

Added

  • Twig shop installation support
  • Migrations trigger during module activation
  • Invoice is now downloaded with dynamic filename (invoice number is included)
  • Downloaded file name prefix is configurable in settings
  • Currency shown near prices in the invoice
  • Footer for invoice document is modifiable in module settings
  • Delivery cost shown in the invoice

Fixed

  • In case title is not overwritten for varriant, parent title is now taken

v1.0.0

16 Nov 18:41
b8c97b7
Compare
Choose a tag to compare

Added

  • New tab in admin for Order - Invoice
  • PDF file generated from order data with possibility to adjust some of the fields and regenerate the invoice file
  • Invoice generated in Shop's main language (if translation available)