Public Member Functions | |
| action ($p_cn) | |
| constructor | |
| Display () | |
| Display the object. | |
| Confirm () | |
| Display the encoded data and ask a confirmation this correspond to the stage 1, before the generation or the upload of document. | |
| SaveStage2 () | |
| Save the document and propose to save the generated document or to upload one, the data are included except the file. Temporary the generated document is save. | |
| SaveStage3 ($d_id) | |
| Upload the document or save the generated document. | |
| myList ($p_filter="", $p_search="") | |
| Show list of action. | |
Data Fields | |
| $db | |
| $ag_desc | |
| $ag_date | |
| $d_lob | |
| $dt_id | |
| $d_state | |
| $d_number | |
| $d_filename | |
| $d_mimetype | |
| $ag_title | |
| $f_id | |
The table document_type are the possible actions
Definition at line 47 of file class_action.php.
|
|
constructor constructor
Definition at line 75 of file class_action.php. References f_id. |
|
|
Display the encoded data and ask a confirmation this correspond to the stage 1, before the generation or the upload of document. Confirm
Definition at line 151 of file class_action.php. References $a, $desc, $doc_type, $h_url, $r, $retour, $title, ag_date, ag_desc, d_state, dt_id, ExecSql(), fiche, FormatString(), isDate(), make_array(), name, and value. |
|
|
Display the object. Display
Definition at line 85 of file class_action.php. References $a, $desc, $doc_type, $r, $title, ag_date, ag_desc, d_state, dt_id, ExecSql(), fiche, FormatString(), and make_array(). Referenced by SaveStage2(). |
|
||||||||||||
|
Show list of action. myList($p_filter="")
Definition at line 329 of file class_action.php. References $_SESSION, $bar, $doc, $limit, $offset, $page, $r, $Res, $row, $sql, $step, ag_title, CountSql(), ExecSql(), f_id, fiche, and jrn_navigation_bar(). |
|
|
Save the document and propose to save the generated document or to upload one, the data are included except the file. Temporary the generated document is save. SaveStage2
Definition at line 241 of file class_action.php. References $doc, $r, $sql, $str_file, ag_id, ag_title, Display(), dt_id, echo_debug(), ExecSql(), fiche, FormatString(), GetSequence(), md_id, name, and value. |
|
|
Upload the document or save the generated document. SaveStage3
Definition at line 306 of file class_action.php. |
|
|
document date (ag_gestion.ag_date) Definition at line 62 of file class_action.php. |
|
|
description (ag_gestion.ag_desc) Definition at line 61 of file class_action.php. |
|
|
title document Definition at line 69 of file class_action.php. |
|
|
filename's document Definition at line 67 of file class_action.php. |
|
|
Definition at line 63 of file class_action.php. |
|
|
document's filename Definition at line 68 of file class_action.php. |
|
|
number of the document Definition at line 66 of file class_action.php. |
|
|
stage of the document (printed, send to client...) Definition at line 65 of file class_action.php. |
|
|
database connexion Definition at line 60 of file class_action.php. |
|
|
type of the document (document_type.dt_id) Definition at line 64 of file class_action.php. |
|
|
fiche id Definition at line 70 of file class_action.php. |
1.4.4