18alantom
|
591e7b3163
|
incr: complete typing models
- fix model exports
- add a README for models base
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
91bf6e03fa
|
incr: type Transaction and Tax
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
1cc05d218f
|
incr: type Payment
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
b08a3b9d52
|
incr: type Party, JournalEntry
- add removeFields
- fix Party schema
|
2022-05-23 16:18:21 +05:30 |
|
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
|
1329c164c7
|
refactor: convert Customer, Supplier links to Party
|
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
|
9e71466b82
|
refactor: use one schema for Customer and Supplier
|
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
|
c9cac7410f
|
chore: rename getNewDoc, newDoc
- delete irrelevant tests
|
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
|
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 |
|
18alantom
|
f7a2dd8f2b
|
test: start with dbCore tests
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
4800112ff4
|
test: schema builder
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
74bfe7931c
|
chore: fix types
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
7514c95883
|
chore: add mocha and deps
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
e9fab0cf83
|
incr: add databaseManager, privitize methods
|
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
|
19278e92d6
|
incr: add meta fields
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
ef6e8d44ab
|
incr: build schemas, add some notes
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
879b677b3b
|
incr: cleanup and import schemas
|
2022-05-23 16:18:21 +05:30 |
|
18alantom
|
02cacd5697
|
incr: add schemas
|
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
|
2afec6a74b
|
incr: deprecate frappe.call
|
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 |
|
Alan
|
878d1d03e9
|
Merge pull request #391 from talmax1124/master
Translation to Spanish Language
|
2022-05-23 16:17:53 +05:30 |
|
Carlos
|
91bf9233d0
|
Merge pull request #2 from talmax1124/imgbot
[ImgBot] Optimize images
|
2022-05-23 06:24:54 -04:00 |
|
ImgBotApp
|
ec35e1f168
|
[ImgBot] Optimize images
*Total -- 380.60kb -> 296.49kb (22.1%)
/build/icon.png -- 49.56kb -> 21.15kb (57.33%)
/build/icons/512x512.png -- 9.30kb -> 4.42kb (52.5%)
/.github/logo.png -- 4.98kb -> 2.41kb (51.66%)
/build/icons/256x256.png -- 4.67kb -> 2.39kb (48.76%)
/build/icons/128x128.png -- 2.44kb -> 1.39kb (43.05%)
/build/icons/64x64.png -- 1.22kb -> 0.92kb (24.54%)
/build/icons/48x48.png -- 1.01kb -> 0.78kb (22.36%)
/.github/frappe-books-preview.png -- 306.53kb -> 262.16kb (14.47%)
/src/assets/img/list-empty-state.svg -- 0.89kb -> 0.87kb (1.97%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
|
2022-05-22 19:13:02 +00:00 |
|
talmax1124
|
e45cef359a
|
Spanish Translation
|
2022-05-22 14:52:01 -04:00 |
|