59 $jt_id= $this->jrn_tax_sql->get_cn()->get_value(
60 "select jt_id from jrn_tax where jr_id=$1",
62 $jt_id=(empty($jt_id))?-1:$jt_id;
63 $this->jrn_tax_sql->set(
"jt_id",$jt_id);
64 if ($jt_id == -1 )
return;
65 $this->jrn_tax_sql->load();
73 echo_warning(__FILE__.
":".__LINE__.__CLASS__.
"::".__FUNCTION__.
"not implemented");
77 if ($this->jrn_tax_sql->get(
"jt_id") == -1 ) {
78 $this->jrn_tax_sql->insert();
81 $this->jrn_tax_sql->update();
echo_warning($p_string)
warns
setJrnTaxSql(Jrn_Tax_SQL $jrn_tax_sql)
__construct($p_cn, $p_id=-1)
display()
display in detail
get_by_operation_id($p_jrid)
retrieve Jrn_Tax_SQL thx its jr_id
ORM of the table public.jrn_tax.