Releases: DavidPetrasek/OrderInvoiceBundle
Releases · DavidPetrasek/OrderInvoiceBundle
v1.4.6
v1.4.2
Added
- Twig filter
invoices_advance_totals - Proforma invoice: payable
Changed
- docs
Fixed
- Twig template
v1.4.0
Added
- Invoice types: Regular, Advance
- Order:
State::PARTIALLY_PAID - Final invoice: due date
- docs: Invoice types, Creating a new invoice
- Invoice restrictions upon creation/edition
- tests
Changed
- Order:
State::NEWtoState::UNPAID - OrderManager:
processAndSaveNewOrdertosave - Entity:
OrderItemtoItem - Invoice:
variable_symboltopayment_reference
Fixed
- Install command
v1.3.3
Fixed
Prevent deletion of parent entity.
- Run:
symfony console make:migration-->symfony console doctrine:migrations:migrate
1.3.1
Added
- Invoice styler
Fixed
- Docs
- Config formatting
1.3.0
Added
- Default File entity (new table: oi_file)
- File persister/deleler: Persisting/deleting invoice to/from disk is super easy now
- mPDF generator: Add custom backgroud/overlay graphics
- UPGRADING.md
- docs
Changed
symfony console oib:configuretosymfony console oib:install- README.md
1.2.2
Added
Commands and makers for easy configuration and usage:
symfony console oib:configuresymfony console make:oib:categorysymfony console make:oib:cron_controller
Changed
Fixed
v1.2.0
Added
Changed
MpdfExporterwas replaced by improvedMpdfGeneratorconfig/packages/psys_order_invoice.yamlis no longer required and should be removed
Fixed
v1.1.0
Added
currencyfield added to theOrderentity, storing ISO 4217 alpha‑currency codes (e.g. "USD", "EUR")
Fixed
- Custom categories now have to implement the CategoryInterface