18alantom
|
d35dbc07fa
|
fix: allow single value child tables
|
2023-07-13 00:30:14 -07:00 |
|
18alantom
|
952241b0bd
|
refactor: check if migration will run
|
2023-07-11 12:41:22 +05:30 |
|
18alantom
|
f652cdca0a
|
fix: remove setting of error type on query-error
- type Listener params as any
|
2023-06-22 14:32:31 +05:30 |
|
18alantom
|
d0571a2450
|
chore: fix all fixable eslint errors in remaining non vue files
- update files to ignore
- delete babel.config.js
|
2023-06-22 14:22:54 +05:30 |
|
18alantom
|
0d80548c36
|
fix issues in e5a854c
|
2023-05-04 16:15:12 +05:30 |
|
18alantom
|
7c60b71294
|
fix: list ordering issues
|
2023-01-05 11:14:05 +05:30 |
|
18alantom
|
2a5686058d
|
incr: add deleteAll
- fix db where clauses
|
2022-11-07 13:28:35 +05:30 |
|
18alantom
|
6805ebcaba
|
fix: allow location to be common
|
2022-11-07 13:28:35 +05:30 |
|
18alantom
|
2efc2908fc
|
fix: db async issue
|
2022-10-16 17:07:06 +05:30 |
|
18alantom
|
5c5dc09d58
|
fix: purgeCache, close db
|
2022-07-30 16:33:09 +05:30 |
|
18alantom
|
f05f77e191
|
incr: ledger posting for discount
- remove invoice wide discount
|
2022-07-15 13:05:07 +05:30 |
|
18alantom
|
f157ed4240
|
fix: computed columns issue
|
2022-07-14 23:30:24 +05:30 |
|
18alantom
|
eb66317dce
|
incr: add computed, update row amount display vals
|
2022-07-12 15:53:46 +05:30 |
|
18alantom
|
bf2d0192ef
|
incr: use parent and fieldname for SVs
(to prevent dupes)
|
2022-06-09 14:00:37 +05:30 |
|
18alantom
|
3975eb3f64
|
fix(ux): display can't delete cause link
- update reports on ledger entries
- pull data until .plus({days: 1}) to account for all entries of the day
|
2022-05-30 17:04:25 +05:30 |
|
18alantom
|
46dbb6348f
|
fix: updateSchemas works now, also proper cleanup
|
2022-05-25 14:33:36 +05:30 |
|
18alantom
|
905829ca20
|
chore: switch to better-sqlite3
|
2022-05-23 16:18:23 +05:30 |
|
18alantom
|
a0f812e1a8
|
incr: add keyword fields, start with doc search
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
eedb4415ce
|
incr: redo duplication (don't sync)
- fix journal entry
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
20ea214a4b
|
incr: abstract away transactional
- add deletion
- fix reversion
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
8cc46c584c
|
fix: db updation, invoice submit, number series
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
d99591d058
|
incr: get Invoice form to render
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
ecfae41635
|
incr: add window controls
- minor fixes
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
a2cd1bac21
|
incr: fix a bunch of vue files
- no modes in the first pane
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
024687c1b9
|
fix: get Invoice settings to render and work
- remove "computed"
- fix a few formcontrols
- simplify doc.ts a bit more
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
de7e5ba807
|
refactor: rename 'frappe' to 'fyo' outside src
- cause now most of it is different from what it was
|
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
|
8ba8d7a284
|
refactor: make getCountryCode a static db core function
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
1cc05d218f
|
incr: type Payment
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
e0e74817be
|
incr: update docHandler to not use meta
|
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
|
74bfe7931c
|
chore: fix types
|
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
|
71d931ac75
|
incr: checkpoint
|
2022-05-23 16:18:21 +05:30 |
|