Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{#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}

...