till-teb / expenses-management-tool

Management tool to analyse, visualize and forecast expenses.
MIT License
2 stars 3 forks source link

[important] Final Program Structure (Expense/Revenue categories)!!! #36

Open l4nz8 opened 1 year ago

l4nz8 commented 1 year ago

Expense categories:

Expense list

The output list contains 7 variables.

  1. Main category
  2. Subcategory
  3. Name
  4. Cost
  5. Date
  6. Importance value between 1 and 4
  7. good or bad day

Process:

Regular expenses are divided into 5 main categories and each of these categories has several subcategories :

  1. Food and beverages

Supermarket Kiosk Bakery Market

  1. Consumables

Drugstore Clothing Electronics Furniture Pets Education Stationery Medicines Narcotics

  1. Leisure & Entertainment

Cinema Restaurant Party Event Hairdresser Hobby Vacation

  1. Transport

Public transportation Private transportation

  1. Extraordinary expenses

Additional costs Investment

Each subcategory should also have an 'other' selection addition, in case the subcategories do not cover everything.

Fixed costs:

The fixed costs are stored in a separate file with three variables.

Categories:

Revenue

Income:

The income should also be saved in another file, since these data have not any assigned importance values. Income should be divided into two categories. Recurring income should then be recognized by the program and automatically maintained as the base value each month. Additional income should be added and observed only for the given month. If required, a total list of all irregular additional income over a certain period of time can be displayed later in the financial analysis.

Categories:

✨🍰✨ Annotation:

If there is anything I have not mentioned please humble me and I will update this post.

adhamarif commented 1 year ago

The subcategories is added in #37. I renamed "free time" as "Leisure & Entertainment" because the name sounds a bit more cool xD.

till-teb commented 1 year ago

If I create a new expence-entry, there is no subcategory in the main dataset showing. please take a look on that @l4nz8 @adhamarif

adhamarif commented 1 year ago

subcategory is now available on datasets. Fixed in #38

l4nz8 commented 1 year ago

ok thank you