Commit Graph

7 Commits

Author SHA1 Message Date
Fabio Ribeiro
e8e01a706e Fix: Create item with tax (ItemModal) (#385)
The issue was found during an Item creation inside the Invoice,
Estimates or Recurring Invoice, the same fix that was applied into the
Item creation view, now is needed into ItemModal. The root cause is that
price + tax returns an amount as float making the database fail.

Relates #377
2025-08-30 11:38:04 +02:00
mchev
bf5b544ca3 Adding Flat Tax support with fixed amount (#253)
* Possibility to set a fixed amount on tax types settings

* Pint and manage flat taxes on items

* Fix display errors and handle global taxes

* Tests

* Pint with PHP 8.2 cause with PHP 8.3 version it cause workflow error

* Merging percent and fixed amount into one column

* Now display the currency on SelectTaxPopup on fixed taxes
2025-05-04 02:24:56 +02:00
mchev
ba243b28a9 Upgrade to Heroicons v2 (#281) 2025-04-05 02:11:12 +02:00
Mohit Panjwani
bc73ed8c9e fix conflict 2022-03-06 12:28:51 +05:30
asift798
04deade111 fix item is not created in invoice->add new item modal 2022-03-04 17:15:23 +05:30
asift798
f6771dafd3 fixed search filter is not working 2022-03-04 15:00:56 +05:30
Mohit Panjwani
bdea879273 v6 update 2022-01-10 16:06:17 +05:30