Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 9 additions & 8 deletions js/reportico.js → assets/js/reportico.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
reportico_jquery = jQuery.noConflict();
var reportico_jquery = jQuery.noConflict();


var reportico_ajax_script = "index.php";
Expand Down Expand Up @@ -340,7 +340,6 @@ reportico_jquery(document).on('click', '.reportico-notice-modal-close,.reportico

reportico_jquery(document).on('click', '.swMiniMaintainSubmit,.reportico-bootstrap-modal-close,.reportico-modal-close', function(event)
{

if ( reportico_bootstrap_modal )
var loadpanel = reportico_jquery("#reporticoModal .modal-dialog .modal-content .modal-header");
else
Expand All @@ -358,7 +357,6 @@ reportico_jquery(document).on('click', '.swMiniMaintainSubmit,.reportico-bootstr
{
ajaxaction = reportico_ajax_script;
}

params = forms.serialize();
params += "&" + reportico_jquery(this).prop("name") + "=1";
params += "&reportico_ajax_called=1";
Expand Down Expand Up @@ -418,14 +416,17 @@ reportico_jquery(document).on('click', '.swMiniMaintain', function(event)
{
ajaxaction = reportico_ajax_script;
}

maintainButton = reportico_jquery(this).prop("name");
console.log(ajaxaction);

reportico_jquery(".reportico-modal-title").html(reportico_jquery(this).prop("title"));
bits = maintainButton.split("_");
params = forms.serialize();

var maintainButton = reportico_jquery(this).prop("name");
var bits = maintainButton.split("_");
var params = forms.serialize();
params += "&execute_mode=MAINTAIN&partialMaintain=" + maintainButton + "&partial_template=mini&submit_" + bits[0] + "_SHOW=1";
params += "&reportico_ajax_called=1";

console.log(params);

reportico_jquery.ajax({
type: 'POST',
url: ajaxaction,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions assets/notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Directory for all assets : Javascript, CSS, Img, etc.
17 changes: 10 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@
"homepage": "http://www.reportico.org/",
"license": "GPL-3.0",
"require": {
"php": ">=5.4.0"
"php": ">=5.4.0",
"smarty/smarty": "2.6.26",
"setasign/fpdf": "1.7",
"adodb/adodb-php": "^5.20",
"tecnickcom/tcpdf": "^6.2",
"monolog/monolog": "^1.22"
},
"autoload": {
"classmap": [
"reportico.php"
],
"psr-0": {
"Reportico\\Reportico": "src/"
"autoload": {
"psr-4": {
"Reportico\\": "src",
"pChart\\": "pChart/"
}
},
"minimum-stability": "dev",
Expand Down
289 changes: 0 additions & 289 deletions fpdf/FAQ.htm

This file was deleted.

340 changes: 0 additions & 340 deletions fpdf/LICENSE.txt

This file was deleted.

33 changes: 0 additions & 33 deletions fpdf/README.txt

This file was deleted.

70 changes: 0 additions & 70 deletions fpdf/doc/acceptpagebreak.htm

This file was deleted.

62 changes: 0 additions & 62 deletions fpdf/doc/addfont.htm

This file was deleted.

28 changes: 0 additions & 28 deletions fpdf/doc/addlink.htm

This file was deleted.

42 changes: 0 additions & 42 deletions fpdf/doc/addpage.htm

This file was deleted.

47 changes: 0 additions & 47 deletions fpdf/doc/aliasnbpages.htm

This file was deleted.

Loading