Task #2462: Tableau de bord : client et fournisseur en retard

This commit is contained in:
sparkyx 2026-05-01 15:54:49 +02:00
parent 7a9c56ac2f
commit 5aac56866b

View file

@ -29,6 +29,7 @@ echo HtmlInput::title_box($p_title, $this->dialog_box_id,"close","","y")
<table class="result"> <table class="result">
<tr> <tr>
<th><?php echo _('Date')?></th> <th><?php echo _('Date')?></th>
<th><?php echo _('Ech.')?></th>
<th><?php echo _('Code Interne')?></th> <th><?php echo _('Code Interne')?></th>
<th><?php echo _('Pièce')?></th> <th><?php echo _('Pièce')?></th>
<th><?php echo _('Tiers')?></th> <th><?php echo _('Tiers')?></th>
@ -56,6 +57,9 @@ echo HtmlInput::title_box($p_title, $this->dialog_box_id,"close","","y")
<td> <td>
<?php echo smaller_date(format_date($p_array[$i]['jr_date']) );?> <?php echo smaller_date(format_date($p_array[$i]['jr_date']) );?>
</td> </td>
<td>
<?php echo smaller_date(format_date($p_array[$i]['jr_ech']) );?>
</td>
<td> <td>
<?php echo HtmlInput::detail_op($p_array[$i]['jr_id'], $p_array[$i]['jr_internal']) ?> <?php echo HtmlInput::detail_op($p_array[$i]['jr_id'], $p_array[$i]['jr_internal']) ?>
</td> </td>