Commit Graph
2100 Commits
Author SHA1 Message Date
Alan 5de0f6c8d8 Merge pull request #479 from 18alantom/defaults
feat: Defaults
2022-10-12 03:21:38 -07:00
18alantom 6c5dd3a4f9 fix: prevent Create from appearing as Link value 2022-10-12 15:48:22 +05:30
18alantom 110dee04eb incr: use Defaults 2022-10-12 14:59:43 +05:30
18alantom a11810e50b incr: add Defaults 2022-10-12 14:05:18 +05:30
18alantom 3d168f23f6 incr(ui): remove icons from settings 2022-10-12 12:29:15 +05:30
18alantom 8528f3024d fix(ui): custom scrollbars 2022-10-11 13:22:45 -07:00
18alantom 7899619ab4 feat: mention tax invoice on print 2022-10-11 13:22:45 -07:00
18alantom fc779de25d fix: show Posting Date on Make Payment
- keep rate if item rate is zero on ex-rate change
2022-10-11 13:22:45 -07:00
18alantom 6216a73688 v0.6.6 v0.6.6 2022-10-08 00:31:01 +05:30
18alantom c28bc0d27f chore: remove stray window assign 2022-10-08 00:30:24 +05:30
18alantom 5f937b041b fix: unable to pay multiple invoices 2022-10-08 00:28:44 +05:30
18alantom 7c03b98d67 fix: from account not found
- add a bunch of Payment validations
- add inline form error message display
2022-10-08 00:11:50 +05:30
18alantom ef4e934bfd v0.6.6-beta.0 v0.6.6-beta.0 2022-10-03 14:53:51 +05:30
Alan 24b6021606 Merge pull request #429 from 18alantom/multi-currency-invoicing
feat: multi currency invoicing
2022-10-03 02:15:15 -07:00
18alantom 25236560df incr: update print templates to display correct currency 2022-10-03 13:48:31 +05:30
18alantom 6ee1365e45 incr: update tax summmary 2022-10-03 13:48:02 +05:30
18alantom cd09d31b9b incr: remove redundant fields
- complete the feature
2022-10-03 11:48:14 +05:30
18alantom d986471323 fix: transitive dependent field updates 2022-10-03 11:48:14 +05:30
18alantom 537a8f7153 incr: update currency display 2022-10-03 11:48:14 +05:30
18alantom a8532f05db incr: add exchange rate widget
- set instance currency as readOnly
- minor refactor in Base
2022-10-03 11:48:14 +05:30
18alantom 5e458bc033 feat(dev): fill button in Setup Wiz when dev mode 2022-10-03 11:48:14 +05:30
18alantom cc84c51825 incr: factorize invoice schemas 2022-10-03 11:48:14 +05:30
Alan 0048d5896a Merge pull request #469 from Isaac-Kwon/master
Add Korean Translation
2022-10-02 23:15:56 -07:00
Minjae Isaac Kwon 3a96fdec65 Add translator 2022-09-30 21:18:12 +09:00
Minjae Isaac Kwon d5221e8872 Init ko translation 2022-09-30 21:13:42 +09:00
18alantom ac77748a5f fix: prevent Account Cash not found 2022-09-26 18:14:59 +05:30
18alantom 8d3d0a29ee incr: add logUnexpected
- prevent undefined rootType, log it instead
v0.6.5
2022-09-20 22:49:09 +05:30
18alantom 69bf6a080d fix: catch more network errors
- prevent dupe account names in Catalan
2022-09-20 21:17:43 +05:30
18alantom 11a10a8f48 v0.6.5 2022-09-19 20:06:04 +05:30
18alantom 6f127f0032 fix: catch all errors when getting translations.csv 2022-09-19 17:34:24 +05:30
18alantom f52f4c09e9 chore: minor updates to tr translation 2022-09-19 17:11:11 +05:30
18alantom fef2016b6a fix: text left for two column forms 2022-09-19 17:07:55 +05:30
Alan 9592ec4bc7 Merge pull request #466 from 18alantom/fix-fields-ui
fix: fields UI/UX
2022-09-19 04:25:10 -07:00
18alantom 6a16fd7afc fix(ux): freeze message 2022-09-19 16:53:18 +05:30
18alantom e509e311f5 fix(ui): add mandatory fields indicator 2022-09-19 15:23:01 +05:30
18alantom bbc02ad4a3 refactor: move field evaluations to Base.vue
- minor style updates
2022-09-19 14:23:27 +05:30
18alantom 23bb908957 fix(ui): clean up styling 2022-09-18 19:37:26 +05:30
18alantom 62a418cacc refactor: move field styling to Base.vue 2022-09-18 18:54:42 +05:30
18alantom 18d3bbf959 fix: prevent cancelled editable 2022-09-15 14:55:05 +05:30
18alantom d92641f181 fix: check if setup complete for parent req 2022-09-15 14:36:32 +05:30
18alantom 7023ce2171 fix: allow account creation from tax
- prevent random strings when manual naming
- set naming
2022-09-15 14:23:13 +05:30
18alantom af6f953b11 fix: use relative imports for non src v0.6.4-beta.0 2022-08-31 15:43:41 +05:30
18alantom d1194ae6ba v0.6.4-beta.0 2022-08-31 14:56:51 +05:30
Alan 2351b90f59 Merge pull request #464 from 18alantom/fix-dbfile-issues
fix: db file related issues
2022-08-31 02:26:11 -07:00
18alantom ef26c18d50 fix: dont report network errors on updation 2022-08-31 14:50:54 +05:30
18alantom cd234f8826 fix: better error handling on updation fails
- ask user whether to restart post update download
2022-08-31 14:25:25 +05:30
18alantom a8e681b973 fix: use unlinkIfExists
- handle failed migration copy issue separately
2022-08-30 18:13:42 +05:30
18alantom 65a91e6f86 fix(ui): semantics Setup -> Set Up 2022-08-30 16:08:31 +05:30
Alan 77c473581c Merge pull request #463 from frappe/dependabot/npm_and_yarn/async-2.6.4
chore(deps): bump async from 2.6.3 to 2.6.4
2022-08-30 03:34:41 -07:00
Alan f40f889a0f Merge pull request #458 from mael-chouteau/master
Update : French translation after regeneration
2022-08-30 03:20:54 -07:00