One of my developers is attempting to import commissions (related to payroll) from one our products via the QuickBooks SDK.
So far the only solution he's been able to come up with is to create a pay type with a pay rate per hour and convert the actual commission amount to an hour rate based on that. It's ugly and will very likely break.
He says that QuickBooks can do commissions manually, but that the API does not have the ability to do this. For example, it has IPayrollItemNonWageQuery
and such, and it has IPayrollItemWageAdd
, but no IPayrollItemNonWageAdd
.
Any ideas?