Click or drag to resize

DocumentPrices Class

EXALOGIC
Rekapitulácia súm dokladu, napr. objednávky.
Inheritance Hierarchy
SystemObject
  Exa.OBERON.Services.OBERONDocumentPrices
    Exa.OBERON.Services.OBERONDocumentInvoicePrices

Namespace: Exa.OBERON.Services.OBERON
Assembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 4.6.14.0 (4.6.14.0)
Syntax
public class DocumentPrices

The DocumentPrices type exposes the following members.

Constructors
 NameDescription
Public methodDocumentPrices 
Top
Properties
 NameDescription
Public propertyPriceRoundingSuma zaokrúhlenia dokladu.
Public propertyPriceToPaySuma na úhradu.
Public propertyPriceTotalCelková suma dokladu.
Public propertyPriceVATBaseLowerSuma základu DPH v nižšej sadbe DPH.
Public propertyPriceVATBaseUpper 
Public propertyPriceVATBaseZeroSuma (obrat) oslobodený od DPH (nulová sadzba).
Public propertyPriceVATLowerSuma DPH v nižšej sadzbe DPH.
Public propertyPriceVATUpperSuma DPH vo vyššej sadzbe DPH.
Public propertyVATRateLowerNižšia sadzba DPH.
Public propertyVATRateUpperVyššia sadzba DPH.
Top
Remarks
Trieda sa používa v metódach pracujúcich s dokladmi, napr. v triede StockOrder.
See Also