A quick view on work done on back pay calculator. It is now a lot easier to calculate back pay for users.
Added new charts to Flickerbook YOY section
Added 6 new charts to Flickerbooks YOY charts page. For the time being I believe this will be the last charts for this page.
Calculating Hourly and daily costs to employer on Flickerbook
Added employer’s daily and hourly costs to daily and hourly averages tables. Also included these costs in the YOY charts.
Adding new column to Flickerbooks payments DB and generating values for it from existing data
A quick example of how I filled a newly created column in database table, using already existing data and PHP to calculate and insert new values into new column.
Still Working On Flickerbook
For the last two months was continuing work on Flickerbook. Have done a lot of changes! Wont go trough all the code and queries I have written, but in this post I showcase new tables and charts I have created for my work related data 😉
Animating Height Of Result Tables And Charts For Flickerbook’s Totals Calculator
In this post I explain how I animated table and chart container’s height, once a new set of data gets loaded.
Still Working On Flickerbooks Totals Calculator
I used SQL temp tables and UNION ALL for the first time. With the help of SQL temp tables I was able to use a GROUP BY statement on payments, that are stored in multiple columns, but have identical names.
Improving Flickerbooks Totals Calculator
I have added 9 new tables and charts to totals calculator, that are listed below: Below is an example of earnings by employer table and pie chart: HTML […]
Work On Flickerbook Holiday Summary
I have written JavaScript functions that fetch data from back end, generate holiday summary table and reduces the need for repetitive code. I have also added a “Copy Table” button and wrote a JavaScript function that works with it.
Adding Holiday Summary Feature To Flickerbook
I started developing holiday summary table that appears inside a Boostrap modal. I have done HTML, CSS, PHP and SQL coding. In this post I showcase what has been done.