[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <style type="text/css"> 2 <!-- 3 table { vertical-align: top; } 4 tr { vertical-align: top; } 5 td { vertical-align: top; } 6 } 7 --> 8 </style> 9 <page backcolor="#FEFEFE" backimg="./res/bas_page.png" backimgx="center" backimgy="bottom" backimgw="100%" backtop="0" backbottom="30mm" footer="date;heure;page" style="font-size: 12pt"> 10 <bookmark title="Lettre" level="0" ></bookmark> 11 <table cellspacing="0" style="width: 100%; text-align: center; font-size: 14px"> 12 <tr> 13 <td style="width: 75%;"> 14 </td> 15 <td style="width: 25%; color: #444444;"> 16 <img style="width: 100%;" src="./res/logo.gif" alt="Logo"><br> 17 RELATION CLIENT 18 </td> 19 </tr> 20 </table> 21 <br> 22 <br> 23 <table cellspacing="0" style="width: 100%; text-align: left; font-size: 11pt;"> 24 <tr> 25 <td style="width:50%;"></td> 26 <td style="width:14%; ">Client :</td> 27 <td style="width:36%">M. Albert Dupont</td> 28 </tr> 29 <tr> 30 <td style="width:50%;"></td> 31 <td style="width:14%; ">Adresse :</td> 32 <td style="width:36%"> 33 Résidence perdue<br> 34 1, rue sans nom<br> 35 00 000 - Pas de Ville<br> 36 </td> 37 </tr> 38 <tr> 39 <td style="width:50%;"></td> 40 <td style="width:14%; ">Email :</td> 41 <td style="width:36%">nomail@domain.com</td> 42 </tr> 43 <tr> 44 <td style="width:50%;"></td> 45 <td style="width:14%; ">Tel :</td> 46 <td style="width:36%">33 (0) 1 00 00 00 00</td> 47 </tr> 48 </table> 49 <br> 50 <br> 51 <table cellspacing="0" style="width: 100%; text-align: left;font-size: 10pt"> 52 <tr> 53 <td style="width:50%;"></td> 54 <td style="width:50%; ">Spipu Ville, le <?php echo date('d/m/Y'); ?></td> 55 </tr> 56 </table> 57 <br> 58 <i> 59 <b><u>Objet </u>: « Bon de Retour »</b><br> 60 Compte client : 00C4520100A<br> 61 Référence du Dossier : 71326<br> 62 </i> 63 <br> 64 <br> 65 Madame, Monsieur, Cher Client,<br> 66 <br> 67 <br> 68 Nous souhaitons vous informer que le dossier <b>71326</b> concernant un « Bon de Retour » pour les articles suivants a été accepté.<br> 69 <br> 70 <table cellspacing="0" style="width: 100%; border: solid 1px black; background: #E7E7E7; text-align: center; font-size: 10pt;"> 71 <tr> 72 <th style="width: 12%">Produit</th> 73 <th style="width: 52%">Désignation</th> 74 <th style="width: 13%">Prix Unitaire</th> 75 <th style="width: 10%">Quantité</th> 76 <th style="width: 13%">Prix Net</th> 77 </tr> 78 </table> 79 <?php 80 $nb = rand(5, 11); 81 $produits = array(); 82 $total = 0; 83 for ($k=0; $k<$nb; $k++) { 84 $num = rand(100000, 999999); 85 $nom = "le produit n°".rand(1, 100); 86 $qua = rand(1, 20); 87 $prix = rand(100, 9999)/100.; 88 $total+= $prix*$qua; 89 $produits[] = array($num, $nom, $qua, $prix, rand(0, $qua)); 90 ?> 91 <table cellspacing="0" style="width: 100%; border: solid 1px black; background: #F7F7F7; text-align: center; font-size: 10pt;"> 92 <tr> 93 <td style="width: 12%; text-align: left"><?php echo $num; ?></td> 94 <td style="width: 52%; text-align: left"><?php echo $nom; ?></td> 95 <td style="width: 13%; text-align: right"><?php echo number_format($prix, 2, ',', ' '); ?> €</td> 96 <td style="width: 10%"><?php echo $qua; ?></td> 97 <td style="width: 13%; text-align: right;"><?php echo number_format($prix*$qua, 2, ',', ' '); ?> €</td> 98 </tr> 99 </table> 100 <?php 101 } 102 ?> 103 <table cellspacing="0" style="width: 100%; border: solid 1px black; background: #E7E7E7; text-align: center; font-size: 10pt;"> 104 <tr> 105 <th style="width: 87%; text-align: right;">Total : </th> 106 <th style="width: 13%; text-align: right;"><?php echo number_format($total, 2, ',', ' '); ?> €</th> 107 </tr> 108 </table> 109 <br> 110 Cette reprise concerne la quantité et les matériels dont la référence figure sur le <a href="#document_reprise">document de reprise joint</a>.<br> 111 Nous vous demandons de nous retourner ces produits en parfait état et dans leur emballage d'origine.<br> 112 <br> 113 Nous vous demandons également de coller impérativement l'autorisation de reprise jointe, sur le colis à reprendre afin de faciliter le traitement à l'entrepôt.<br> 114 <br> 115 Notre Service Clients ne manquera pas de revenir vers vous dès que l'avoir de ces matériels sera établi.<br> 116 <nobreak> 117 <br> 118 Dans cette attente, nous vous prions de recevoir, Madame, Monsieur, Cher Client, nos meilleures salutations.<br> 119 <br> 120 <table cellspacing="0" style="width: 100%; text-align: left;"> 121 <tr> 122 <td style="width:50%;"></td> 123 <td style="width:50%; "> 124 Mle Jesuis CELIBATAIRE<br> 125 Service Relation Client<br> 126 Tel : 33 (0) 1 00 00 00 00<br> 127 Email : on_va@chez.moi<br> 128 </td> 129 </tr> 130 </table> 131 </nobreak> 132 </page>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |