/** * @covers Fiche::get_bk_account * @todo Implement testGet_bk_account(). */ public function testGet_bk_account() { include 'global.php'; $this->object = new Fiche($g_connection); $result = $this->object->get_bk_account(); $this->assertEquals(gettype($result), 'array'); $count = count($result); $this->assertGreaterThan(0, $count); }
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ // Copyright Author Dany De Bontridder danydb@aevalys.eu /**\file * * * \brief show bank saldo * */ if (!defined('ALLOWED')) { die('Appel direct ne sont pas permis'); } require_once NOALYSS_INCLUDE . '/class_acc_parm_code.php'; echo '<div class="content">'; $fiche = new Fiche($cn); $array = $fiche->get_bk_account(); echo '<div class="content">'; echo dossier::hidden(); echo _('Filtre :') . HtmlInput::filter_table("fin_saldo_tb", '0,1,2,3', '1'); echo '<table class="sortable" style="margin-left:10%;width:80%" class="result" id="fin_saldo_tb">'; echo tr(th('Quick Code', ' class=" sorttable_sorted_reverse"', HtmlInput::infobulle(17) . '<span id="sorttable_sortrevind"> ▴</span>') . th('Compte en banque', ' style="text-align:left"') . th('Journal', ' style="text-align:center"') . th('Description', ' style="text-align:center"') . th('solde opération', ' style="text-align:right" class="sorttable_numeric"') . th('solde extrait/relevé', ' style="text-align:right" class="sorttable_numeric"') . th('différence', ' style="text-align:right" class="sorttable_numeric"')); // Filter the saldo // on the current year $filter_year = " j_tech_per in (select p_id from parm_periode where p_exercice='" . $g_user->get_exercice() . "')"; // for highligting tje line $idx = 0; bcscale(2); $tot_extrait = 0; $tot_diff = 0; $tot_operation = 0; // for each account