X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ftypes.inc;h=dc2145eb9012051d5cafa0499ccb0bb05ae03f34;hb=cfaa5cec1f5137bcc1599a4306879e3265d1dacd;hp=2c233be66f927b14074059665f7ca64c6388c09f;hpb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index 2c233be6..dc2145eb 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -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 //