I need to make some kind of handover table.
Records would look like this:
PC , user , action , date;
X , Y , return , 10.07;
X , Z , hire , 11.07;
A , Y , hire , 16.07;
etc. Each record would generate handover-form which would be printed and signed by admin and user.
Is it even possible? If it is - how to get to it :/ ?