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

15 Commits

Author SHA1 Message Date
18alantom
cc1a3c26f5 fix: disappearing dropdown items w/o groups
- setting of Account fields after insert
- datetime editing on click
2022-12-14 13:00:44 +05:30
18alantom
d92641f181 fix: check if setup complete for parent req 2022-09-15 14:36:32 +05:30
18alantom
7023ce2171 fix: allow account creation from tax
- prevent random strings when manual naming
- set naming
2022-09-15 14:23:13 +05:30
18alantom
a09fa62f5f incr: image in dummy values
- remove getSingle
- remove SalesInvoiceSettings cause unused
2022-05-26 15:41:15 +05:30
18alantom
20ea214a4b incr: abstract away transactional
- add deletion
- fix reversion
2022-05-23 16:18:22 +05:30
18alantom
3e466c647c incr: search improvements
- get form to render
- minor ui fixes
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
1b85fee5e6 fix: make setupInstance code work 2022-05-23 16:18:22 +05:30
18alantom
9877bf4fd3 incr: simplify doc a bit
- allow nulls in converter else not not null'll fail
2022-05-23 16:18:22 +05:30
18alantom
27aed52044 incr: type some files, frappe -> fyo
- get books to serve albiet broken
- one step at a time
2022-05-23 16:18:22 +05:30
18alantom
835deb4ce8 incr: type renderer
- move setup logic outside components, type it
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
591e7b3163 incr: complete typing models
- fix model exports
- add a README for models base
2022-05-23 16:18:22 +05:30
18alantom
cb54100db4 incr: convert simple models to .ts Doc subclass 2022-05-23 16:18:21 +05:30