All notable changes to this project are documented in this file.
Prevent deletion of parent entity.
- Run:
symfony console make:migration-->symfony console doctrine:migrations:migrate
- Invoice styler
- Docs
- Config formatting
- 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
symfony console oib:configuretosymfony console oib:install- README.md
Commands and makers for easy configuration and usage:
symfony console oib:configuresymfony console make:oib:categorysymfony console make:oib:cron_controller
MpdfExporterwas replaced by improvedMpdfGeneratorconfig/packages/psys_order_invoice.yamlis no longer required and should be removed
currencyfield added to theOrderentity, storing ISO 4217 alpha‑currency codes (e.g. "USD", "EUR")
- Custom categories now have to implement the CategoryInterface