This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
facturier/facturier/templates/facturier/response-tipi.csv

479 B

1DATETIMETRANSACTION_IDINVOICESTATUSTIPI_NUMCLITIPI_REFDETTIPI_MONTANTTIPI_RESULTRANSTIPI_DATTRANSTIPI_HEURTRANSTIPI_SAISIETIPI_MELTIPI_NUMAUTO{% for e in transactionevent_list %}
2{{ e.date|date:'c' }}{{ e.transaction_id }}{{ e.invoice_id }}{{ e.status }}{% with bd=e.details.bank_data %}{{ bd.numcli }}{{ bd.refdet }}{{ bd.montant }}{{ bd.resultrans }}{{ bd.dattrans }}{{ bd.heurtrans }}{{ bd.saisie}}{{ bd.mel }}{{ bd.numauto }}{% endwith %}{% endfor %}