More invoice work completed invoice payment module

This commit is contained in:
root
2019-03-17 13:13:15 -04:00
parent 64cbe6a016
commit 408b1fa7cb
9 changed files with 387 additions and 29 deletions

View File

@@ -82,7 +82,8 @@
$category_types_array = array(
'Expense',
'Income'
'Income',
'Payment Method'
);
?>