testAutoApprovePaymentRequests_chartAndAccountLimit() When the (chart+account) negative payment request approval limit is lower than the default limit, and lower than the limit
according to chart and the limit according to (chart and org) the payreq should be auto-approved.
testAutoApprovePaymentRequests_chartLimit() When the chart negative payment request approval limit is lower than the default limit, and lower than the limit according to
(chart + account) and the limit according to (chart and org) the payreq should be auto-approved.
public void testAutoApprovePaymentRequests_chartAndAccountLimit() throws Exception(Code)
When the (chart+account) negative payment request approval limit is lower than the default limit, and lower than the limit
according to chart and the limit according to (chart and org) the payreq should be auto-approved.
throws: Exception -
public void testAutoApprovePaymentRequests_chartAndOrganizationLimit() throws Exception(Code)
testAutoApprovePaymentRequests_chartLimit
public void testAutoApprovePaymentRequests_chartLimit() throws Exception(Code)
When the chart negative payment request approval limit is lower than the default limit, and lower than the limit according to
(chart + account) and the limit according to (chart and org) the payreq should be auto-approved.
throws: Exception -
testAutoApprovePaymentRequests_defaultLimit
public void testAutoApprovePaymentRequests_defaultLimit() throws Exception(Code)
Payment requests with a negative payment request approval limit higher than the default limit should be auto-approved.
throws: Exception -
testAutoApprovePaymentRequests_futurePayDate
public void testAutoApprovePaymentRequests_futurePayDate() throws Exception(Code)
testAutoApprovePaymentRequests_held
public void testAutoApprovePaymentRequests_held() throws Exception(Code)