A proper job code is a significant building block for the Time Cards recipe. For an employee’s hours to be correctly logged to a specific project, they need to have the right job code. This first application page allows the project administrator to add job codes as needed. The Add Job Code application uses the Insert Record server behavior. The full set of codes is displayed in a list on the Add Time Card page in a list.
The Add Job Code page is basically a simple insert record application. As such, the layout of the page requires a few form elements: three text fields and a submit button. The three fields—Job Name, Job Code, and Rate—are used in other aspects of the application. The Job Name is displayed in a list on the Add Time Card page, while the Job Code and Rate are used in the HoursBreakdown SQL calculations. The Rate field is intended to accept the hourly rate charged to the client for a particular job.