18alantom
|
fefc79024d
|
fix: async issue, transactional deletion cascade
- add db observers
|
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
|
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
|
b383e426a0
|
fix: update setup wizard
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
1b85fee5e6
|
fix: make setupInstance code work
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
76c61a5c29
|
incr: get setupwizard to display
- make converter more explicit
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
6accde0e17
|
incr: update DatabaseSelector
|
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
|
c56850d08f
|
incr: refactor and type src/utils
|
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
|
9ec004184c
|
refactor: simplify init flow
- add README.md
- move currency to systemsettings
|
2022-05-23 16:18:22 +05:30 |
|
18alantom
|
c1482b0d2f
|
incr: convert knex calls to dbHandler calls
- add callBespoke
|
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
|
cdb039d308
|
incr: delete some stuff add typed doc.ts
|
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
|
804d841466
|
incr: move messages, add DB_ actions
|
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
|
47e6493699
|
incr: type observable
- convert several to ES6
|
2022-03-18 16:02:46 +05:30 |
|
18alantom
|
1a9377e708
|
feat: set instance id
|
2022-03-11 12:26:43 +05:30 |
|
18alantom
|
0702ce383f
|
fix: issue where setup currency is not considered
|
2022-02-26 12:52:07 +05:30 |
|
18alantom
|
c23e670582
|
feat: use selected chart of accounts
|
2022-02-21 12:08:50 +05:30 |
|
18alantom
|
ab93349e11
|
fix: load langs on boot properly
- don't reload in setup wizard cause it crashes at times.
- will undo the above once fixed
|
2022-02-17 16:05:01 +05:30 |
|
18alantom
|
330d0ac5c5
|
feat: add link to language contributions
- fix helpers
|
2022-02-17 14:50:48 +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 |
|
18alantom
|
ddda0d38c7
|
fix: minor fixes to tstrings
|
2022-02-16 13:15:33 +05:30 |
|
18alantom
|
53ce50bb1e
|
refactor: convert template instances of t(' → t`
|
2022-02-16 13:15:33 +05:30 |
|
18alantom
|
5ffaa39ff6
|
refactor: t( => t` in *.vue <script/>
|
2022-02-16 13:15:33 +05:30 |
|
18alantom
|
fb525c88b3
|
refactor: add emits to *.vue where $emit
|
2022-02-10 17:28:26 +05:30 |
|
18alantom
|
51c066e926
|
refactor: use slot shorthand
- more minor fixes
- remove redundant file
|
2022-02-10 13:12:43 +05:30 |
|
18alantom
|
2f6a2f4cc2
|
refactor: vue 2 → 3 migration
- render functions
- slots
- creation
|
2022-02-10 12:11:51 +05:30 |
|
18alantom
|
b5582ca1da
|
refactor: convert to ts
- refactor showErrorDialog
|
2022-01-28 18:43:27 +05:30 |
|
18alantom
|
9e25b89765
|
refactor: shift error stuff to errorHandling.js
- log errors on calling handleErrorWithDialog
|
2022-01-28 18:43:27 +05:30 |
|
18alantom
|
fc23c585d4
|
refactor: remove _, replace stand alone instances
|
2022-01-24 12:02:38 +05:30 |
|
18alantom
|
cc09847337
|
refactor: rename imports, frappejs → frappe
|
2022-01-21 02:27:29 +05:30 |
|
18alantom
|
4d85642a40
|
chore: deprecate numberFormat
|
2022-01-07 10:51:19 +05:30 |
|
18alantom
|
facf5dbfb6
|
feat: add locales, reword a get started
|
2022-01-07 10:51:19 +05:30 |
|
18alantom
|
4650b1eeda
|
refactor: shift pesa init with currency to books
|
2022-01-07 10:51:19 +05:30 |
|
18alantom
|
1eb9431767
|
ux: add Cancel in Setup Wizard
|
2021-12-20 15:22:31 +05:30 |
|
18alantom
|
ae5cade05a
|
fix: add failsafes along db connection paths
|
2021-12-10 13:42:43 +05:30 |
|
18alantom
|
c1c66bdd60
|
build(win): fix webkit-app-region issue
- set multiple icon sizes
- set icon if linux
|
2021-12-07 18:41:58 +05:30 |
|
18alantom
|
40ddf7a171
|
fix: make onboarding completable
|
2021-12-02 18:41:56 +05:30 |
|
18alantom
|
3f69d7fcc5
|
feat: allow regional model updates
|
2021-12-01 18:38:00 +05:30 |
|
18alantom
|
512e16d910
|
refactor: move fjs init boilerplate out, shift db init
|
2021-11-29 15:02:05 +05:30 |
|
18alantom
|
a9caf67236
|
fix(ux): don't spawn a new window for settings
- db changing in the sidebar
|
2021-11-24 14:38:13 +05:30 |
|
18alantom
|
459d334e08
|
fix: dynamic ES6 import
- db selector hangup on file deletion
|
2021-11-12 00:23:10 +05:30 |
|
18alantom
|
9339efe951
|
fix: remove console.logs 🤦
|
2021-11-10 19:20:20 +05:30 |
|
18alantom
|
99e686a96b
|
fix: bank account parent not being set on setup
|
2021-11-10 14:29:25 +05:30 |
|