NCSU-Fall-2022-SE-Project-Team-11 / XpensAuditor---Group-11

Python, Java, Firebase App to track shared expenses with features like real time SMS and email alerts, web scraping of Walmart and Amazon, interactive charts of expenses, custom categories, etc. Integrated the app with Telegram chatbots using Python APIs for extra features.
MIT License
1 stars 2 forks source link

Set a limit for daily, monthly, annual expenses and alert user if limit exceeds #28

Closed kaushikjadhav01 closed 1 year ago

aditi-v79 commented 1 year ago

1.Class SetLimitAcitivity provides the choice for the users to set daily/monthly/annual limit.

  1. Added Asynchronous mail sender task to notify users when the set limit is exceeded. Resolved.