[PATCH] Paychex online payroll export

Discussion for TimeTrex open source community developers.
Locked
benk
Posts: 14
Joined: Fri Mar 25, 2011 10:58 am

[PATCH] Paychex online payroll export

Post by benk »

Attached is a patch adding the ability to export payroll in the CSV style required by Paychex Online Payroll. Paychex requires different hour codes listed column-wise, as opposed to the row-wise approach used by the generic CSV output.

Currently it is very simple (our needs are simple) and only lists hours and employee numbers. Paychex also supports other things in the import such as wage rates, etc (which override the values stored within Paychex) however this patch does not include any of this.

It would be nice to have it integrated into the Standard edition. Patch is against version 3.4.1.
Attachments
timetrex-paychexcsv.patch.txt
Paychex Online Payroll export patch
(5.5 KiB) Downloaded 555 times
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: [PATCH] Paychex online payroll export

Post by shaunw »

Thanks for the patch, I have passed this on to the developers to consider applying.
Locked