Joshua Saxton
Joshua Saxton
Are you still having this problem? I am seeing the button with the toolkit enabled and with it disabled, that stealing from future is a core YNAB feature. So I...
I see that this code in the display total monthly goals feature gets the "spent" amount as the cash outflows and credit outflows. I am not sure how to check...
I am new to React apps and I am not quite sure how to debug them using VS Code or the browser tools. It looks like the total "spent" though...
I guess I am confused if the Income vs. Spent box in YNAB is giving "accurate" information. ` budgetedCalculation?.cashOutflows + budgetedCalculation?.creditOutflows || 0,` This is what the "total spent" I...
I think I see. What YNAB says I "spent" is not all cash but cash and credit that is budgeted for payment. I'd have to go back and check my...
Yes I think that explains it. The "spent" amount I was originally seeing was any outflows (the two checking transactions) = 75 which is the amount shown on the spent...
@AAraKKe I hadn't gone to look at what you may have changed but did this issue get resolved. Your last comment said there was still an issue with the total...
Can you explain a "pending" transaction? You mean a scheduled transaction? Scheduled transactions should not be included in the calculation since the React code the toolkit uses should only be...
I was just having this argument with someone on the YNAB discord. I don't think it's a problem with YNAB. If something is pending at the bank, that assumes that...
I found that my debts were also off by 50.02. This is the section that seems to calculate the debts amount. perhaps it's an error in the date parsing and...