X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=includes%2Ftypes.inc;h=b1b519cc811a8e3a690486e5ad54bdc77ddf7e6e;hb=8662a73ed322328ee90f69fe5903dccabde5f7ef;hp=35ed2d84a0e5fa68a9fafbb34fb0d16d74553f68;hpb=1e7b8219f088f069b70d7ede70c4d01d39288b08;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index 35ed2d84..b1b519cc 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -212,6 +212,14 @@ define('TABLESTYLE_NOBORDER', 3); define('TAG_ACCOUNT', 1); define('TAG_DIMENSION', 2); +//---------------------------------------------------------------------------------- +// Payment term types + +define('PTT_PRE', 1); +define('PTT_CASH', 2); +define('PTT_DAYS', 3); +define('PTT_FOLLOWING', 4); + include_once($path_to_root . '/includes/sysnames.inc'); ?> \ No newline at end of file