Improved journal trans: added currency support, tax and source document date. Allowed...
[fa-stable.git] / includes / types.inc
index 2c233be66f927b14074059665f7ca64c6388c09f..dc2145eb9012051d5cafa0499ccb0bb05ae03f34 100644 (file)
@@ -243,6 +243,9 @@ define('BO_SUPPLIER', 3);
 
 include_once($path_to_root . '/includes/sysnames.inc');
 
+// tax register type
+define('TR_OUTPUT', 0); // sales
+define('TR_INPUT', 1); // purchase
 //---------------------------------------------------------------------------------
 // Constants optionally redefined locally
 //