mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 00:42:15 +00:00
Auswertung Kostenstellen
This commit is contained in:
@@ -68,10 +68,8 @@ $menu=array
|
||||
'Berichte'=> array
|
||||
(
|
||||
'name'=>'Berichte', 'opener'=>'true', 'hide'=>'false','permissions'=>array('wawi/bestellung','wawi/rechnung'),
|
||||
'Tags'=>array
|
||||
(
|
||||
'name'=>'Tags', 'permissions'=>array('wawi/bestellung'),'link'=>'auswertungen/wawi_tags.php', 'target'=>'content',
|
||||
)
|
||||
'Kostenstelle'=>array ('name'=>'Kostenstelle', 'permissions'=>array('wawi/bestellung'),'link'=>'auswertungen/kostenstelle.php', 'target'=>'content'),
|
||||
'Tags'=>array ('name'=>'Tags', 'permissions'=>array('wawi/bestellung'),'link'=>'auswertungen/wawi_tags.php', 'target'=>'content')
|
||||
)
|
||||
|
||||
);
|
||||
|
||||
@@ -305,9 +305,9 @@ class wawi_rechnung extends basis_db
|
||||
$this->addslashes($this->bestellung_id).', '.
|
||||
$this->addslashes($this->rechnungstyp_kurzbz).', '.
|
||||
$this->addslashes($this->buchungsdatum).', '.
|
||||
($this->rechnungsnr==''?"currval('wawi.seq_rechnung_rechnung_id')":$this->addslashes($this->rechnungsnr)).", ".
|
||||
$this->addslashes($this->rechnungsnr).', '.
|
||||
$this->addslashes($this->rechnungsdatum).', '.
|
||||
$this->addslashes($this->transfer_datum).", ".
|
||||
$this->addslashes($this->transfer_datum).', '.
|
||||
$this->addslashes($this->buchungstext).', '.
|
||||
($this->freigegeben?'true':'false').','.
|
||||
$this->addslashes($this->freigegebenvon).', '.
|
||||
|
||||
Reference in New Issue
Block a user