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

1202 Commits

Author SHA1 Message Date
18alantom
b534c12280 fix: start index value
- fix wording
2023-06-30 15:32:53 +05:30
18alantom
826a72e1e5 incr: route to lastRoute on open
- add file Misc singles doc
2023-06-30 11:57:43 +05:30
18alantom
cd8a511709 fix(ux): make print view selector more overt 2023-06-30 09:53:50 +05:30
18alantom
4321a5f60e feat: warn about insufficient quantity 2023-06-30 09:43:45 +05:30
18alantom
f63ab9d660 chore: prevent access check if mem 2023-06-29 11:32:23 +05:30
18alantom
c1b3687221 fix(ux): check db access before opening 2023-06-29 11:02:09 +05:30
18alantom
16ba36982f fix(ux): make cretae demo upfront if no files 2023-06-29 10:29:06 +05:30
18alantom
243c41cff4 incr: log setup wizard events 2023-06-28 12:26:01 +05:30
18alantom
e8041b7d9c fix: log import and export events 2023-06-28 12:25:17 +05:30
18alantom
00ce281afc fix: telemetry log when printing 2023-06-28 11:16:51 +05:30
18alantom
eeb2eab3e5 fix: skip telemetry log for auto entries 2023-06-28 10:25:39 +05:30
18alantom
7c9ce28331 chore: change filepath to memory 2023-06-27 14:24:20 +05:30
18alantom
64671e5625 test(ui): test instance setup
- fix auto complete choice on blur
- fix button disabled
2023-06-27 13:00:17 +05:30
18alantom
badae87edb test(ui): add a simple uitest 2023-06-27 11:42:47 +05:30
18alantom
247d4a4718 chore: ignore linting in component/**/*.vue
- fix linting errors in the rest of the files
2023-06-26 13:40:23 +05:30
18alantom
7c202ecee8 chore: fix --fix able vue eslint issues
- type in workflow
2023-06-23 12:35:44 +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
d42d0841aa chore: config eslint with vue-eslint and prettier
- fix prettier issues
2023-06-23 10:40:16 +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
dde007dd09 refactor: move colors to json
- disable security warnings in dev (cause by http vite server)
2023-06-20 17:50:20 +05:30
18alantom
cc675e54ff build: add dev script
- enable source maps for main process
- run main and build process using the same command
- change dev command to `yarn dev`
2023-06-20 15:59:37 +05:30
18alantom
944f7cc81e refactor: remove Table from FormControl
- Table fields are only used on CommonForms anyways
- Causes circular import
2023-06-14 14:39:07 +05:30
18alantom
35c019897d refactor: use require for electron imports 2023-06-14 14:10:03 +05:30
18alantom
daa7fe549f refactor: import icons instead of require.context
- fix image path for empty list
2023-06-14 14:03:46 +05:30
18alantom
ae2f6c2a9e incr: fix import paths add ext .vue 2023-06-14 10:30:40 +05:30
18alantom
dd54450ccf incr: add print shortcut in reports 2023-06-13 14:13:48 +05:30
18alantom
d3d5d56f09 feat: report to pdf 2023-06-13 13:37:39 +05:30
18alantom
a4729e2a6c fix(ui): full scale printview only if it fits 2023-06-13 09:31:33 +05:30
18alantom
40d889ae73 chore: type Report.vue
- add print button
2023-06-13 09:00:50 +05:30
18alantom
7fb807ec85 fix(ux): switch Datetime to use native input 2023-06-07 21:31:23 -07:00
18alantom
5eb30d8861 fix(ux): switch Date to use native input 2023-06-07 21:31:23 -07:00
Abdallah A. Zaqout
3d9dd9c02b pass canCreate to List.vue as prop 2023-06-06 23:56:33 -07:00
Abdallah A. Zaqout
a956d74679 hide Make Entry if can not create 2023-06-06 23:56:33 -07:00
18alantom
89e45c604c fix: price list table visiblity
- make price list searchable
- remove row edit from price list
2023-06-07 11:58:15 +05:30
akshayitzme
3862fe1006 feat: price list 2023-06-06 14:29:08 +05:30
18alantom
1016e39c1b feat: update save pdf to use custom size 2023-06-02 19:50:32 +05:30
18alantom
9011ae04fa feat: update display to use set size 2023-06-02 18:59:03 +05:30
18alantom
5ec0270540 feat: modal to selct print size 2023-06-02 16:21:27 +05:30
18alantom
8f0f154549 fix(ux): space between label
- use PrintSettings.companyName instead
2023-06-02 13:06:31 +05:30
Abdallah A. Zaqout
61215f1a38 clear result when TargetSchema changed 2023-05-30 23:35:32 -07:00
18alantom
ae846d85e7 fix(ui): exchange rate widget height 2023-05-31 11:49:02 +05:30
18alantom
ab6cc88fdd fix: prevent flicker by setting data before mount 2023-05-31 11:16:12 +05:30
18alantom
4581d1d089 feat: add button to toggle form width 2023-05-31 11:12:09 +05:30
18alantom
fba3fb76c6 fix: prevent cannot read prop rootType 2023-05-30 05:04:08 -07:00
18alantom
497d2bbd34 fix: test, run updatetemplates only if electron
- fix prop of null not found error
2023-05-30 05:04:08 -07:00
18alantom
f6cc795184 fix: print button not visible on first start 2023-05-30 05:04:08 -07:00
18alantom
2bf5d3c38a fix: navigation issue cause of "/" 2023-05-30 05:04:08 -07:00
18alantom
5f32c45736 fix(ui/ux): move back button to the left
- add forward button
2023-05-25 21:37:12 -07:00
18alantom
afe04cccaf fix: init with schemas even if no db
- ux: show reload dialog on settings save
2023-05-10 22:46:01 -07:00