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

2055 Commits

Author SHA1 Message Date
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
18alantom
075f783ffe fix: return no classes if searcher not injected 2022-08-30 13:43:52 +05:30
18alantom
648a82ce08 fix: skip if account tree doesn't have acc 2022-08-30 13:43:52 +05:30
18alantom
95f40d4c20 fix: empty list if tax.details undef 2022-08-30 13:43:52 +05:30
18alantom
abcc96752e fix: don't report cannot fetch exchange rate 2022-08-30 13:43:52 +05:30
18alantom
df3ad7b00d fix: set default 0 in reduce 2022-08-30 13:43:52 +05:30
18alantom
eadfd6f716 incr: add more info on error reporting 2022-08-30 13:43:52 +05:30
18alantom
8d8660f30f chore: fix phrasing 2022-08-30 13:32:51 +05:30
18alantom
3020a4e59d chore: add build instructions 2022-08-30 13:31:30 +05:30
Maël Chouteau
9a45735485
Update : changed currency_fractuin unti of france 2022-08-28 17:24:54 +02:00
Maël Chouteau
c328e14e5b
Create fr.json 2022-08-28 17:21:11 +02:00
Maël Chouteau
960a4d3f95
Commented non present languages 2022-08-28 10:15:51 -05:00
Maël Chouteau
e23f788331 FIX : Translation not made and code suggestion 2022-08-24 10:35:13 -05:00
Maël Chouteau
7398b04743
Fix mistake 2022-08-24 17:20:58 +02:00
Maël Chouteau
bc7b603b7f
Update : csv.fr fix single term quote 2022-08-24 02:36:27 +02:00
Maël Chouteau
0602e617c8 Update : fr.csv fix translation 2022-08-23 19:32:41 -05:00
Maël Chouteau
598e083480
Update : French translation after regeneration
Correction of mistakes and add of new translation after the regeneratin of the file
2022-08-23 20:31:29 +02:00
18alantom
5cd940be8e chore: update translation contributors 2022-08-23 12:36:55 +05:30
Alan
4954f944ae
Merge pull request #456 from mael-chouteau/patch-1
Update fr.csv : First real french translation
2022-08-23 00:05:09 -07:00
18alantom
d9f2961a65 incr: regenerate french translations 2022-08-23 12:29:17 +05:30
Maël Chouteau
9a3a193be7
Update fr.csv : Second correction
Correction of the first translation after building the app and understanding better what each things means with the context.
I've also added "saved", "Discount After Tax" and "New Entry" translation to the file, i'll add them to the other languages later. and add the translation code in an other branch dedicated to improve the translated text in the app to not see english bits remaining anymore.
2022-08-23 06:39:57 +02:00
Maël Chouteau
35682cd61e
First real french translation fr.csv
First French translation, I'll check for any errors linked to the context of where each text are used to improve it if necessary. But otherwise it should be mostly correct and far better that the automated translation.
2022-08-22 22:14:38 -05:00
18alantom
5185820a32 fix: add patch to set/unset roundoff 2022-08-16 17:02:35 +05:30
18alantom
8dc27249b4 v0.6.3-beta.0 2022-08-10 17:52:45 +05:30
Alan
60a95cb53a
Merge pull request #443 from 18alantom/minor-fixes-four
fix: minor fixes four
2022-08-10 00:08:21 -07:00
18alantom
e9fe08e1f8 incr: allow deletion of groups if no children 2022-08-10 12:34:39 +05:30
18alantom
a0aaa8c52b fix: set Round Off if not set 2022-08-10 12:16:59 +05:30
18alantom
84ba034337 incr: append lang and country to report 2022-08-10 11:13:58 +05:30
18alantom
4a2086dfe4 fix: duplicate account names 2022-08-10 11:12:00 +05:30
18alantom
97f23d36e6 feat: add turkish translations 2022-08-09 12:07:14 +05:30
18alantom
4767eb006a v0.6.2-beta.0 2022-07-31 14:26:42 +05:30
Alan
5899f92c9a
Merge pull request #434 from 18alantom/minor-fixes-three
Minor fixes three
2022-07-30 10:56:43 -07:00
18alantom
3904d04f7d fix(ux): handle db delete exception 2022-07-30 17:34:39 +05:30
18alantom
5c5dc09d58 fix: purgeCache, close db 2022-07-30 16:33:09 +05:30
18alantom
48be520b20 incr: add filter prop on Field 2022-07-30 16:06:14 +05:30
18alantom
f59120e2a6 fix: update file list on new 2022-07-30 03:20:21 -07:00