X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Freports_main.php;h=edb270b2964f91c064e921d90f5cc22ba70317e6;hb=d17c1c555babe58c33e854fafb9667d5e57ac8d9;hp=53925ca149a2cb937195c11688f2e3d305fbaac5;hpb=08fa6c19c54269840217d6a6340b7c36b2bfb11a;p=fa-stable.git diff --git a/reporting/reports_main.php b/reporting/reports_main.php index 53925ca1..edb270b2 100644 --- a/reporting/reports_main.php +++ b/reporting/reports_main.php @@ -177,6 +177,13 @@ $reports->addReport(RC_SUPPLIER, 204, _('Outstanding &GRNs Report'), _('Comments') => 'TEXTBOX', _('Orientation') => 'ORIENTATION', _('Destination') => 'DESTINATION')); +$reports->addReport(RC_SUPPLIER, 205, _('Supplier &Detail Listing'), + array( _('Activity Since') => 'DATEBEGIN', + _('Activity Greater Than') => 'TEXT', + _('Activity Less Than') => 'TEXT', + _('Comments') => 'TEXTBOX', + _('Orientation') => 'ORIENTATION', + _('Destination') => 'DESTINATION')); $reports->addReport(RC_SUPPLIER, 209, _('Print Purchase &Orders'), array( _('From') => 'PO', _('To') => 'PO',