Commit Graph

247 Commits

Author SHA1 Message Date
55beed430a solve payment method delete issue 2022-01-13 12:25:46 +05:30
dd324c8bb6 solve payment method delete issue 2022-01-13 12:23:26 +05:30
e3f3809f2d fix formatting errors 2022-01-12 21:12:54 +05:30
e2bb414efe Fix HTML injection exploit (#682)
Escape html special characters from the $fields array to prevent html injection in the generated pdfs.
2022-01-12 17:39:15 +05:30
6ef2553423 Merge branch 'master' 2022-01-11 16:59:23 +05:30
22f6a48b5b fix csfixer warnings 2022-01-11 16:54:15 +05:30
bcd80377cf solve payment issue 2022-01-11 15:06:07 +05:30
9eae813c24 fix tests 2022-01-10 19:02:49 +05:30
bdea879273 v6 update 2022-01-10 16:06:17 +05:30
725afa9f65 fix pdf issue & payment update issue 2021-12-09 18:06:25 +05:30
afa79e3e8c fix test 2021-12-09 13:40:13 +05:30
79208fe596 fix expense custom field issue 2021-12-08 17:40:42 +05:30
c0c5f42ba1 fix: profit loss report issue 2021-12-08 12:24:25 +05:30
e8b4339237 fix loading indicator and send invoice status error 2021-12-07 17:28:49 +05:30
fe66b8bdb8 fix-tests-5.0.2 2021-12-07 11:53:56 +00:00
603bf637a7 fix custom field issue and report issues 2021-12-06 12:51:31 +00:00
8026c205cc solve recurring invoice starts_at condition 2021-12-06 16:13:20 +05:30
b543f6d389 fix recurring invoice starts at condition 2021-12-06 12:47:53 +05:30
423e30b16e fix docker configuration 2021-12-03 21:03:58 +05:30
cd68d7e2ab Merge branch 'user-delete-issue' into 'master'
solve delete users and create template issue

See merge request mohit.panjvani/crater-web!1310
2021-12-02 10:08:24 +00:00
887d5d0685 solve template issue 2021-12-02 14:46:53 +05:30
f99b8b4a1c fix base_due_amount calculation 2021-12-02 14:16:12 +05:30
7a45ed0982 solve delete users and create template issue 2021-12-02 12:38:56 +05:30
64326dd5f3 Merge branch 'v5-issues' into 'master'
V5 issues

See merge request mohit.panjvani/crater-web!1301
2021-12-01 12:08:37 +00:00
8d94f4efbe fix code style 2021-12-01 16:18:27 +05:30
e22f60ff16 fix issues 2021-12-01 14:46:25 +05:30
88bfb38b56 solve unit tests 2021-12-01 13:25:24 +05:30
f3dad8d48b fix issues 2021-11-30 21:55:25 +05:30
082d5cacf2 v5.0.0 update 2021-11-30 18:58:19 +05:30
e2299794ad fix formatting 2021-09-15 11:24:13 +05:30
40d9ecfe02 Solve issue of pdf store to local disk 2021-09-14 17:17:38 +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
9f673d7eb3 fix tax-per-item issue display for estimates 2021-07-16 11:56:18 +05:30
d3a745605e fix tax-per-item issue 2021-07-16 11:49:56 +05:30
5eaea3ad59 solve empty address issue on pdf 2021-06-28 07:49:27 +00:00
2ec87baa6f fix mysql & mariadb requirement checks on installation 2021-06-25 16:24:18 +05:30
d53e227b08 solve version check issue 2021-06-25 15:43:30 +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
6fcddd6feb refactor message 2021-06-17 18:58:08 +05:30
43c871f374 refactor unique number message 2021-06-17 18:57:17 +05:30
4ec9b2e817 change message for number validation 2021-06-17 16:23:06 +05:30
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
89c264c6a9 update implementation 2021-05-25 12:22:27 +05:30
83234cfac3 get custom field by slug in models 2021-05-22 13:52:30 +05:30