phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r5482 - phpcompta/trunk/include/template


From: phpcompta-dev
Subject: [Phpcompta-dev] r5482 - phpcompta/trunk/include/template
Date: Fri, 11 Oct 2013 20:09:07 +0200 (CEST)

Author: danydb
Date: 2013-10-11 20:09:06 +0200 (Fri, 11 Oct 2013)
New Revision: 5482

Modified:
   phpcompta/trunk/include/template/dashboard.php
Log:
Am?\195?\169liore apparence

Modified: phpcompta/trunk/include/template/dashboard.php
===================================================================
--- phpcompta/trunk/include/template/dashboard.php      2013-10-09 18:21:43 UTC 
(rev 5481)
+++ phpcompta/trunk/include/template/dashboard.php      2013-10-11 18:09:06 UTC 
(rev 5482)
@@ -222,6 +222,36 @@
        <?php display_dashboard_operation($customer_now,"Encaissement clients 
aujourd'hui",'customer_now_div'); ?>
        <?php display_dashboard_operation($customer_late,"Clients en 
retard",'customer_late_div'); ?>
 </div>
+<div style="float:right;width: 49%">
+<fieldset>
+<legend><?php echo _('Dernières opérations')?>
+</legend>
+<table style="width: 100%">
+<?php
+for($i=0;$i<count($last_ledger);$i++):
+       $class=($i%2==0)?' class="even" ':' class="odd" ';
+?>
+<tr <?php echo $class ?>>
+       <td><?php echo   smaller_date($last_ledger[$i]['jr_date_fmt'])?>
+       </td>
+       <td>
+               <?php echo $last_ledger[$i]['jrn_def_code']?>
+       </td>
+<td>
+   <?php echo h(mb_substr($last_ledger[$i]['jr_comment'],0,40,'UTF-8'))?>
+</td>
+<td>
+<?php echo HtmlInput::detail_op($last_ledger[$i]['jr_id'], 
$last_ledger[$i]['jr_internal'])?>
+</td>
+<td class="num">
+<?php echo nbm($last_ledger[$i]['jr_montant'])?>
+</td>
+
+</tr>
+<?php endfor;?>
+</ul></table>
+</fieldset>
+</div>
 <!-- Mini rapport -->
        <div style="float:left;width: 49%">
 <?php
@@ -274,36 +304,7 @@
 ?>
 </div>
 
-<div style="float:right;width: 49%">
-<fieldset>
-<legend><?php echo _('Dernières opérations')?>
-</legend>
-<table style="width: 100%">
-<?php
-for($i=0;$i<count($last_ledger);$i++):
-       $class=($i%2==0)?' class="even" ':' class="odd" ';
-?>
-<tr <?php echo $class ?>>
-       <td><?php echo   smaller_date($last_ledger[$i]['jr_date_fmt'])?>
-       </td>
-       <td>
-               <?php echo $last_ledger[$i]['jrn_def_code']?>
-       </td>
-<td>
-   <?php echo h(mb_substr($last_ledger[$i]['jr_comment'],0,40,'UTF-8'))?>
-</td>
-<td>
-<?php echo HtmlInput::detail_op($last_ledger[$i]['jr_id'], 
$last_ledger[$i]['jr_internal'])?>
-</td>
-<td class="num">
-<?php echo nbm($last_ledger[$i]['jr_montant'])?>
-</td>
 
-</tr>
-<?php endfor;?>
-</ul></table>
-</fieldset>
-</div>
 
 
 



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]