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

1747 Commits

Author SHA1 Message Date
18alantom
45e0af46f3 fix: save address df not found issue 2022-02-02 13:22:37 +05:30
18alantom
517a0cc6d8 fix: improve error handling
- exit on `uncaughtException`
- set `window.onerror`
- handle error in contactMothership.js
2022-02-02 12:48:03 +05:30
18alantom
d324998197 fix: import and startup error handling bug 2022-01-31 13:15:51 +05:30
18alantom
a7cd594485 chore(cd): set error log creds 2022-01-31 12:33:41 +05:30
18alantom
31ca1389ae feat: auto report also hides error toast 2022-01-28 18:43:27 +05:30
18alantom
6440455470 fix: path fixes, electron-builder creds 2022-01-28 18:43:27 +05:30
18alantom
39b56e1d1c feat: add code to post errors on report 2022-01-28 18:43:27 +05:30
18alantom
de22050633 feat: add Repor Issue button
- Change db switcher location
2022-01-28 18:43:27 +05:30
18alantom
ad496ab80e feat: redirect to create an issue on Report Error 2022-01-28 18:43:27 +05:30
18alantom
b5582ca1da refactor: convert to ts
- refactor showErrorDialog
2022-01-28 18:43:27 +05:30
18alantom
7587c22e5b fix: imports and translations 2022-01-28 18:43:27 +05:30
18alantom
c3c72470dc feat: action only if autoReport is not active 2022-01-28 18:43:27 +05:30
18alantom
5681e90665 feat: show Toast to report error 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
f8c76603d2 feat: error handle ipcRenderer.[send, invoke] 2022-01-28 18:43:27 +05:30
18alantom
7b61eec372 feat: start setting up error logging 2022-01-28 18:43:27 +05:30
18alantom
23a8bb2a24 chore: remove unnecessary class 2022-01-28 11:35:38 +05:30
18alantom
281de603e4 fix: tentative fix to single value charts
- i.e. when This Month
2022-01-28 01:12:39 +05:30
18alantom
55fc6d8b66 fix: y limit bug, console logs 2022-01-28 01:12:39 +05:30
18alantom
2544687ab3 fix(ui): tune charts a bit 2022-01-28 01:12:39 +05:30
18alantom
0ed031a7bb chore: remove dependency frappe-charts 2022-01-28 01:12:39 +05:30
18alantom
df759340a4 chore: update profit and loss with bar chart 2022-01-28 01:12:39 +05:30
18alantom
9daee4c9be feat: add BarChart 2022-01-28 01:12:39 +05:30
18alantom
d7f753f476 refactor: shift yMax logic out 2022-01-28 01:12:39 +05:30
18alantom
e576fda569 fix(ui): prevent scroll 😔 adjust top margin 2022-01-27 00:30:11 +05:30
18alantom
3007b68b91 chore: remove old charting code
- adjust yMax, fix typo
2022-01-27 00:23:05 +05:30
18alantom
e2afa7419e fix(ui): tune line chart, ref dot, miter, etc 2022-01-27 00:23:05 +05:30
18alantom
c99eb37bbd feat: add simple tooltip to the line chart 2022-01-27 00:23:05 +05:30
18alantom
f957e13aea fix(ui): add transition effects to Tooltip 2022-01-27 00:23:05 +05:30
18alantom
c55d691768 feat: add a tooltip element 2022-01-27 00:23:05 +05:30
18alantom
88ae0e17d0 fix: no key on template issue 2022-01-27 00:23:05 +05:30
18alantom
277f294e5b fix(ui): LineChart gradient calculation
- grid extension
2022-01-27 00:23:05 +05:30
18alantom
b52ff05087 fix(ui): allow dashb overflow (not that it will) 2022-01-27 00:23:05 +05:30
18alantom
fb5318ddf3 refactor: rewrite linechart from scratch 2022-01-27 00:23:05 +05:30
Alan
a39b7a3d3e
chore: add Publish workflow badge 2022-01-26 17:03:48 +05:30
18alantom
d448771e1f fix(ui): dashboard horizontal alignment
- converts border divs to hr
- fix helper text color
- donut chart text position
2022-01-26 13:08:22 +05:30
18alantom
f9475a08ea fix(ui): donut chart alignment and size 2022-01-26 12:44:22 +05:30
18alantom
eb9046bcf2 fix(ui): dashboard vertical alignment 2022-01-26 12:22:38 +05:30
18alantom
da9839e8b6 feat: allow multiline translate strings 2022-01-24 14:55:52 +05:30
18alantom
0f825c044e chore: set allowJs 2022-01-24 14:36:09 +05:30
dependabot[bot]
4f4e24c32b build(deps): bump node-fetch from 2.6.6 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 13:27:58 +05:30
Alan
6ddd90b5f7
Merge pull request #323 from 18alantom/enable-ts
chore: enable typescript support 🙂
2022-01-24 13:26:34 +05:30
18alantom
28171bc285 chore: include stuff in tsconfig
- remove redundant file
2022-01-24 13:01:05 +05:30
18alantom
7017608c68 chore: enable typescript support 2022-01-24 12:49:27 +05:30
18alantom
4e81e0fbcc fix: prevent double click 2022-01-24 12:18:48 +05:30
Alan
6b0aab815f
Merge pull request #322 from 18alantom/deprecate-underscore
refactor: deprecate underscore, switch _ to t
2022-01-24 12:05:48 +05:30
18alantom
fc23c585d4 refactor: remove _, replace stand alone instances 2022-01-24 12:02:38 +05:30
18alantom
0320743161 refactor: replace all frappe._(` instances 2022-01-24 11:45:26 +05:30
18alantom
d4675c0e5a refactor: replace all frappe._(" instances 2022-01-24 11:44:48 +05:30
18alantom
31f2db495e fix: shift t, T to prevent module errors 2022-01-24 11:41:09 +05:30