2
0
mirror of https://github.com/frappe/books.git synced 2024-11-13 00:46:28 +00:00
Commit Graph

517 Commits

Author SHA1 Message Date
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
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
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
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
18alantom
fc23c585d4 refactor: remove _, replace stand alone instances 2022-01-24 12:02:38 +05:30
18alantom
d4675c0e5a refactor: replace all frappe._(" instances 2022-01-24 11:44:48 +05:30
18alantom
6053bcb39b chore: add missing pieces from frappejs 2022-01-21 03:06:17 +05:30
18alantom
cc09847337 refactor: rename imports, frappejs → frappe 2022-01-21 02:27:29 +05:30
18alantom
f4d543a78f fix: don't pass undefined to translate func 2022-01-20 14:10:39 +05:30
18alantom
fdd1da3052 chore: tune the Toasts 2022-01-19 17:20:00 +05:30
18alantom
89e70095ae chore: improve toast message 2022-01-19 16:18:57 +05:30
18alantom
fdf579356a fix: import sleep (how did it get removed?!) 2022-01-19 15:58:50 +05:30
18alantom
039e371f6b chore: update toast calls, remove window.showToast 2022-01-19 15:55:26 +05:30
18alantom
2508993d47 feat: add colored toasts 2022-01-19 15:55:26 +05:30
18alantom
d4cfbca7df refactor: move color stuff to colors.js 2022-01-19 15:55:26 +05:30
18alantom
81c6812e2f fix: use toast for Save as PDF
- DRY for export toast
2022-01-19 12:13:42 +05:30
18alantom
4400416768 fix: include hideGetStarted for window reloading 2022-01-18 14:14:44 +05:30
18alantom
526eaf9e2c feat: handle change in main settings component
- show toast if display precision has changed
2022-01-18 14:06:23 +05:30
18alantom
975e083084 feat: forward change event from setting tabs 2022-01-18 14:06:23 +05:30
18alantom
b1ace5c248 feat: allow emitting change from two column form 2022-01-18 14:06:23 +05:30
18alantom
a708a14881 fix: period selection error, sync issue, no transaction message 2022-01-18 12:33:00 +05:30
18alantom
a51c4bac64 chore: remove redundant length check 2022-01-18 12:14:37 +05:30
18alantom
8f5d71f743 fix: refactor donutchart
- factor in edge cases
- z-index on dropdown
2022-01-18 12:12:37 +05:30
18alantom
6b12bcc909 refactor: slowly deprecate frappe-charts; donut-chart refac 2022-01-17 16:57:30 +05:30
18alantom
ac0f98a2bf fix: make export encoding explicit 2022-01-14 12:58:27 +05:30
Alan
7e18dc503a
Merge pull request #298 from piyushsinghania/feature/gstr2
Add ability to view and export GSTR II
2022-01-12 16:13:12 +05:30
18alantom
7878a405d3 fix(ux): allow custom empty messages in autocomp
- set custom message for State
2022-01-12 15:04:16 +05:30
18alantom
404cb60cc1 fix(ui): white toasts, not grey 2022-01-12 14:34:10 +05:30
Piyush Singhania
8958d96f26 Changed the bg color and checkbox color 2022-01-12 14:28:36 +05:30
Piyush Singhania
ee42005d87 Updated the layout of checkbox 2022-01-12 14:28:36 +05:30
18alantom
c8d2edd188 fix: DatePicker toggle on tab, allow click 2022-01-12 13:28:33 +05:30