# HG changeset patch # User Michiel Broek # Date 1659340583 -7200 # Node ID 3775ee26657f2065a27b76ea4bceb289c89527ba # Parent cf145b35d65f7268eb17f71fe5f6a5a161f4b990 Removed inventory hops and suppliers editors. diff -r cf145b35d65f -r 3775ee26657f config.status --- a/config.status Fri Jul 22 12:15:05 2022 +0200 +++ b/config.status Mon Aug 01 09:56:23 2022 +0200 @@ -433,7 +433,7 @@ This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." -ac_pwd='/mnt/home/mbroek/MyProjects/bms' +ac_pwd='/home/mbroek/MyProjects/bms' srcdir='.' test -n "$AWK" || AWK=awk # The default lists apply if the user does not specify any file. @@ -621,7 +621,7 @@ S["CC"]="gcc" S["CYEARS"]="2016-2022" S["COPYRIGHT"]="Copyright (C) 2016-2022 Michiel Broek, All Rights Reserved" -S["VERSION"]="0.3.40" +S["VERSION"]="0.3.41" S["PACKAGE"]="bms" S["SUBDIRS"]="bmsd doc script tools www" S["target_alias"]="" @@ -709,7 +709,7 @@ D["PACKAGE_STRING"]=" \"\"" D["PACKAGE_BUGREPORT"]=" \"\"" D["PACKAGE_URL"]=" \"\"" -D["VERSION"]=" \"0.3.40\"" +D["VERSION"]=" \"0.3.41\"" D["COPYRIGHT"]=" \"Copyright (C) 2016-2022 Michiel Broek, All Rights Reserved\"" D["STDC_HEADERS"]=" 1" D["HAVE_SYS_TYPES_H"]=" 1" diff -r cf145b35d65f -r 3775ee26657f www/Makefile --- a/www/Makefile Fri Jul 22 12:15:05 2022 +0200 +++ b/www/Makefile Mon Aug 01 09:56:23 2022 +0200 @@ -4,15 +4,15 @@ include ../Makefile.global SRC = config.php.dist crontasks.php \ - export_equipments.php export_fermentables.php export_hops.php export_mashs.php \ - export_miscs.php export_styles.php export_suppliers.php export_waters.php \ + export_equipments.php export_fermentables.php export_mashs.php \ + export_miscs.php export_styles.php export_waters.php \ export_yeasts.php favicon.ico gen_about.php \ getbrewlog.php getco2meter.php getco2pressurelog.php getfermentablesources.php \ getfermenter.php getfermentlog.php gethopsources.php getmiscsources.php getnode.php \ getwatersources.php getyeastsources.php getispindel.php getispindellog.php \ import_ingredients.php index.php \ - inv_equipments.php inv_fermentables.php inv_hops.php \ - inv_miscs.php inv_suppliers.php inv_waters.php inv_yeasts.php \ + inv_equipments.php inv_fermentables.php \ + inv_miscs.php inv_waters.php inv_yeasts.php \ log_brew.php log_co2pressure.php log_fermentation.php log_ispindel.php \ mon_brewer.php mon_co2meter.php mon_fermenter.php mon_ispindel.php mon_node.php \ prod_archive_code.php prod_archive_date.php prod_archive_name.php prod_beerxml.php \ diff -r cf145b35d65f -r 3775ee26657f www/export_hops.php --- a/www/export_hops.php Fri Jul 22 12:15:05 2022 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,124 +0,0 @@ - 0) { - xmlwriter_start_element($xw, 'COST'); - xmlwriter_text($xw, sprintf("%.4f",floatval($row['cost']))); - xmlwriter_end_element($xw); - } - - xmlwriter_end_element($xw); // HOP -} -xmlwriter_end_element($xw); // HOPS - -$beerxml = xmlwriter_output_memory($xw); - -Header('Content-type: text/xml'); -header('Content-Disposition: attachment; filename="hops.xml"'); -header('Content-Transfer-Encoding: binary'); -header('Expires: 0'); -header('Pragma: no-cache'); -header('Content-Length: '.strlen($beerxml)); -exit($beerxml); diff -r cf145b35d65f -r 3775ee26657f www/export_suppliers.php --- a/www/export_suppliers.php Fri Jul 22 12:15:05 2022 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,102 +0,0 @@ -
  • Inventaris