Darko Gjorgjijoski
d862ee05e9
Refactor Custom Invoice/Estimate PDF Templates ( #277 )
...
* Add utility class for managing templates
* Register custom pdf template views location
* Update the make:template command to make use of PdfTemplateUtils
* Update PDF invoice/estimate template controllers
* Register pdf_templates filesystem disk
* Remove unused leftovers
* Reformat with pint
2025-01-13 01:20:13 +01:00
Darko Gjorgjijoski
12d9d6c801
Regenerate IDE Helper Assets ( #274 )
...
* Add back laravel/ui package
* Fix wrong Closure import
* Regenerate ide-helper files
2025-01-12 20:48:06 +01:00
Darko Gjorgjijoski
e9e52c60a7
Reformat with pint
2025-01-12 18:37:08 +01:00
Darko Gjorgjijoski
34b9f52af7
Upgrade Laravel and other third-party packages
2025-01-12 18:22:51 +01:00
Darko Gjorgjijoski
fcf64c0b26
Upgrade Vite, Vue and other thrid-party packages
2025-01-12 17:38:54 +01:00
Darko Gjorgjijoski
7e2d257f7d
Update caniuse-lite package
2025-01-12 17:11:50 +01:00
Darko Gjorgjijoski
c617f7d169
Fix: PDF Template command ( #272 )
...
* Fix `make:template` command
* Fix issue related to Vite assets
* Reformat code
---------
Co-authored-by: Steven Rombauts <steven@kotuha.be >
2025-01-12 16:19:54 +01:00
Darko Gjorgjijoski
1804481fc6
New Crowdin updates ( #262 )
...
* New translations en.json (Indonesian)
* New translations en.json (Turkish)
* New translations en.json (Hindi)
* New translations en.json (Hindi)
* New translations en.json (Persian)
* New translations en.json (Chinese Traditional)
* Update source file en.json
* New translations en.json (Dutch)
* New translations en.json (Czech)
* New translations en.json (Indonesian)
* New translations en.json (Turkish)
* New translations en.json (Hindi)
* New translations en.json (Persian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Bulgarian)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Lithuanian)
* New translations en.json (Macedonian)
* New translations en.json (Polish)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Ukrainian)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Serbian (Latin))
* New translations en.json (Dutch)
* New translations en.json (Czech)
* New translations en.json (Indonesian)
* New translations en.json (Turkish)
* New translations en.json (Hindi)
* New translations en.json (Persian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Bulgarian)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Lithuanian)
* New translations en.json (Macedonian)
* New translations en.json (Polish)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Ukrainian)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Serbian (Latin))
* Update source file en.json
2025-01-12 15:09:28 +01:00
mchev
9bed81fe8f
Handle demo version of the app ( #256 )
2025-01-12 13:56:52 +01:00
Darko Gjorgjijoski
f52b73f517
Invoice time support ( #269 )
...
* Changed invoice date to datetime
* Fixed code style errors
* Update TimeFormatsController.php
* Update TimeFormatter.php
* Update TimeFormatsController namespace
* Fix missing comma in language file
* Fix formatting
---------
Co-authored-by: troky <troky2001@yahoo.com >
2025-01-12 13:32:47 +01:00
Mohamed Safouan Besrour
32e03b98a3
Update CurrenciesTableSeeder.php ( #258 )
2025-01-12 11:42:12 +01: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
mchev
ef9adbd6c9
Adding sent and viewed field to payload ( #247 )
2025-01-12 11:27:29 +01:00
Loduis Madariaga Barrios
969cbe9ad8
fix: update company info on array of companies. ( #227 )
2025-01-12 11:02:58 +01:00
Darko Gjorgjijoski
6031f0dbdd
Module paths ( #268 )
...
* refactor: Update file paths for stub files for module creation (#144 )
---------
Co-authored-by: Dominik Hendrix <dominik.hendrix@g-fittings.com >
* Revert unrelated change
---------
Co-authored-by: Dominik Hendrix <all@dhendrix.de >
Co-authored-by: Dominik Hendrix <dominik.hendrix@g-fittings.com >
2025-01-12 10:49:04 +01:00
Loduis Madariaga Barrios
06a71fc7b3
fix: Corrects and simplifies password visibility icon logic. ( #222 )
2025-01-12 10:48:34 +01:00
Darko Gjorgjijoski
fd1c7be1f8
New Crowdin updates ( #241 )
...
* New translations en.json (Slovak)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Spanish)
* New translations en.json (Indonesian)
* New translations en.json (German)
* New translations en.json (Arabic)
* New translations en.json (Arabic)
* New translations en.json (Japanese)
* New translations en.json (Japanese)
* New translations en.json (Dutch)
* New translations en.json (Czech)
* New translations en.json (Czech)
2025-01-05 12:06:14 +01:00
Darko Gjorgjijoski
c466d51fe0
New Crowdin updates ( #235 )
...
* New translations en.json (Swedish)
* New translations en.json (Croatian)
* New translations en.json (Russian)
* New translations en.json (French)
* New translations en.json (Ukrainian)
* New translations en.json (Slovak)
* New translations en.json (Romanian)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Bulgarian)
* New translations en.json (Czech)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Lithuanian)
* New translations en.json (Macedonian)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Slovenian)
* New translations en.json (Turkish)
* New translations en.json (Chinese Traditional)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Serbian (Latin))
2024-12-03 18:39:00 +01:00
OniriCorpe
e8dccb178b
Specifying that a custom frequency should be in the cron format ( #231 )
2024-12-03 15:27:21 +01:00
Darko Gjorgjijoski
f5b36d7e6c
New Crowdin updates ( #232 )
...
* New translations en.json (French)
* New translations en.json (Croatian)
* New translations en.json (Ukrainian)
* New translations en.json (Ukrainian)
* New translations en.json (Ukrainian)
* New translations en.json (Slovak)
2024-12-03 15:27:09 +01:00
OniriCorpe
a32bbb6268
Fixes receipt view ( #234 )
...
The #185 modifications were also necessary here
2024-12-03 15:26:05 +01:00
Darko Gjorgjijoski
9599814ae5
New Crowdin updates ( #225 )
...
* New translations en.json (Swedish)
* New translations en.json (Croatian)
* New translations en.json (Swedish)
* New translations en.json (Swedish)
* New translations en.json (Swedish)
* New translations en.json (Croatian)
* New translations en.json (Russian)
* New translations en.json (French)
* New translations en.json (French)
2024-11-29 21:29:22 +01:00
Darko Gjorgjijoski
0d14da93d0
New Crowdin updates ( #221 )
...
* New translations en.json (Swedish)
* New translations en.json (Swedish)
* New translations en.json (Greek)
* New translations en.json (Greek)
2024-11-18 01:21:13 +01:00
Loduis Madariaga Barrios
298c170867
feat(infrastructure): improve htaccess configuration. ( #214 )
2024-11-17 00:18:35 +01:00
Rihards Simanovičs
b49228eabf
chore: Update Issue Template ( #215 )
...
* chore: update issue template
Signed-off-by: Rihards Simanovics <rihards.s@griffin-web.studio >
* chore: correct spelling in issue template
Signed-off-by: Rihards Simanovics <rihards.s@griffin-web.studio >
* fix: adjust render for some textarea fields and add a reproduction step
* fix: remove render from markdown fields
looks like github gets confused as all textarea fields are markdown by the default
* style: add comments and correct labels
* feat(github): add code quality issue template
* refactor: remove direct references to Files
From template fields, descriptions, and placeholders
* refactor(github): convert feature request template to issue form
---------
Signed-off-by: Rihards Simanovics <rihards.s@griffin-web.studio >
2024-11-17 00:18:18 +01:00
Darko Gjorgjijoski
99ada6fbcc
New Crowdin updates ( #217 )
...
* New translations en.json (Japanese)
* New translations en.json (Japanese)
2024-11-17 00:17:37 +01:00
Darko Gjorgjijoski
ed4a59574c
Customer tax id validation ( #220 )
...
* Remove tax_id validation
* Remove validation leftovers
2024-11-17 00:17:25 +01:00
Darko Gjorgjijoski
be2e1df442
Add 'Database Overwrtie' during install for SQLite type ( #219 )
2024-11-17 00:07:44 +01:00
Darko Gjorgjijoski
ddca5a7b6d
New translations en.json (Dutch) ( #211 )
2024-11-11 12:24:48 +01:00
Darko Gjorgjijoski
51d001aa0f
New Crowdin updates ( #209 )
...
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Bulgarian)
* New translations en.json (Czech)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Lithuanian)
* New translations en.json (Macedonian)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Serbian (Latin))
* New translations en.json (Turkish)
2024-11-09 21:39:07 +01:00
Darko Gjorgjijoski
5d817b5c45
Ignore the translations branch from CI
2024-11-09 15:22:23 +01:00
Ali Çömez | Slaweally
ac2c73829c
Update tr.json ( #205 )
2024-11-09 15:01:57 +01:00
Loduis Madariaga Barrios
317f763a85
chore(wizard): add missing translations for Spanish version in setup wizard ( #207 )
2024-11-09 14:38:20 +01:00
Joël Kuijper
e112ed5875
Add missing dutch translations ( #208 )
2024-11-09 14:38:02 +01:00
Darko Gjorgjijoski
84c10264ed
Add missing strings lost in merge ( #200 )
...
Issue #199
2024-11-02 21:47:22 +01:00
Darko Gjorgjijoski
b143642056
New Crowdin updates ( #188 )
...
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Croatian)
* New translations en.json (Croatian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Croatian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Spanish)
* New translations en.json (Japanese)
* New translations en.json (Japanese)
* New translations en.json (German)
* New translations en.json (Japanese)
* New translations en.json (Spanish)
* New translations en.json (Croatian)
* New translations en.json (Spanish)
* New translations en.json (Japanese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (German)
* New translations en.json (Croatian)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Arabic)
* New translations en.json (Bulgarian)
* New translations en.json (Czech)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Italian)
* New translations en.json (Lithuanian)
* New translations en.json (Macedonian)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Vietnamese)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Serbian (Latin))
* Update source file en.json
2024-11-02 12:49:04 +01:00
mchev
967c225df9
Merge pull request #198 from mchev/invoice_cancellation
...
Support for Zero and Negative Item Quantities on Invoices
2024-11-02 12:20:55 +01:00
mchev
e1a0a2d8e4
Merge pull request #138 from IDerr/develop
...
Add VAT and Tax into PDF Trait
2024-11-02 12:19:43 +01:00
mchev
748168ffa5
Merge pull request #189 from loduis/master
...
enhance(wizard): update translations, refine icons, and add automated…
2024-11-02 10:36:52 +01:00
mchev
4db243e136
Merge branch 'master' into master
2024-11-02 10:31:53 +01:00
mchev
bc0c8d5348
Merge pull request #166 from mchev/customer_tax_id
...
Include a Tax ID field in both customer creation and invoices
2024-11-02 10:28:49 +01:00
mchev
6583569b1c
Merge pull request #190 from mchev/issue_71
...
Refactor editor and allow links
2024-11-02 10:28:30 +01:00
mchev
134c99369e
Merge pull request #186 from mchev/issue_181
...
Fix table data not refreshing properly (keys)
2024-11-02 10:28:12 +01:00
Loduis Madariaga
f2ae4e17c8
enhance(wizard): update translations, refine icons, and add automated requirement verification
2024-10-17 07:24:17 -05:00
Martin Chevignard
4ff62c0adf
Refactor editor and allow links
2024-10-17 11:16:11 +02:00
Darko Gjorgjijoski
2604db32ce
New Crowdin updates ( #154 )
...
* New translations en.json (Spanish)
* New translations en.json (Finnish)
* New translations en.json (French)
* New translations en.json (German)
* New translations en.json (Romanian)
* New translations en.json (Arabic)
* New translations en.json (Bulgarian)
* New translations en.json (Czech)
* New translations en.json (Greek)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Lithuanian)
* New translations en.json (Macedonian)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Serbian (Latin))
* New translations en.json (Russian)
* New translations en.json (Spanish)
* New translations en.json (Spanish)
* New translations en.json (Japanese)
* New translations en.json (Japanese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Japanese)
* New translations en.json (Japanese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Spanish)
* New translations en.json (Japanese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Slovak)
* New translations en.json (Swedish)
* New translations en.json (Vietnamese)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Arabic)
* New translations en.json (Bulgarian)
* New translations en.json (Czech)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Italian)
* New translations en.json (Lithuanian)
* New translations en.json (Macedonian)
* New translations en.json (Dutch)
* New translations en.json (Polish)
* New translations en.json (Russian)
* New translations en.json (Slovenian)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Serbian (Latin))
* Update source file en.json
* New translations en.json (Japanese)
* New translations en.json (Japanese)
2024-10-16 15:18:26 +02:00
Darko Gjorgjijoski
01d32d50b5
Exclude crowdin branch from workflows
2024-10-16 00:54:02 +02:00
SalvaGR
0c86563375
fix: missing values in en.json translation ( #179 )
2024-10-15 20:53:08 +02:00
mchev
33c2949a7b
Fix carbon int val ( #185 )
2024-10-15 20:51:17 +02:00
mchev
547a2be0a3
Update readme.md
2024-10-15 19:14:55 +02:00