62 $sql=parent::SQL_Condition();
74 $card_id=$this->
getDbconx()->get_value(
"select f_id from fiche_detail where ad_id=23 and ad_value=$1",
75 [trim(strtoupper($this->card))]);
78 throw new Exception(_(
"Fiche non trouvée"));
build the SQL and fetch data of data currency operation from database ,
build_SQL()
build the SQL to execute
getDbconx()
Database connection.
getCurrency_id()
retrieve currency.od
filter data in currency froqm datase , inherit from Data_Currency_Operation, filter on a specific car...
SQL_Condition()
build the SQL condition
__construct($cn, $from_date, $to_date, $currency_id, $card)