Commit graph

178 commits

Author SHA1 Message Date
Suraj Shetty
0fa8266d6d fix: Translate only if column label exists 2020-04-21 09:29:24 +05:30
prssanna
8dafe6256c fix: check if column is a dict 2020-04-18 21:32:16 +05:30
prssanna
e2eea4447b fix(Reports): don't export hidden columns in reports 2020-04-18 21:20:45 +05:30
Suraj Shetty
fe54fb67c9 refactor: generate_report_result method
- to fix codacy complexity issue
2020-04-01 12:34:18 +05:30
prssanna
5651fa2874 fix: fix argument order 2020-03-27 14:42:56 +05:30
prssanna
99f0c082b7 fix: export custom columns in excel 2020-03-27 14:42:56 +05:30
Shivam Mishra
908b5b2743 fix: add custom fields from query report 2020-03-26 11:43:34 +05:30
mergify[bot]
a6d25032a4
Merge pull request #9263 from scmmishra/report-options
feat: API to show report summary
2020-02-27 07:30:35 +00:00
Shivam Mishra
80f9a5f9fe
fix: don't try to export empty report (#9482) 2020-02-18 12:36:09 +05:30
Shivam Mishra
4ee8b9d872 fix: skip columns not sent 2020-02-17 15:35:03 +05:30
Shivam Mishra
06f0b7128d Merge branch 'develop' of github.com:frappe/frappe into report-options 2020-02-06 12:00:26 +05:30
Deepesh Garg
439fac44f4 fix: Undo client side changes 2020-02-05 11:53:36 +05:30
Deepesh Garg
c0cf5fddbd Merge branch 'develop' of https://github.com/frappe/frappe into skip_total_row 2020-02-03 19:19:25 +05:30
Deepesh Garg
8677360cb2 feat: Ability to dynamically skip total row in Script Reports 2020-02-03 19:17:36 +05:30
Suraj Shetty
dee4a7336c fix(translations): Incorrect syntax 2020-01-29 15:22:35 +05:30
Rohit Waghchaure
54a54dd3c8 fix: auto email report not working for the prepared report 2020-01-22 19:47:25 +05:30
Saqib
533f39040e
Merge branch 'develop' into cust-report-fix 2020-01-15 14:03:30 +05:30
thefalconx33
b83452022a fix: report doesn't have attribute custom report 2020-01-15 12:43:40 +05:30
Shivam Mishra
befeccecfd feat (breaking): rename data_to_be_printed to report_summary in query report 2020-01-14 17:28:17 +05:30
mergify[bot]
25a602642f
Merge pull request #9191 from nextchamp-saqib/query-report-fix
fix: load latest custom report instead of latest reference report
2020-01-07 08:51:25 +00:00
Suraj Shetty
e9f0e2b4c7 fix: Save error 2020-01-06 10:39:09 +05:30
thefalconx33
db8c19ee52 fix: load latest custom report instead of latest reference report 2020-01-03 15:08:59 +05:30
Suraj Shetty
d6313057b3 fix: Check if the type of row data is tuple 2019-12-11 09:44:59 +05:30
Rushabh Mehta
9d38990c2d fix(report): custom script report 2019-10-11 14:16:49 +05:30
Rushabh Mehta
9d615f7f12 fix(security): use restricted python 2019-10-11 14:16:49 +05:30
Suraj Shetty
7b93d6ea33 fix: User Permission issue in Reports (#8459)
Data was not getting filtered properly because `get_linked_doctype`
was returning empty for some reports.
2019-09-20 18:16:36 +05:30
Anurag Mishra
02d63dcc4f fix: added option to show indentation (#7855)
* fix: added option to show indentation

* fix: if check
2019-07-09 15:30:07 +05:30
Anurag Mishra
0549441053 fix: report export in excel (#7770) 2019-06-26 16:34:00 +05:30
Nabin Hait
b375ee9eef fix: merge conflict 2019-06-18 18:45:21 +05:30
Deepesh Garg
be87813373 fix: Pass report name in filters for prepared report (#7687) 2019-06-14 11:27:37 +05:30
Deepesh Garg
2585c5270e fix: Pass report name in filters for prepared report (#7686) 2019-06-14 11:27:15 +05:30
Rohit Waghchaure
2043cee08f fix: prepared report not working for the Batch-Wise Balance History, Accounts Receivable Report 2019-06-11 15:26:54 +05:30
Aditya Hase
694342bfa1 fix(prepared-report): Show translated column names 2019-06-10 16:22:14 +05:30
Aditya Hase
7b1f31c447 fix(prepared-report): Show translated column names 2019-06-10 16:21:27 +05:30
Aditya Hase
9b91dacd10 fix(query-report): Adding custom column data when result row is a tuple
Result row can be a list, dict or a tuple.

Previously handled cases:
Case dict: row can be used as it is
Case list: row is converted to an equivalent dict

Unhandled case (fixed with this commit):
Case tuple: row is converted to a list so that it can be handled with the list case
2019-05-30 17:58:42 +05:30
Aditya Hase
2ff298c587 fix(query-report): Adding custom column data when result row is a tuple
Result row can be a list, dict or a tuple.

Previously handled cases:
Case dict: row can be used as it is
Case list: row is converted to an equivalent dict

Unhandled case (fixed with this commit):
Case tuple: row is converted to a list so that it can be handled with the list case
2019-05-30 17:47:54 +05:30
Suraj Shetty
1bcdc0b7cb fix(report): Allow report export only if user has export permission on ref doctype (#7458)
* fix: Allow export only if user has export permission on reference doctype

* fix: Show only custom "no permission" error

* fix: while saving employee user getting user permissions error
2019-05-15 11:59:13 +05:30
Suraj Shetty
efd5f52fde fix(report): Allow report export only if user has export permission on ref doctype (#7433)
* fix: Allow export only if user has export permission on reference doctype

* fix: Show only custom "no permission" error
2019-05-10 15:59:59 +05:30
Saurabh
d99423ce1c fix: enqueue prepared report after commiting prepared report record 2019-05-08 16:20:47 +05:30
Saurabh
1b0dbb789e fix: enqueue prepared report after commiting prepared report record 2019-05-08 15:58:35 +05:30
Rohit Waghchaure
a88b0a4ac2 fix: GSTR-1 report not working if show totals is enabled 2019-04-29 13:52:01 +05:30
deepeshgarg007
19a6b6fbcb fix: Link field fixes for custom reports 2019-04-21 22:09:59 +05:30
deepeshgarg007
fd2f1b5e36 fix: Link field fixes for custom reports 2019-04-21 22:03:19 +05:30
Faris Ansari
64d049679c fix: More cleanup 2019-04-15 15:07:51 +05:30
deepeshgarg007
9f293b5846 fix:Code cleanup and fixes 2019-04-15 15:05:40 +05:30
deepeshgarg007
5f0f552d02 feat: Allow user to save custom reports 2019-04-15 14:57:50 +05:30
Faris Ansari
c188039ba7
fix: More cleanup 2019-04-12 23:33:20 +05:30
deepeshgarg007
0d70fc07a0 Code cleanup and fixes 2019-04-12 22:06:49 +05:30
deepeshgarg007
af0c373c8a feat: Allow user to save custom reports 2019-04-12 16:17:25 +05:30
deepeshgarg007
f018ce8308 fix: Removed unused imports and data passing
(cherry picked from commit 327caada32)
2019-04-10 17:46:56 +05:30