www/rec_export.php

Wed, 06 May 2020 14:14:14 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 06 May 2020 14:14:14 +0200
changeset 667
1246550451ca
parent 359
98354ef399cd
permissions
-rw-r--r--

Removed the last compressed css file. Reworked all mash steps, implemented deconction steps. Added calculations for infuse amounts and decoctions amounts. The mash steps are now manually sorted in the editor grids to have full control over the steps order. Display errors in red in the grid. Updated beerxml export, the product checklist and print output of the products and recipes for all these mash steps changes.

<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
page_header('Recept export', 'rec_export');
?>

   <div id="MainPanel">
    <div id='export_table'>
     <table style='width: 100%; padding: 10px;'>
      <tr><th colspan=2>Export recept</th></tr>
      <tr><td colspan="2">&nbsp;</td></tr>
      <tr>
       <td align="right" style="vertical-align: top;">Naam:</td>
       <td align="left"><div style='margin-left: 10px;' id='name'></div></td>
      </tr>
      <tr>
       <td align="right" style="vertical-align: top;">Maak beerxml bestand:</td>
       <td align="left"><div style='margin-left: 10px;' id='jqxRadioButton1'></div></td>
      </tr>
      <tr>
       <td align="right" style="vertical-align: top;">Dupliceer als nieuw recept:</td>
       <td align="left"><div style='margin-left: 10px;' id='jqxRadioButton2'></div></td>
      </tr>
      <tr>
       <td align="right" style="vertical-align: top;">Copieer als brouw product:</td>
       <td align="left"><div style='margin-left: 10px;' id='jqxRadioButton3'></div></td>
      </tr>
      <tr>
       <td align="right" style="vertical-align: top;">Print dit recept:</td>
       <td align="left"><div style='margin-left: 10px;' id='jqxRadioButton4'></div></td>
      </tr>
      <tr>
       <td align="right" style="vertical-align: top;">Export voor forum:</td>
       <td align="left"><div style='margin-left: 10px;' id='jqxRadioButton5'></div></td>
      </tr>
      <tr><td colspan="2">&nbsp;</td></tr>
      <tr>
       <td align="right" style="vertical-align: top;"></td>
       <td align="left"><input type="button" id="Start" value="Start" /></td>
      </tr>
     </table>
    </div>
   </div>

<?php
page_footer();
?>

mercurial