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
5ccc9eba4c
Helper for custom field to get by slug
2021-05-22 13:24:10 +05:30
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
d0f6e207ee
add App namespace to models
2021-04-12 12:09:54 +05:30
845f01f170
fix conflicts and issue with add_number_length migration
2021-04-12 11:53:03 +05:30
7f9938c80d
Make SMTP username & password optional in mail configuration
...
Fixes #438
2021-04-10 07:46:32 +00:00
109de237b1
update: SMTP username & password not mandatory in mail configuraiton
2021-04-10 12:56:09 +05:30