Fixed Assets: Added sum-of-the-year digits method, fixed declining balance method...
[fa-stable.git] / includes / sysnames.inc
index 70c78fefc5ce9604c700f20b628232bf234a2ca5..80fab81177502a30fd189f9ebc78c52d7f736ce3 100644 (file)
@@ -161,6 +161,7 @@ $quick_entry_types = array(
 $depreciation_methods = array(
   'D' => _("Declining balance"),
   'S' => _("Straight line"),
+  'N' => _("Sum of the Year Digits"),
   'O' => _("One-time"),
 );