2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
Commit Graph

282 Commits

Author SHA1 Message Date
18alantom
fc23c585d4 refactor: remove _, replace stand alone instances 2022-01-24 12:02:38 +05:30
18alantom
0320743161 refactor: replace all frappe._(` instances 2022-01-24 11:45:26 +05:30
18alantom
6053bcb39b chore: add missing pieces from frappejs 2022-01-21 03:06:17 +05:30
18alantom
cc09847337 refactor: rename imports, frappejs → frappe 2022-01-21 02:27:29 +05:30
18alantom
d4cfbca7df refactor: move color stuff to colors.js 2022-01-19 15:55:26 +05:30
18alantom
7878a405d3 fix(ux): allow custom empty messages in autocomp
- set custom message for State
2022-01-12 15:04:16 +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
4d85642a40 chore: deprecate numberFormat 2022-01-07 10:51:19 +05:30
18alantom
5ad858ede7 fix: knex queries 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
5f4a9ceeb1 fix: update SalesInvoice 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
ddb46f8bee fix: AutoComplete country, state, pos and place 2021-12-30 15:03:03 +05:30
Piyush Singhania
50a71749ee Removed text at the end of file 2021-12-29 14:44:34 +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
Ankit Singhaniya
df51742aff make place of supply and gst into seperate entries 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
Ankit Singhaniya
540f2988f1 feat: add gst1 b2cs and b2cl 2021-12-29 12:34:57 +05:30
Ankit Singhaniya
21dace3e03 make place of supply and gst into seperate entries 2021-12-29 09:54:57 +05:30
Ankit Singhaniya
efcee2a1a1
Merge pull request #32 from piyushsinghania/feature/gstr1-b2c
Fixed dropdown CSS, removed sleep, renamed state label for India
2021-12-28 20:35:10 +05:30
Ankit Singhaniya
dccaa60017 Merge branch 'master' of github.com:frappe/books into feature/gstr1-b2c 2021-12-28 20:32:27 +05:30
Piyush Singhania
d6aa958537 Fixed dropdown CSS, removed sleep, renamed state label for India 2021-12-28 17:54:38 +05:30
18alantom
0b5e250597 refactor: DRY, use map keys for select 2021-12-28 17:33:52 +05:30
Ankit Singhaniya
80606b2cca feat: add gst1 b2cs and b2cl 2021-12-23 22:05:34 +05:30
18alantom
9869daf498 chore: remove hsnCode from non Regional 2021-12-21 12:37:25 +05:30
18alantom
1b1a5b8b84 fix: remove required on hsnCode 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
90c9bd61ab make hsn and sac code a regional thing 2021-12-21 12:37:25 +05:30
Ankit Singhaniya
c0c1c26d8d move gst from print setting to account settings 2021-12-21 12:37:25 +05:30
Piyush Singhania
d8389a8b2e Altered the position of gstin input field 2021-12-21 12:37:25 +05:30
Piyush Singhania
c18db1c406 Fix gstr-1 json format for validation 2021-12-21 12:37:25 +05:30
Piyush Singhania
38713ee2d0 Added item code field for items 2021-12-21 12:37:25 +05:30
18alantom
cdce24b2a2 fix(ux): re-evaluate country dependent fields 2021-12-17 12:18:09 +05:30
18alantom
e9192fa6ef fix: reading 'map' but found null error 2021-12-17 12:18:09 +05:30
18alantom
1fd616fb0d fix(ui): No empty required selects, set placeholders everywhere 2021-12-16 18:17:32 +05:30
18alantom
95867541df fix(ux): rename Purchase Invoice to Bill & Sales Invoice to Invoice 2021-12-16 18:17:32 +05:30
18alantom
3e51c9f857 fix: auto set GST Type 2021-12-16 18:17:32 +05:30
18alantom
9e13db698e fix: add gstType to quick edit fields 2021-12-12 12:21:20 +05:30
18alantom
40ddf7a171 fix: make onboarding completable 2021-12-02 18:41:56 +05:30
18alantom
6197e78514 fix: readonly and hidden in TwoColumnForm
- make some fields readonly, hidden
- formatting
2021-12-02 15:39:02 +05:30
18alantom
3f69d7fcc5 feat: allow regional model updates 2021-12-01 18:38:00 +05:30
Piyush Singhania
8a0e295f68 Fixed payment entries not getting posted in general ledger 2021-11-29 16:02:58 +05:30
18alantom
f45ea81224 refactor: shift autoupdate to systemsettings 2021-11-25 16:48:26 +05:30
18alantom
b8671cb2ed fix: multiple payment related fixes
- outstanding amount reset on payment cancel
- payment reference type is now select
- map property on select fields for different display values
- multiple payment validations
- sensible binding payment amount and reference amount
2021-11-25 14:49:50 +05:30
Alan
50371b1a56
Merge pull request #251 from piyushsinghania/fix/error-message-while-navigating
Prevented error message on navigation
2021-11-23 10:35:01 +05:30