|
noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
|
lettering : included from include/category_card.inc.php, which is part of manager.inc.php, customer.inc.php,... More...
Go to the source code of this file.
Variables | |
| $end =new IDate('end') | |
| $exercice =$g_user->get_exercice() | |
| $fiche =new Fiche($cn, $http->request('f_id',"number")) | |
| global | $g_user |
| $http =new HttpInput() | |
| $letter =new Lettering_Card($cn) | |
| $periode =new Periode($cn) | |
| $quick_code =$fiche->get_quick_code() | |
| $r =td(_('Date début')) | |
| $sel =new ISelect('type_let') | |
| $start =new IDate('start') | |
| if(isset( $_POST[ 'record'])) | if (isset( $_GET[ 'start']) &&isset( $_GET[ 'end'])) |
| else $sel | selected =1 |
| $start | value =(isset($_GET['start']))?$http->get('start','date'):$first_per->first_day() |
lettering : included from include/category_card.inc.php, which is part of manager.inc.php, customer.inc.php,...
some variable are already defined ($cn, $g_user ...)
Definition in file lettering.gestion.inc.php.
| $end =new IDate('end') |
Definition at line 52 of file lettering.gestion.inc.php.
| $exercice =$g_user->get_exercice() |
Definition at line 42 of file lettering.gestion.inc.php.
Definition at line 99 of file lettering.gestion.inc.php.
| global $g_user |
Definition at line 28 of file lettering.gestion.inc.php.
| $http =new HttpInput() |
Definition at line 30 of file lettering.gestion.inc.php.
| $letter =new Lettering_Card($cn) |
Definition at line 101 of file lettering.gestion.inc.php.
Definition at line 43 of file lettering.gestion.inc.php.
| $quick_code =$fiche->get_quick_code() |
Definition at line 100 of file lettering.gestion.inc.php.
Definition at line 48 of file lettering.gestion.inc.php.
| $sel =new ISelect('type_let') |
Definition at line 59 of file lettering.gestion.inc.php.
| $start =new IDate('start') |
Definition at line 46 of file lettering.gestion.inc.php.
| if(isset($_POST['record'])) if(isset($_GET['start']) &&isset($_GET['end'])) | ( | isset( $_GET[ 'start']) &&isset( $_GET[ 'end']) | ) |
Definition at line 90 of file lettering.gestion.inc.php.
| else $sel selected =1 |
Definition at line 66 of file lettering.gestion.inc.php.
| $sel value =(isset($_GET['start']))?$http->get('start','date'):$first_per->first_day() |
Definition at line 47 of file lettering.gestion.inc.php.