Added payment terms categories
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 11 Oct 2010 06:38:41 +0000 (06:38 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 11 Oct 2010 06:38:41 +0000 (06:38 +0000)
includes/types.inc

index b1b519cc811a8e3a690486e5ad54bdc77ddf7e6e..79ef8be71c01699d87a8daf242fee733ad718fe3 100644 (file)
@@ -155,6 +155,12 @@ function payment_person_has_items($type) {
                        return false;
        }
 }
+//----------------------------------------------------------------------------------
+//     Payment terms categories
+//
+define('PM_ANY', 0);
+define('PM_CASH', 1);
+define('PM_CREDIT', 2);
 
 //----------------------------------------------------------------------------------
 //     Manufacturing types