d53e227b08
solve version check issue
2021-06-25 15:43:30 +05:30
7721bf6f93
disable autocomplete and lpignore
2021-06-25 05:25:51 +00:00
76977c3d2a
disable autocomplete and lpignore
2021-06-25 05:25:50 +00:00
512983deee
update composer lock file
2021-06-24 15:27:54 +05:30
f5c23b33da
fix code style
4.2.0
2021-06-24 14:21:43 +05:30
a0898a1fa0
build 420
2021-06-24 14:18:02 +05:30
236db087ba
Merge branch 'master' of https://github.com/bytefury/crater
2021-06-24 14:15:50 +05:30
4772079d13
Merge branch 'foreign-key-issue' into 'master'
...
drop foreign issue solved
See merge request mohit.panjvani/crater-web!787
2021-06-24 08:12:48 +00:00
0e0ef1d99e
drop foreign issue solved
2021-06-24 13:39:35 +05:30
3d9a73f9ec
new build
2021-06-24 13:00:16 +05:30
b452c3f173
Merge branch 'feat/version-check' into 'master'
2021-06-24 07:28:36 +00:00
87667be90c
add domain verify feature
2021-06-24 07:28:35 +00:00
31481739f1
update translations from crowdin
2021-06-23 12:57:56 +05:30
da43797d9c
update deps
2021-06-23 11:39:46 +05:30
e1fcf0695c
Merge branch 'drop-foreign-issue' into 'master'
...
solve drop foreign issue on sqlite
See merge request mohit.panjvani/crater-web!781
2021-06-22 13:20:38 +00:00
a52d5bc582
solve drop foreign issue on sqlite
2021-06-22 18:44:02 +05:30
e7bf86f9c0
remove pcntl_fork, generate new encryption key on onboarding & update minimum php version
2021-06-22 16:03:59 +05:30
fca7d164a6
update minimum php version
2021-06-22 12:48:53 +05:30
4b603f8823
build 420
2021-06-19 17:51:01 +05:30
4552138787
Add File based templates
2021-06-19 12:11:22 +00:00
d1dd704cdf
Add File based templates
2021-06-19 12:11:21 +00:00
00961bcae1
update json file indent_size
2021-06-18 15:23:56 +05:30
98ba17e56a
Add Domain Verification on Onboarding Wizard
2021-06-18 09:51:19 +00:00
8eb47b553e
Add Domain Verification on Onboarding Wizard
2021-06-18 09:51:19 +00:00
2fb46a4ab3
Merge branch 'number-validation' into 'master'
...
change message for number validation
See merge request mohit.panjvani/crater-web!770
2021-06-17 13:29:11 +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
f2c6e06c54
Merge pull request #488 from pgrimaud/master
...
docs: fix typos
2021-06-15 14:14:31 +05:30
f95b292717
docs: fix typos
2021-06-15 10:42:35 +02:00
6ecd9728d4
add mariadb-client to fix backups
2021-06-08 18:09:06 +05:30
b2d4b7212b
Added invoice test with negative tax
2021-06-02 16:25:20 +05:30
b4956d38f7
Minor fix taxtype test
2021-06-01 16:33:07 +05:30
ed966b02eb
Added test for negative taxtype test
2021-06-01 16:32:06 +05:30
bcbffdcf30
Solved negative tax options issue
2021-06-01 14:18:08 +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
90bb90cd99
remove trailing_comma_in_multiline_array from csfixer config
2021-05-25 13:24:30 +05:30
ebad76c8d7
remove extra cs-fixer config file
2021-05-25 13:20:22 +05:30
c35b00493c
remove extra semicolon
2021-05-25 12:47:19 +05:30
e5ae937a88
Merge branch 'helper-get-custom-field-bySlug' into 'master'
...
Helper for custom field to get by slug
See merge request mohit.panjvani/crater-web!707
2021-05-25 07:07:07 +00:00
736df5fcae
Merge branch 'proxies-issue' into 'master'
...
allow to customize trusted proxies
See merge request mohit.panjvani/crater-web!709
2021-05-25 06:55:35 +00:00
89c264c6a9
update implementation
2021-05-25 12:22:27 +05:30
1837bf3f3e
allow to customize trusted proxies
2021-05-24 13:13:46 +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
27bc89bf76
Merge branch 'fix-invoice-template-issue' into 'master'
...
Clone Invoice Template issue
See merge request mohit.panjvani/crater-web!700
2021-05-20 06:59:04 +00:00
e4c2b44da5
Clone Invoice Template issue
2021-05-20 12:08:48 +05:30
633cad9b89
add update migration
4.1.0
2021-05-05 12:10:14 +05:30