Title: Pay Stub (different Version)
Description: Looking for a new paycheck layout
shanesmj - July 3, 2006 11:09 PM (GMT)
Anyone have a paycheck layout that condenses everything a bit more that they would be willing to share????
I am looking to replace Lawson's paycheck with something that is a bit more condensed. Sometimes checks from self-service print on multiple pages.
shanesmj - July 16, 2006 07:20 PM (GMT)
Difficult to believe that no one has created an improved online Paycheck Stub......
:banghead:
cd_dotdot - July 16, 2006 11:37 PM (GMT)
Hi shanesmj,
Can you give me a quick brief on this? Which program creates the output? What file would you have to mod to get the layout ... If it turns out to be easy I'll help you out.
shanesmj - July 17, 2006 01:31 PM (GMT)
It is the "Printable Pay Stub" - This is the shortcut link -
javascript:parent.GetYTDPayment(0)
I really do not know how it is created but I know that it creates the source on the fly.
(ANYONE OUT THERE KNOW WHERE THE FILES ARE FOR THE PRINTABLE PAY STUB??????????)
Thanks
Shane
SAH - July 17, 2006 02:55 PM (GMT)
Generally, the data comes from the PMTOUT file, created when PR160 is run. Others (like me) take additional data from other tables, etc. to REALLY fill up an employee's stub and make it hard to read! :P
shanesmj - July 17, 2006 04:57 PM (GMT)
I want the exact same detail ... I just want to shrink it a bit so that it will stay on one page for almost everyone....
Right now about 25% of the paystubs print on two pages.
trezaei - July 17, 2006 06:12 PM (GMT)
I believe the file you're going after is called paytyear.htm and is in the xhrnet directory. Its almost 1900 lines of pretty ugly code/formatting.
I think the function you'd want to look into is the DisplayData() function which happens to be the biggest function. :blink: