mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
add more function in transaction edit page
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
const allTransactionTypes = {
|
||||
ModifyBalance: 1,
|
||||
Income: 2,
|
||||
Expense: 3,
|
||||
Transfer: 4
|
||||
};
|
||||
|
||||
export default {
|
||||
allTransactionTypes: allTransactionTypes,
|
||||
};
|
||||
Reference in New Issue
Block a user