X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsysnames.inc;h=68828bca6242f5ff5c45f40dcde5a950245fb36b;hb=b2b7e20b9372fc8fc002d8cf25f1d3c72917ea4f;hp=70c78fefc5ce9604c700f20b628232bf234a2ca5;hpb=fd069bba86276f15311ff6ab10b22d4a06a55513;p=fa-stable.git diff --git a/includes/sysnames.inc b/includes/sysnames.inc index 70c78fef..68828bca 100644 --- a/includes/sysnames.inc +++ b/includes/sysnames.inc @@ -41,11 +41,13 @@ $systypes_array = array ( ST_SALESQUOTE => _("Sales Quotation"), ST_COSTUPDATE => _("Cost Update"), ST_DIMENSION => _("Dimension"), + ST_CUSTOMER => _("Customer"), + ST_SUPPLIER => _("Supplier"), ); $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 +163,7 @@ $quick_entry_types = array( $depreciation_methods = array( 'D' => _("Declining balance"), 'S' => _("Straight line"), + 'N' => _("Sum of the Year Digits"), 'O' => _("One-time"), );