YourBarMate_Dokument.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="iso8859-1">
  5. <title>mm</title>
  6. </head>
  7. <body>
  8. <p style="font-weight: bold; font-size: 30px;">Auftragseingang von YourBarMate </p>
  9. <table width="100%" border="1">
  10. <tbody>
  11. <tr>
  12. <th style="text-align: center; width: 60px;">Aufnr</th>
  13. <th style="text-align: center; width: 60px;">Knr</th>
  14. <th style="text-align: left; width: 700px;">Kunde</th>
  15. </tr>
  16. <tr>
  17. <td style="text-align: center; width: 60px;">%Aufnr%</td>
  18. <td style="text-align: center; width: 60px;">%Knr%</td>
  19. <td style="text-align: left; width: 700px;">%Kunde%</td>
  20. </tr>
  21. </tbody>
  22. </table>
  23. <br />
  24. <table width="100%" border="1">
  25. <tbody>
  26. <tr>
  27. <th style="text-align: center; width: 60px;">Pos</th>
  28. <th style="text-align: center; width: 60px;">Artnr</th>
  29. <th style="text-align: center; width: 60px;">Inhalt</th>
  30. <th style="text-align: center; width: 60px;">Jahr</th>
  31. <th style="text-align: center; width: 60px;">VGeb</th>
  32. <th style="text-align: center; width: 60px;">Menge</th>
  33. <th style="text-align: center; width: 60px;">KGeb</th>
  34. <th style="text-align: center; width: 60px;">Menge</th>
  35. <th style="text-align: left; width: 500px;">Bezeichnung</th>
  36. </tr>
  37. %ArtikelDetail%
  38. </tbody>
  39. </table>
  40. </body>
  41. </html>