create-categories #79

Open
jacob1123 wants to merge 31 commits from create-categories into master
Showing only changes of commit a0e6dc0f1b - Show all commits

View File

@ -59,8 +59,6 @@ export const useBudgetsStore = defineStore("budget", {
MergeBudgetingData(response: any) {
const accounts = useAccountStore();
for (const account of response.Accounts || []) {
const existingAccount = accounts.Accounts.get(account.ID);
account.Transactions = existingAccount?.Transactions ?? [];
if (account.LastReconciled.Valid)
account.LastReconciled.Time = new Date(
account.LastReconciled.Time