Added Payment term types.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 21 Jun 2010 17:13:59 +0000 (17:13 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 21 Jun 2010 17:13:59 +0000 (17:13 +0000)
includes/types.inc

index 35ed2d84a0e5fa68a9fafbb34fb0d16d74553f68..b1b519cc811a8e3a690486e5ad54bdc77ddf7e6e 100644 (file)
@@ -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