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

68 Commits

Author SHA1 Message Date
18alantom
23916a3b1d fix(ux): remove file selection on create 2023-07-11 13:43:32 +05:30
18alantom
c1b3687221 fix(ux): check db access before opening 2023-06-29 11:02:09 +05:30
18alantom
b155d71170 chore: add lint workflow
- fix filter issue in List.vue
- update readme with inspect notes
- fix log_creds.txt path for dev
2023-06-23 12:29:51 +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
e67e6ae257 chore: fix all fixable eslint errors in src 2023-06-22 11:39:32 +05:30
18alantom
4415c04a88 chore: enable typescript eslint rules
- refactor code to satisfy rules (batch 1)
- use ensuredir in build to prevent ENOENT
2023-06-21 16:08:47 +05:30
18alantom
d0fe62946c fix(ux): handle directory does not exist
- type DatabaseSelector
- fix dialog button width, varios types, injection
2023-04-04 22:10:32 -07:00
18alantom
b618340cec refactor: cleanup provide-injects
- type a bunch of form element .vue files
2023-04-04 22:10:32 -07:00
18alantom
368714a84a fix: TypeError, .round is not a func
- type vue files for Currency, Float, Int, Data
- use Number for safe parse cause faster
2023-04-04 22:10:32 -07:00
18alantom
e1b502b138 refactor: remove global shortcuts, move Shortcuts
- update injections in a few components
- use Shift+Backspace for back (prevent clashes with the \b)
- use string context for single instance components
2023-03-27 00:27:00 -07:00
18alantom
eda3bb7576 incr: insert or update .template.html files
- move .template.html files out of fixtures
2023-03-07 14:16:19 +05:30
18alantom
1db70dfef6 feat: common form view 2023-02-17 21:05:06 +05:30
18alantom
48797dff62 fix: support option field value or label
- remove address placeholder
- allow more types of entries to be imported
2023-02-15 19:19:17 +05:30
18alantom
5fd192174d refactor: improve type definition of Field 2023-02-01 14:30:02 +05:30
18alantom
fe68edd94d chore: add translation credits
- convert a few funcs to predicate funcs
2023-01-16 09:43:59 +05:30
18alantom
7c60b71294 fix: list ordering issues 2023-01-05 11:14:05 +05:30
18alantom
808abd224f fix(ux): common purpose entries displayed in specific lists 2023-01-04 17:53:42 +05:30
18alantom
6b8c74c35f fix: remove account from CoA without refresh
- prevent opening datetime if readonly
2022-12-14 16:48:55 +05:30
18alantom
9804486562 fix: setupwizard datetime issue 2022-12-14 12:27:40 +05:30
18alantom
bea9d86b91 feat: add view transfer/payments on invoices 2022-11-30 19:05:49 +05:30
18alantom
8ae6ae0cca incr: add default location 2022-11-21 12:45:57 +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
d73d331a87 refactor: use NaN safe Number parsing where applicable 2022-11-06 23:55:22 -08:00
18alantom
92b8f61e03 refactor: move ipc call out of vue components 2022-10-25 13:43:00 +05:30
18alantom
90c8516e62 feat: exports 2022-10-17 22:24:33 +05:30
18alantom
8d3d0a29ee incr: add logUnexpected
- prevent undefined rootType, log it instead
2022-09-20 22:49:09 +05:30
18alantom
a8e681b973 fix: use unlinkIfExists
- handle failed migration copy issue separately
2022-08-30 18:13:42 +05:30
18alantom
3904d04f7d fix(ux): handle db delete exception 2022-07-30 17:34:39 +05:30
18alantom
014db554fa feat: add custom UOM support 2022-07-08 23:24:26 +05:30
18alantom
fbfde7d230 fix: don't log telem on dummy create
- remove redundant calls
- add telem for app open
2022-05-28 16:44:38 +05:30
18alantom
f21e507f2a incr: remove Check for Updates 2022-05-27 16:20:28 +05:30
18alantom
b7d41db996 incr: simplify error logging, send to renderer 2022-05-27 16:20:28 +05:30
18alantom
12f4162162 incr: circumv window reload issue 2022-05-27 16:20:28 +05:30
18alantom
8116bd097a incr: shift process out of src/** 2022-05-27 16:20:28 +05:30
18alantom
46dbb6348f fix: updateSchemas works now, also proper cleanup 2022-05-25 14:33:36 +05:30
18alantom
6ace4677e7 incr: add patch for v0.4 to v0.5 2022-05-24 17:04:41 +05:30
18alantom
448068883e incr: version comparators 2022-05-24 12:48:56 +05:30
18alantom
ca5514417e incr: improve db call error handling 2022-05-23 16:18:23 +05:30
18alantom
341c1bb639 incr: remove fs and path calls 2022-05-23 16:18:23 +05:30
18alantom
4810396434 incr: translate schema translateables 2022-05-23 16:18:23 +05:30
18alantom
03ee043696 incr: fetch translateables from schema.json
- use legit csv
2022-05-23 16:18:23 +05:30
18alantom
3cdba15b81 fix: dynamic link ref
- gl ordering
- report filtering
- dummy dates
- few other things
2022-05-23 16:18:23 +05:30
18alantom
64d1f13e42 incr: button for db delete 2022-05-23 16:18:23 +05:30
18alantom
cc493e9fb1 incr: start rewriting reports
- list type report eg GL almost done
2022-05-23 16:18:23 +05:30
18alantom
bd6f110553 incr: get dataimport to work
- need to test on child table docs
2022-05-23 16:18:23 +05:30
18alantom
0a3fe90990 incr: add code to generate csv 2022-05-23 16:18:23 +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
76c61a5c29 incr: get setupwizard to display
- make converter more explicit
2022-05-23 16:18:22 +05:30
18alantom
b6163b4cac incr: remove 600x600 windows 2022-05-23 16:18:22 +05:30