23if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
24require_once NOALYSS_INCLUDE.
'/lib/ac_common.php';
25require_once NOALYSS_INCLUDE.
'/constant.php';
26require_once NOALYSS_INCLUDE.
'/lib/function_javascript.php';
35require_once NOALYSS_INCLUDE.
'/lib/user_menu.php';
36echo
'<div id="acc_update" class="inner_box" style="display:none;position:absolute;text-align:left;width:auto;z-index:1"></div>';
50<DIV CLASS=
"myfieldset" style=
"width:auto">
62$mtable->add_json_param(
"op",
"accounting");
63$obj->set_limit_fiche_qcode(5);
64$mtable->set_callback(
"ajax_misc.php");
67echo
$mtable->display_table(
" where pcm_val::text like '{$g_start}%' order by pcm_val::text ");
73 <div
id=
"go_up" class=
"" style=
"padding:0px;left:auto;width:250px;height: 100px;display:none;position:fixed;bottom:30%;right:20px">
74 <div
style=
"margin:3%;padding:3%">
75 <a
class=
"icon" href=
"#up_top" ></a><a href=
"javascript:show_calc()" class=
"icon"></a>
76 <input
type=
"button" class=
"smallbutton" id=
"pcmn_update_add_bt3" value=
"<?php echo _('Ajout poste comptable'); ?>">
81 window.onscroll=
function () {
82 if ( document.viewport.getScrollOffsets().top> 0) {
83 if ($(
'go_up').visible() ==
false) {
84 $(
'go_up').setOpacity(0.8);
91 $(
'pcmn_update_add_bt3').onclick=
function() {
92 <?php printf(
"%s.input(-1,'%s')",
$mtable->get_object_name(),
$mtable->get_object_name());?>
this instance extends Manage_Table_SQL and aims to manage the Table tmp_pcmn thanks a web interface (...
this class is above tmp_pcmn_sql and is a view of tmp_pcmn