Sage 100

 View Only
  • 1.  MAS90 4.4.0.4 - trying to import payroll data entr

    Posted 12-29-2011 12:29
    MAS90 4.4.0.4 - trying to import payroll data entry. Everything goes great. Prompt for ""Do you want auto deductions"" . Yes sir please. Select ""1"". No autos come in. Notice that if I do it manually it works. Also vaguely aware of similar issue with fix on 4.50 but unable to see any similar fix/problem reports on 4.4


  • 2.  RE: MAS90 4.4.0.4 - trying to import payroll data entr

    Posted 12-29-2011 12:37
    I think I had this problem before (i'm getting older and dumber). Do you have anything defined on the Records tab of the import? I recall solving the issue by adding ""Line type E"", start 1, length 1 and Relation = Not Equal.


  • 3.  RE: MAS90 4.4.0.4 - trying to import payroll data entr

    Posted 12-29-2011 12:58
    I do have that - and I have the ""E"" type I wonder if I have to add one for ""D"" I could swear I've tested/used this type import a few dozen times before with nothing unusual.


  • 4.  RE: MAS90 4.4.0.4 - trying to import payroll data entr

    Posted 12-29-2011 13:20
    Could be my bad on the VI - however I'm hoping something with the IRD didn't screw up the automatic deductions. I'm not thinking that it's a bug since if I manually enter the payroll and hit auto deductions then it works.


  • 5.  RE: MAS90 4.4.0.4 - trying to import payroll data entr

    Posted 12-29-2011 16:03
    Did you try resetting the validation?


  • 6.  RE: MAS90 4.4.0.4 - trying to import payroll data entr

    Posted 12-29-2011 20:50
    I have a working VI - Payroll import in version 4.4.0.6 - it imports earnings only including factory Earnings Code 05 - ""Reported Tips"" from a CSV file. The VI import then prompts and calculates all auto deductions including factory Deduction Code 01 - ""Tips Reported"". I would be happly to export the VI job and email it to you, if that would help.


  • 7.  RE: MAS90 4.4.0.4 - trying to import payroll data entr

    Posted 12-30-2011 03:28
    That would be great - wayne@s-consult.com tx


  • 8.  RE: MAS90 4.4.0.4 - trying to import payroll data entr

    Posted 12-30-2011 05:17
    VI program exported and emailed.


  • 9.  RE: MAS90 4.4.0.4 - trying to import payroll data entr

    Posted 12-30-2011 07:26
    Thanks Michael - much appreciated


  • 10.  RE: MAS90 4.4.0.4 - trying to import payroll data entr

    Posted 01-17-2012 15:45
    Running into this issue too. Is it an issue with the perform logic or what? I am having to do multiple passes for each earnings code and none of them are doing the auto deduction. @MichaelMcDonald or @WayneSchulz can you shoot me the VI? Thanks


  • 11.  RE: MAS90 4.4.0.4 - trying to import payroll data entr

    Posted 01-17-2012 15:55
    OK forget it I found it. I needed to have in the records Line type E or D Record Perform logic ../pr/prwvip;PR_DATAENT1 otherwise the deductions are not calculated as expected. Looks like it would since you are prompted but not actually done without this logic.


  • 12.  RE: MAS90 4.4.0.4 - trying to import payroll data entr

    Posted 01-17-2012 17:32
    @ToddMartin That's what I think fixed it for me as well. Just getting back from a trip to the store - let me know if you still need a copy.