Implement new transaction
This commit is contained in:
@ -21,11 +21,13 @@ export default defineComponent({
|
||||
method: "POST",
|
||||
body: JSON.stringify({
|
||||
budget_id: this.budgetid,
|
||||
account_id: this.accountid,
|
||||
date: this.$data.TransactionDate,
|
||||
payee: this.$data.Payee,
|
||||
category: this.$data.Category,
|
||||
memo: this.$data.Memo,
|
||||
amount: this.$data.Amount
|
||||
amount: this.$data.Amount,
|
||||
state: "Uncleared"
|
||||
}),
|
||||
headers: this.$store.getters.AuthHeaders,
|
||||
})
|
||||
|
Reference in New Issue
Block a user