We saw how this could be used to create a simple 'Payslip' from our Payroll application.
We progressed from there to writing an html file as output from the program, and saw how this technique could be used to create nicely formatted payslips.
Today in class I want you to complete the code for the print button so that you program:
- Creates an html file with the following filename format employeename_todaysdate.html
- The html payslip should the school logo as part of the header.
- A table showing the hours worked.
- Use html formatting to emphasize the total pay etc.
No comments:
Post a Comment