Rapporten
Mamut Support ID: | M-02021928 |
Product: | Mamut One |
Laatst bijgewerkt: | 13 mei 2011 |
U wilt inzicht verkrijgen in de standaard rapportcodes die op de Factuur zonder giro zijn weergegeven.
De onderstaande lijst bevat alle rapportcodes die zijn weergegeven in het rapport Factuur met de betreffende datavelden in de modules.
Andere codes kunt u via onze Support afdeling opvragen.
Rapportcode |
Veld |
Rapportcodes in Page Header |
|
g_oTemp.ClientName |
Relatienaam |
g_oTemp.ClientAddress |
Uw adres |
g_oTemp.ClientPhone |
Uw telefoonnummer |
g_oTemp.ClientFax |
Uw faxnummer |
g_oTemp.ClientBankAccount |
Uw bankrekeningnummer |
g_otemp.ClientPostAccount |
Uw girorekeningnummer |
oReport.GetText("OCONSTANT.STANDARD.LBL_EMAIL") + ": " + g_oTemp.ClientEmail |
Uw emailadres + de titel: Email |
g_oTemp.ClientWWW |
Uw website |
oReport.GetText("OCONSTANT.ORDER.TXT_ORGID") + g_oTemp.ClientVatNumber |
Uw KvK-nummer |
oReport.GetText("OCONSTANT.STANDARD.LBL_VATNO") + ": " + alltrim(oClient.Fields.vatno) |
Uw BTW-nummer |
oOrderReport.GetData( "g_Contac", "fact") |
Factoringklantnummer |
g_oTemp.NameInvoicePrint |
Naam van uw klant |
g_oTemp.adrInvoicePrint |
Factuuradres van uw klant |
g_oTemp.RefOur |
Referentie van uw klant |
g_oTemp.RefYour |
Uw referentie (contactpersoon) |
g_oTemp.Reference |
Referentie op factuur |
iif(g_otemp.MainContID != g_otemp.ContIDInvoice, Alltrim(Str(g_oTemp.MainContID)) + " " + Alltrim(g_oTemp.MainContName), Alltrim(str(g_otemp.ContID)) + " " + Alltrim(g_otemp.ContName)) |
Hoofdkantoor (alleen in hoofdkantoor-filiaal ketenrelatie) |
oOrderReport.GetContMvaNumber(g_oTemp.ContID) |
BTW-nummer van uw klant |
oReport.GetText("OCONSTANT.ORDER.TXT_INVOICE") + " " + TransForm(g_oTemp.InvoiceID) + IIf(g_oTemp.eInvoice == .T., " - eFaktura", "") |
Factuurnummer + de titel Factuurnummer |
oReport.GetText("OCONSTANT.ORDER.TXT_COPY") |
De titel: Kopie |
Alltrim(TransForm(_PageNo, "999999999" )) |
Paginanummer |
Alltrim(TransForm(g_otemp.OrderID, "999999999999" )) |
Ordernummer |
Alltrim(TransForm(g_oTemp.ContIDInvoice, "999999999" )) |
Klantnummer |
g_otemp.Project |
Project |
g_oTemp.Department |
Afdeling |
g_oTemp.Data2 |
Leveringswijze |
g_oTemp.Data7 |
Leveringsvoorwaarden |
g_oTemp.DATEDELIV |
Leveringsdatum |
g_oTemp.CurrencyIsoCode |
Valuta |
g_oTemp.DateInvoice |
Factuurdatum |
g_otemp.Data4 |
Betalingsvoorwaarden |
g_otemp.DateDue |
Vervaldatum |
g_oTemp.ContName |
Naam van uw klant |
Rapportcodes in Detail: |
|
g_oTemp.LineProdID |
Artikelcode |
g_oTemp.LineProdDesc |
Artikelbeschrijving |
g_oTemp.LineQtyInv |
Aantal |
g_oTemp.LineQtyStore |
Aantal te leveren |
g_oTemp.LinePrice |
Prijs |
Alltrim(TransForm(g_oTemp.LineDiscountPercent, "999,999.99")) + "%" |
Korting % |
Alltrim(Transform(g_oTemp.LineVatRate, "999,999.99")) + "%" |
BTW % |
g_oTemp.LineSum |
Totaal |
g_oTemp.LineProdMemo |
Artikelgegevens |
Rapportcodes in Group Footer: |
|
g_oTemp.VatGroundDesc |
BTW % |
g_oTemp.VatGroundSum |
Bedrag excl. BTW |
g_oTemp.VatCalcSum |
Totaal BTW |
chr(13) + chr(10) + g_oTemp.MemoOrderText |
Tekst Factuur (tabblad tekst in Order/factuur module) |
chr(13) + chr(10) + g_oTemp.ClientFactText |
Tekst bij Factoring |
Rapportcodes in Page Footer: |
|
g_oTemp.InvoiceProdTax |
BTW % |
g_oTemp.InvoiceSum_N |
Netto factuurbedrag |
g_oTemp.InvoiceDiscount |
Korting factuurbedrag |
g_oTemp.InvoiceVat |
BTW bedrag |
g_oTemp.InvoicePaySum |
Totaal bedrag inclusief BTW |