| Heather Elyea (Kuali Financials)
Sep 6, 07:59 MDT
Cathy - Here's what I found in the code. Item #1
is what is causing your DV to skip tax routing. If the payee type is employee, the DV will not route to tax. It never gets to the point of checking the parameter you mention when the payee type is employee.
- If Payee Type is Employee, do not route to tax.
- If Payee Type is Vendor and Payee is an employee, route to tax.
- If Payee Type is Vendor and has withholding, route to tax.
- If Payee Type is Vendor and is foreign, route to tax.
- If Payee Tax Control is B or H, route to tax.
- If Payment Reason in DECEDENT_COMPENSATION_PAYMENT_REASONS parameter, route to tax.
- If Payment Reason in MOVING_PAYMENT_REASONS parameter and campus in CAMPUSES_TAXED_FOR_MOVING_REIMBURSEMENTS parameter, route to tax.
- If Payment Reason in PAYMENT_REASONS_REQUIRING_TAX_REVIEW parameter, route to tax.
For reference, this is the method name: DisbursementVoucherDocument.isTaxReviewRequired()
|
|