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

1604 Commits

Author SHA1 Message Date
18alantom
900639734a fix: allow zero rate on items 2022-02-28 12:58:29 +05:30
18alantom
a5adf7cca3 fix: account for writeoff values 2022-02-28 12:58:29 +05:30
18alantom
f6911eed16 v0.3.1-beta.0 2022-02-26 12:52:20 +05:30
18alantom
0702ce383f fix: issue where setup currency is not considered 2022-02-26 12:52:07 +05:30
18alantom
8ab7356701 v0.3.0-beta.1 2022-02-25 20:57:53 +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
0109296750 v0.3.0-beta.0 2022-02-25 12:31:41 +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
Alan
478e48eac9
Merge pull request #347 from 18alantom/add-imports
feat: Add Data Import
2022-02-24 11:42:16 +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
3f74352120 chore: fix eslintrc, remove .vscode launch.json 2022-02-23 11:33:55 +05:30
18alantom
34f86416a2 fix: batch insert issue on data migration 2022-02-22 14:37:46 +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
ace1d4204d build: restrict engine 2022-02-21 10:31:02 +05:30
Raffael Meyer
bb0207fbc4 Update de.csv 2022-02-18 20:11:36 +05:30
18alantom
b60839d319 chore: fix typos 2022-02-18 16:21:31 +05:30
18alantom
5ef38b62cc chore: minor updates to readme 2022-02-18 16:18:58 +05:30
18alantom
a1a22898f6 v0.2.0-beta.0 2022-02-18 12:17:37 +05:30
dependabot[bot]
6df2d1eecd build(deps): bump url-parse from 1.5.3 to 1.5.7
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 10:30:50 +05:30
18alantom
4ab1b3cbf8 fix: reduce misery, simplify regex 2022-02-17 18:01:03 +05:30
Alan
03c7b768e6
Merge pull request #341 from 18alantom/use-translations
Setup Translations - Part 2 Use Translations
2022-02-17 16:08:14 +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
cf8b0b0af0 fix: minor fixes to translations 2022-02-16 13:53:06 +05:30
18alantom
62bf4da201 fix: allow locale codes for language files 2022-02-16 13:46:58 +05:30
18alantom
6cfab5cbe9 chore: add a few translations 2022-02-16 13:15:33 +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
18alantom
f99de4cd86 feat: add script to generate translation file 2022-02-16 13:15:33 +05:30