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

2090 Commits

Author SHA1 Message Date
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 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
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 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
dependabot[bot]
c9f970e748
chore(deps): bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-30 10:19:37 +00:00
Alan
71bcae5ec8
Merge pull request #457 from 18alantom/error-report-fixes
fix: patch issues from error reports
2022-08-30 03:18:54 -07:00
18alantom
702a09e6c0 fix: better handling of FOREIGN KEY constraint failed 2022-08-30 14:34:18 +05:30
18alantom
d90d113981 incr: improve error display
- show duplicate error instead of sqlite fail dump
2022-08-30 13:43:52 +05:30
18alantom
4ebf232e18 chore: bump build tooling
- fixes app-update.yml not found and others
2022-08-30 13:43:52 +05:30
18alantom
bce45bd107 chore: move autod-updater listeners 2022-08-30 13:43:52 +05:30
18alantom
67e38e4729 fix: prevent errors cause undef or null 2022-08-30 13:43:52 +05:30
18alantom
b7810ee25e fix: prevent e is not iterable 2022-08-30 13:43:52 +05:30
18alantom
2c1c4aedf8 fix: handle non inited searcher 2022-08-30 13:43:52 +05:30
18alantom
38505c2a4c fix: net::ERR_HTTP2_PROTOCOL_ERROR 2022-08-30 13:43:52 +05:30