Entry properties (Interface: Entry)
 
The available properties for this interface are:
 
Name Get Set Type English description Dutch description French description
pAccount BSTR Account Rekening Compte
pAccType BYTE Account type Rekeningtype Type de compte
pAccYearOrg SHORT Orig. Financial year Oorspr. boekjaar Exercice original
pAmountDetC DOUBLE Amount detail currency Bedrag detailmunt Montant devise de détail
pAmountDocC DOUBLE Amount document currency Bedrag documentmunt Montant devise de document
pAmountDosC DOUBLE Amount dossier currency Bedrag dossiermunt Montant devise de dossier
pBook BSTR Book Dagboek Journal
pBookDate DATE (date) Entry date Boekingsdatum Date d'enregistrement
pBookDateOrg DATE (date) Orig. entry date Oorspr. boekingsdatum Date d'enregistrement original
pBookOrg BSTR Orig. Book Oorspr. dagboek Journal original
pBookType BYTE Book type Type dagboek Type journal
pBookTypeOrg BYTE Orig. book type Oorspr. type dagboek Type journal original
pCreDate DATE (date) Addition: date Toevoeging: datum Addition: date
pCreTime DATE (time) Addition: time Toevoeging: tijdstip Addition: temps
pCreUsr BSTR Addition: by Toevoeging: door Addition: par
pCutOffAccount BSTR Cut off destination Afgrensbestemming Destination césure
pCutOffEnd DATE (date) Cut off end Afgrenseinde Fin césure
pCutOffStart DATE (date) Cut off start Afgrensbegin Début césure
pCutOffUntil DATE (date) Cut off until Afgegrensd tot Césure jusqu'à
pDetC BSTR Code detailcurrency Code detailmunt Code devise de détail
pDocC BSTR Code document currency Code documentmunt Code devise de document
pDocDate DATE (date) Document date Documentdatum Date document
pDocDateOrg DATE (date) Orig. document date Oorspr. documentdatum Date document original
pDocNum LONG Document number Documentnummer Numéro document
pDocNumOrg LONG Orig. document number Oorspr. documentnummer Numéro document original
pEntryKind BYTE Kind booking Boekingsaard Genre d'enregistrement
pEntryNum SHORT Sequence number Volgnummer Numéro de suite
pInterCompany VARIANT_BOOL Inter-company Inter-company Inter-company
pIsCredit VARIANT_BOOL Credit Credit Crédit
pLineNumOrg SHORT Orig. Line number Oorspr. lijnnummer Numéro de ligne original
pOpenDetC DOUBLE Open detail currency Openstaand detailmunt Non réglé devise de détail
pOpenDosC DOUBLE Open dossier currency Openstaand dossiermunt Non réglé devise de dossier
pQuantity DOUBLE Quantity Hoeveelheid Quantité
pRemark BSTR Remark Opmerking Remarque
pSysNum LONG System number Systeemnummer Numéro de système
pText1 BSTR Text field 1 Tekstveld 1 Champ de texte 1
pTickStatus BYTE Tickstatus Afpuntstatus Etat de lettrage
pTickSysNum LONG System number tick Systeemnummer afpunting Numéro de système lettrage
pUpdDate DATE (date) Modification: date Wijziging: datum Modification: date
pUpdTime DATE (time) Modification: time Wijziging: tijdstip Modification: temps
pUpdUsr BSTR Modification: by Wijziging: door Modification: par
pValue1 DOUBLE Numerical field 1 Numeriek veld 1 Champ numérique 1
pVatGroup BYTE VAT group BTW-groep Groupe de TVA
             
vAccountRefersTo BYTE Account refers to Rekening verwijst naar Compte renvoie à
vAccountRefersToDsc BSTR Account refers to descr. Rekening verwijst naar omschr. Compte renvoie à descr.
vAccTypeDsc BSTR Account type descr. Rekeningtype omschr. Type de compte descr.
vAccYear SHORT Financial year Boekjaar Exercice
vAcnPercent DOUBLE Percentage posted by analytical centre Percentage geboekt volgens analytische plaats Pourcentage saisi par centre analytique
vAunPercent DOUBLE Percentage posted by analytical unit Percentage geboekt volgens analytische drager Pourcentage saisi par produit analytique
vBookTypeCode CHAR Book type code Type dagboek code Type journal code
vBookTypeDsc BSTR Book type descr. Type dagboek omschr. Type journal descr.
vBookTypeOrgCode CHAR Orig. book type code Oorspr. type dagboek code Type journal original code
vBookTypeOrgDsc BSTR Orig. book type descr. Oorspr. type dagboek omschr. Type journal original descr.
vDosCurrency BSTR Dossier currency Dossiermunt Devise de dossier
vEntryKindDsc BSTR Kind booking descr. Boekingsaard omschr. Genre d'enregistrement descr.
vLineNum SHORT Line number Lijnnummer Numéro de ligne
vTickID BSTR Tick number Afpuntnummer Numéro de lettrage
vVatGroupDsc BSTR VAT group descr. BTW-groep omschr. Groupe de TVA descr.
vVatSpace BSTR VAT space BTW-vak Case TVA
 
Remarks
Properties starting with the character 'p' are the 'real', physical fields of this interface, the ones starting with 'v' are 'virtual' fields. The value of p-fields is written to disk, while the value of v-fields is calculated at run time.
The get accessor of these properties returns a VARIANT.
The set accessor of these properties needs a VARIANT as input.
More detailed information on these properties (type, length,...) can be found in the 'ODBC File Description'-module of your Venice installation. See file 'ENT - Entry (Entry.btr)'.
The property names that are underlined represent BYTE fields that can have several values. Click on the link to see more information on the possible choices.
Calculation fields are added dynamically and cannot be used as properties. They should be used as described in 'How to use calculation fields?'.
You should consult the module parameters to get the necessary info on these calculation fields.