A project developed for Zeta Hacks Hackathon 2021.
Theme: FinTech.
This application can be used to maintain SMEs by recording various transactions(payables and receivebles).
If you wish to run this application on your machine, you need to have the following tools installed on your system:
- Git version control.
- Flutter SDK.
- Android Studio/VS Code/any other editors or IDEs.
- Clone this repository using Git on your local machine.
- Open the project in your prefered IDE (You might need to run
pub get
to install the necessary dependencies). - Run the app through emulator or using your phone.
Some of the salient features of the application include:
- Login through phone number - This removes the pre-requisite of people having functioning E-mail accounts.
- Maintaining multiple business profiles - helps them segregate all of his customers into different businesses the user might be maintaining.
- Business Card - The user also gets a personalized Business card with business name, category, phone number, and address.
- Report Generation - Still, if the user wants to maintain a ledger of all of his transactions in an old-fashioned way, we got it covered. We also provide pdf generation of all the transactions in a particular date range provided by them.
- Dark Mode, and many more!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.