Code documentation

This commit is contained in:
sparkyx 2025-06-21 16:13:15 +02:00
parent 0819798509
commit 6f2cb34e6e
18 changed files with 60 additions and 22 deletions

View file

@ -18,6 +18,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/**
* @file
* @brief display list of other concerned person in Follow Up
*/
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
$http=new HttpInput();
try {

View file

@ -20,7 +20,8 @@
// Copyright Author Dany De Bontridder danydb@aevalys.eu
/* !\file
/*!
* \file
* \brief respond ajax request, the get contains
* the value :
* - l for ledger
@ -29,7 +30,8 @@
*/
/* !\file
/*!
* \file
* \brief get the saldo of a account
* the get variable are :
* - l the jrn id

View file

@ -18,7 +18,10 @@
*/
// Copyright Author Dany De Bontridder danydb@noalyss.eu
/**
* @file
* @brief FORECAST Edition
*/
if (!defined('ALLOWED')) die('Appel direct ne sont pas permis');
require_once NOALYSS_INCLUDE . "/database/forecast_sql.class.php";

View file

@ -25,7 +25,7 @@ if (!defined('ALLOWED'))
/**
* @file
* @brief
* @brief for module C0TAG , add or remove a set of tags
*/
global $g_user;
$g_user->can_request('C0TAG');

View file

@ -24,8 +24,7 @@ if (!defined('ALLOWED'))
/**
* @file
* @brief
* @param type $name Descriptionara
* @brief For the module C0TVA, save info
*/
if ( $g_user->check_module('C0TVA') ==0 )