www/prod_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 498
10c6eeee60ce
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('Product export', 'prod_export');
?>

   <div id="MainPanel">
    <div id='export_table'>
     <table style='width: 100%; padding: 10px;'>
      <tr><th colspan=2>Export product</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;">Code:</td>
       <td align="left"><div style='margin-left: 10px;' id='code'></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 product:</td>
       <td align="left"><div style='margin-left: 10px;' id='jqxRadioButton2'></div></td>
      </tr>
      <tr>
       <td align="right" style="vertical-align: top;"><div id='pmpt3'>Splits dit product:</div></td>
       <td align="left"><div style='margin-left: 10px;' id='jqxRadioButton3'></div></td>
      </tr>
      <tr>
       <td align="right" style="vertical-align: top;">Copieer als recept:</td>
       <td align="left"><div style='margin-left: 10px;' id='jqxRadioButton4'></div></td>
      </tr>
      <tr>
       <td align="right" style="vertical-align: top;">Print dit recept:</td>
       <td align="left"><div style='margin-left: 10px;' id='jqxRadioButton5'></div></td>
      </tr>
      <tr>
       <td align="right" style="vertical-align: top;">Checklist van recept:</td>
       <td align="left"><div style='margin-left: 10px;' id='jqxRadioButton6'></div></td>
      </tr>
      <tr>
       <td align="right" style="vertical-align: top;">Export voor forum:</td>
       <td align="left"><div style='margin-left: 10px;' id='jqxRadioButton7'></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