Cosmetic followup - detail and summary
This commit is contained in:
parent
4835d163c5
commit
c8f7f420a3
5 changed files with 9 additions and 7 deletions
|
|
@ -38,8 +38,8 @@ if ( ($g_user->can_write_action($ag_id) == true || $g_user->can_read_action($ag_
|
||||||
{
|
{
|
||||||
$menu=new Default_Menu();
|
$menu=new Default_Menu();
|
||||||
echo $act->Display('READ', false, "ajax", "");
|
echo $act->Display('READ', false, "ajax", "");
|
||||||
//$action=HtmlInput::array_to_string(array("gDossier","ag_id"), $_GET)."&ac=FOLLOW&sa=detail";
|
|
||||||
$action= "do.php?".http_build_query(array("gDossier"=>Dossier::id(),"ag_id"=>$ag_id,"ac"=>$menu->get('code_follow'),"sa"=>"detail"));
|
$action= NOALYSS_URL."/do.php?".http_build_query(array("gDossier"=>Dossier::id(),"ag_id"=>$ag_id,"ac"=>$menu->get('code_follow'),"sa"=>"detail"));
|
||||||
$code='ok';
|
$code='ok';
|
||||||
?>
|
?>
|
||||||
<a href="<?php echo $action?>" target="_blank" class="smallbutton"><?php echo _("Modifier")?> </a>
|
<a href="<?php echo $action?>" target="_blank" class="smallbutton"><?php echo _("Modifier")?> </a>
|
||||||
|
|
|
||||||
|
|
@ -1503,7 +1503,7 @@ class Fiche
|
||||||
$solde=abs(bcsub($deb,$cred));
|
$solde=abs(bcsub($deb,$cred));
|
||||||
$side=($deb > $cred)?'Débit':'Crédit';
|
$side=($deb > $cred)?'Débit':'Crédit';
|
||||||
$r.='<tr class="highlight">';
|
$r.='<tr class="highlight">';
|
||||||
$r.=td("").td("").td("").td("").td("Totaux").td(nbm($deb),'class="num"').td(nbm($cred),'class="num"').td(" $side ".nbm($solde),'class="num"');
|
$r.=td("").td("").td("").td("").td("").td("Totaux").td(nbm($deb),'class="num"').td(nbm($cred),'class="num"').td(" $side ".nbm($solde),'class="num"');
|
||||||
$r.='</tr>';
|
$r.='</tr>';
|
||||||
$r.="</tfoot>";
|
$r.="</tfoot>";
|
||||||
$r.="</TABLE>";
|
$r.="</TABLE>";
|
||||||
|
|
|
||||||
|
|
@ -283,7 +283,8 @@ class Follow_Up
|
||||||
$title->name="ag_title";
|
$title->name="ag_title";
|
||||||
$title->value=$this->ag_title;
|
$title->value=$this->ag_title;
|
||||||
$title->size=60;
|
$title->size=60;
|
||||||
$title->style='style="font-size:2rem;font-weight:bold"';
|
$title->style='style="font-size:2rem;font-weight:bold"';
|
||||||
|
$title->css_size="45rem";
|
||||||
|
|
||||||
|
|
||||||
// Priority of the ag_priority
|
// Priority of the ag_priority
|
||||||
|
|
|
||||||
|
|
@ -38,11 +38,11 @@ $dossier_id=Dossier::id();
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
<div>
|
<div class="p-3">
|
||||||
<?php
|
<?php
|
||||||
\Noalyss\Dbg::echo_file(__FILE__);
|
\Noalyss\Dbg::echo_file(__FILE__);
|
||||||
?>
|
?>
|
||||||
<div class="row m-0">
|
<div class="row ">
|
||||||
|
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<table>
|
<table>
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ $option_detail= Document_Option::option_operation_detail($document_type);
|
||||||
// default menu for invoice
|
// default menu for invoice
|
||||||
$menu=new Default_Menu();
|
$menu=new Default_Menu();
|
||||||
?>
|
?>
|
||||||
<div id="follow_up_detail">
|
<div id="follow_up_detail" class="p-3">
|
||||||
|
|
||||||
<?php echo h2(_("Détail opération"),'class="h-section"') ?>
|
<?php echo h2(_("Détail opération"),'class="h-section"') ?>
|
||||||
<?php echo HtmlInput::hidden("nb_item", $article_count); ?>
|
<?php echo HtmlInput::hidden("nb_item", $article_count); ?>
|
||||||
|
|
@ -249,4 +249,5 @@ $menu=new Default_Menu();
|
||||||
<?php
|
<?php
|
||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue