[0004212] Work Order Entry: fixed error when voided WO refence is reused.
[fa-stable.git] / includes / sysnames.inc
index efb700ba8bbdd6d7607359ecaadce59696c31cc6..507bd698dedecc98451c72b65190a208d8d129e9 100644 (file)
@@ -40,7 +40,12 @@ $systypes_array = array (
        ST_SALESORDER => _("Sales Order"),
        ST_SALESQUOTE => _("Sales Quotation"),
        ST_COSTUPDATE => _("Cost Update"),
-       ST_DIMENSION => _("Dimension")
+       ST_DIMENSION => _("Dimension"),
+       );
+
+$fa_systypes_array = array (
+       ST_INVADJUST => _("Fixed Assets Disposal"),
+       ST_COSTUPDATE => _("Fixed Assets Revaluation"),
        );
 
 $type_shortcuts = array(
@@ -151,6 +156,15 @@ $quick_entry_types = array(
        QE_SUPPINV => _("Supplier Invoice/Credit")
 );
 
+//----------------------------------------------------------------------------------
+// depreciation methods
+$depreciation_methods = array(
+  'D' => _("Declining balance"),
+  'S' => _("Straight line"),
+  'N' => _("Sum of the Year Digits"),
+  'O' => _("One-time"),
+);
+
 //----------------------------------------------------------------------------------
 // Types of stock items
 $stock_types = array(