rarfell / dimeApp

Dime is a beautiful expense tracker built with iOS design guidelines in mind.
https://apps.apple.com/sg/app/dime-budget-expense-tracker/id1635280255
GNU General Public License v3.0
797 stars 112 forks source link

feat: Option to mark a transaction paid or unpaid . and report income statement and asset vs liability #45

Open subratpateldev opened 6 months ago

subratpateldev commented 6 months ago

Prerequisites

Describe the Feature Request

Each transaction entry should include an option to mark it as "Paid" or "Unpaid." This status can be set manually by the user. The app should allow users to filter transactions based on their payment status. This can help users quickly identify outstanding payments or review their payment history. Optionally, the app may offer notifications or reminders for upcoming payments or unpaid transactions to help users stay on top of their financial obligations. The app should allow users to input and categorize their assets, such as bank accounts, investments, properties, etc. Similarly, users should be able to input and categorize their liabilities, including loans, credit card debt, mortgages, etc.

Describe the Use Case

This can help users quickly identify outstanding payments or review their payment history. Optionally, the app may offer notifications or reminders for upcoming payments or unpaid transactions to help users stay on top of their financial obligations. The app should calculate and display the user's net worth by subtracting total liabilities from total assets.

Additional Information

No response