From d21e4ec4ff53cad7d6d0651bca8a8e4e9d088ec1 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Thu, 17 Feb 2011 13:57:13 +0000 Subject: [PATCH] =?UTF-8?q?modified:=20bestellung=20suche=20->=20suche=20n?= =?UTF-8?q?ach=20bestellposition=20ist=20m=C3=B6glich?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wawi/bestellung.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/wawi/bestellung.php b/wawi/bestellung.php index 21d460de7..f7d69f26d 100644 --- a/wawi/bestellung.php +++ b/wawi/bestellung.php @@ -486,6 +486,10 @@ if($aktion == 'suche') echo "\n"; echo "\n"; echo "\n"; + echo "Bestellposition:\n"; + echo ""; + echo ""; + echo "\n"; echo "Erstelldatum\n"; echo "von bis \n"; echo "\n"; @@ -594,7 +598,7 @@ if($aktion == 'suche') echo "\n"; echo ""; echo " \n"; - echo "\n"; + echo "\n"; echo "\n"; echo "\n"; } @@ -633,7 +637,7 @@ if($aktion == 'suche') $tagsNotExists = true; else $tagsNotExists = false; - + $bestellposition= (isset($_REQUEST['bestellposition'])?$_REQUEST['bestellposition']:''); $bestellung = new wawi_bestellung(); if($evon != '') @@ -648,7 +652,7 @@ if($aktion == 'suche') if(($evon || $evon === '') && ($ebis || $ebis === '' ) && ($bvon || $bvon === '') && ($bbis || $bbis === '')) { // Filter firma oder firma id werden angezeigt - if($bestellung->getAllSearch($bestellnummer, $titel, $evon, $ebis, $bvon, $bbis, $firma_id, $oe_kurzbz, $filter_konto, $mitarbeiter_uid, $rechnung, $filter_firma, $filter_kostenstelle, $tag, $zahlungstyp, $tagsNotExists)) + if($bestellung->getAllSearch($bestellnummer, $titel, $evon, $ebis, $bvon, $bbis, $firma_id, $oe_kurzbz, $filter_konto, $mitarbeiter_uid, $rechnung, $filter_firma, $filter_kostenstelle, $tag, $zahlungstyp, $tagsNotExists, $bestellposition)) { $brutto = 0; $gesamtpreis =0; @@ -744,7 +748,7 @@ elseif($aktion == 'new') echo "\n"; echo "\n"; echo " \n"; - echo "\n"; + echo "\n"; echo "\n"; echo "
Waren im Wert von über € 500,- sind als Investition zu betrachten, darunter als geringwertiges Wirtschaftsgut (GWG). Dienstleistungen, Nahrungsmittel etc. sind Aufwände.
"; @@ -2138,7 +2142,7 @@ if($_GET['method']=='update') } } if(isset($_SESSION['wawi/lastsearch'])) - echo '

'; + echo '

'; if($status->isStatiVorhanden($bestellung->bestellung_id, 'Abgeschickt')) echo "Bestellung wurde am ".$date->formatDatum($status->datum,'d.m.Y')." abgeschickt.";