Fixed layout, changes, bugs and improvements to Fixed Assets application.
[fa-stable.git] / reporting / reports_main.php
index b5a89fcea87399278320404f96a142cdcb84cd94..9c571eb85d96aa81288ad79997f3a4983054d519 100644 (file)
@@ -299,6 +299,15 @@ $reports->addReport(RC_MANUFACTURE, 409, _('Print &Work Orders'),
                        _('Email Locations') => 'YES_NO',
                        _('Comments') => 'TEXTBOX',
                        _('Orientation') => 'ORIENTATION'));
+$reports->addReportClass(_('Fixed Assets'), RC_FIXEDASSETS);
+$reports->addReport(RC_FIXEDASSETS, 451, _('&Fixed Assets Valuation'),
+       array(  _('End Date') => 'DATE',
+                       _('Fixed Assets Class') => 'FCLASS',
+                       _('Fixed Assets Location') => 'FLOCATIONS',
+                       _('Summary Only') => 'YES_NO',
+                       _('Comments') => 'TEXTBOX',
+                       _('Orientation') => 'ORIENTATION',
+                       _('Destination') => 'DESTINATION'));
 $reports->addReportClass(_('Dimensions'), RC_DIMENSIONS);
 if ($dim > 0)
 {