Click or drag to resize
AccountingVoucherRowIn Class

[This is preliminary documentation and is subject to change.]

Rad på inkommande bokföringsorder - underlag för att skapa verifikat.
Inheritance Hierarchy
SystemObject
  _3LProServices.AccountingVoucherServiceAccountingVoucherRow
    _3LProServices.AccountingVoucherServiceAccountingVoucherRowIn

Namespace: _3LProServices.AccountingVoucherService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public class AccountingVoucherRowIn : AccountingVoucherRow

The AccountingVoucherRowIn type exposes the following members.

Constructors
  NameDescription
Public methodAccountingVoucherRowIn
Initializes a new instance of the AccountingVoucherRowIn class
Top
Properties
  NameDescription
Public propertyAccount
Konto
(Inherited from AccountingVoucherRow.)
Public propertyAccountingDate
Bokföringsdatum. NULL ger samma datum som AccountingVoucherIn.
Public propertyAccrue
Periodisera
Public propertyAccrueFrom
Periodisera fr.o.m. Vid ingen periodisering, sätt NULL. Vid periodisering per månad, saknar dagnummer betydelse.
Public propertyAccrueTo
Periodisera t.o.m. Vid ingen periodisering, sätt NULL. Vid periodisering per månad, saknar dagnummer betydelse.
Public propertyAmount
Belopp i företagets basvaluta
(Inherited from AccountingVoucherRow.)
Public propertyAmountInCurrency
Belopp i valuta - vid ingen valutaomräkning sätt samma som Amount (belopp i företagets basvaluta).
(Inherited from AccountingVoucherRow.)
Public propertyCurrency
Valuta - vid ingen valutaomräkning, sätt tom sträng eller *.
(Inherited from AccountingVoucherRow.)
Public propertyCurrencyRate
Valutakurs - vid ingen valutaomräkning, sätt 1.
(Inherited from AccountingVoucherRow.)
Public propertyDimension01
Kostnadsställe - vid inget värde, sätt tom sträng eller *.
(Inherited from AccountingVoucherRow.)
Public propertyDimension02
Projekt - vid inget värde, sätt tom sträng eller *.
(Inherited from AccountingVoucherRow.)
Public propertyDimension03
Objekt - vid inget värde, sätt tom sträng eller *.
(Inherited from AccountingVoucherRow.)
Public propertyDimension04
Förvaltningsområde (eller egendefinierat namn) - vid inget värde, sätt tom sträng eller *.
(Inherited from AccountingVoucherRow.)
Public propertyDimension05
Verksamhet (eller egendefinierat namn) - vid inget värde, sätt tom sträng eller *.
(Inherited from AccountingVoucherRow.)
Public propertyDimension06
Aktivitet (eller egendefinierat namn) - vid inget värde, sätt tom sträng eller *.
(Inherited from AccountingVoucherRow.)
Public propertyDimension07
Motpart (eller egendefinierat namn) - vid inget värde, sätt tom sträng eller *.
(Inherited from AccountingVoucherRow.)
Public propertyDimension08
Egendefinierat namn 1 (egen redkod 1) - vid inget värde, sätt tom sträng eller *.
(Inherited from AccountingVoucherRow.)
Public propertyDimension09
Egendefinierat namn 2 (egen redkod 2) - vid inget värde, sätt tom sträng eller *.
(Inherited from AccountingVoucherRow.)
Public propertyDimension10
Egendefinierat namn 3 (egen redkod 3) - vid inget värde, sätt tom sträng eller *.
(Inherited from AccountingVoucherRow.)
Public propertyMiniLedger
Minireskontra - vid inget värde, sätt tom sträng.
(Inherited from AccountingVoucherRow.)
Public propertyNote
Längre beskrivande text till raden som läggs i anteckningsfält
(Inherited from AccountingVoucherRow.)
Public propertyNumber
Antal - vid inget antal, sätt 0.
(Inherited from AccountingVoucherRow.)
Public propertyText
Verifikationstext/beskrivande text till raden - max 50 tecken.
(Inherited from AccountingVoucherRow.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also