Commit Graph

1056 Commits

Author SHA1 Message Date
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
f5bbe68a4b new build 2021-05-05 12:00:12 +05:30
1fac9c9dde Merge branch 'master' of https://github.com/bytefury/crater 2021-05-05 11:58:36 +05:30
1208d3a924 new build 2021-05-05 11:58:14 +05:30
3257b18d58 update translations from crowdin 2021-05-05 11:25:30 +05:30
16a941f787 Bump axios from 0.19.2 to 0.21.1 (#337)
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 23:51:00 +05:30
4f5cd9fba1 Bump composer/composer from 2.0.11 to 2.0.13 (#447)
Bumps [composer/composer](https://github.com/composer/composer) from 2.0.11 to 2.0.13.
- [Release notes](https://github.com/composer/composer/releases)
- [Changelog](https://github.com/composer/composer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/composer/composer/compare/2.0.11...2.0.13)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 23:50:46 +05:30
80e6a3c757 Bump elliptic from 6.5.3 to 6.5.4 (#411)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 23:50:36 +05:30
d4e7420640 Bump laravel/framework from 8.33.1 to 8.40.0 (#448)
Bumps [laravel/framework](https://github.com/laravel/framework) from 8.33.1 to 8.40.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/8.x/CHANGELOG-8.x.md)
- [Commits](https://github.com/laravel/framework/compare/v8.33.1...v8.40.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 23:48:51 +05:30
ac30ba599b Update Vietnamese, Initial Japanese and Korean language (#436)
* Update Vietnamese locate
* Add Japanese and Korean Language


Co-authored-by: Dung <dung.phan@mediabridge.vn>
2021-05-03 16:59:30 +05:30
6dd0ccce8b update translations from crowdin 2021-05-03 16:37:12 +05:30
2f32ff4d5b temporarily disable the user tests 2021-04-13 13:06:07 +05:30
54a5ca83f8 new build 2021-04-13 13:00:35 +05:30
eede2fc17f fix notification module issues 2021-04-13 05:42:28 +00:00
e586adde26 update default email description 2021-04-12 16:43:07 +05:30
1ffb1b2eec bug: notification issues solved 2021-04-12 16:02:44 +05:30
55d838371a new build 2021-04-12 14:42:40 +05:30
cdaa1ff103 refactor estimate & invoice templates 2021-04-12 14:40:59 +05:30
63f7cdec82 fix customer update notification not firing 2021-04-12 14:40:22 +05:30
fadba7fa3a fix send email tests 2021-04-12 14:40:10 +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