...
Enter the source columns with the add button
Step 2
Create the import file with the following columns. The file can be a .txt file or a .csv file.
Sample of the import file:
W,001,002,04/13/2019,102,12,25
W,001,002,04/14/2019,101,,,700
W,001,002,04/15/2019,102,8,25
W,003,002,04/13/2019,101,,,1000
W,003,002,04/14/2019,102A,8,40
Column Description:
- Record identifier "W"
- Employee ID
- Department
- Work Date
- Payroll Category Code
- Quantity of hours
- Rate
- Amount for salary
If importing for the hourly pay category then the amount can be zero or blank
If importing for salary then hours and rate can be zero or blank
Ensure the pay category is used for the job cost: Setup > Payroll settings > payroll categories > select the pay category and review the Flag section. If not selected, the import will not show the pay categories.
...