www/prod_archive_date.php

Sun, 31 May 2020 12:23:01 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 31 May 2020 12:23:01 +0200
changeset 697
367ae7ff52f0
parent 292
90cd3798edc2
permissions
-rw-r--r--

Version 0.3.34 Changed log messages in the daemon. Added yeast_pitchrate field to the product database. Added yeast pitchrate edit field to the yeast tab. Initial value is guessed. There is also a popup window for predefined values. An finally the value can be edited by the user. All popup windows are initialized together.

<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
page_header('Producten archief op datum', 'prod_archive_date');
?>

   <div id="jqxgrid"></div>
    <div style="margin-top: 30px;">
    <div id="cellbegineditevent"></div>
    <div style="margin-top: 10px;" id="cellendeditevent"></div>
   </div>

<?php
page_footer();
?>

mercurial