Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fallenowsky/personal-budget
This app is designed to control a personal budget of a person. You can add an income or expense with the date and it is stored in data base wchich here is file. You can search to display incomes and expenses from a special period of time, from last month and actual month. It gives you the opportunity to add as many users as you wish and each of the
https://github.com/fallenowsky/personal-budget
Last synced: 4 days ago
JSON representation
This app is designed to control a personal budget of a person. You can add an income or expense with the date and it is stored in data base wchich here is file. You can search to display incomes and expenses from a special period of time, from last month and actual month. It gives you the opportunity to add as many users as you wish and each of the
- Host: GitHub
- URL: https://github.com/fallenowsky/personal-budget
- Owner: fallenowsky
- Created: 2022-07-13T17:09:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T16:44:35.000Z (almost 2 years ago)
- Last Synced: 2024-02-27T11:16:15.375Z (9 months ago)
- Language: C++
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This app is designed to control a personal budget of a person.
You can add an income or expense with the date and it is stored in data base wchich here is file.
You can search to display incomes and expenses from a special period of time, from last month and actual month.
It gives you the opportunity to add as many users as you wish and each of them has his own incomes and expenses.
Incomes and expenses overviews display your incoomes, expenses and balance which is calculated according to data you have typed.
Users, incomes and expenses data are stored in XML file.
I use CMarkup library to work with XML file.
This app was whole coded in Object Oriented Programming standard.