0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-24 14:06:11 +00:00
Commit graph

55 commits

Author SHA1 Message Date
Matt Lorimer
4f2cd77d2d Update Reports PDF for compatibility with new PDF Engine 2021-10-28 11:50:24 +01:00
Dillon-Brown
bec5b80139 Implement PDFEngine
- Add PDFWrapper and PDFEngine base.
- Add MPDF default engine.
- Refactor legacy MPDF code to use new engines.

Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-09-08 16:49:47 +01:00
Matt Lorimer
33476b8cef Fix - Fix totals in Report PDF
Restyle total to work with pdf
2020-11-05 22:04:01 +00:00
dominic
7c03ebd505 Feat - Add 'Contains' as valid opp for multienum 2020-10-26 21:59:51 +00:00
j.dang
1fd76825e5 Replace explicit bean instantiations in files 451 - 460
- File: '... /modules/Calls/Dashlets/MyCallsDashlet/MyCallsDashlet.php'

   - Replaced 1 occurrence(s) of 'new Call()'

- File: '... /modules/Calls/reschedule_history.php'

   - Replaced 1 occurrence(s) of 'new Calls_Reschedule()'

- File: '... /modules/Calls/CallsQuickCreate.php'

   - Replaced 1 occurrence(s) of 'new Call()'

- File: '... /modules/Calls/Reschedule.php'

   - Replaced 1 occurrence(s) of 'new Calls_Reschedule()'

- File: '... /modules/Calls/CallFormBase.php'

   - Replaced 3 occurrence(s) of 'new Call()'

- File: '... /modules/Calls/Call.php'

   - Replaced 1 occurrence(s) of 'new Lead()'

   - Replaced 2 occurrence(s) of 'new Contact()'

   - Replaced 1 occurrence(s) of 'new Call()'

   - Replaced 3 occurrence(s) of 'new User()'

- File: '... /modules/AOR_Reports/AOR_Report.php'

   - Replaced 1 occurrence(s) of 'new Currency()'

   - Replaced 7 occurrence(s) of 'new AOR_Field()'

   - Replaced 1 occurrence(s) of 'new AOR_Chart()'

   - Replaced 2 occurrence(s) of 'new AOR_Condition()'

- File: '... /modules/AOR_Reports/controller.php'

   - Replaced 1 occurrence(s) of 'new ProspectList()'

- File: '... /modules/AOR_Reports/views/view.edit.php'

   - Replaced 1 occurrence(s) of 'new AOR_Field()'

   - Replaced 1 occurrence(s) of 'new AOR_Condition()'

- File: '... /modules/Calendar/index.php'

   - Replaced 1 occurrence(s) of 'new User()'
2020-01-22 13:51:41 +00:00
Dillon-Brown
f0312b0f55 Remove StateSaver + StateChecker 2019-09-03 22:25:57 +00:00
Dillon-Brown
8eb9dbf1c2 PSR-2 2019-07-04 17:06:34 +01:00
Dillon-Brown
8b49a011eb Fixed - Adding setFooter('{PAGENO}') to the PDF 2019-03-27 11:20:24 +00:00
Dillon-Brown
83fda9e90f Fixed - 7.10.4 - Checkboxes are missing in downloaded PDF from Reports 2019-03-04 13:11:25 +00:00
Christoph Reiter
b09a5dae27 Fixed - reports: fix adding parameterized reports to target lists
Given a report with parameters, the action "Add To Target List" did not
take into account the report parameters, resulting in all records getting
added to the target list as if there were no parameters.

Fix this by updating the form with the current parameters and also send
it to the "addToProspectList" controller action. In the controller extract
the parameters before creating the query like with other actions.

This makes the list of records added to the target list match the one the user
sees on the report page.
2018-11-07 14:06:40 +01:00
Dillon-Brown
6745e82ba0 indentation_type 2018-07-19 11:46:25 +01:00
Dillon-Brown
1cac25168e lowercase_keywords 2018-07-17 15:42:44 +01:00
Dillon-Brown
68f69400bc braces 2018-07-12 11:40:27 +01:00
Dillon-Brown
37a600d39b switch_case_semicolon_to_colon 2018-06-25 20:00:23 +01:00
Dillon-Brown
14175a3fdb Merge branch 'hotfix-7.8.x' into hotfix
# Conflicts:
#	include/javascript/alerts.js
#	jssource/src_files/include/javascript/alerts.js
#	modules/AOR_Reports/aor_utils.php
#	modules/AOR_Reports/controller.php
#	modules/Import/views/view.last.php
#	modules/Reminders/Reminder.php
#	themes/SuiteP/tpls/login.tpl
2018-05-07 17:16:08 +01:00
Gyula Madarasz
c46782b4cd error_reporting fix.. 2018-04-12 18:50:30 +01:00
p.ernst
587de4195e Fix fix up formatting for report parameters 2018-04-09 10:39:56 +01:00
Daniel Samson
b76d6e9eb7 Merge branch 'develop' into hotfix_merge 2018-03-29 15:27:50 +01:00
Dillon-Brown
f0ede22180
Merge branch 'develop' into fix/report-export-timeout 2018-03-27 16:26:01 +01:00
Julien
924bcafe4d Set default pdf body to white
override theme background back-ground-color with white
2018-02-22 14:10:14 +01:00
Matt Lorimer
0152e819e5 Merge branch 'fix/removethemes' into fix/removethemes710
# Conflicts:
#	modules/AOR_Reports/tpls/report.tpl
#	modules/Alerts/templates/default.tpl
#	themes/Suite7/css/style.css
#	themes/Suite7/themedef.php
#	themes/Suite7/tpls/_globalLinks.tpl
#	themes/Suite7/tpls/header.tpl
#	themes/SuiteR/themedef.php
2018-01-18 17:54:14 +00:00
Matt Lorimer
b22f60b07b update image references 2018-01-18 17:43:17 +00:00
Jim Mackin
3285b1b64d Fix Prevent exporting results of Reports if the user doesn't have "Export" rights. 2018-01-17 12:03:52 +00:00
Stephen Ostrow
eaec197d61 Disable php timeout while preparing report export 2017-12-18 16:41:01 -05:00
Daniel Samson
7cef2f2bd6 AOR: Unifying the pagination for dashlet and detail view 2017-02-21 15:02:48 +00:00
Jim Mackin
6fa66dd97e Fix . Use the css for the current theme when generating a Report PDF. 2016-02-11 11:15:12 +00:00
William Rennie
45b31dfdc4 Merge branch 'reports-improvements' into develop 2016-01-19 11:46:28 +00:00
Matthew
737235ad73 Merge branch 'hotfix' into develop
Conflicts:
	modules/AOR_Reports/aor_utils.php
2016-01-14 14:14:42 +00:00
Gyula Madarasz
b307d5ffc8 add group report to dashlet view 2016-01-12 13:05:24 +00:00
Gyula Madarasz
b1ca465dbc Merge pull request from paulgodley/RGraphBetaMergePDFOfGraphs
R graph beta merge pdf of graphs
2016-01-08 15:43:22 +00:00
Paul Godley
41288f7042 Updated to display the graphs correctly in the PDF of the reports. 2015-12-23 12:12:25 +00:00
Paul Godley
cf08b034bc Updated to allow for x graphs per row of the report. 2015-12-23 10:55:51 +00:00
Gyula Madarasz
c338a7e00e formatting dates 2015-12-17 09:10:43 +00:00
Gyula Madarasz
1e8bef2760 Notice: Undefined index: module 2015-12-10 09:55:06 +00:00
Matt Lorimer
e742291d5d Fixed AOR Export functionality doesn't respect updated parameters 2015-11-10 11:33:00 +01:00
Matthew
77b5df4e05 Fixed Like conditions in AOW and AOR 2015-08-14 12:54:10 +01:00
Matthew
10db868d3d AOR enhancements - date periods and dashlet enhancements 2015-08-04 16:19:04 +01:00
mdemaree99
a3e6032275 Update controller.php
Reports have the same issue as Workflow.  Does not work correctly with dynamic dropdown.

See Bug 222:  Workflow doesn't work correctly with dynamic dropdowns bug
2015-04-29 15:37:22 -05:00
Matthew
5589995f31 Merge branch 'AOR' into develop 2015-02-27 17:56:51 +00:00
Jim Mackin
9523ec8fe1 Reinstate ChartJS 2015-01-08 11:27:02 +00:00
Matthew
c8b4b68bf5 Merge branch 'hotfix-7.1.5' into develop
Conflicts:
	include/SugarCharts/JsChart.php
	suitecrm_version.php
2015-01-07 16:43:57 +00:00
Jim Mackin
0c940a9a77 Add call to get the parameters for a report. 2015-01-05 15:31:59 +00:00
Jim Mackin
e808354b2a Update pagination to respect the current parameter. 2015-01-05 13:51:16 +00:00
Jim Mackin
2cbf2f12f8 Remove spaces at the end of ids. 2014-12-29 14:42:50 +00:00
Matthew
6d57ff86dd added missing .pdf extension on reports 2014-12-24 15:09:37 +00:00
Jim Mackin
9754d843be Make the report dashlet a bit more robust. 2014-12-09 10:02:22 +00:00
Jim Mackin
f6fe31bdf2 Allow selecting charts to display for the dashlet. 2014-12-05 13:27:46 +00:00
Jim Mackin
356dd720bc Update changeReportPage to take in the table id. 2014-12-05 10:59:10 +00:00
Jim Mackin
ff286ce75b Add some output buffering to the getModuleTreeData action so that PHP notices and errors don't break the JSON. 2014-12-01 09:58:01 +00:00
Jim Mackin
f2ac4cb7d3 Add getModuleTreeData method for upcoming tree interface 2014-11-20 13:27:50 +00:00