2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00
Commit Graph

89 Commits

Author SHA1 Message Date
18alantom
71800dffd6 incr: type ledgerposting 2022-05-23 16:18:21 +05:30
18alantom
781c1d70e9 refactor: Item and Address models to ts Doc subcls 2022-05-23 16:18:21 +05:30
18alantom
cb54100db4 incr: convert simple models to .ts Doc subclass 2022-05-23 16:18:21 +05:30
18alantom
309c5c7474 refactor: remove util calls from frappe
- shift demux
- fix import
- add init test
2022-05-23 16:18:21 +05:30
18alantom
de7131ba1f fix: translation.ts typing 2022-05-23 16:18:21 +05:30
18alantom
c1482b0d2f incr: convert knex calls to dbHandler calls
- add callBespoke
2022-05-23 16:18:21 +05:30
18alantom
d69dec1ca7 incr: type translation 2022-05-23 16:18:21 +05:30
18alantom
0201844fd0 refactor: properly type naming
- remove redundant files
- change getDoc and getNewDoc
2022-05-23 16:18:21 +05:30
18alantom
a66e2bcc45 incr: database demux base
- remove a few redundant files
2022-05-23 16:18:21 +05:30
18alantom
0efd2b4c33 refactor: remove core js schemas
- switch to doc and json schemas instead
2022-05-23 16:18:21 +05:30
18alantom
e0e74817be incr: update docHandler to not use meta 2022-05-23 16:18:21 +05:30
18alantom
cdb039d308 incr: delete some stuff add typed doc.ts 2022-05-23 16:18:21 +05:30
18alantom
98e1a44686 incr: get schemaMap on db handler init 2022-05-23 16:18:21 +05:30
18alantom
1567dc762f incr: add type converters 2022-05-23 16:18:21 +05:30
18alantom
4dbecad1cb incr: add error messaging 2022-05-23 16:18:21 +05:30
18alantom
74d173f682 incr: refactor core.ts to use schema !meta 2022-05-23 16:18:21 +05:30
18alantom
a546f144ca incr: drop unused doctypes 2022-05-23 16:18:21 +05:30
18alantom
71d931ac75 incr: checkpoint 2022-05-23 16:18:21 +05:30
18alantom
72b6478e29 incr: create typed frappe 2022-05-23 16:18:21 +05:30
18alantom
82709165a4 chore: rename getNewDoc, newDoc
- delete irrelevant tests
2022-05-23 16:18:21 +05:30
18alantom
dc5d705a52 incr: shift auth out of Frappe to auth 2022-05-23 16:18:21 +05:30
18alantom
9424b131be incr: remove common
- utils is frontend safe
2022-05-23 16:18:21 +05:30
18alantom
26e030106f incr: rename Meta and Document 2022-05-23 16:18:21 +05:30
18alantom
807a5d2da7 incr: remove utils, format from common 2022-05-23 16:18:21 +05:30
18alantom
f243326126 incr: type errors, set on frappe 2022-05-23 16:18:21 +05:30
18alantom
ceb45b58b7 fix: set numberSeries as readOnly after insert 2022-04-04 14:09:15 +05:30
18alantom
0d78df598c fix: mark missed strings as translate 2022-03-31 10:53:11 +05:30
18alantom
47e6493699 incr: type observable
- convert several to ES6
2022-03-18 16:02:46 +05:30
18alantom
507a500edb incr: type cacheManager
- database to ES6 imports
2022-03-18 16:02:11 +05:30
18alantom
a86e9447ab chore: convert main.js to renderer.ts 2022-03-18 16:02:08 +05:30
18alantom
761dd641bf chore: remove unused files; main to .ts 2022-03-18 16:01:05 +05:30
18alantom
77e226363d feat: add entry duplication 2022-03-17 11:57:35 +05:30
18alantom
0412095342 chore: add dev help code 2022-03-17 11:33:02 +05:30
18alantom
d63e6e5cd8 feat: add global setting for anonymized telemetry 2022-03-11 12:26:43 +05:30
18alantom
9bad5e69d8 feat: count errors 2022-03-11 12:26:43 +05:30
18alantom
7696435504 chore: add few more logs 2022-03-11 12:26:43 +05:30
18alantom
d0e10d5c65 fix: minor naming issue 2022-03-11 12:26:21 +05:30
18alantom
b9a65b75d5 fix: circumvent possible sqlite bug
- sqlite throws not null on direct insert
- this doesn't seem to be happening on
   bulk or individual inserts
2022-03-08 15:20:07 +05:30
18alantom
b4bed9521f fix: minor bugs, fix patch too 2022-03-08 14:17:37 +05:30
18alantom
78955b9d52 feat: update name setting 2022-03-08 13:42:08 +05:30
18alantom
2de72153e4 feat: add number series to the forms 2022-03-08 13:13:04 +05:30
18alantom
c9631c27a6 feat: add numberSeries field to docs 2022-03-08 12:14:05 +05:30
18alantom
0bd1706e2b feat: add reference to number series doc 2022-03-08 12:13:29 +05:30
18alantom
f0e5e294a1 fix: dont cache imports
- prevent OOM crashes
2022-03-01 14:58:21 +05:30
18alantom
b29ee6ac16 feat: button to add a row
- fix error handling and insertion
2022-02-24 11:39:35 +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
73253212c5 feat: add CoA selection to Setup Wizard 2022-02-21 12:08:50 +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