Documents

Exemple de bloc fiscale à apposer sur les documents FACTURES :

{#if($document.invoice.fiscalSignatureRestitution)
}
Données fiscales :
{#set ($numberOfLines = $document.invoice.saleSummary.countItemLines() + $document.invoice.refundSummary.countItemLines())
#set ($integer = 1)
#set ($printCounter = ($integer.parseInt($document.invoice.printCounter)))
#set ($reprintCounter = ($printCounter - 1))
}Document n° : {$document.invoice.number} {#if($printCounter > 1)}DUPLICATA {$reprintCounter}{#else}original{#end}
Date de transaction : {#formatDate($document.invoice.date "dd.MM.yyyy, HH:mm" $document.locale)}
Version du logiciel : {#showValue($document.metadata.solutionVersion)}
Nombre de lignes : {$numberOfLines}
Point de vente : {#showValue($document.organization.salesChannel.pointOfSales.code "-")}
Opérateur : {$document.organization.printingOperatorName}
Signature : {$document.invoice.fiscalSignatureRestitution}
{#end}

Exemple de bloc fiscale à apposer sur les documents RECAPITULATIFS DE COMMANDES :

{#if($document.order.externalValueData)}
Données fiscales :
{#set ($numberOfLines = $document.order.saleSummary.countItemLines() + $document.order.refundSummary.countItemLines())
#set ($integer = 1)
#set ($printCounter = ($integer.parseInt($document.order.externalValueData.externalValue4)))
#set ($reprintCounter = ($printCounter - 1))
}Document n° : {#showValue($document.order.externalValueData.externalValue1)} {#if($printCounter > 1)}DUPLICATA {$reprintCounter}{#else}original{#end}
Date de transaction : {$document.order.externalValueData.externalValue3}
Version du logiciel : {#showValue($document.metadata.solutionVersion)}
Nombre de lignes : {$numberOfLines}
Point de vente : {#showValue($document.organization.salesChannel.pointOfSales.code "-")}
Opérateur : {$document.organization.printingOperatorName}
Signature : {#showValue($document.order.externalValueData.externalValue2)}
{#end}

Voici le bloc premettant d'apposer la signature sur le document RECU DE COMMANDE :

#set($fiscalSignatureRestitutionSize = 26 - $orderReceipt.fiscalSignatureRestitutionStr.length())
#if($orderReceipt.fiscalSignatureRestitution.length() > 0)#space(5)#display($orderReceipt.fiscalSignatureRestitutionStr, $orderReceipt.fiscalSignatureRestitutionStr.length() ,'LEFT') #display($orderReceipt.fiscalSignatureRestitution, $fiscalSignatureRestitutionSize, 'LEFT')#end

La NF525 exigent que tous les éléments suivant apparaissent sur ces documents :

Info globale au ticket :


Par ligne de produit :



Par taux de tva :


Par type de paiement :


Pour le total du ticket :


Pour un duplicata :


Documentation complète pour NF525 : Comment paramétrer SecuTix en conformité avec NF525