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

68 Commits

Author SHA1 Message Date
18alantom
c56850d08f incr: refactor and type src/utils 2022-05-23 16:18:22 +05:30
18alantom
76bf6cfda5 incr: rem singleton from index.ts cause can't test
- update models to not use singleton export
2022-05-23 16:18:22 +05:30
18alantom
9ec004184c refactor: simplify init flow
- add README.md
- move currency to systemsettings
2022-05-23 16:18:22 +05:30
18alantom
a39d7ed555 incr: complete dbHandler.ts 2022-05-23 16:18:22 +05:30
18alantom
af0d897020 chore: type generateTranslations
- shift csvParser to utils
2022-05-23 16:18:22 +05:30
18alantom
1cc05d218f incr: type Payment 2022-05-23 16:18:22 +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
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
a66e2bcc45 incr: database demux base
- remove a few redundant files
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
4dbecad1cb incr: add error messaging 2022-05-23 16:18:21 +05:30
18alantom
804d841466 incr: move messages, add DB_ actions 2022-05-23 16:18:21 +05:30
18alantom
9765707d21 incr: add DatabaseManager.call 2022-05-23 16:18:21 +05:30
18alantom
18dd3f8518 test: add more dbcore tests
- fix bugs in core.ts
2022-05-23 16:18:21 +05:30
18alantom
f5d795d95b test: add tests for singlevalue CRUD
- add utils
2022-05-23 16:18:21 +05:30