Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
public VendTransCashDisc calcCashDisc(
    CompanyId _company, 
    CurrencyCode _currencyCode, 
    AmountCur _amountCur, 
    TransDate _dueDate, 
    TransDate _transDate, 
    CashDiscCode _cashDiscCode, 
    TableId _tableId, 
    RecId _recId, 
   [boolean _manual, 
    AmountCur _manualAmount, 
    date _manualDate, 
    DiscPct _cashDiscPercent])
Run On
ClientOrServer
Parameters
- _company
 Type: CompanyId Extended Data Type
- _currencyCode
 Type: CurrencyCode Extended Data Type
- _amountCur
 Type: AmountCur Extended Data Type
- _dueDate
 Type: TransDate Extended Data Type
- _transDate
 Type: TransDate Extended Data Type
- _cashDiscCode
 Type: CashDiscCode Extended Data Type
- _tableId
 Type: TableId Extended Data Type
- _recId
 Type: RecId Extended Data Type
- _manual
 Type: boolean
- _manualAmount
 Type: AmountCur Extended Data Type
- _manualDate
 Type: date
- _cashDiscPercent
 Type: DiscPct Extended Data Type