Skip to content

Releases: DavidPetrasek/OrderInvoiceBundle

v1.4.6

26 Apr 10:15

Choose a tag to compare

Added

  • Missing types for storage path: advance, regular
  • Autowiring support: InvoiceAdvanceRepository, InvoiceFinalRepository, InvoiceProformaRepository, InvoiceRegularRepository, InvoiceRepository

Changed

  • Due date is not mandatory anymore

v1.4.2

17 Mar 12:33

Choose a tag to compare

Added

  • Twig filter invoices_advance_totals
  • Proforma invoice: payable

Changed

  • docs

Fixed

  • Twig template

v1.4.0

15 Mar 17:30

Choose a tag to compare

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::NEW to State::UNPAID
  • OrderManager: processAndSaveNewOrder to save
  • Entity: OrderItem to Item
  • Invoice: variable_symbol to payment_reference

Fixed

  • Install command

v1.3.3

13 Mar 09:51

Choose a tag to compare

Fixed

Prevent deletion of parent entity.

  • Run: symfony console make:migration --> symfony console doctrine:migrations:migrate

1.3.1

14 Dec 16:13

Choose a tag to compare

Added

  • Invoice styler

Fixed

  • Docs
  • Config formatting

1.3.0

08 Dec 10:22

Choose a tag to compare

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:configure to symfony console oib:install
  • README.md

1.2.2

18 Jul 12:06

Choose a tag to compare

Added

Commands and makers for easy configuration and usage:

  • symfony console oib:configure
  • symfony console make:oib:category
  • symfony console make:oib:cron_controller

Changed

Fixed

v1.2.0

07 Jul 12:35

Choose a tag to compare

Added

Changed

  • MpdfExporter was replaced by improved MpdfGenerator
  • config/packages/psys_order_invoice.yaml is no longer required and should be removed

Fixed

v1.1.0

01 Jul 09:41

Choose a tag to compare

Added

  • currency field added to the Order entity, storing ISO 4217 alpha‑currency codes (e.g. "USD", "EUR")

Fixed

  • Custom categories now have to implement the CategoryInterface