Cleanups and changes in purchasing classes.
[fa-stable.git] / taxes / tax_calc.inc
index 9f6664ceeb84fd77dc8b9e5133b018a8e5c798f4..323f92e0ad845711eb7a43797306716450c59891 100644 (file)
@@ -101,9 +101,10 @@ function get_base_taxdata($stock_id, $group_id)
        Returned array contains calculated values for GL postings and tax registration:
                'Net' - value without tax,
                'Tax' - tax sum,
-               'Cost' - cost value (can be higher then Net value) used in parallel postings,
+               'Cost' - cost value (can be higher then Net value),
                'vat_category' -  stock tax category
-       and detailed info for any tax applicable tax (any array with numeric key):
+
+       and (with numeric keys) detailed info for any applicable tax rate:
                'tax_type_id' - tax type id
                'Value' - charged tax value
                'Deductible' - tax deductible (can be lower than Value for special goods)