Added tax calcualtion algorithm selection in sales and purchasing, driven by company...
[fa-stable.git] / includes / sysnames.inc
index 1b9f675487d2febb8b50d2172b62d6ceb10ab5ee..670075770bb3c40a03e0ebaf7fcc41e552b5d3c9 100644 (file)
@@ -181,6 +181,11 @@ $pterm_types = array(
        PTT_DAYS => _("After No. of Days"),
        PTT_FOLLOWING => _("Day In Following Month")
 );
+//----------------------------------------------------------------------------------
 
+$tax_algorithms = array( 
+       TCA_LINES => _("Sum per line taxes"), 
+       TCA_TOTALS => _("Taxes from totals")
+);
 
 ?>
\ No newline at end of file