Implemented an Items tab for attachments and modified the existing setup attachments.
[fa-stable.git] / includes / sysnames.inc
index 70c78fefc5ce9604c700f20b628232bf234a2ca5..b4ac947e71a5399bbeab8045f8bbbd647565de20 100644 (file)
@@ -41,11 +41,14 @@ $systypes_array = array (
        ST_SALESQUOTE => _("Sales Quotation"),
        ST_COSTUPDATE => _("Cost Update"),
        ST_DIMENSION => _("Dimension"),
+       ST_CUSTOMER => _("Customer"),
+       ST_SUPPLIER => _("Supplier"),
+       ST_ITEM => _("Item")
        );
 
 $fa_systypes_array = array (
-       ST_INVADJUST => _("FA Disposal"),
-       ST_COSTUPDATE => _("FA Revaluation"),
+       ST_INVADJUST => _("Fixed Assets Disposal"),
+       ST_COSTUPDATE => _("Fixed Assets Revaluation"),
        );
 
 $type_shortcuts = array(
@@ -161,6 +164,7 @@ $quick_entry_types = array(
 $depreciation_methods = array(
   'D' => _("Declining balance"),
   'S' => _("Straight line"),
+  'N' => _("Sum of the Year Digits"),
   'O' => _("One-time"),
 );