mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
This commit is contained in:
@@ -614,7 +614,7 @@ function KontaktBankverbindungSpeichern(dialog)
|
||||
req.add('anschrift', anschrift);
|
||||
req.add('bic', bic);
|
||||
req.add('blz', blz);
|
||||
req.add('iban', kontonr);
|
||||
req.add('iban', iban);
|
||||
req.add('kontonr', kontonr);
|
||||
req.add('typ', typ);
|
||||
req.add('verrechnung', verrechnung);
|
||||
|
||||
@@ -226,7 +226,7 @@ else
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<groupbox id="kontakt-groupbox-adresse">
|
||||
<groupbox id="kontakt-groupbox-bankverbindung">
|
||||
<caption label="Bankverbindungen" />
|
||||
<hbox>
|
||||
<tree id="kontakt-bankverbindung-tree" seltype="single" hidecolumnpicker="false" flex="1"
|
||||
@@ -262,9 +262,9 @@ else
|
||||
class="sortDirectionIndicator"
|
||||
sort="rdf:http://www.technikum-wien.at/bankverbindung/rdf#kontonr" onclick="KontaktBankverbindungTreeSort()"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol id="kontakt-bankverbindung-treecol-typ" label="Typ" flex="1" hidden="false"
|
||||
<treecol id="kontakt-bankverbindung-treecol-typ_bezeichnung" label="Typ" flex="1" hidden="false"
|
||||
class="sortDirectionIndicator"
|
||||
sort="rdf:http://www.technikum-wien.at/bankverbindung/rdf#typ" onclick="KontaktBankverbindungTreeSort()"/>
|
||||
sort="rdf:http://www.technikum-wien.at/bankverbindung/rdf#typ_bezeichnung" onclick="KontaktBankverbindungTreeSort()"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol id="kontakt-bankverbindung-treecol-verrechnung" label="Verrechnung" flex="1" hidden="true"
|
||||
class="sortDirectionIndicator"
|
||||
@@ -291,7 +291,7 @@ else
|
||||
<treecell label="rdf:http://www.technikum-wien.at/bankverbindung/rdf#blz" />
|
||||
<treecell label="rdf:http://www.technikum-wien.at/bankverbindung/rdf#iban" />
|
||||
<treecell label="rdf:http://www.technikum-wien.at/bankverbindung/rdf#kontonr" />
|
||||
<treecell label="rdf:http://www.technikum-wien.at/bankverbindung/rdf#typ" />
|
||||
<treecell label="rdf:http://www.technikum-wien.at/bankverbindung/rdf#typ_bezeichnung" />
|
||||
<treecell label="rdf:http://www.technikum-wien.at/bankverbindung/rdf#verrechnung" />
|
||||
<treecell label="rdf:http://www.technikum-wien.at/bankverbindung/rdf#person_id" />
|
||||
<treecell label="rdf:http://www.technikum-wien.at/bankverbindung/rdf#bankverbindung_id" />
|
||||
|
||||
@@ -175,5 +175,8 @@ if($result = pg_query($conn, $qry))
|
||||
//Gesamtkosten anzeigen
|
||||
$worksheet->writeNumber($zeile,6,$gesamtkosten, $format_number_bold);
|
||||
}
|
||||
foreach($maxlength as $i=>$breite)
|
||||
$worksheet->setColumn($i, $i, $breite+2);
|
||||
|
||||
$workbook->close();
|
||||
?>
|
||||
Reference in New Issue
Block a user