Token = $this->BankAccount['LoginName']; if ($this->BankAccount['LastImportDate'] == '') $PeriodStart = time(); else $PeriodStart = MysqlDateToTime($this->BankAccount['LastImportDate']); $PeriodEnd = time(); $Records = $Fio->Import($PeriodStart, $PeriodEnd); $Output = '
Jméno účtu: '.$Records['AccountName'].' | '; //$Output .= 'Číslo účtu: '.$Records['AccountNumber'].' | '; //$Output .= 'Ke dni '.date('j.n.Y', $Records['DateStart']).' je stav účtu '.$Records['OpeningBalance'].' Kč | '; //$Output .= 'Ke dni '.date('j.n.Y', $Records['DateEnd']).' je stav účtu '.$Records['ClosingBalance'].' Kč | '; //$Output .= 'Suma příjmů: '.$Records['CreditValue'].' Kč | '; //$Output .= 'Suma výdajů: '.$Records['DebitValue'].' Kč | '; //$Output .= '
'.$Record['OffsetAccount'].' | '; $Output .= ''.$Record['BankCode'].' | '; $Output .= ''.$Record['UserIdent'].' | '; $Output .= ''.$Record['Value'].' | '; $Output .= '