Generate Excel reports from database

Hello all, I am a new member of this forum, nice to meet you all. I am new at PHP, but I am familiar with the concept, I made some websites (using cms) back in the day. Now I am working on a new project for my company and during my free time want to make it reality.

The idea is to make a website where logged in user can fill a data, this data then is stored in some database and based on that data excel reports can be done.

There are 200 cars being used by the drivers each day and after working day I want them to log in to the website (using unique username) and choose a car from the drop down list, fill up the date, how many miles they have traveled and how much fuel they bought. So basically 3 or 4 variables. Then this data goes to somekind of database. And then I can pull out the reports, for example “A REPORT on total miles driven on September” etc…

I hope You get the idea.

I know I need to learn a lot. Perhaps anyone can suggest some literature, articles?

What tools will I need to set up the system? MySQL, PHP my admin, PHPExcel?

Basically website must have these features:

  1. Ability to generate multiple users with different permissions
  2. Ability to store data in one database.
  3. Ability to pull out Excel reports based on the data arrays.

I don’t know how to exactly how to do it, but I came across this http://www.ibm.com/developerworks/library/os-phpexcel/ while search the internet. It might help you or not?

If I was doing this I think I would look at Wordpress with a Custom Post Type to handle the login and data entry and then MySQL to Excel to handle the excel side.

It is available here

Thanks guys, will check your suggestions

Sponsor our Newsletter | Privacy Policy | Terms of Service