|
noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
|
Manage the note attached to an operation. More...
Collaboration diagram for Acc_Operation_Note:Public Member Functions | |
| __construct (Jrn_Note_SQL $p_Jrn_Note_SQL) | |
| fromPost () | |
| getJrnNoteSql () | |
| getNote () | |
| getOperation_id () | |
| load () | |
| print () | |
| save () | |
| setJrnNoteSql (Jrn_Note_SQL $jrn_note_sql) | |
| setNote ($p_note) | |
| setOperation_id ($p_jrid) | |
Static Public Member Functions | |
| static | build_jrn_id ($p_jr_id) |
| static | build_textarea ($div_id) |
| create a TEXTAREA to show HTML Note | |
| static | input ($p_current) |
Private Attributes | |
| $id | |
| $jrn_note_sql | |
| $note | |
| $operation_id | |
| jrn.jr_id | |
Manage the note attached to an operation.
Definition at line 32 of file acc_operation_note.class.php.
| Acc_Operation_Note::__construct | ( | Jrn_Note_SQL | $p_Jrn_Note_SQL | ) |
Definition at line 39 of file acc_operation_note.class.php.
|
static |
| $p_jr_id |
Definition at line 68 of file acc_operation_note.class.php.
References $cn.
Referenced by Acc_Ledger_Purchase\insert(), and Acc_Ledger_Sale\insert().
|
static |
create a TEXTAREA to show HTML Note
| type | $div_id |
Definition at line 137 of file acc_operation_note.class.php.
References $inote.
| Acc_Operation_Note::fromPost | ( | ) |
Definition at line 124 of file acc_operation_note.class.php.
| Acc_Operation_Note::getJrnNoteSql | ( | ) |
Definition at line 50 of file acc_operation_note.class.php.
References $jrn_note_sql.
| Acc_Operation_Note::getNote | ( | ) |
| Acc_Operation_Note::getOperation_id | ( | ) |
|
static |
Definition at line 120 of file acc_operation_note.class.php.
Referenced by Acc_Ledger\input().
| Acc_Operation_Note::load | ( | ) |
Definition at line 113 of file acc_operation_note.class.php.
| Acc_Operation_Note::print | ( | ) |
Definition at line 128 of file acc_operation_note.class.php.
| Acc_Operation_Note::save | ( | ) |
Definition at line 78 of file acc_operation_note.class.php.
| Acc_Operation_Note::setJrnNoteSql | ( | Jrn_Note_SQL | $jrn_note_sql | ) |
| Jrn_Note_SQL | $jrn_note_sql |
Definition at line 58 of file acc_operation_note.class.php.
References $jrn_note_sql.
| Acc_Operation_Note::setNote | ( | $p_note | ) |
Definition at line 98 of file acc_operation_note.class.php.
| Acc_Operation_Note::setOperation_id | ( | $p_jrid | ) |
Definition at line 103 of file acc_operation_note.class.php.
|
private |
Definition at line 35 of file acc_operation_note.class.php.
|
private |
Definition at line 37 of file acc_operation_note.class.php.
Referenced by getJrnNoteSql(), and setJrnNoteSql().
|
private |
Definition at line 34 of file acc_operation_note.class.php.
Referenced by getNote().
|
private |
jrn.jr_id
Definition at line 36 of file acc_operation_note.class.php.
Referenced by getOperation_id().