Fabio Ribeiro
b962bc9227
fix: Create item with tax ( #377 )
...
When the `tax-per-item` is enabled and also has a tax added, during the
item creation, the price + tax returns an amount as float making the
database fail. To fix this was necessary to round the result.
2025-05-22 10:48:34 +02:00
mchev
6d14dce668
Improving github workflow ( #278 )
...
* Improving workflow, updating dependencies and test pint with PHP 8.3, adding php 8.4 on tests
* Fix cache issue
* Not caching since it is not working
2025-05-04 15:22:43 +02:00
mchev
1ff220f0d8
Upgrading to Laravel 12 ( #346 )
...
* Upgrading to Laravel 12
* Upgrade lockfile
* Keep the old local filesystem driver base path
---------
Co-authored-by: Darko Gjorgjijoski <5760249+gdarko@users.noreply.github.com >
Co-authored-by: Darko Gjorgjijoski <dg@darkog.com >
2025-05-04 11:04:01 +02:00
Darko Gjorgjijoski
2e77a76c7b
New Crowdin updates ( #345 )
...
* New translations en.json (Portuguese, Brazilian)
* Update source file en.json
* New translations en.json (Czech)
* New translations en.json (Indonesian)
* New translations en.json (Lithuanian)
* New translations en.json (Portuguese, Brazilian)
* 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 (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 (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 (Serbian (Latin))
* New translations en.json (Ukrainian)
* New translations en.json (Ukrainian)
* New translations en.json (Ukrainian)
* New translations en.json (Ukrainian)
* New translations en.json (Ukrainian)
* New translations en.json (Ukrainian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Turkish)
* New translations en.json (Romanian)
* New translations en.json (Indonesian)
* New translations en.json (Russian)
* New translations en.json (Turkish)
* New translations en.json (Romanian)
* New translations en.json (Indonesian)
* New translations en.json (Russian)
* 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 (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* 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 (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 (Turkish)
* New translations en.json (Romanian)
* New translations en.json (Indonesian)
* New translations en.json (Russian)
* 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 (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* 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 (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))
2025-05-04 02:50:56 +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
Darko Gjorgjijoski
546f75d3a6
Pint updated files ( #367 )
2025-05-04 02:23:51 +02:00
Tim van Osch
bf40f792c2
Feat(Gotenberg): Opt-in alternative pdf generation for modern CSS ( #184 )
...
* WIP(gotenberg): add pdf generation abstraction and UI
* feat(pdf): settings validate(clien+server) & save
* fix(gotenberg): Use correct default papersize
chore(gotengberg): Remove unused GOTENBERG_MARGINS env from .env
* style(gotenberg): fix linter/styling issues
* fix(pdf): use pdf config policy
* fix: revert accidental capitalization in mail config vue
* Update composer, remove whitespace typo
* Fix small typos
* fix cookie/env issue
* Add gotenberg to .dev, move admin menu item up
2025-05-04 02:10:15 +02:00
Fabio Ribeiro
8a9392e400
Fix: AWS SES Mailer ( #365 )
...
As reported on issue #357 , the aws ses configuration was not able to
store because of the missing `ses` service config. Additionally was
added a `AWS Region` field to be used by the `ses`.
closes #357
2025-05-02 11:16:31 +02:00
mchev
14bfaff30b
Fix security alert on axios 0.29 ( #347 )
2025-05-02 10:49:16 +02:00
Yannic Inselmann
b32c334a71
feat: default notes ( #263 )
...
* feat: default notes
* feat: include default invoice note in recurring invoice
* feat: use default export in tw config
* fix: test and naming
* fix: consistent ui for switch in note modal
* feat: little text improvements
2025-04-05 12:01:06 +02:00
mchev
2aa17513e1
Check version number on version.md file ( #280 )
2025-04-05 10:16:23 +02:00
mchev
ba243b28a9
Upgrade to Heroicons v2 ( #281 )
2025-04-05 02:11:12 +02:00
mchev
1bb65f420c
Fix negative values on item price ( #335 )
...
* Fix negative values on item price
* Remove console log
2025-04-05 00:43:34 +02:00
Darko Gjorgjijoski
23a99758d2
New Crowdin updates ( #308 )
...
* New translations en.json (Chinese Traditional)
* New translations en.json (Czech)
* New translations en.json (Slovak)
* New translations en.json (Czech)
* New translations en.json (Czech)
* New translations en.json (French)
* New translations en.json (Czech)
* New translations en.json (Romanian)
* 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 (Indonesian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Slovak)
* 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 (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* 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 (Spanish)
* New translations en.json (Japanese)
* New translations en.json (Polish)
* New translations en.json (Romanian)
* New translations en.json (Chinese Traditional)
* New translations en.json (Chinese Traditional)
* New translations en.json (Macedonian)
* New translations en.json (Indonesian)
* New translations en.json (Russian)
* New translations en.json (Russian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Russian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Russian)
* New translations en.json (Russian)
* New translations en.json (Swedish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Indonesian)
* New translations en.json (Indonesian)
* New translations en.json (Lithuanian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Czech)
* New translations en.json (Indonesian)
* New translations en.json (Lithuanian)
* New translations en.json (Portuguese, Brazilian)
* 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 (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 (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 (Spanish)
2025-04-05 00:42:24 +02:00
Rihards Simanovičs
139f8e2d13
Update Github issuepr templates ( #341 )
...
* chore(github): update bug report template
* chore(github): update feature request template
* chore(github): update code quality template
* chore(github): update issue selection menu config
* chore(github): update PR template
* chore(github): update PR template typo
* chore(github): remove one checklist item from PR template
* chore(github): update bug report to add a Docker check
* chore(github): update template formatting and links
* chore(github): final spell and grammar check of all issues and PR templates
2025-04-04 11:57:07 +02:00
Vid Čufar
ac1a582ecf
fix: capitalise 'date' in PDF invoice due date label ( #320 )
2025-04-04 11:42:24 +02:00
mchev
6b168f36ec
[HOTFIX] Customers names on table list issue #210 ( #310 )
...
* Fix customer dropdown
* Fix #250
2025-02-17 12:11:10 +01:00
Rihards Simanovičs
50b647e26e
Merge pull request #318 from Pureball/translation
...
fix: en translation spelling
2025-02-17 10:45:46 +00:00
Pureball
57776b7c7d
fix: en translation spelling
2025-02-17 10:40:38 +01:00
Darko Gjorgjijoski
8c343b4b92
New Crowdin updates ( #304 )
...
* New translations en.json (Spanish)
* New translations en.json (French)
* New translations en.json (Indonesian)
* New translations en.json (Indonesian)
2.1.1
2025-02-05 11:10:06 +01:00
Darko Gjorgjijoski
a60cac3e66
Update version.md
2025-02-05 11:04:44 +01:00
mchev
6a0d3a3bcc
Fix customer dropdown ( #307 )
2025-02-05 11:04:17 +01:00
Darko Gjorgjijoski
3e52b84fa8
New Crowdin updates ( #279 )
...
* New translations en.json (Japanese)
* New translations en.json (Japanese)
* New translations en.json (Japanese)
* New translations en.json (Spanish)
* New translations en.json (Indonesian)
* New translations en.json (Indonesian)
* New translations en.json (Indonesian)
* New translations en.json (Japanese)
* New translations en.json (Japanese)
* New translations en.json (German)
* New translations en.json (Japanese)
* New translations en.json (Japanese)
* New translations en.json (Japanese)
2.1.0
2025-02-01 10:41:49 +01:00
Darko Gjorgjijoski
d1f45a790b
Bump version
2025-02-01 10:41:19 +01:00
Darko Gjorgjijoski
bec0c058a8
Bump version
2.1.0-RC1
2025-01-13 02:14:23 +01:00
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