noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
this class let you insert reconcilied operation from Lettering\save without calling auto_letter More...
Public Member Functions | |
auto_letter ($p_jr_id) | |
do nothing , it let you skip Acc_Reconcililation | |
insert_reconcilied (int $p_jrnx_id, int $p_jrnx_id_rec) | |
find the jrn.jr_id and call the Acc_Reconciliation\insert_rapt , the auto_letter will be skipped | |
![]() | |
__construct ($cn) | |
build_temp_total_operation () | |
build a temporary table with all operation + dependencies | |
export_csv ($p_choice) | |
Export to CSV. | |
fill_info () | |
retrieve row from JRN | |
filter_date () | |
create a string to filter thanks the date | |
get () | |
Return an array of the concerned operation. | |
get_amount_noautovat ($p_jrn_id, $p_default_amount) | |
Retrieve the amount VAT included and autoreversed VAT excluded thanks the view v_quant_detail and return it. | |
get_data ($p_choice) | |
retrieve data | |
get_not_reconciled () | |
return array of not-reconciled operation Prepare and put in memory the SQL detail_quant | |
get_reconciled () | |
return array of reconciled operation Prepare and put in memory the SQL detail_quant | |
get_reconciled_amount ($p_equal=false) | |
Prepare and put in memory the SQL detail_quant. | |
insert ($jr_id2) | |
Insert into jrn_rapt the concerned operations. | |
insert_rapt ($jr_id2) | |
Insert into jrn_rapt the concerned operations should not be called directly, use insert instead. | |
ledger_filter () | |
Create a sql condition to filter by security and by asked ledger based on $this->a_jrn. | |
prepare_query_detail_quant () | |
remove ($jr_id2) | |
Insert into jrn_rapt the concerned operations. | |
set_jr_id ($jr_id) | |
show_detail ($p_ret) | |
widget () | |
return a widget of type js_concerned | |
Data Fields | |
const | sql_find_operation ="select jr_id from jrn join jrnx on (jr_grpt_id=j_grpt) where j_id=$1" |
![]() | |
$a_jrn | |
$db | |
$end_day | |
$jr_id | |
$start_day | |
const | SQL_ALL_OPERATION_RECONCILIED |
query for building the temporary table TEMP_TOTAL_OPERATION | |
const | SQL_QUERY |
Additional Inherited Members | |
![]() | |
static | test_me () |
this class let you insert reconcilied operation from Lettering\save without calling auto_letter
Definition at line 33 of file acc_reconciliation_lettering.class.php.
Acc_Reconciliation_Lettering::auto_letter | ( | $p_jr_id | ) |
do nothing , it let you skip Acc_Reconcililation
type | $p_jr_id |
Reimplemented from Acc_Reconciliation.
Definition at line 41 of file acc_reconciliation_lettering.class.php.
References return.
Acc_Reconciliation_Lettering::insert_reconcilied | ( | int | $p_jrnx_id, |
int | $p_jrnx_id_rec ) |
find the jrn.jr_id and call the Acc_Reconciliation\insert_rapt , the auto_letter will be skipped
int | $p_jrnx_id | jrnx.j_id row id to reconcield |
int | $p_jrnx_id_rec | jrnx.j_id row id to reconcield |
Definition at line 50 of file acc_reconciliation_lettering.class.php.
References $jrn_id, db, Acc_Reconciliation\insert_rapt(), and Acc_Reconciliation\set_jr_id().
const Acc_Reconciliation_Lettering::sql_find_operation ="select jr_id from jrn join jrnx on (jr_grpt_id=j_grpt) where j_id=$1" |
Definition at line 35 of file acc_reconciliation_lettering.class.php.