Added Expense and categories module

This commit is contained in:
root
2019-03-16 16:38:36 -04:00
parent cb60f43e60
commit ab5e4af15b
11 changed files with 470 additions and 96 deletions

View File

@@ -80,4 +80,9 @@
'US/Pacific'
);
$category_types_array = array(
'Expense',
'Invoice'
);
?>