Page tree

Versions Compared

Key

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

...

  • Les duplicatas de documents NF525 doivent être en tout point identiques à leurs originaux (en cas de changement d'adresse par exemple). Seul la mention ORIGINAL / DUPLICATA doit être modifiée. Ils doivent être identifiés en base de données par : update document_class set MANDATORY_DUPLICATE = 'T' where documentclass_id = TODO;

Voici le texte à apposer sur les documents FACTURES :

{

#*ATTENTION, CE DOCUMENT EST CONFORME A LA REGLEMENTATION FRANCAISE. EN CAS DE MODIFICATION, SECUTIX NE POURRA ETRE TENU RESPONSABLE DE NON CONFORMITE.

----------------------- DEBUT----------------------------------------------------------------------------------------

---*#

}{#if($document.invoice.fiscalSignatureRestitution)

}

Données fiscales :

{#set ($numberOfLines = $document.invoice.saleSummary.countItemLines() +

$document.invoice.refundSummary.countItemLines())

}Document n° : {$document.invoice.number}

Date de transaction : {#formatDate($document.invoice.date "dd.MM.yyyy, HH:mm" $document.locale)

}

Nombre d’impressions  : {$document.invoice.printCounter} - {#if($document.invoice.printCounter >

1)}DUPLICATA{#else}ORIGINAL{#end}

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

#*---------------------FIN---------------------------------------------------------------------------------------------

------*#}


Voici le texte à apposer sur les RECAPITULATIFS DE COMMANDES :

{

#* ATTENTION, CE DOCUMENT EST CONFORME A LA REGLEMENTATION FRANCAISE. EN CAS DE MODIFICATION, SECUTIX NE POURRA ETRE TENU RESPONSABLE DE NON CONFORMITE.

-----------------------

DEBUT

-----------------------------------------------------------------------------------------

---*#

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

}Document n°: {#showValue($document.order.externalValueData.externalValue1)}

Date de transaction : {$document.order.externalValueData.externalValue3}

Nombre d’impressions : {$printCounter} - {#if($printCounter

> 1)}DUPLICATA{#else}ORIGINAL{#end}

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

#*----------------------------------FIN---------------------------------------------------------------*#}


View file
nameNIHON_ORDER_RECEIPT_NF525_TTC.txt
height250
View file
nameSTX_ORDER_INVOICE_NF525_fr.docx
height250
View file
nameSTX_ORDER_SUMMARY_NF525_fr.docx
height250

...