Releases: Fresh-Advance/Invoice
Releases · Fresh-Advance/Invoice
v4.0.0
Added
- New settings for configuring the invoice filename format in the order confirmation email for both owner and customer cases.
- New settings for turning on the invoice attachment for customer and owner cases.
- Support netto prices with separate VATs for delivery and payment costs, respecting the shop's configuration.
- Help box for Invoice number format setting
Changed
- Change filename prefix for admin panel invoice download to be format with some possible placeholders instead
- Do not show zero value Payment charge costs in the invoice
- Moved new FilenameCalculator class to Document domain, as they are used not only for emails now
- InvoiceConfigurationRepositoryInterface::getByOrderId doesnt return null anymore
- Moved classes to better fitting domains:
FreshAdvance\Invoice\Transition\Model\OrderArticle
toFreshAdvance\Invoice\Document\Model\OrderArticleExtension
FreshAdvance\Invoice\Transition\Core\Email
toFreshAdvance\Invoice\Email\Core\EmailExtension
FreshAdvance\Invoice\Service\OrderServiceInterface
toFreshAdvance\Invoice\Order\Service\OrderServiceInterface
FreshAdvance\Invoice\Repository\OrderRepositoryInterface
toFreshAdvance\Invoice\Order\Repository\OrderRepositoryInterface
- Email configuration settings moved to the
FreshAdvance\Invoice\Email\Settings\EmailSettingsInterface
Removed
- Not used methods leftovers from ModuleSettings
- PHP 8.0 support
Fixed
- Updated the phpunit and other testing tools to fit 7.1 shop dependencies
v3.1.0
v3.0.1
v3.0.0
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
v2.0.0
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
v1.2.0
v1.1.0
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