Commit Graph

96 Commits

Author SHA1 Message Date
e2299794ad fix formatting 2021-09-15 11:24:13 +05:30
3d3d7d0ec0 Merge branch 'master' 2021-09-07 11:33:00 +05:30
63b1ee5849 Merge pull request #480 from patricklucas/no_drafts_on_dashboard
Only show non-draft invoices on dashboard
2021-09-07 10:05:29 +05:30
010c7b02ed solve empty buffer clean issue 2021-08-16 18:29:41 +05:30
f5c23b33da fix code style 2021-06-24 14:21:43 +05:30
87667be90c add domain verify feature 2021-06-24 07:28:35 +00:00
e7bf86f9c0 remove pcntl_fork, generate new encryption key on onboarding & update minimum php version 2021-06-22 16:03:59 +05:30
d1dd704cdf Add File based templates 2021-06-19 12:11:21 +00:00
8eb47b553e Add Domain Verification on Onboarding Wizard 2021-06-18 09:51:19 +00:00
3cf70135f3 Only show non-draft invoices on dashboard
An invoice cannot be considered due if it has not been sent (and thus
still a 'DRAFT').

This change adds a `WHERE status != 'DRAFT'` to each invoice query in
the dashboard controller.

Additionally, this change replaces `->get()->count()` calls to just
`->count()`, which should be equivalent and more efficient.
2021-05-26 10:49:08 +02:00
3f0008ec95 Merge branch 'master' of gitlab.com:mohit.panjvani/crater-web 2021-05-21 17:28:45 +05:30
9e98a96d61 Implement PHP CS Fixer and a coding standard to follow (#471)
* Create PHP CS Fixer config and add to CI workflow

* Run php cs fixer on project

* Add newline at end of file

* Update to use PHP CS Fixer v3

* Run v3 config on project

* Run seperate config in CI
2021-05-21 17:27:51 +05:30
e4c2b44da5 Clone Invoice Template issue 2021-05-20 12:08:48 +05:30
c9086747a3 remove delete_files validation on update 2020-12-08 20:32:41 +05:30
b6301b08f8 new build 4.0.1 2020-12-08 19:00:49 +05:30
fd3742b926 fix reset password issue 2020-12-07 10:34:22 +05:30
fa500b3865 add cmd for app key generate 2020-12-05 13:35:46 +05:30
69c6c883c2 Password reset update 2020-12-03 19:04:50 +01:00
fe8482fc71 add ability to delete file from UI 2020-12-03 17:47:16 +05:30
89ee58590c build version 400 2020-12-02 17:54:08 +05:30
e06639daa5 Improved Dutch version 3.1.1 2020-06-20 20:29:16 +02:00
654395a175 Add steps for update app 2020-05-19 07:50:58 +00:00
183953f4c4 Refactor Self Update Endpoints and Add Update Console Command 2020-05-17 07:04:43 +00:00
e7675f938e refactor estimate to invoice endpoint 2020-05-11 19:05:50 +05:30
b08138e9e0 refactor estimate to invoice endpoint 2020-05-11 18:34:20 +05:30
9a7c926d53 fix 310 update issues 2020-05-02 18:53:51 +05:30
8f0af3dcd6 Merge branch 'master' of https://github.com/bytefury/crater 2020-04-20 11:23:00 +05:30
79c16d74ce IT Italian translation 2020-03-20 18:18:27 +01:00
82d85af672 refactor and merge backend 2020-03-18 18:21:53 +05:30
4d1b267688 Merge branch 'expense-refactor' of https://gitlab.com/mohit.panjvani/crater-web into expense-refactor 2020-03-18 17:41:15 +05:30
bc99ad63a6 add user to expense 2020-03-18 17:40:03 +05:30
4bb44f8c93 add customer filter on index 2020-03-18 17:19:09 +05:30
b8958c9eb6 add customer in expense 2020-03-17 19:20:42 +05:30
aacffc22eb fix merge conflict 2020-02-03 21:15:07 +05:30
186004f7f8 fix merge conflicts 2020-01-31 14:28:16 +05:30
8ce7e14a02 Add name in From field. 2020-01-27 20:37:25 +02:00
ca170f5a87 fix dashbord & using FROM_MAIL_ADDRESS issues 2020-01-27 13:43:48 +05:30
db4c7f5e32 fix merge conflicts 2020-01-05 13:45:10 +05:30
4c33a5d88c Fix Invoice/Estimate template issues and Add Payment Receipt, Custom Payment Modes and Item units 2020-01-05 07:22:36 +00:00
96c295a003 Added available languages to Onboarding 2019-12-31 10:20:13 +01:00
3cd8859c62 add Brazilian Portuguese language to CompanyController 2019-12-27 00:14:57 -03:00
79e3e70bd6 add pt_BR language option 2019-12-26 22:47:09 -03:00
7e7599b4a7 Merge branch 'master' into master 2019-12-20 09:35:03 +01:00
99cd88e6c6 Revert "Update CompanyController.php"
This reverts commit 053a06229c.
2019-12-20 09:32:29 +01:00
053a06229c Update CompanyController.php 2019-12-20 09:30:15 +01:00
4d89ca2101 Added the Arabic language localization 2019-12-18 10:18:04 +03:00
694d5f56d5 Documenting Controllers 2019-12-16 20:17:43 +01:00
d9e9a5a540 fix estimate & invoice tax issue 2019-12-14 18:29:46 +05:30
c88eb24265 fix pdf & installation issue 2019-12-14 13:54:35 +05:30
5f7401f622 update invoice, estimate & payment vars 2019-12-12 16:04:12 +05:30