﻿Name:           Jakub Neumann
Login:          NEU0074
Study group:    Erasmus 2015/2016

Subject:	Programming I (Tuesday, 10:45 – 12:15)


Project:        Home accounting
The task:	
Develop an application for financial data regarding income and expenditure in household finances, stored as CSV file. This includes: * unique record ID, * record type (income, expenditure), * category (food, household, entertainment, ...), * amount in CZK, * date. On the basis of a CSV file and user input, create a HTML file that summarizes the revenues and expenses for each month: * in each month, tabulate: all records of the month listed in descending order by amount; * sums of the amounts grouped by categories; * Total household finances (income - expenses).