문제

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?

도움이 되었습니까?

해결책

Payroll is one area that is locked down from the SDK. You can't touch the payroll items or payroll checks. You do have fairly good access to time sheets, so if there's something you can express in a timesheet that's legitimate, you can then crank the timesheets through payroll. In other words your dev has probably come up with the least ugly hack to get this into payroll. Of course you could pay commissions with expense checks, but if you're paying employees that's not a good option.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top