Time off and accruals tables?

Sort:
You are not authorized to post a reply.
Author
Messages
blmackey
Basic Member
Posts: 6
Basic Member

    I'm relatively new to Lawson and need to write a few reports that contain approved time-off hours and pto accruals.

    Can someone point me towards the right tables?

    I just need a little nudge in the right direction.

     

    Thanks for any help you can provide.

    -Bryant

    PattyG
    Advanced Member
    Posts: 22
    Advanced Member
      The table that has the available hours for PTO is Lawson_TAEEMASTER.  Hours used we have Pay Groups for them under the Lawson_PRTIME table
      Margie Gyurisin
      Veteran Member
      Posts: 538
      Veteran Member
        TAEMPTRANS has transactions from the LP systsm.

        Are you using Lawson's time entry system? If so, you should be able to find the tables in several ways. You can look at either Lawson's technical or data file text.
        Margie Gyurisin
        Veteran Member
        Posts: 538
        Veteran Member
          If you have addins, you can find the table name by performing a ctrl + shift+O on the form and then enter the 3 character prefix into addins and it will return the table name.
          Greg Moeller
          Veteran Member
          Posts: 1498
          Veteran Member
            Let's try that again:

             rngdbdump -cnt gen filedef -f Prefix FileName | lashow 
            from LID
            Greg Moeller
            Veteran Member
            Posts: 1498
            Veteran Member
              Or
               rngdbdump -cnt gen filedef -f Prefix FileName > filename.txt 
              blmackey
              Basic Member
              Posts: 6
              Basic Member
                Thanks everyone.
                This should be enough to get me started.

                Margie - I don't know if we're using Lawson's time-entry system.
                I know we are going to use Kronos for time-keeping, but I'm not familiar with the rest of it (it is still being designed).

                I'm new to Lawson (since last October) and have spent all of my time since then writing IPAs - mostly dealing with Landmark data.

                Thanks again everyone.
                Margie Gyurisin
                Veteran Member
                Posts: 538
                Veteran Member
                  If you are using KRONOS then you most like are not using Lawson time entry. I only asked that because of your statement regarding "approved" time off.
                  blmackey
                  Basic Member
                  Posts: 6
                  Basic Member
                    I guess I still don't know where approved time-off data is stored.
                    Can anyone point me in the right direction.

                    Thanks again,
                    Bryant
                    Margie Gyurisin
                    Veteran Member
                    Posts: 538
                    Veteran Member
                      It depends on how you code it. Usage can be pulled from any accrual plan. If you use a different pay code/service code for approved vs. unapproved, you can pull based on those values.
                      You are not authorized to post a reply.