|
|
0f99568eaf
|
fix: quantity decimal value not allow
|
2021-12-01 11:48:32 +05:30 |
|
|
|
f3dad8d48b
|
fix issues
|
2021-11-30 21:55:25 +05:30 |
|
|
|
9629771d22
|
fix migration error
|
2021-11-30 19:20:51 +05:30 |
|
|
|
082d5cacf2
|
v5.0.0 update
5.0.0
|
2021-11-30 18:58:19 +05:30 |
|
|
|
d332712c22
|
Merge branch 'master' of https://github.com/bytefury/crater
|
2021-11-30 15:37:00 +05:30 |
|
|
|
f434c3e0d1
|
Merge pull request #577 from manythingsatonce/master
Added the Polish language localization.
|
2021-10-26 17:40:26 +05:30 |
|
|
|
c810ad5246
|
Merge pull request #574 from luzpaz/typos
Fix source comment and documentation typos
|
2021-10-26 17:38:06 +05:30 |
|
|
|
29705662e3
|
Added the Polish language localization.
|
2021-10-14 15:43:27 +02:00 |
|
|
|
31bfaadfad
|
Fix source comment and documentation typos
Found via `codespell-q 3`
|
2021-10-10 07:17:18 -04:00 |
|
|
|
e2299794ad
|
fix formatting
|
2021-09-15 11:24:13 +05:30 |
|
|
|
7d71cc1607
|
Merge branch 'fix-file-disk-pdf-issue' into 'master'
Solve issue of pdf store to local disk
See merge request mohit.panjvani/crater-web!996
|
2021-09-14 13:15:25 +00:00 |
|
|
|
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 |
|
|
|
bfe13ef79d
|
Merge branch 'ob-clean-issue' into 'master'
solve empty buffer clean issue
See merge request mohit.panjvani/crater-web!909
|
2021-08-17 06:18:41 +00:00 |
|
|
|
010c7b02ed
|
solve empty buffer clean issue
|
2021-08-16 18:29:41 +05:30 |
|
|
|
81739d4db7
|
add debit & credit notes to roadmap
|
2021-08-16 12:21:15 +05:30 |
|
|
|
05110526a7
|
new build
|
2021-07-30 19:12:19 +05:30 |
|
|
|
15bff7cd3f
|
Merge branch 'master' of https://github.com/bytefury/crater
|
2021-07-30 19:12:07 +05:30 |
|
|
|
37470fe7a2
|
Merge pull request #513 from patricklucas/add_tax_column
Add tax column to invoices
|
2021-07-30 19:11:59 +05:30 |
|
|
|
1a50aca26d
|
Merge branch 'master' of https://github.com/bytefury/crater
|
2021-07-30 19:09:56 +05:30 |
|
|
|
8219d19222
|
fix partial payment issue
|
2021-07-30 19:08:07 +05:30 |
|
|
|
8fa0252779
|
Add translation
|
2021-07-21 14:08:58 +02:00 |
|
|
|
6bfab30f14
|
Add tax column to invoices
When an invoice has tax per item enabled, include a tax column so that
it's clear how much tax is being applied to each item.
|
2021-07-21 14:07:07 +02:00 |
|
|
|
d972279adc
|
Merge pull request #505 from michelmelo/patch-1
add support português Portugal
|
2021-07-16 12:42:34 +05:30 |
|
|
|
900a18c479
|
Merge pull request #502 from ytilotti/ytilotti-patch-1
Delete limit 255 description estimate
|
2021-07-16 12:41:53 +05:30 |
|
|
|
433c6a7c44
|
fix tax test failure
|
2021-07-16 12:00:28 +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 |
|
|
|
b004e7e379
|
Update i18n.js
|
2021-07-10 09:00:48 +01:00 |
|
|
|
9893108539
|
Delete limit 255 description estimate
There is a limit on the description of the estimate vue which is not necessary.
The field in the database is in TEXT.
|
2021-07-07 15:51:23 +02:00 |
|
|
|
2b80082996
|
Merge branch 'negative-tax-options' into 'master'
Solved negative tax options issue
See merge request mohit.panjvani/crater-web!735
|
2021-06-30 06:52:23 +00:00 |
|
|
|
8d596f5c19
|
Merge branch 'payment-unable-click' into 'master'
ref solve issue in create payment unable to click
|
2021-06-28 07:50:16 +00:00 |
|
|
|
ce4335d8fa
|
Merge branch 'pdf-issue' into 'master'
|
2021-06-28 07:49:27 +00:00 |
|
|
|
5eaea3ad59
|
solve empty address issue on pdf
|
2021-06-28 07:49:27 +00:00 |
|
|
|
375d4d428e
|
ref solve issue in create payment unable to click
|
2021-06-28 13:18:31 +05:30 |
|
|
|
2ec87baa6f
|
fix mysql & mariadb requirement checks on installation
|
2021-06-25 16:24:18 +05:30 |
|
|
|
18a2e83348
|
Merge branch 'version-check-issue' into 'master'
solve version check issue
See merge request mohit.panjvani/crater-web!792
|
2021-06-25 10:14:54 +00:00 |
|
|
|
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 |
|