Commit Graph
1336 Commits
Author SHA1 Message Date
gdarko 57a09511fe Fix french translation
Pull: https://github.com/crater-invoice/crater/pull/1224
2024-01-29 02:09:27 -06:00
gdarko fedfea90cd Fix duplicate character in generated hashes
Pull: https://github.com/crater-invoice/crater/pull/1150 / Issue: https://github.com/crater-invoice/crater/issues/1142
2024-01-29 02:07:14 -06:00
gdarko fe09d2e54c Fix failing unit test after upgrading Pest to latest version 2024-01-29 08:34:37 +01:00
Darko Gjorgjijoski d86d92a938 Merge pull request #3 from InvoiceShelf/updates-2
Updates round #2
2024-01-29 08:27:15 +01:00
gdarko e71256b487 Update mariadb docker image version 2024-01-29 08:23:39 +01:00
gdarko aa113d6a77 Remove ide-helper'sprovider from config.app because it is auto-discovered
PR: https://github.com/crater-invoice/crater/pull/1257
2024-01-28 18:30:53 -06:00
gdarko bec01139b5 Update build 2024-01-28 18:15:55 -06:00
gdarko ce2d250365 Fix button/menu item border 2024-01-28 18:06:11 -06:00
gdarko 1cd00ae809 Fix profile image size on Installation page 2024-01-28 17:56:58 -06:00
gdarko f156f5c9c0 Fix add installation page logo 2024-01-28 17:52:35 -06:00
gdarko 257cfb30bb Update docker images 2024-01-28 17:52:10 -06:00
gdarko d02e0b8e83 Fix hashids issue related to the length parameter type 2024-01-29 00:00:17 +01:00
Darko Gjorgjijoski 597ff171de Update SECURITY.md 2024-01-28 19:48:12 +01:00
Darko Gjorgjijoski cd1b4ef2cf Update CODE_OF_CONDUCT.md 2024-01-28 19:47:46 +01:00
Darko Gjorgjijoski e7caf83850 Update readme.md 2024-01-28 19:45:26 +01:00
Darko Gjorgjijoski edd506b865 Merge pull request #1 from InvoiceShelf/initial-cleanup
Kick-start project
2024-01-28 19:37:41 +01:00
Darko Gjorgjijoski e2b0259fcd Update build 2024-01-28 18:57:41 +01:00
Darko Gjorgjijoski c7d3bfd34f Rename .eslitrc.js to .mjs to utilize it as ES Module 2024-01-28 18:56:09 +01:00
Darko Gjorgjijoski ef02e01286 Use the old heroicons version for now 2024-01-28 18:55:07 +01:00
Darko Gjorgjijoski 573138f46a Update modules package 2024-01-28 18:44:53 +01:00
Darko Gjorgjijoski 07d8415614 Update build 2024-01-28 18:21:48 +01:00
Darko Gjorgjijoski 1884bff927 Upgrade NPM/JS packages, remove deprecations 2024-01-28 18:21:17 +01:00
Darko Gjorgjijoski 518cac6762 Drop vue3-colorpicker unused component 2024-01-28 17:37:11 +01:00
Darko Gjorgjijoski 4cf7055d08 Upgrade vue, vue3-flatpickr, vue-i18n, vue-router to the latest versions 2024-01-28 17:31:13 +01:00
Darko Gjorgjijoski 7b3dd0288e Update build 2024-01-28 17:17:48 +01:00
Darko Gjorgjijoski cd9df54c5b Upgrade to Laravel 10, Vite 5+ 2024-01-28 17:17:32 +01:00
Darko Gjorgjijoski 35e897a731 Update readme.md 2024-01-28 11:28:26 +01:00
Darko Gjorgjijoski f44e55d3d6 Update readme 2024-01-28 03:46:40 +01:00
Darko Gjorgjijoski a388dba8c0 Update readme 2024-01-28 03:44:30 +01:00
Darko Gjorgjijoski b11d9ec097 Update build 2024-01-28 03:23:16 +01:00
Darko Gjorgjijoski e6915934b8 Update favicon 2024-01-28 03:22:23 +01:00
Darko Gjorgjijoski cec86c39ed Update logo/screenshots 2024-01-28 02:59:42 +01:00
Darko Gjorgjijoski 06a196029e Update frontend locales 2024-01-28 00:39:23 +01:00
Darko Gjorgjijoski 650644df0a Update other old references 2024-01-28 00:35:15 +01:00
Darko Gjorgjijoski bd8283d204 Replace magic property access with proper get() call 2024-01-28 00:20:01 +01:00
Darko Gjorgjijoski a57fdfc420 Add ext-json to dependencies 2024-01-28 00:18:49 +01:00
Darko Gjorgjijoski 17351efacf Remove old database updates 2024-01-28 00:16:28 +01:00
Darko Gjorgjijoski 3721e5d651 Update config references 2024-01-27 23:55:24 +01:00
Darko Gjorgjijoski 6b80b5f48d Change namespace 2024-01-27 23:53:20 +01:00
Darko Gjorgjijoski aef8b228b8 Replace logo, rebuild assets 2024-01-27 13:22:43 +01:00
Darko Gjorgjijoski 6a859b554e Update color scheme and fix font loading issue 2024-01-27 12:29:35 +01:00
Adam Patterson 05d5ce26fd Adds Zip to the required PHP Extension check (#1146)
* Ignore .DS_Store

* Checks for required ZIP extension
2023-02-19 11:42:34 +05:30
bananabendera 393fe20010 Fix incorrect invoice creation message (#1109)
Creation message now includes the views disk in its path.
2022-12-17 18:20:51 +05:30
AramayisandAramayis <> 57bdbd2897 feat: front-end files bulding (#1098)
Co-authored-by: Aramayis <>
2022-12-17 18:19:49 +05:30
AramayisandAramayis <> 7447cc24f9 feat: uffizzi integration (#1091)
Co-authored-by: Aramayis <>
2022-11-21 18:35:59 +05:30
Neil Clack 889d22d92c Update php version (#1083)
Version 7.4 no longer works when running docker-compose/setup.sh. Updated to 8.1 in Dockerfile. Issue is now resolved and Crater sets up as expected without version conflicts.
2022-11-03 19:29:16 +05:30
HarshJagad20 bc8f2cd484 fix tax issue (#953)
* fix tax issue

* remove console log

* update cs fixer package
2022-10-26 19:51:36 +05:30
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
Mohit Panjwani d8c429912e fix composer issue with pest 2022-10-17 13:04:27 +05:30
Olivier Chemla 0aaf0e7e75 Adding object-fit rules so thumbnail image does not appear stretched. (#1065) 2022-10-13 23:44:39 +05:30