Print hours on paystubs

SUGGESTED

Hello,  We are using Sage Businessvision. 

BC Employment Standards says we must show the hours worked for Salaried employees.   There is no place to enter the hours for Salary staff so how do I enter the hours so that it prints on the paystub?

Parents
  • 0
    SUGGESTED

    2nd solution is to enter the hours as 'other' from the pay type drop down when you do each time card. Same issue with the the 'xx hours at 0.00' appearing on the pay stub. If you have someone that can edit your forms using report designer, open the pay cheque .rpt, edit the  'label other hours worked' where the line is "     then "(" + Totext(OtherHours, 2, "") + " hours at " + totext(OtherRate, 2) + ")" and remove the last part of this line and edit it so it reads "    then "(" + Totext(OtherHours, 2, "") + " hours)". Now the 0.00 rate wont show up if you use 'other' as the type of pay that you are recording the hours on.

Reply
  • 0
    SUGGESTED

    2nd solution is to enter the hours as 'other' from the pay type drop down when you do each time card. Same issue with the the 'xx hours at 0.00' appearing on the pay stub. If you have someone that can edit your forms using report designer, open the pay cheque .rpt, edit the  'label other hours worked' where the line is "     then "(" + Totext(OtherHours, 2, "") + " hours at " + totext(OtherRate, 2) + ")" and remove the last part of this line and edit it so it reads "    then "(" + Totext(OtherHours, 2, "") + " hours)". Now the 0.00 rate wont show up if you use 'other' as the type of pay that you are recording the hours on.

Children
No Data