How to find balance for a previous date ?
niro121 opened this issue · 1 comments
niro121 commented
Hi, I want to find the balance for a previous date. Is this possible?
Eg. I need to find the Accounts Receivable balance as of Jan 31st, 2024.
Please advise.
koresar commented
const { balance } = await myBook.balance({
account: "Assets:Accounts Receivable",
end_date: new Date("2024-02-01"),
});