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

2772 Commits

Author SHA1 Message Date
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
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
8a1392e533 chore: bump lint dependencies
- add code mirror dependencies to silence warning
- bump node version to allow execa
2023-06-21 13:35:42 +05:30
18alantom
207a74706b chore: update refs to build command 2023-06-21 12:28:20 +05:30
18alantom
a18a4c38ab chore: remove vue cli devDependencies
- remove vue config
2023-06-21 12:15:12 +05:30
18alantom
589c72fc0c build: add packaging to build.mjs
- remove vue-cli-plugin-electron-builder
2023-06-21 12:00:22 +05:30
18alantom
8df735d76f build: create app protocol
- add a build script (wip not yet packaged)
2023-06-20 19:29:25 +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
Alan
b1849928d2
Merge pull request #661 from frappe/report-print
feat: print reports to PDF
2023-06-13 01:45:06 -07:00
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
Abdallah A. Zaqout
494e25e3d6 if item has discount use it as amount
its help wen add item first time and discount is zero
2023-06-11 23:46:21 -07:00
akshayitzme
bef87b0afa chore: remove redundant console.log 2023-06-11 23:44:56 -07:00
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
ba7f80eeeb chore: update german translations
- contributed by promexio in #651
2023-06-07 12:24:27 +05:30
18alantom
fe087c5831 v0.16.0 2023-06-07 12:22:31 +05:30
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
18alantom
9a53e9c648 fix: update and fix failing tests 2023-06-06 22:11:54 -07:00
18alantom
b97bbc293d fix: item rate fetch logic 2023-06-06 22:11:54 -07:00