Changed context help organization to enable use of central, multilanguage wiki.
[fa-stable.git] / reporting / reports_main.php
index 8277d42651a29f3e522c8db63b00c253896d367d..8babc61a5c7cc08d0cabb72b500a261141cff994 100644 (file)
@@ -20,7 +20,7 @@ include_once($path_to_root . "/reporting/includes/reports_classes.inc");
 $js = "";
 if ($use_date_picker)
        $js .= get_js_date_picker();
-page(_("Reports and Analysis"), false, false, "", $js);
+page(_($help_context = "Reports and Analysis"), false, false, "", $js);
 
 $reports = new BoxReports;
 
@@ -83,6 +83,7 @@ $reports->addReport(_('Customer'),110,_('Print &Deliveries'),
        array(  new ReportParam(_('From'),'DELIVERY'),
                        new ReportParam(_('To'),'DELIVERY'),
                        new ReportParam(_('email Customers'),'YES_NO'),
+                       new ReportParam(_('Print as Packing Slip'),'YES_NO'),
                        new ReportParam(_('Comments'),'TEXTBOX')));
 $reports->addReport(_('Customer'),108,_('Print &Statements'),
        array(  new ReportParam(_('Customer'),'CUSTOMERS_NO_FILTER'),
@@ -140,7 +141,7 @@ $reports->addReportClass(_('Inventory'));
 $reports->addReport(_('Inventory'),301,_('Inventory &Valuation Report'),
        array(  new ReportParam(_('Inventory Category'),'CATEGORIES'),
                        new ReportParam(_('Location'),'LOCATIONS'),
-                       new ReportParam(_('Detailed Report'),'YES_NO'),
+                       new ReportParam(_('Summary Only'),'YES_NO'),
                        new ReportParam(_('Comments'),'TEXTBOX'),
                        new ReportParam(_('Destination'),'DESTINATION')));
 $reports->addReport(_('Inventory'),302,_('Inventory &Planning Report'),