Right, this is quite a complex one....for me anyway.
I dont have the greatest PHP knowledge but I wonder how difficult this would be:
We are migrating from a paper-based system where a member of staff sign's off on a 'control' to show that it has been done.
These can either be recurring on a daily, weekly, monthly, quarterly, 6-monthly or annual basis.
We want to do all the checks online so that someone signs the control electronically and their name and date is input into the database under the relevant 'control name'.
I'm not sure how I would structure the table but more importantly, I'm trying to think of the best way to have the recurring controls. All the user would be inputting into the DB is their name(electronic signature) and the date and IDs would go in automatically.
Any ideas??