Commit Graph

70 Commits

Author SHA1 Message Date
Calcen
c035c834d4 Fix: Weird gap in invoice items description (#439)
- Ensure invoice item display is block for better layout. 
- Gets rid of the weird extra gap between last line and the line above it.
2025-08-31 03:23:58 +02:00
Fabio Ribeiro
d69a56e2d5 feat: Tax included (#370)
* feat: Tax included

* Added a toggle switch in tax settings to enable the feature.
* Database migration adding tax_included field into estimates, invoices
  and recurring invoices table.
* Toggle switch to enable and store the tax_included by estimates,
  invoices and recurring invoices.
* In case of tax included enabled, total taxes will be recalculated and
  the invoices, estimates and recurring invoices total won't be sum with
  taxes.
* Apply tax included when discount_per_item/tax_per_item item is enabled.
* Custom component to show the net total when tax included is enabled.
* Update invoice and estimates pdfs with net total.

* chore: Tax included by default

A switch button inside the tax settings to enable the tax included by
default in invoices, estimates and recurring invoices.
2025-08-28 10:28:24 +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
3f560a1de2 Add Amount Paid and Amount Due to Invoice PDF (#248)
* Display payment status on invoices

* Update en.json
2025-01-12 11:36:36 +01:00
SpeedX
022769ba38 Fix Logo render in Payment PDF (#162)
* Fix logo render in Payment PDF

* Fix CSS to make it consistent with other templates
2024-10-14 11:47:10 +02:00
Darko Gjorgjijoski
c799149d2d Improved logo display in Invoice/Estimate PDFs 2024-08-04 16:08:22 +02:00
jacobi petrucciani
f10154539e fix logo rendering in pdf output for invoices 2024-07-31 14:22:48 -04:00
Darko Gjorgjijoski
cd9df54c5b Upgrade to Laravel 10, Vite 5+ 2024-01-28 17:17:32 +01:00
Darko Gjorgjijoski
cec86c39ed Update logo/screenshots 2024-01-28 02:59:42 +01:00
Dhruv Bhatt
4e47f58bad fixed - No query results for model [Crater\Models\Currency] (#1070)
* fixed report pdf issue

* Removed telescope service provider file
2022-10-26 19:33:25 +05:30
Ritthikrai W
204483836a 🌐Update: support Thai language (#768)
* add thai language config

* update thai translation

* update thai translation

* add THSarabunNew fonts to using in pdf

* update: pdf file to support thai language by checking isLocale('th') and include thai font-family

* update: thai translation

* remove the index.php file (not used)

* move THSarabunNew fonts to resoureces/static/fonts

* Add .gitkeep to storage/fonts to pre-build the fonts directory

Co-authored-by: Ritthikrai (Champ) Wiengchai <ritthikrai.w@aware.co.th>
2022-06-15 18:17:36 +05:30
NicoHood
157559cc05 Improve invoice 1 template css (#872)
There is no class "header" that's why I removed it. Also I fixed some whitespace issues
2022-04-01 13:50:27 +05:30
Harsh Jagad
a14655d73b Update dompdf version 2022-01-12 11:44:45 +00:00
harshjagad20
725afa9f65 fix pdf issue & payment update issue 2021-12-09 18:06:25 +05:30
radhika587
603bf637a7 fix custom field issue and report issues 2021-12-06 12:51:31 +00:00
Mohit Panjwani
082d5cacf2 v5.0.0 update 2021-11-30 18:58:19 +05:30
Patrick Lucas
6bfab30f14 Add tax column to invoices
When an invoice has tax per item enabled, include a tax column so that
it's clear how much tax is being applied to each item.
2021-07-21 14:07:07 +02:00
Mohit Panjwani
9f673d7eb3 fix tax-per-item issue display for estimates 2021-07-16 11:56:18 +05:30
Mohit Panjwani
d3a745605e fix tax-per-item issue 2021-07-16 11:49:56 +05:30
Mohit Panjwani
cdaa1ff103 refactor estimate & invoice templates 2021-04-12 14:40:59 +05:30
Florian Gareis
428be640c3 Don't capitalize address on invoice 2021-03-22 14:49:31 +01:00
Florian Gareis
cea8405ace Translate PDF titles 2021-03-20 14:35:22 +01:00
Sebastian Cretu
f9d6e8b0cc fix(items): added unit name after quantity in the pdf templates 2021-03-03 17:09:05 +01:00
Mohit Panjwani
02a2db4417 Merge pull request #372 from makakken/master
Fixes #371
2021-02-24 15:40:34 +05:30
Mohit Panjwani
7f0da9dc36 fix conflict 2021-02-12 13:19:56 +05:30
Sebastian Cretu
375a59a504 fix(payments): display the currency in receipts 2021-02-08 20:42:10 +01:00
makakken
6cb8d30915 Update invoice3.blade.php
Fix Exception: 'box_sizing' is not a recognized CSS property.
2021-02-04 11:02:59 +01:00
makakken
9b55e84724 Update invoice2.blade.php
Fix Exception: 'box_sizing' is not a recognized CSS property.
2021-02-04 11:02:32 +01:00
makakken
cf5da7684b Update invoice1.blade.php
fix box_sizing DOMPDF Bug
2021-02-04 11:01:57 +01:00
brijraj_04
3695e7d075 fix payment currency issue 2021-02-02 17:22:44 +05:30
spvarma
8b04e94446 fix total discount issue 2020-12-24 13:43:29 +05:30
edevrob
8dee0da434 PDF templates fix
DomPDF font-weight problems fix
2020-12-09 21:13:56 +02:00
Mohit Panjwani
89ee58590c build version 400 2020-12-02 17:54:08 +05:30
Mohit Panjwani
450c265ded Merge branch 'refactor-report-pdfs' into 'master'
Refactor report pdfs

See merge request mohit.panjvani/crater-web!233
2020-05-11 15:48:49 +00:00
Jay Makwana
8446ac2b27 refactor invoice2 2020-05-11 16:19:02 +05:30
Jay Makwana
11db99da73 refactor invoice 1 style 2020-05-09 18:50:58 +05:30
Jay Makwana
0f3e8fce3b refactor heading text in payment 2020-05-08 20:55:00 +05:30
radhu587
325f90bba5 Fix issues on invoice template 2020-05-08 18:49:02 +05:30
radhu587
a739a938fc Fix estimate template issues 2020-05-08 16:52:48 +05:30
Jay Makwana
fc1a7c7438 refactor reports pdfs 2020-05-07 18:59:50 +05:30
radhu587
6046113cb1 Refactor Invoice and Payment templates 2020-05-07 16:42:04 +05:30
Jay Makwana
611ffafec5 refactor sales customers pdf 2020-05-06 20:41:15 +05:30
Jay Makwana
c497b906df refactor taxt report pdf 2020-05-06 20:32:10 +05:30
Jay Makwana
c68fce19f9 refactor expenses pdf 2020-05-06 19:02:02 +05:30
Jay Makwana
f8913531b6 refactor profit loss pdfs 2020-05-06 18:09:28 +05:30
radhu587
30f76e2088 Refactor Estimate templates 2020-05-06 18:02:27 +05:30
Jay Makwana
39556892cd refactor sales customers 2020-05-05 20:58:20 +05:30
Jay Makwana
2fd66bf748 refactor sales items and customer pdfs 2020-05-05 20:49:51 +05:30
Jay Makwana
d4f1428d5f refactor sales customers pdf template 2020-05-05 20:03:51 +05:30
radhu587
189141c84d Refactor estimate pdf template 2020-05-05 18:21:25 +05:30