Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carry-forward balance functionality #25

Open
jayskhatri opened this issue Apr 15, 2024 · 0 comments
Open

Carry-forward balance functionality #25

jayskhatri opened this issue Apr 15, 2024 · 0 comments
Labels
basic-functionality Functionality which app is going to provide as a basic ones in first version of it

Comments

@jayskhatri
Copy link
Owner

jayskhatri commented Apr 15, 2024

balance(st-date, enddate) = total income - total expense

balance with carryforward (stdate, enddate) = (total income - total expense)(stdate, endDate) + carryforward(duration before stdate)

carry forward (duration stdate, duration end date) = total income (till duration stdate to enddate) - total expense (till duration stdate to enddate)

@jayskhatri jayskhatri added the basic-functionality Functionality which app is going to provide as a basic ones in first version of it label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
basic-functionality Functionality which app is going to provide as a basic ones in first version of it
Projects
None yet
Development

No branches or pull requests

1 participant