Tired of managing your personal finances manually? Ecosphere-Finance is here to help! Our Personal Finance Manager is a powerful tool that allows you to easily track your income, expenses, and savings. With Ecosphere-Finance, you can:
- Track your income and expenses in one place
- Set income and expense categories to easily see where your money is going
- Set if your income is recurring or not (daily, weekly, monthly, quarterly, yearly)
- Set if your expense is recurring or not (daily, weekly, monthly, quarterly, yearly)
- See upcoming transactions (recurring items)
- Export transactions to pdf or xls
- See your net worth over time
- Some statistic about your finances
Currently the basic functionality is implemented and working fine, upcoming Versions will get more features. Now im focusing on optimization, localization and security befor developing new functions.
This App is part of the Ecosphere project. You can eighter use it standalone or integrate it with other Ecosphere apps wich are indeed for private usage.
The following apps are currently/soon available for Public:
- Ecosphere Accounts
- Ecosphere Life
- Ecosphere Navigation
tbd
Please notice that you will need login via backend as this app does not have a login/logout.
- if you dont have started a project you can do it with the following command: django-admin startproject myproject
- Clone the repository https://github.com/dmm1/Ecosphere-Finance.git into your project directory, name the folder "finance"
- Install the dependencies
- add "finance" to the apps section in settings.py
- Run the migrations
- Start the development server