コード例 #1
0
ファイル: sepa.php プロジェクト: BerlusGmbH/Berlussimo
                 $dat = $_REQUEST['mref_dat'];
                 $sep->mandat_aendern($dat, $mref, $glaeubiger_id, $gk_id, $empf, $name, $anschrift, $kto, $blz, $iban, $bic, $bankname, $udatum, $adatum, $edatum, $m_art, $n_art, $e_art, $kos_typ, $kos_id);
             } else {
                 fehlermeldung_ausgeben("Eingabe unvollständig, bitte alle Felder ausfüllen!");
             }
         }
     }
     // print_req();
     break;
 case "sepa":
     $sep = new sepa();
     $sep->test_sepa();
     break;
 case "import_dtaus":
     $sep = new sepa();
     $sep->import_dtaustn(31, '', '2013-11-15');
     // import_dtaustn($objekt_id=41, $m_adatum='', $m_udatum=''){
     break;
 case "sepa_download":
     if (isset($_POST['Btn-SEPApdf'])) {
         $pdf = '1';
     } else {
         $pdf = '0';
     }
     // print_req();
     // die();
     // echo "SEPA Download";
     // header("Cache-Control: no-store, no-cache");
     $dateiname_msgid = $_SESSION['geldkonto_id'] . '-' . $_SESSION['username'] . '-' . microtime(1) . '.xml';
     // echo $dateiname;
     // print_r($_SESSION);