Commit Graph
870 Commits
Author SHA1 Message Date
18alantom c8d2edd188 fix: DatePicker toggle on tab, allow click 2022-01-12 13:28:33 +05:30
18alantom f128ad6f57 fix(ux): invoice complete on visiting invoice
- earlier complete on setting image and address
- the way to complete wasn't clear and these aren't mandatory
- hence this change
2022-01-12 12:28:04 +05:30
Piyush Singhania 80e542f390 Renamed to skipDocumentCache 2022-01-12 11:55:27 +05:30
Piyush Singhania 721bfab5b8 Fetching fresh document and avoiding cached one to prevent error 2022-01-12 11:55:27 +05:30
18alantom 55832f19ad fix(ux): select curr on focus
- close popover on blur
2022-01-11 12:33:49 +05:30
Alan 6a9fd904b5 Merge pull request #268 from 18alantom/make-money
refactor: currency handling to use pesa
2022-01-11 11:33:18 +05:30
18alantom 22f3080af3 fix(ui): use inline validations 2022-01-10 13:47:23 +05:30
18alantom 5a457614c3 fix: minor fixes to validation messages
- add two for SI items
2022-01-10 13:41:11 +05:30
18alantom ab7cffe609 fix: remove ternary & number input style 2022-01-07 12:01:49 +05:30
18alantom e1cac53fa8 fix: breaking of patch due to deprecated field numberFormat 2022-01-07 11:42:21 +05:30
18alantom 85cd124024 fix: payment status check function 2022-01-07 10:51:19 +05:30
18alantom 3d7aa6ba26 fix: avoid null issue check for nonzero falsy 2022-01-07 10:51:19 +05:30
18alantom 4d85642a40 chore: deprecate numberFormat 2022-01-07 10:51:19 +05:30
18alantom 595341c2aa fix: init pesa with correct currency 2022-01-07 10:51:19 +05:30
18alantom 5ad858ede7 fix: knex queries 2022-01-07 10:51:19 +05:30
18alantom 3d0e91d3f5 fix: GSTR reports, cashflow 2022-01-07 10:51:19 +05:30
18alantom b69505bdbb fix: minor fixes to dashboard 2022-01-07 10:51:19 +05:30
18alantom de17463bd2 fix: use neg, neq, update reports GL, PnL, BS, TB 2022-01-07 10:51:19 +05:30
18alantom 373684aab7 fix: update Account, Item models Currency fields 2022-01-07 10:51:19 +05:30
18alantom b4957c3a64 fix: update JE, fix validation message 2022-01-07 10:51:19 +05:30
18alantom 8583db75d6 fix: update payments to use pesa 2022-01-07 10:51:19 +05:30
18alantom ed16c47b42 fix: patch 0 for null currency values 2022-01-07 10:51:19 +05:30
18alantom 5f4a9ceeb1 fix: update SalesInvoice 2022-01-07 10:51:19 +05:30
18alantom c9349b0570 fix: update ledger posting calculations 2022-01-07 10:51:19 +05:30
18alantom 5c6ac0e161 fix: currency field display (PI) 2022-01-07 10:51:19 +05:30
18alantom 1e6113e92f fix: update PurchaseInvoice to use pesa 2022-01-07 10:51:19 +05:30
18alantom 4385a93a77 fix: validate to true if no validation, parse into pesa on input 2022-01-07 10:51:19 +05:30
18alantom facf5dbfb6 feat: add locales, reword a get started 2022-01-07 10:51:19 +05:30
18alantom ec3558f513 fix: call validate on blur
- number type Float, Int
- remove floatPrecision
2022-01-07 10:51:19 +05:30
18alantom 44a60a84dd patch: convert existing currency values to precision adjusted int str 2022-01-07 10:51:19 +05:30
18alantom 4650b1eeda refactor: shift pesa init with currency to books 2022-01-07 10:51:19 +05:30
18alantom 2dd4906788 chore: use yarn.lock post upgrade frappejs 2022-01-06 18:38:43 +05:30
18alantom 4e83d26bb5 chore: switch sqlite3 to vscode fork, refresh frappejs dep 2022-01-06 15:17:07 +05:30
18alantom 2d59655bd0 fix: select field stacking context issue 2022-01-04 12:20:52 +05:30
Alan 0d2854557a Merge pull request #295 from ankitsinghaniyaz/feature/gstr1-b2c
Add ability to export GSTR1 B2CS and B2CL
2021-12-30 15:36:55 +05:30
18alantom 06cef24f96 fix: place filter, formatting 2021-12-30 15:19:54 +05:30
18alantom ddb46f8bee fix: AutoComplete country, state, pos and place 2021-12-30 15:03:03 +05:30
18alantom bc39a26590 fix: popover issues, deprecate portal-vue 2021-12-30 15:01:55 +05:30
18alantom 497872eb84 feat: allow aribitrary values in AutoComplete
- pass doc to getList
2021-12-30 14:30:46 +05:30
Piyush Singhania 50a71749ee Removed text at the end of file 2021-12-29 14:44:34 +05:30
Piyush Singhania e8d263d3b1 Merge branch 'feature/gstr1-b2c' of https://github.com/ankitsinghaniyaz/books into feature/gstr1-b2c 2021-12-29 13:43:08 +05:30
Piyush Singhania ba81cb5b7a Fixed stateCodeMapping issue 2021-12-29 13:42:11 +05:30
Ankit Singhaniya f707d8c53b move address inside if block 2021-12-29 13:34:26 +05:30
Ankit Singhaniya f6d031ed4e move pos add to quick fields inside if block 2021-12-29 13:30:41 +05:30
Piyush Singhania 5d6104ce0d Fixed pos issue in countries other than India 2021-12-29 12:40:13 +05:30
Piyush Singhania 00c81beec1 Merge branch 'feature/gstr1-b2c' of https://github.com/ankitsinghaniyaz/books into feature/gstr1-b2c 2021-12-29 12:39:43 +05:30
Ankit Singhaniya 89cf874dbe add ability to show different columns based on filter in reports 2021-12-29 12:34:58 +05:30
Ankit Singhaniya df51742aff make place of supply and gst into seperate entries 2021-12-29 12:34:58 +05:30
Ankit Singhaniya 9085170b02 update foreach with for loop 2021-12-29 12:34:58 +05:30
Piyush Singhania 1ad66be110 Fixed dropdown CSS, removed sleep, renamed state label for India 2021-12-29 12:34:58 +05:30