Commit Graph

11 Commits

Author SHA1 Message Date
Patrick Lucas
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
Mohit Panjwani
3f0008ec95 Merge branch 'master' of gitlab.com:mohit.panjvani/crater-web 2021-05-21 17:28:45 +05:30
Mwikala Kangwa
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
harshjagad20
e4c2b44da5 Clone Invoice Template issue 2021-05-20 12:08:48 +05:30
Mohit Panjwani
c9086747a3 remove delete_files validation on update 2020-12-08 20:32:41 +05:30
Mohit Panjwani
b6301b08f8 new build 4.0.1 2020-12-08 19:00:49 +05:30
raishvaria
fd3742b926 fix reset password issue 2020-12-07 10:34:22 +05:30
raishvaria
fa500b3865 add cmd for app key generate 2020-12-05 13:35:46 +05:30
MakerLab-Dev
69c6c883c2 Password reset update 2020-12-03 19:04:50 +01:00
raishvaria
fe8482fc71 add ability to delete file from UI 2020-12-03 17:47:16 +05:30
Mohit Panjwani
89ee58590c build version 400 2020-12-02 17:54:08 +05:30