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

625 Commits

Author SHA1 Message Date
taha2002
c544de3012
Merge branch 'frappe:master' into ar_translation 2022-03-12 08:09:36 +01:00
18alantom
d0e10d5c65 fix: minor naming issue 2022-03-11 12:26:21 +05:30
unknown
e9cd95f5a5 init ar translation 2022-03-10 16:39:00 +01:00
18alantom
fbb1c4db66 feat: segregate payment by type in sidebar 2022-03-10 12:12:02 +05:30
18alantom
fd73c643b5 feat: add item segregation in sidebar 2022-03-10 12:06:37 +05:30
18alantom
b4bed9521f fix: minor bugs, fix patch too 2022-03-08 14:17:37 +05:30
18alantom
2de72153e4 feat: add number series to the forms 2022-03-08 13:13:04 +05:30
18alantom
454a2f5a95 feat: update number series with references 2022-03-08 12:16:18 +05:30
18alantom
6912355e62 fix: adding account from CoA page 2022-03-08 10:56:50 +05:30
18alantom
a01c91f40d fix(ux): add pagination to general ledger 2022-03-02 13:18:50 +05:30
18alantom
37de2675cd fix: minor fixes
- empty date import issue
- rename payment amount to allocated amount
- increase tooltip distance threshold
2022-03-02 11:28:07 +05:30
18alantom
2f6ecff36b fix(ux): add import more button on complete 2022-03-01 14:58:21 +05:30
18alantom
f0e5e294a1 fix: dont cache imports
- prevent OOM crashes
2022-03-01 14:58:21 +05:30
18alantom
1b951e1513 fix(ux): add a downloading update toast 2022-03-01 14:58:21 +05:30
18alantom
0b19304d19 fix: ignore click when making entries 2022-03-01 14:58:21 +05:30
18alantom
3d175f1730 feat(ui): add a loading element 2022-03-01 14:58:21 +05:30
18alantom
e1389184ed fix(ui): prevent wrapping 2022-03-01 14:58:21 +05:30
18alantom
4b51d15de7 fix: improve chart min max scaler 2022-03-01 14:58:21 +05:30
18alantom
fc7130e776 fix: charts scaling issues 2022-03-01 14:58:21 +05:30
18alantom
52c5e03e31 fix: speed up data imports 2022-02-28 18:43:29 +05:30
18alantom
0702ce383f fix: issue where setup currency is not considered 2022-02-26 12:52:07 +05:30
18alantom
c49c7429a7 fix: COA issue; TIL webpack bundles jsons -_- 2022-02-25 20:37:18 +05:30
18alantom
eade5770b0 fix: don't set empty values 2022-02-25 15:22:28 +05:30
18alantom
e9b52c8d1b fix: catch promise error 2022-02-25 14:14:25 +05:30
18alantom
7cb0818601 fix(ui): border instead of shadow 2022-02-25 12:27:49 +05:30
18alantom
f87da9a6ef feat: add a 'how to' component
- to be used in place of the empty state
2022-02-25 12:07:15 +05:30
18alantom
b29ee6ac16 feat: button to add a row
- fix error handling and insertion
2022-02-24 11:39:35 +05:30
18alantom
16c0bfe4fc feat: added importer settings 2022-02-23 17:15:20 +05:30
18alantom
916d0ecee4 feat: add should submit
- code for insertion
- success state
2022-02-23 16:01:55 +05:30
18alantom
f7937935fb fix: set readonly 2022-02-23 12:52:14 +05:30
18alantom
5f4cbe1795 feat: mark required fields 2022-02-23 11:34:26 +05:30
18alantom
15bb03136a feat: add data verfying section 2022-02-23 11:34:26 +05:30
18alantom
be68ab84f8 feat: add assign imported labels bar 2022-02-23 11:34:26 +05:30
18alantom
f230d779c9 feat: code for a decent csv parser 2022-02-23 11:34:26 +05:30
18alantom
23e504a67d feat: code to generate templates 2022-02-23 11:34:26 +05:30
18alantom
91e8fa52f4 feat: setup Data Import page 2022-02-23 11:34:26 +05:30
18alantom
39ab37d56b chore: remove commas (allow GDoc import) 2022-02-21 13:07:46 +05:30
18alantom
c23e670582 feat: use selected chart of accounts 2022-02-21 12:08:50 +05:30
18alantom
73253212c5 feat: add CoA selection to Setup Wizard 2022-02-21 12:08:50 +05:30
18alantom
ab93349e11 fix: load langs on boot properly
- don't reload in setup wizard cause it crashes at times.
- will undo the above once fixed
2022-02-17 16:05:01 +05:30
18alantom
7afac9cfbd fix: add fallback url cause ratelimiting 2022-02-17 15:42:40 +05:30
18alantom
330d0ac5c5 feat: add link to language contributions
- fix helpers
2022-02-17 14:50:48 +05:30
18alantom
c83ac376dd feat: add selectors for language
- remove instance config
- use app level config instead
2022-02-17 13:16:36 +05:30
18alantom
ce3d997ed2 feat: setup translations 😎 2022-02-16 19:40:08 +05:30
18alantom
f1ad28b2cc feat: add a setting for language 2022-02-16 17:03:39 +05:30
18alantom
76d1f3c7f5 feat: code to set languages on frappe 2022-02-16 16:33:24 +05:30
18alantom
6088569915 fix: shift toast to App, items-end 😑
- toast breaks in setup
2022-02-16 16:07:09 +05:30
18alantom
a6616c5c33 feat: add code to fetch language map 2022-02-16 15:35:35 +05:30
18alantom
ddda0d38c7 fix: minor fixes to tstrings 2022-02-16 13:15:33 +05:30
18alantom
c52b7f54ad fix: translate all labels 2022-02-16 13:15:33 +05:30