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
82cf63f200
fix: Custom optional Date field issue
2021-04-10 12:38:50 +05:30
909e4f93e4
fix(attachments): Fixed language on pdf attachments ( #434 )
2021-03-27 18:33:54 +05:30
bfd9850bf6
Add invoice/estimate/payment number length setting ( #425 )
...
* Add invoice/estimate/payment number length setting
2021-03-26 13:01:43 +05:30
fdc4de5093
Merge pull request #407 from sebastiancretu/send_inv_est_pay_as_attachment
...
Send invoices, estimates and payments as attachments
2021-03-22 12:06:06 +05:30
f9d6e8b0cc
fix(items): added unit name after quantity in the pdf templates
2021-03-03 17:09:05 +01:00
2b78aacc83
feat(emails): implemented sending invoice, estimates and payments as attachements
2021-03-02 21:49:03 +01:00
1932c5a75e
a
2021-03-02 21:19:16 +01:00
c4ace76275
Merge branch 'master' of gitlab.com:mohit.panjvani/crater-web
2021-02-12 13:18:03 +05:30
392f6f469b
Send Invoices/Estimates/Payments as email attachments
2021-02-05 20:24:56 +01:00
f47029ca78
fix payment invalid-number issue
2021-02-03 14:25:05 +05:30
8fbc257b23
payment from mail name
2021-02-03 12:24:28 +05:30