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.
More work on Flickerbook’s total’s calculator
Have done some more work on Flickerbooks totals calculator. Used Left and INNER joins to retrieve data from 3 different tables. Also wrote a new function that creates html elements for table and charts and helps me avoid repetitive HTML code.
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.