Ola
UPDATE 2020-05-19: Please use this library instead
Download
You can get Part 1 here.
In Part 1 of this tutorial we looked at how we could create, read, update and delete MySQL table records for our expenses, expense categories and expense types.
Part 2 will look at the first part of reporting: The Dashboad.
The Dashboard here provides one with a quick outline to see your expenditure performance and also functionality to add an expense.
We have the following chart information:
UPDATE 2020-05-19: Please use this library instead
Download
You can get Part 1 here.
In Part 1 of this tutorial we looked at how we could create, read, update and delete MySQL table records for our expenses, expense categories and expense types.
Part 2 will look at the first part of reporting: The Dashboad.
The Dashboard here provides one with a quick outline to see your expenditure performance and also functionality to add an expense.
We have the following chart information:
- Budget (current month) - the total budget per category & expenses per category for the current month. This uses the current computer date to get the current year and current month.
- Budget by Categories (Current Month) - this is an explosion of budget chart however now looking at each category differently.
- Expenditure by Month (Current Year) - this is a sum of expenditure per month for the current year.
- Expenditure by Categories (Current Year) - this explodes the expenditure for the year per category.
Last edited: