Commit graph

23865 commits

Author SHA1 Message Date
prssanna
1abc0264c0 fix: missing return statement 2020-03-20 15:32:43 +05:30
Shivam Mishra
f79603e47b refactor: use after_ajax to return filters 2020-03-20 15:27:44 +05:30
prssanna
20994a4e18 fix: ignore prepared report for report type charts 2020-03-20 15:18:34 +05:30
Shivam Mishra
ea9f5dcfc1 fix: after_ajax should resolve the function 2020-03-20 15:14:10 +05:30
Shivam Mishra
6afe5552c5 fix (codacy): linitng fixes 2020-03-20 13:23:40 +05:30
Shivam Mishra
0bfcd4d574 fix: better logic for managing UI states 2020-03-20 12:29:11 +05:30
Shivam Mishra
6721a4274d feat: hide title when date range field is shown for half width widget 2020-03-20 11:43:33 +05:30
Shivam Mishra
26d9a378e1 fix: improved grid rules 2020-03-20 11:28:16 +05:30
Shivam Mishra
f8cfe70b30 refactor (style): format code 2020-03-20 11:27:53 +05:30
Shivam Mishra
07f1427bdd fix: default chart label 2020-03-20 11:27:25 +05:30
Shivam Mishra
7f3b14f9f4 refactor (style): format code 2020-03-20 11:27:15 +05:30
Shivam Mishra
52ae6bda7b fix: dashboard filters spacing 2020-03-20 11:17:43 +05:30
Shivam Mishra
9c42d0f5d6 refactor: remove size option 2020-03-20 10:05:15 +05:30
Shivam Mishra
ba10ca1a99 refactor: remove code for loading state 2020-03-19 19:12:13 +05:30
Shivam Mishra
b6e6d274f7 fix (codacy): added semicolon 2020-03-19 10:30:40 +05:30
Shivam Mishra
5fb0cb3c43 feat: added loading state and empty state 2020-03-18 19:31:37 +05:30
Shivam Mishra
05599645c8 refactor: commonify fetch and render 2020-03-18 18:59:30 +05:30
Shivam Mishra
3ac988441b refactor: better variable names 2020-03-18 18:30:55 +05:30
Shivam Mishra
02925d8d34 chore: remove commented code 2020-03-18 18:30:47 +05:30
prssanna
763395d34b fix: update summary when filters are applied on a chart 2020-03-18 15:22:23 +05:30
prssanna
601db30d55 Merge branch 'dashboard-enhancements' of https://github.com/scmmishra/frappe into scmmishra-dashboard-enhancements 2020-03-18 15:12:00 +05:30
Shivam Mishra
ad489fd97d fix: linitng fixes 2020-03-18 15:03:57 +05:30
Shivam Mishra
8e392d2dc5 refactor: show summary only in full width 2020-03-18 13:57:48 +05:30
Shivam Mishra
3f31981e7e refactor: fix padding for dashboard widget 2020-03-18 12:53:43 +05:30
mergify[bot]
fba52303bb
Merge pull request #9713 from deepeshgarg007/zero_precision
feat: 0 precision for currency fields
2020-03-17 17:09:27 +00:00
rohitwaghchaure
f5b5c69b8f
fix: duplicate entry error while renaming item (#9652) 2020-03-17 22:04:50 +05:30
Deepesh Garg
f46b3d89a9 fix: Pass zero precision as string 2020-03-17 21:20:44 +05:30
Deepesh Garg
57bac6fff8 fix: Avoid unnecessary cint calls 2020-03-17 19:24:03 +05:30
Suraj Shetty
1d92a15fa5
chore: Update travis badge link 2020-03-17 17:15:27 +05:30
mergify[bot]
a5e6aebdc3
Merge pull request #9721 from prssanna/editable-grid-fix-develop
fix: Set fields in grid form as read only for non-editable grids
2020-03-17 10:37:11 +00:00
Shivam Mishra
3f07136a4b
Merge pull request #9720 from prssanna/desk-dict-fix
fix(Desk): cross-compatible check to see if object is string
2020-03-17 15:41:47 +05:30
prssanna
ba3af96729 fix: set fields in grid form as read only for non-editable grids 2020-03-17 15:36:34 +05:30
Suraj Shetty
82ec7d884d
Merge pull request #9715 from hrwX/timeline-fix
fix: remove timeline-new-email class
2020-03-17 15:32:30 +05:30
mergify[bot]
0ca8e829f2
Merge pull request #9709 from dinukasal/develop
fix: Change mysql host from localhost to 127.0.0.1
2020-03-17 09:59:42 +00:00
mergify[bot]
258cfa56a4
Merge pull request #9714 from v1kku/fix/cleanup-page-name
fix: Return empty string if title arg is falsey
2020-03-17 09:41:45 +00:00
mergify[bot]
9af4fb9c13
Merge pull request #9718 from prssanna/dashboard-week-ending-fix-develop
fix: Calculation of week ending date in dashboard charts
2020-03-17 09:39:25 +00:00
prssanna
a2fb73036c fix: cross-compatible check to see if object is string 2020-03-17 14:59:39 +05:30
prssanna
24c2cec144 fix: fix calculation of week ending date in dashboard charts 2020-03-17 13:26:55 +05:30
Himanshu Warekar
d60d118df8 fix: remove timeline-new-email class 2020-03-17 11:41:00 +05:30
Victor Munene
06f3b7a35f return empty string if title arg is falsey 2020-03-17 08:09:50 +03:00
Deepesh Garg
08287fa6f2 feat: 0 precision for currency fields 2020-03-17 09:10:45 +05:30
mergify[bot]
85aaaf2f06
Merge pull request #9707 from Anurag810/document_follow_fixes
fix: remove unnecessary network call for document follow
2020-03-16 14:51:14 +00:00
Dinuka Salwathura
e3dfb148e3
Change mysql host from localhost to 127.0.0.1
Having localhost makes mandatory to connect via mysqld.sock
changing host to 127.0.0.1 makes it to connect via tcp
2020-03-16 19:32:24 +05:30
Anurag Mishra
ebf2597bb5 fix: remove unnessary network call for document follow 2020-03-16 18:49:36 +05:30
mergify[bot]
f8d2625bc5
Merge pull request #9706 from netchampfaris/html-frontmatter
fix: Allow frontmatter blocks in html
2020-03-16 12:25:30 +00:00
Alirio Castro
23d3f0e63b
feat: Indicate orientation for PDF file (#9660)
Same as other attributes, we could indicate default orientation by indicating in the .print-format css class without hardcoding, which is useful for cloud users.

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-03-16 17:31:28 +05:30
Faris Ansari
d85cc180b4 fix: Allow frontmatter blocks in html 2020-03-16 17:30:03 +05:30
mergify[bot]
125abcda4e
Merge pull request #9704 from scmmishra/styling-summary
fix: use agent style for details & summary
2020-03-16 11:59:45 +00:00
mergify[bot]
a26f76fa22
Merge pull request #9703 from prssanna/minimizable-workflow-dialog
fix: make bulk workflow status dialog minimizable
2020-03-16 11:43:16 +00:00
Suraj Shetty
16c0406bdc
Merge branch 'develop' into minimizable-workflow-dialog 2020-03-16 16:46:35 +05:30