Commit Graph

983 Commits

Author SHA1 Message Date
40f3415e28 Merge branch 'compnay-fix' into 'master'
fix: company save loader on duplicate name error

See merge request mohit.panjvani/crater-web!1304
2021-12-01 13:28:38 +00:00
5c39525a2b fix: company save loader on duplicate name error 2021-12-01 18:57:33 +05:30
f97868d98a Merge branch 'quantity-fix' into 'master'
fix: exchange rate

See merge request mohit.panjvani/crater-web!1302
2021-12-01 12:57:12 +00:00
91e369ddcc new build 2021-12-01 18:02:08 +05:30
8806fe76ad Merge branch 'overlap-page' into 'master'
fix : overlap page in view and index pages

See merge request mohit.panjvani/crater-web!1299
2021-12-01 12:26:50 +00:00
cfc7e2231c fix: some minor changes 2021-12-01 17:53:26 +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
dee14455bb fix: exchange rate 2021-12-01 17:21:37 +05:30
9403fe265e fix expense currency issue 2021-12-01 17:06:20 +05:30
e30b99a730 fix currency issue 2021-12-01 16:24:23 +05:30
c1fb29bdbf Merge branch 'master' 2021-12-01 16:19:18 +05:30
6ea74a79bb Merge branch 'fix-unit-tests-master' into 'master'
solve unit tests

See merge request mohit.panjvani/crater-web!1298
2021-12-01 10:49:04 +00:00
8d94f4efbe fix code style 2021-12-01 16:18:27 +05:30
cc52cde16c add predis 2021-12-01 16:14:11 +05:30
e16e4c6d52 fix : overlap page in view and index pages 2021-12-01 16:04:55 +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
f57fa41640 Merge branch 'quantity-fix' into 'master'
fix: quantity decimal value not allow

See merge request mohit.panjvani/crater-web!1297
2021-12-01 06:57:09 +00:00
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