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

2651 Commits

Author SHA1 Message Date
18alantom
23916a3b1d fix(ux): remove file selection on create 2023-07-11 13:43:32 +05:30
18alantom
952241b0bd refactor: check if migration will run 2023-07-11 12:41:22 +05:30
18alantom
05475fcacc fix: version on develop
- explicitly disable sandbox
2023-07-11 11:02:41 +05:30
18alantom
df9b709db3 incr: switchoff node integration
- fix prettier
2023-07-11 10:08:21 +05:30
18alantom
92e8dfb6d7 incr: enable context isolation 2023-07-10 14:42:20 +05:30
18alantom
e2b9ea1f49 refactor: switch to preload script
- delete ipcCalls
2023-07-10 13:33:52 +05:30
18alantom
675066d6f2 incr: add preload scripts 2023-07-10 13:04:14 +05:30
18alantom
ea079db92e incr: remove src imports from ipcCalls.ts
- simplify ipcCalls
2023-07-10 13:03:32 +05:30
18alantom
62a920ced7 incr: move all ipccalls to single file 2023-07-10 12:11:32 +05:30
Alan
6cb2fed6d7
Merge pull request #680 from frappe/minor-improvements
feat: a few minor improvements
2023-06-30 03:05:44 -07:00
Abdallah A. Zaqout
6140909836 fix: DynamicLink Field
get error when create newDoc from DynamicLink field
schemaName is undefined
2023-06-30 03:05:13 -07:00
Abdallah A. Zaqout
01b29dc2a6 fix translations path in dev 2023-06-30 03:04:16 -07:00
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
71dfe903a4 incr: add currency for Yemen 2023-06-30 09:59:06 +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
4013303196 v0.17.0 2023-06-29 11:40:40 +05:30
18alantom
f63ab9d660 chore: prevent access check if mem 2023-06-29 11:32:23 +05:30
Alan
8976d4c44b
Merge pull request #678 from frappe/dbaccess
fix(ux): check db access before opening file
2023-06-28 22:42:02 -07:00
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
Alan
fe3b8c4c16
Merge pull request #675 from frappe/revise-telemetry
fix: review telemetry
2023-06-27 23:58:53 -07:00
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
18fc0e1a5d fix: printing bug cause event not fired 2023-06-28 11:12:49 +05:30
18alantom
eeb2eab3e5 fix: skip telemetry log for auto entries 2023-06-28 10:25:39 +05:30
18alantom
d5fc729d27 build: enable sourcemaps for renderer
- change vite host to localhost ip
2023-06-27 15:29:37 +05:30
Alan
a3590bbc5b
Merge pull request #674 from frappe/uitest
test: add some simple UI test, format files using prettier
2023-06-27 02:33:55 -07:00
18alantom
7c9ce28331 chore: change filepath to memory 2023-06-27 14:24:20 +05:30
18alantom
7b29ad4e72 chore: blame ignore formatting changes 2023-06-27 13:11:54 +05:30
18alantom
8c9d81d298 chore: format files using prettier 2023-06-27 13:11:15 +05:30
18alantom
711b4d9b20 test(ui): increase timeout to 60s
- add formatting check to lint.yml
2023-06-27 13:09:24 +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
6254b8722e build: add options to skip codesign and packaging 2023-06-27 11:35:31 +05:30
Abdallah A. Zaqout
c1649b11db make Tax Rate and Tax Amount readOnly 2023-06-26 03:43:40 -07:00
Alan
3824b46883
Merge pull request #673 from frappe/dependabot/npm_and_yarn/json5-1.0.2
build(deps): bump json5 from 1.0.1 to 1.0.2
2023-06-26 03:42:18 -07:00
Alan
dc053f22c8
Merge pull request #669 from Nahiiko/better-french-version
Fix #666 : correction of french chart of accounts
2023-06-26 03:38:06 -07:00
dependabot[bot]
90cb7ab33b
build(deps): bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 08:26:13 +00:00
Alan
5f2cef7534
Merge pull request #663 from frappe/use-vite
build: use vite
2023-06-26 01:25:40 -07:00
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
Nahiko
248670e626
Fix #666 : correction of french chart of accounts 2023-06-22 14:18:20 +02:00
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
f2b620f256 chore: fix all fixable eslint errors in main and main.ts 2023-06-22 12:04:32 +05:30