PurchBookTable_RU::checkIfCanBeSettled_Vend Method

Checks if customer transactions can be setteled on specified date depending on state of purchase books

Syntax

server private static boolean checkIfCanBeSettled_Vend(
    VendTrans _vendTransInvoice, 
    VendTrans _vendTransPayment, 
    TransDate _settlementDate)

Run On

Server

Parameters

Return Value

Type: boolean
true if transactions can be settled; otherwise false

See Also

Reference

PurchBookTable_RU Table