9a0de9f64f
update message and formatting
2022-03-03 17:02:38 +05:30
25c43ab4d2
Fix condition
2022-03-03 15:10:53 +05:30
69d8c95557
Minor fixes
2022-03-03 13:25:12 +05:30
ea9748ca68
Endpoint to check company currency transaction
2022-03-03 12:56:46 +05:30
c897521137
Added preview to invoice, estimate & payment pdfs
2022-03-03 12:55:57 +05:30
2cb51b84c7
add overdue
2022-03-02 18:09:41 +05:30
ffa7906382
Merge branch 'document-title' into 'master'
...
add admin_document_title
See merge request mohit.panjvani/crater-web!1447
2022-02-24 12:40:33 +00:00
b819307612
refactor helpers
2022-02-23 17:58:07 +05:30
439fc4e002
add fields
2022-02-21 18:34:04 +05:30
8de8a07e3e
fix guard issue
2022-02-21 13:20:58 +05:30
ab153963e4
Fix master issues
2022-02-19 09:50:46 +00:00
0578122fc3
add admin_document_title
2022-02-18 12:21:13 +05:30
8ba84f68c7
fixed uploaded attachment not removed
2022-02-15 06:10:04 +00:00
d883e89819
fix formatting
2022-02-14 11:24:59 +05:30
513d43d92f
Merge branch 'master'
2022-02-10 11:50:40 +05:30
b781f11175
Merge branch 'master' of https://github.com/bytefury/crater
2022-02-10 11:50:13 +05:30
2fcc87180f
fix dashboard issue
2022-02-05 18:16:10 +05:30
c82dc94252
fix receipt not uploading in expense
2022-02-03 11:39:18 +05:30
760f4566aa
Customer view field resolve fix ( #757 )
...
* fixed customer view field resolve
* fixed customer view field resolve estimate payment
2022-01-29 00:07:26 +05:30
c194e98a7b
add admin portal logo
2022-01-28 07:11:54 +00:00
30f36461c2
fix custom field invoice issue
2022-01-27 15:04:32 +05:30
ff3cd0f7b9
Customer avatar validation ( #732 )
...
* Customer avatar validation
https://huntr.dev/bounties/19f3e5f7-b419-44b1-9c37-7e4404cbec94/
* Customer avatar validation test
https://huntr.dev/bounties/19f3e5f7-b419-44b1-9c37-7e4404cbec94/
2022-01-19 17:08:34 +05:30
dca97e80e7
add error message
2022-01-13 17:19:27 +05:30
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
22f6a48b5b
fix csfixer warnings
2022-01-11 16:54:15 +05:30
9eae813c24
fix tests
2022-01-10 19:02:49 +05:30
bdea879273
v6 update
2022-01-10 16:06:17 +05:30
c0c5f42ba1
fix: profit loss report issue
2021-12-08 12:24:25 +05:30
603bf637a7
fix custom field issue and report issues
2021-12-06 12:51:31 +00:00
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
082d5cacf2
v5.0.0 update
2021-11-30 18:58:19 +05:30
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
109de237b1
update: SMTP username & password not mandatory in mail configuraiton
2021-04-10 12:56:09 +05:30
c9086747a3
remove delete_files validation on update
2020-12-08 20:32:41 +05:30