Hello,
I have a bug I've been trying chase without much success.
In our great plains environment, we have a report called "State Wage And Hour Report" (under reports -> payroll -> wage and hour -> state wage report). It prints the employee id, name, SSAN, taxable wages, and tax withholding for every employee in the database. And it works great for everybody -- except one.
One employee is missing $$$ in her taxable wages column. I've checked the math, and she's missing her January salary to the penny. For whatever reason, the report is not including that month's earnings.
I've opened the report in report designer and found out it gets it's data from a temporary table (Payroll Temp State Wage Report). I've looked in the db through SQL Query Analyzer, no such table exists in the database. I figured the table gets dropped after the report is closed, so I even triple-checked the db with the report still open. It still doesn't exist. I have no idea how this table is generated or populated, and desperately need to find out how so I can fix whatever is hosing up.
Does anyone know how I can find out how this data / table is generated? Please Help!
Thanks,
Jason
I have a bug I've been trying chase without much success.
In our great plains environment, we have a report called "State Wage And Hour Report" (under reports -> payroll -> wage and hour -> state wage report). It prints the employee id, name, SSAN, taxable wages, and tax withholding for every employee in the database. And it works great for everybody -- except one.
One employee is missing $$$ in her taxable wages column. I've checked the math, and she's missing her January salary to the penny. For whatever reason, the report is not including that month's earnings.
I've opened the report in report designer and found out it gets it's data from a temporary table (Payroll Temp State Wage Report). I've looked in the db through SQL Query Analyzer, no such table exists in the database. I figured the table gets dropped after the report is closed, so I even triple-checked the db with the report still open. It still doesn't exist. I have no idea how this table is generated or populated, and desperately need to find out how so I can fix whatever is hosing up.
Does anyone know how I can find out how this data / table is generated? Please Help!
Thanks,
Jason