Plugins  LAST
 All Data Structures Files Functions Variables Pages
delete_item.php
Go to the documentation of this file.
1 <?php
2 /*
3  * This file is part of NOALYSS.
4  *
5  * NOALYSS 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  * NOALYSS 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 NOALYSS; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19 ?>
20 <div id="<?php echo $ctl?>">
21 <?php echo HtmlInput::anchor_close($ctl)?>
22 
23 <?php
24 echo h2info('Détail opération');
25  if ($bi->id=='')
26  {
27  echo h2('Opération effacée','class="notice"');
28  return;
29  }
30 echo h2('Opération effacée','class="notice"');
31 
32 ?>
33 
34 <table>
35 <TR>
36 <TD>Date</TD><td><?php echo $bi->tp_date?></td></tr>
37 <tr><td>n° opération </td><td><?php echo h($bi->ref_operation)?></td></tr>
38 <tr><TD>
39  Tiers
40  </TD>
41  <td>
42  <?php echo h($bi->tp_third)?>
43  </td>
44 </tr>
45 <tr>
46  <TD>Montant
47  </TD>
48  <td><?php echo nbm($bi->amount)?>
49  </td>
50 </tr>
51 <tr>
52  <TD>Libelle
53  </TD>
54  <td><?php echo h($bi->libelle)?>
55  </td>
56 </tr>
57 <tr>
58  <TD>Autre information
59  </TD>
60  <td><?php echo h($bi->tp_extra)?>
61  </td>
62 </tr>
63 <tr>
64  <TD>Journal
65  </TD>
66  <td><?php echo $jrn?>
67  </td>
68 </tr>
69 <!--
70 <tr>
71  <TD>Contrepartie
72  </TD>
73 <?php $w->readOnly=true;$wConcerned->readOnly=true;?>
74  <td><?php /* $w->input() */ ?><?php /* $w->search() */?><span id="e_third"></span>
75  </td>
76 </tr>
77 <tr>
78  <TD>reconciliation
79  </TD>
80  <td><?php /* $wConcerned->input();*/ ?>
81  </td>
82 </tr>
83 -->
84 </table>
85 
86 </form>
87 </div>
$ctl
Definition: ajax.php:31
$categorie_appel table