X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsysnames.inc;h=507bd698dedecc98451c72b65190a208d8d129e9;hb=6bcd87642330092910f5d6977845a76ac59350ac;hp=efb700ba8bbdd6d7607359ecaadce59696c31cc6;hpb=f564511bdad01d163c41aa4ec7cc80cc136fa262;p=fa-stable.git diff --git a/includes/sysnames.inc b/includes/sysnames.inc index efb700ba..507bd698 100644 --- a/includes/sysnames.inc +++ b/includes/sysnames.inc @@ -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(