noalyss  Version-9
newEmptyPHP_NOALYSS.php
Go to the documentation of this file.
1 <?php
2 /*
3  * This file is part of NOALYSS.
4  *
5  * PhpCompta is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * PhpCompta is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with PhpCompta; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18  */
19 // Copyright (2002-2019) Author Dany De Bontridder <danydb@noalyss.eu>
20 
21 /**
22  * @file
23  * @brief Called from Follow_Up_Detail for displaying detail
24  * @see Follow_Up_Detail::display
25  */
26 // Number of articles
27 $article_count=(count($p_follow_up->aAction_detail)==0)?MAX_ARTICLE:count($p_follow_up->aAction_detail);
28 // total item and vat
31 ?>
32 <div id="follow_up_detail">
33  <table style="width:100%" id="art" >
34  <tr>
35  <th><?php echo _('Fiche') ?></th>
36  <th><?php echo _('Description') ?></th>
37  <th><?php echo _('prix unitaire') ?></th>
38  <th><?php echo _('quantité') ?></th>
39  <th><?php echo _('Code TVA') ?></th>
40  <th><?php echo _('Montant TVA') ?></th>
41  <th><?php echo _('Montant TVAC') ?></th>
42 
43  </tr>
44 <
45 
46 
47 
48 </div>
$article_count
$article_count
Definition: newEmptyPHP_NOALYSS.php:27
style
$opd_description style
Definition: ajax_mod_predf_op.php:52
$tot_item
$tot_item
Definition: newEmptyPHP_NOALYSS.php:29
tr
tr($p_string, $p_extra='')
Definition: ac_common.php:88
$tot_vat
$tot_vat
Definition: newEmptyPHP_NOALYSS.php:30
MAX_ARTICLE
const MAX_ARTICLE
Definition: constant.php:124
table
$all table
Definition: company.inc.php:138
th
th($p_string, $p_extra='', $raw='')
Definition: ac_common.php:58