Sage 100

 View Only
  • 1.  Timecard Plus Job Codes & VI for v2018 Payroll

    Posted 08-13-2019 16:31
    I have a customer that exports the job codes from timecard plus program. I need help in VI payroll import translating the job code into the earnings code inside of Sage 2018. I'm not sure if I need a calculation or condition to say if the following timecard job codes 101 and 102 are begin used assign this earning code 00001.

    ------------------------------
    Shannon Stanley
    Sage 100 Consultant
    Ardent Consulting LLC
    704-839-6697
    ------------------------------


  • 2.  RE: Timecard Plus Job Codes & VI for v2018 Payroll

    Posted 08-13-2019 20:49
    Also of someone could show example of how I could start the condition or calculation with the earning code field in the VI job.

    ---------------------------------
    Shannon Stanley
    Sage 100 Consultant
    Ardent Consulting LLC
    704-839-6697
    ---------------------------------





  • 3.  RE: Timecard Plus Job Codes & VI for v2018 Payroll

    Posted 08-14-2019 00:36
    Ok btw it may be Time Clock Plus not Timecard Plus.

    ------------------------------
    Doug Higgs
    Assistant Technical Support / Building Maintenance Specialist
    Midwest Commerce Solutions, Inc
    ------------------------------



  • 4.  RE: Timecard Plus Job Codes & VI for v2018 Payroll

    Posted 08-13-2019 21:19
    Import the Timecard Plus code to a temp variable (data type string).  Then, create a conditional calculation on the earnings code field.  For example.  import Timecard Plus code 102 to temp006$.  Then create a condition where if temp006$ = "101" then EarningsCode = "00001".  See the screen shots below:





    ------------------------------
    Doug Higgs
    Assistant Technical Support / Building Maintenance Specialist
    Midwest Commerce Solutions, Inc
    ------------------------------



  • 5.  RE: Timecard Plus Job Codes & VI for v2018 Payroll

    Posted 08-15-2019 09:41
    Thank you for the examples. I was able to get both VI import jobs for regular and overtime hours working. Appreciate your help!

    ------------------------------
    Shannon Stanley
    Sage 100 Consultant
    Ardent Consulting LLC
    704-839-6697
    ------------------------------