www/rec_export.php

Thu, 28 Feb 2019 22:50:58 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 28 Feb 2019 22:50:58 +0100
changeset 302
d0f7b4ab000f
child 303
98c2afc88780
permissions
-rw-r--r--

Added product export screen with choices to export to beerxml, duplicate product or copy to recipe. Products in wait state can now be deleted.

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

   <div id="MainPanel">
   </div>

<?php
page_footer();
?>

mercurial