Skip to content

2.0.2

Compare
Choose a tag to compare
@miroc miroc released this 01 Sep 08:06
· 79 commits to master since this release
  • BREAKING: Changed PHP version requirement to 8.0. remp/crm#2519
  • BREAKING: Changed Latte version from v2 to v3. remp/crm#2519
  • BREAKING: Changed the signature of method InvoiceItemsRepository::add() - added argument priceWithoutVat. remp/crm#1323
    • Added new column price_without_vat into invoice_items table.
    • Changed invoice template. Price without vat is now not calculated but loaded from item.
      • Existing columns price & vat are not removed (yet), so you don't need to change template. But we advice using new column.
    • Invoice item price without vat is stored from payment item when adding invoice (by InvoicesRepository::add()).
  • Fixed condition that blocked invoice generation by admins if the invoice address was missing optional company_tax_id. remp/crm#2560