53 $jrn_id = $this->
db->get_value(self::sql_find_operation,
55 $jrn_id2 = $this->
db->get_value(self::sql_find_operation,[$p_jrnx_id_rec]);
this class let you insert reconcilied operation from Lettering\save without calling auto_letter
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
auto_letter($p_jr_id)
do nothing , it let you skip Acc_Reconcililation
new class for managing the reconciliation it must be used instead of the function InsertRapt,...
insert_rapt($jr_id2)
Insert into jrn_rapt the concerned operations should not be called directly, use insert instead.