projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f67f7a
)
Added payment terms categories
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Mon, 11 Oct 2010 06:38:41 +0000
(06:38 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Mon, 11 Oct 2010 06:38:41 +0000
(06:38 +0000)
includes/types.inc
patch
|
blob
|
history
diff --git
a/includes/types.inc
b/includes/types.inc
index b1b519cc811a8e3a690486e5ad54bdc77ddf7e6e..79ef8be71c01699d87a8daf242fee733ad718fe3 100644
(file)
--- a/
includes/types.inc
+++ b/
includes/types.inc
@@
-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