Click or drag to resize
CustomerInvoiceRow Class

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

Inkommande faktura, rader - underlag för att skapa faktura.
Inheritance Hierarchy
SystemObject
  _3LProServices.CustomerInvoiceServiceCustomerInvoiceRow

Namespace: _3LProServices.CustomerInvoiceService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public class CustomerInvoiceRow

The CustomerInvoiceRow type exposes the following members.

Constructors
  NameDescription
Public methodCustomerInvoiceRow
Constructor
Top
Properties
  NameDescription
Public propertyAccount
Konto, vanligtvis ett intäktskonto. 0 ger konto från fakturakonstant. Anges på RowType Amount.
Public propertyAmount
Belopp. Kan anges (måste inte om Number och PricePerUnit har tilldelats värden) om RowType är Amount. Max 12 heltal, 2 decimaler. Om inte angiven, beräknas den som Number x (PricePerUnit - beräknad Discount). Ange negativt belopp för retur/kreditering. Not. Om angiven, kontrolleras INTE om belopp motsvarar angivelse i Number, PricePerUnit och Discount.
Public propertyDimension01
Kostnadsställe - vid inget värde, sätt tom sträng eller *. Se också CustomerInvoceOptions om kodkomplettering. Anges på RowType Amount.
Public propertyDimension02
Projekt - vid inget värde, sätt tom sträng eller *. Se också CustomerInvoceOptions om kodkomplettering. Anges på RowType Amount.
Public propertyDimension03
Objekt - vid inget värde, sätt tom sträng eller *. Se också CustomerInvoceOptions om kodkomplettering. Anges på RowType Amount.
Public propertyDimension04
Förvaltningsområde (eller egendefinierat namn) - vid inget värde, sätt tom sträng eller *. Se också CustomerInvoceOptions om kodkomplettering. Anges på RowType Amount.
Public propertyDimension05
Verksamhet (eller egendefinierat namn) - vid inget värde, sätt tom sträng eller *. Se också CustomerInvoceOptions om kodkomplettering. Anges på RowType Amount.
Public propertyDimension06
Aktivitet (eller egendefinierat namn) - vid inget värde/default-värde önskas, sätt tom sträng eller *, vilket ger värde från fakturakonstant. Anges på RowType Amount.
Public propertyDimension07
Motpart (eller egendefinierat namn) - vid inget värde/default-värde önskas, sätt tom sträng eller *, vilket ger värde från kund. Anges på RowType Amount.
Public propertyDimension08
Egendefinierat namn 1 (egen redkod 1) - vid inget värde, sätt tom sträng eller *. Anges på RowType Amount.
Public propertyDimension09
Egendefinierat namn 2 (egen redkod 2) - vid inget värde, sätt tom sträng eller *. Se också CustomerInvoceOptions om kodkomplettering. Anges på RowType Amount.
Public propertyDimension10
Egendefinierat namn 3 (egen redkod 3) - vid inget värde, sätt tom sträng eller *. Anges på RowType Amount.
Public propertyDiscount
Rabatt i procent. Kan anges (måste inte) om RowType är Amount. Max 2 heltal, 2 decimaler. 10.00 = 10 %. För påslag, ange ett negativt värde.
Public propertyIsLabourHouseWork
TRUE = Raden avser Arbetskraft husarbete. FALSE = Inte husarbete. Not. TRUE på denna inställning har bara betydelse om angivet projekt är hanterat som husarbete ur perspektiv 3L Pro. Tänk på att använda speciell uppsättning av automatiska fakturarader utformad för just Husarbete.
Public propertyNumber
Antal. Kan anges (måste inte) om RowType är Amount. Max 8 heltal, 2 decimaler. Ange negativt antal för retur/kreditering.
Public propertyPricePerUnit
A-pris. Kan anges (måste inte) om RowType är Amount. Max 12 heltal, 2 decimaler.
Public propertyRowFormat
Radformatering. Har bara betydelse om Show = TRUE.
Public propertyRowType
Radtyp. Not. Speciell uppsättning krävs i 3L Pro innan fakturimport kan användas.
Public propertyShow
Visningsläge vid fakturautskrift. TRUE = Raden visas vid utskrift. FALSE = Raden finns i fakturan, men visas inte vid utskrift.
Public propertyShowNotAttributes
Visningsalternativ inom raden (flag-type values, d.v.s. flera värden kan tilldelas egenskapen via ). Har bara betydelse om Show = TRUE. Default syns de kolumner som kan slås av, såvida inte de är avslagna på den fakturakonstant som kommer att användas. För mer information se dokument som beskriver uppsättning av fakturaimporten i 3L Pro.
Public propertyText1
Beskrivande text 1. Om RowType Amount eller Subtotal, max 50 tecken. Om RowType = Text max 100 tecken. Tips! För en blankrad på fakturan, ange ingenting i Text1 och Text2.
Public propertyText2
Beskrivande text 2. Används för RowType Amount eller Subtotal om Text 1 inte räcker till. Kan även användas för RowType Text, om max 50 tecken är angivet i Text1.
Public propertyUnit
Enhet, max 5 tecken.
Public propertyVAT
Vilken typ av moms ska beräknas på Amount/Belopp. Anges på RowType Amount.
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