Click or drag to resize

DocumentInvoicePrices 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 DocumentInvoicePrices : DocumentPrices

The DocumentInvoicePrices type exposes the following members.

Constructors
 NameDescription
Public methodDocumentInvoicePrices 
Top
Properties
 NameDescription
Public propertyPayment_PayedSumSuma uhradená.
Public propertyPayment_RemainingSumSuma zostávajúca k úhrade.
Public propertyPricePaymentAdvanceSuma zálohy - používa sa napr. pri faktúrach, pri objednávkach.
Public propertyPriceRoundingSuma zaokrúhlenia dokladu.
(Inherited from DocumentPrices)
Public propertyPriceToPaySuma na úhradu.
(Inherited from DocumentPrices)
Public propertyPriceTotalCelková suma dokladu.
(Inherited from DocumentPrices)
Public propertyPriceVATBaseLowerSuma základu DPH v nižšej sadbe DPH.
(Inherited from DocumentPrices)
Public propertyPriceVATBaseUpper
(Inherited from DocumentPrices)
Public propertyPriceVATBaseZeroSuma (obrat) oslobodený od DPH (nulová sadzba).
(Inherited from DocumentPrices)
Public propertyPriceVATLowerSuma DPH v nižšej sadzbe DPH.
(Inherited from DocumentPrices)
Public propertyPriceVATUpperSuma DPH vo vyššej sadzbe DPH.
(Inherited from DocumentPrices)
Public propertyVATRateLowerNižšia sadzba DPH.
(Inherited from DocumentPrices)
Public propertyVATRateUpperVyššia sadzba DPH.
(Inherited from DocumentPrices)
Top
Remarks
Trieda sa používa v metódach pracujúcich s dokladmi, napr. v triede StockOrder.
See Also