summaryrefslogtreecommitdiff
path: root/templates/French-statement.html
blob: 015a8de544b3cb375520f36277b5bed45328588f (plain)
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional">
  2. <html>
  3. <head>
  4. <title>Extrait de compte pour <%name%></title>
  5. <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15">
  6. </head>
  7. <body bgcolor=ffffff>
  8. <table width=100%>
  9. <tr>
  10. <td width=10>&nbsp;</td>
  11. <td>
  12. <table width=100%>
  13. <tr>
  14. <td>
  15. <h4>
  16. <%company%>
  17. <br><%address%>
  18. </h4>
  19. </td>
  20. <th></th>
  21. <td align=right>
  22. <h4>
  23. Tél&nbsp;: <%tel%>
  24. <br>Fax&nbsp;: <%fax%>
  25. </h4>
  26. </td>
  27. </tr>
  28. <tr>
  29. <th colspan=3><h4>E X T R A I T&nbsp;&nbsp;D E&nbsp;&nbsp;C O M P T E</h4></th>
  30. </tr>
  31. <tr>
  32. <td colspan=3 align=right><%statementdate%></td>
  33. </tr>
  34. </table>
  35. </td>
  36. </tr>
  37. <tr>
  38. <td>&nbsp;</td>
  39. <td>
  40. <table width=100%>
  41. <tr valign=top>
  42. <td><%name%>
  43. <br><%address1%>
  44. <%if address2%>
  45. <br><%address2%>
  46. <%end address2%>
  47. <br><%city%> <%state%> <%zipcode%>
  48. <%if country%>
  49. <%country%>
  50. <%end country%>
  51. <br>
  52. <%if customerphone%>
  53. <br>Tél&nbsp;: <%customerphone%>
  54. <%end customerphone%>
  55. <%if customerfax%>
  56. <br>Fax&nbsp;: <%customerfax%>
  57. <%end customerfax%>
  58. <%if email%>
  59. <br><%email%>
  60. <%end email%>
  61. </td>
  62. </tr>
  63. </table>
  64. </td>
  65. </tr>
  66. <tr height=10></tr>
  67. <tr>
  68. <td>&nbsp;</td>
  69. <td>
  70. <table width=100%>
  71. <tr>
  72. <th align=left>Facture n°</th>
  73. <th width=15%>Date</th>
  74. <th width=15%>Echeance</th>
  75. <th width=10%>Actuel</th>
  76. <th width=10%>30</th>
  77. <th width=10%>60</th>
  78. <th width=10%>90+</th>
  79. </tr>
  80. <%foreach invnumber%>
  81. <tr>
  82. <td><%invnumber%></td>
  83. <td><%invdate%></td>
  84. <td><%duedate%></td>
  85. <td align=right><%c0%></td>
  86. <td align=right><%c30%></td>
  87. <td align=right><%c60%></td>
  88. <td align=right><%c90%></td>
  89. </tr>
  90. <%end invnumber%>
  91. <tr>
  92. <td colspan=7><hr size=1></td>
  93. </tr>
  94. <tr>
  95. <td>&nbsp;</td>
  96. <td>&nbsp;</td>
  97. <td>&nbsp;</td>
  98. <th align=right><%c0total%></td>
  99. <th align=right><%c30total%></td>
  100. <th align=right><%c60total%></td>
  101. <th align=right><%c90total%></td>
  102. </tr>
  103. </table>
  104. </td>
  105. </tr>
  106. <tr height=10></tr>
  107. <tr>
  108. <td>&nbsp;</td>
  109. <td align=right>
  110. <table width=50%>
  111. <tr>
  112. <th>Solde impayé</th>
  113. <th align=right><%total%></th>
  114. </tr>
  115. </table>
  116. </td>
  117. </tr>
  118. <tr>
  119. <td>&nbsp;</td>
  120. <td><hr noshade></td>
  121. </tr>
  122. <tr>
  123. <td>&nbsp;</td>
  124. <td>Tout paiement au nom de <b><%company%></b>
  125. </td>
  126. </tr>
  127. <tr height=20></tr>
  128. </table>
  129. </body>
  130. </html>