Timo
8c83df558c
Add Company VAT-ID and Tax-ID ( #54 )
...
* add company vat_id & tax_id field
* add tax & vat id field in company settings
* fix vat & tax id validation
* add german vat & tax id translation
* add translations for pdf
* add vat_id and tax_id field before timestamps
* make fields nullable and fix code style
2024-04-20 23:08:32 +02:00
Timo
dc8a85538f
Support S3 compatible storage services ( #56 )
...
* add s3compat filesystem driver
* add s3compat ui modal
* fix code style
2024-04-16 17:24:56 +02:00
Darko Gjorgjijoski
093b2acc24
Merge branch 'master' of github.com:InvoiceShelf/InvoiceShelf
2024-04-16 03:02:27 +02:00
Timo
df85fd6a0a
Fix base multi select open direction top ( #55 )
2024-04-16 03:01:53 +02:00
Darko Gjorgjijoski
db4396f160
Remove duplicate noLabel in dialog store
2024-04-16 03:01:14 +02:00
Darko Gjorgjijoski
1831560a62
Fix language switching. It now switches instantly
2024-04-16 02:58:44 +02:00
mchev
223678e5bd
Fix locales issue #43 ( #46 )
...
* Fix locales issue #43
* Adding open-direction bottom to the language multiselect
2024-03-27 11:00:36 +01:00
Darko Gjorgjijoski
9bb4963e8a
Fixes/backup issues ( #51 )
...
* Fix: Error related to undefined Backup::size()
* Fix: Disable signals if PCNTL isn't loaded to avoid fatal error (Fixes SIGINT is not defined on environments that are missing the PCNTL library)
2024-03-27 01:15:49 +01:00
Darko Gjorgjijoski
8788f3d504
Tax calculation issue ( #38 )
...
* fix initial tax per item issue
* remove commit in estimate storage
* add changes in tax per item calculation
* add validation on requests
* fix minimum total issue
* fix table pagination filter issue
* minor fix
* remove compound interest and remove unused code
---------
Co-authored-by: yashkanakiya <yashkanakiya281297@gmail.com >
Co-authored-by: dhruvbhattt <dhruvbhatt7790@gmail.com >
Co-authored-by: gdarko <dg@darkog.com >
2024-02-18 10:54:12 +01:00
Darko Gjorgjijoski
0d006846d5
Merge pull request #37 from InvoiceShelf/bouncer-hotfix
...
Bouncer hotfix
2024-02-18 01:25:47 +01:00
gdarko
d2559c8773
Fix formatting
2024-02-18 00:49:15 +01:00
Darko Gjorgjijoski
20a489e52d
Merge pull request #35 from dariuszz123/bugfix/missing-access-token-table-column
...
Added expires_at column to personal_access_tokens table
2024-02-18 00:27:13 +01:00
gdarko
e73ab3d4ee
Override the default bouncer scope class with a temporary hotfix to the roles issue
2024-02-18 00:13:42 +01:00
gdarko
1c7274287d
Lock silber/bouncer to 1.0.1 for now
2024-02-18 00:12:33 +01:00
Darius Kristapavicius
5ba8639ac8
Added expires_at column to personal_access_tokens table
2024-02-17 23:51:21 +02:00
gdarko
44153c2993
Improve 110 migration rollback
1.1.0
2024-02-11 20:43:03 +01:00
gdarko
b9d5b8247c
Fix: Wrong migration name
2024-02-11 20:42:01 +01:00
Darko Gjorgjijoski
39879cb4b4
Merge pull request #29 from InvoiceShelf/database/old-leftovers
...
Release migration and improvements to the database
2024-02-11 20:25:49 +01:00
Darko Gjorgjijoski
7d7b48a5b7
Merge pull request #28 from InvoiceShelf/installer-improvements-phase1
...
Installer improvements
2024-02-11 20:25:32 +01:00
gdarko
e0176139c2
Remove unecessary db install flag delete call
2024-02-11 20:07:59 +01:00
gdarko
29ed7f437a
Fix code style
2024-02-11 13:58:38 +01:00
gdarko
020a0741de
Add error logging to install process :: db marker utilities
2024-02-11 13:55:32 +01:00
gdarko
d2ad2222be
Fix code style
2024-02-11 09:41:23 +01:00
gdarko
2358969050
Add release migration and fix some old database leftovers
2024-02-11 09:38:21 +01:00
gdarko
c7c70dd3ef
Encoide .env value in case of spaces or special characters
2024-02-11 02:41:14 +01:00
gdarko
b806efd66d
Refactor EnvironmentManager to fix weird installation issues
2024-02-11 01:44:05 +01:00
gdarko
b85538dbc0
Fix code style
2024-02-10 01:36:53 +01:00
gdarko
8918ea5124
Fix image extension validation
...
Issue #21
2024-02-10 01:31:44 +01:00
Darko Gjorgjijoski
91d37673aa
Merge pull request #25 from danybmx/18-allow-negative-taxes
...
feat: Allow negative taxes
2024-02-10 00:49:09 +01:00
Daniel Rodríguez
b819440e76
feat: allow negative taxes
2024-02-08 19:19:32 +01:00
Darko Gjorgjijoski
36424bbf05
Update code style
2024-02-08 03:37:17 +01:00
Darko Gjorgjijoski
e14a248f24
Fix: Status set incorrectly after updating invoice
...
Issue: https://github.com/crater-invoice/crater/issues/955 , #23
2024-02-08 03:09:56 +01:00
Darko Gjorgjijoski
acf3ca2c26
Fix Discord link
2024-02-08 02:33:27 +01:00
Darko Gjorgjijoski
e7e9c57552
Improvements to the menu generation, add safety checks
2024-02-08 01:54:05 +01:00
Darko Gjorgjijoski
49a11f08e9
Improvements to the Install Utilities
2024-02-08 01:53:32 +01:00
Darko Gjorgjijoski
c0ff832080
Upgrade phpunit to 10
1.0.0
2024-02-05 01:06:03 +01:00
Darko Gjorgjijoski
2060eead9e
Merge pull request #12 from InvoiceShelf/v1-release-updates
...
V1 release updates
2024-02-05 00:09:08 +01:00
Darko Gjorgjijoski
3daa767772
Compile the front-end when running unit tests
2024-02-05 00:00:46 +01:00
Darko Gjorgjijoski
6443f9a2c1
Fix old name leftovers
2024-02-04 23:40:54 +01:00
Darko Gjorgjijoski
e7c2bd638e
Rename code-workspace config file
2024-02-04 23:38:41 +01:00
Darko Gjorgjijoski
b2dc5b82fa
Improve formatting in Updater
2024-02-04 23:35:58 +01:00
Darko Gjorgjijoski
8a4a971bf9
Update the ui-updater code to download from invoiceshelf's site
2024-02-04 23:35:02 +01:00
Darko Gjorgjijoski
a114a2a078
Add missing required extensions and bump minimum php version
2024-02-04 19:37:45 +01:00
Darko Gjorgjijoski
aa68332cf6
Improve installed database detection
2024-02-04 19:37:09 +01:00
Darko Gjorgjijoski
8981066b27
Ignore public/build directory
2024-02-04 01:46:13 +01:00
Darko Gjorgjijoski
9128a2d91c
Remove build directory
2024-02-04 01:45:22 +01:00
Darko Gjorgjijoski
1f05b70b0e
Fix logo
...
Closes #11
2024-01-30 08:55:00 +02:00
Darko Gjorgjijoski
8ed447bea8
Fix company/user profile image
2024-01-30 08:45:00 +02:00
Darko Gjorgjijoski
24cf0f00fc
Reduce validation to at least two chracaters when creating/editing Unit items
...
=Closes #6
2024-01-30 08:23:00 +02:00
Darko Gjorgjijoski
8e510d6d09
Update readme
2024-01-30 07:55:00 +02:00