b819307612
refactor helpers
2022-02-23 17:58:07 +05:30
7202fdcbf2
new build
2022-02-22 12:31:28 +05:30
c28fc073e4
fix responsive cropping issue for ios
2022-02-22 12:29:37 +05:30
439fc4e002
add fields
2022-02-21 18:34:04 +05:30
ca15751a5f
Merge branch 'master'
2022-02-21 13:34:54 +05:30
50637f5f7c
Merge branch 'master' of https://github.com/bytefury/crater
2022-02-21 13:34:32 +05:30
e3219baad2
Merge branch 'fix-pdf-guard-issue' into 'master'
...
fix guard issue
See merge request mohit.panjvani/crater-web!1449
2022-02-21 07:57:25 +00:00
8de8a07e3e
fix guard issue
2022-02-21 13:20:58 +05:30
ab28ba38ce
Merge branch 'master'
2022-02-21 10:48:54 +05:30
7a27317f1a
Merge branch 'fix-master-issues' into 'master'
...
Fix master issues
See merge request mohit.panjvani/crater-web!1446
2022-02-19 09:50:46 +00:00
ab153963e4
Fix master issues
2022-02-19 09:50:46 +00:00
65dd1eca01
change default currency to USD
2022-02-19 13:49:38 +05:30
bed05fc21f
Arrange Invoice, Recurring Invoices and Estimate Tab groups for a more natural flow ( #803 )
2022-02-19 09:59:37 +05:30
0578122fc3
add admin_document_title
2022-02-18 12:21:13 +05:30
ce3db7d0c6
Update readme.md ( #802 )
...
Fix API Documentation URL
2022-02-18 06:56:27 +05:30
854ae10198
fix formatting
2022-02-17 14:10:36 +05:30
2383e89daa
new build 604
6.0.4
2022-02-17 13:48:06 +05:30
6529fa1892
Merge branch 'fix-send-invoice-issue' into 'master'
...
fix send invoices and payments issues
See merge request mohit.panjvani/crater-web!1443
2022-02-17 08:15:40 +00:00
eef74fd2fc
Merge branch 'change-logout-request' into 'master'
...
fixed customer logout error
See merge request mohit.panjvani/crater-web!1445
2022-02-17 08:14:43 +00:00
2f69b6fa71
fixed customer logout error
2022-02-17 12:39:10 +05:30
7170fb0cef
fix send invoices and payments issues
2022-02-16 18:59:49 +05:30
db7a084a19
Merge branch 'set-default-country' into 'master'
...
set "United States" as default country for company in installation wizard
See merge request mohit.panjvani/crater-web!1442
2022-02-16 09:09:03 +00:00
e24a89fe39
set "United States" as default country for company in installtion wizard
2022-02-16 12:05:08 +05:30
6a3e9e132f
fix formatting
6.0.3
2022-02-16 11:19:30 +05:30
68575b69b9
new build 603
2022-02-16 10:47:32 +05:30
8da5f99511
Merge branch 'master'
2022-02-16 10:44:08 +05:30
912dbdc1c5
Merge branch 'fix_all_customer_load' into 'master'
...
Fix all customer load
See merge request mohit.panjvani/crater-web!1435
2022-02-16 05:13:53 +00:00
771d396bfb
Merge branch 'master' of gitlab.com:mohit.panjvani/crater-web into fix_all_customer_load
2022-02-15 18:41:57 +05:30
30dc428b1a
apply scroll to load data changes in customer and fixed search with scroll to load data issue in estimate, invoice, recurring invoice and payments
2022-02-15 18:41:05 +05:30
6f7555bdce
add 603 update migration
2022-02-15 17:30:33 +05:30
13cbb5439f
fix search pagination
2022-02-15 13:01:29 +05:30
a0cd12913d
fix template selection issue when image is not loaded
2022-02-15 12:16:01 +05:30
67e93dcb00
Merge branch 'mark-as-default-template' into 'master'
...
added mark as default changes in estimate and invoice template
See merge request mohit.panjvani/crater-web!1440
2022-02-15 06:16:57 +00:00
7427f8a4ac
new build
2022-02-15 11:44:39 +05:30
10ceaa0e2c
Merge branch 'master'
2022-02-15 11:40:59 +05:30
15256a19db
Merge branch 'fix-download-expense-issue' into 'master'
...
fixed uploaded attachment not removed
See merge request mohit.panjvani/crater-web!1441
2022-02-15 06:10:04 +00:00
8ba84f68c7
fixed uploaded attachment not removed
2022-02-15 06:10:04 +00:00
9e23f9b9b1
fix search issues
2022-02-15 11:32:30 +05:30
7f4cdfffc6
New Crowdin updates ( #791 )
...
* New translations en.json (Romanian)
* New translations en.json (Slovak)
* New translations en.json (Hindi)
* New translations en.json (Latvian)
* New translations en.json (Croatian)
* New translations en.json (Persian)
* New translations en.json (Indonesian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Vietnamese)
* New translations en.json (Chinese Traditional)
* New translations en.json (Turkish)
* New translations en.json (Swedish)
* New translations en.json (Slovenian)
* New translations en.json (Russian)
* New translations en.json (French)
* New translations en.json (Portuguese)
* New translations en.json (Polish)
* New translations en.json (Dutch)
* New translations en.json (Lithuanian)
* New translations en.json (Japanese)
* New translations en.json (Italian)
* New translations en.json (Finnish)
* New translations en.json (Greek)
* New translations en.json (German)
* New translations en.json (Czech)
* New translations en.json (Arabic)
* New translations en.json (Spanish)
* New translations en.json (Serbian (Latin))
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Portuguese)
* New translations en.json (German)
2022-02-15 11:03:54 +05:30
c9d6824f8c
Fixed the "Download Expenses File" URL ( #785 )
...
* Fixed the download PDF URL
Added the "/reports" prefix to the "Download PDF" Button of the Create.vue file. Now the download redirect works correctly.
Fixed with @SpyrosKoustas.
* Fixed the missing "/reports" prefix
Added the missing "/reports" prefix so that the project must not be rebuilt.
Fixed with @Dimitris-Provatas
Co-authored-by: Spyros Georg Koustas <spyros.koustas@hotmail.com >
2022-02-15 11:00:31 +05:30
84f5890294
Merge branch 'fix_all_customer_load'
2022-02-15 10:51:54 +05:30
ab8089fe98
Merge branch 'master' into fix_all_customer_load
2022-02-15 10:45:50 +05:30
383ba65d7c
Merge branch 'master' of https://github.com/bytefury/crater
2022-02-15 10:45:08 +05:30
f34dac9d3f
Merge branch 'fix-recurring-invoice-issue' into 'master'
...
fixed send invoice modal not open in recurring invoice
See merge request mohit.panjvani/crater-web!1439
2022-02-15 05:13:40 +00:00
c3965613b5
Merge branch 'change-logout-request' into 'master'
...
change from "GET" to "POST" request for logout user or customer
See merge request mohit.panjvani/crater-web!1438
2022-02-15 05:13:22 +00:00
c07e309918
rename variable name
2022-02-14 15:16:26 +05:30
35e71ec110
fix select cutoff issue on invoice create
2022-02-14 14:28:28 +05:30
82dbee4794
Update Crowdin configuration file
2022-02-14 12:08:04 +05:30
d883e89819
fix formatting
2022-02-14 11:24:59 +05:30
00133d66c2
added mark as default changes in estimate and invoice template
2022-02-11 12:23:36 +05:30