poste comptable utilisé avec le poste comptable, choix entre diff crédit - debit, diff débit-crédit, crédit, débit
More...
poste comptable utilisé avec le poste comptable, choix entre diff crédit - debit, diff débit-crédit, crédit, débit
Definition at line 266 of file class_formulaire_param_detail.php.
| Formulaire_Param_Detail::button_delete |
( |
| ) |
|
|
inherited |
| Formulaire_Param_Detail::button_modify |
( |
| ) |
|
|
inherited |
| RAPAV_Account::display_row |
( |
| ) |
|
Definition at line 269 of file class_formulaire_param_detail.php.
References $cn, $ledger, RAPAV\get_ledger_name(), and RAPAV\str_date_type().
274 $total_type_account = $cn->get_value(
'select tt_label from rapport_advanced.total_type_account where tt_id=$1', array($this->type_sum_account));
275 printf(
"Total %s poste comptable %s utilisé avec le poste comptable %s utilisant $ledger %s", $total_type_account, $this->tmp_val, $this->with_tmp_val, $paid);
static str_date_type($p_type)
Compute the string to display for date.
static get_ledger_name($p_jrn)
Return the ledger's name of p_jrn.
Definition at line 278 of file class_formulaire_param_detail.php.
References $cn, id, Formulaire_Param_Detail\input_date_paiement(), and Formulaire_Param_Detail\input_ledger().
281 $sum_type =
new ISelect(
'account_sum_type');
282 $sum_type->value = $cn->make_array(
"select tt_id, tt_label from rapport_advanced.total_type_account ");
283 $sum_type->selected=$this->type_sum_account;
284 $account =
new IPoste(
"account_first",
"",
"account_first_id");
286 $account->label = _(
"Recherche poste");
287 $account->value=$this->tmp_val;
288 $account->set_attribute(
'gDossier',
dossier::id());
289 $account->set_attribute(
'account', $account->id);
291 $account_second =
new IPoste(
"account_second",
"",
"account_second_id");
292 $account_second->size = 10;
293 $account_second->label = _(
"Recherche poste");
294 $account_second->set_attribute(
'gDossier',
dossier::id());
295 $account_second->set_attribute(
'account', $account_second->id);
296 $account_second->value=$this->with_tmp_val;
299 echo $sum_type->input();
302 echo _(
'du poste comptable') .
'(1)'.
" ". HtmlInput::infobulle(203);
303 echo $account->input();
306 echo _(
' utilisé avec le poste comptable').
" " . HtmlInput::infobulle(203);
307 echo $account_second->input();
| Formulaire_Param_Detail::input_date_paiement |
( |
| ) |
|
|
inherited |
Display a select for the date.
Definition at line 91 of file class_formulaire_param_detail.php.
Referenced by RAPAV_Formula\input(), RAPAV_Account_Tva\input(), and input().
93 $s_date =
new ISelect(
'p_paid');
94 $s_date->value = array();
95 $s_date->value[] = array(
"value" => 0,
"label" =>
'Date d\'opération');
96 $s_date->value[] = array(
"value" => 1,
"label" =>
'Date de paiement');
97 $s_date->value[] = array(
"value" => 2,
"label" =>
'Date d\'échéance');
98 echo
'<p> Si la date donnée concerne la date de paiement ou d\'écheance, cela limitera la recherche aux journaux VEN et ACH ';
99 echo HtmlInput::infobulle(36);
100 if ( $this->fp_id != -1)
102 $s_date->selected=$this->date_paid;
104 echo $s_date->input();
| Formulaire_Param_Detail::input_ledger |
( |
| ) |
|
|
inherited |
| Formulaire_Param_Detail::input_new |
( |
|
$p_id | ) |
|
|
inherited |
Definition at line 36 of file class_formulaire_param_detail.php.
References $cn.
40 echo HtmlInput::title_box(
'Formule',
'param_detail_div');
41 echo
'<h2>' . $parent->p_code .
" " . $parent->p_libelle .
'</h2>';
43 require_once
'template/param_detail_new.php';
| Formulaire_Param_Detail::input_new_child |
( |
|
$p_id | ) |
|
|
inherited |
Definition at line 45 of file class_formulaire_param_detail.php.
References $cn.
48 echo HtmlInput::title_box(
'Formule',
'param_detail_div');
49 echo
'<h2>' . $parent->p_code .
" " . $parent->p_libelle .
'</h2>';
51 require_once
'template/param_detail_new_child.php';
| static RAPAV_Account::new_row |
( |
| ) |
|
|
static |
| RAPAV_Account::verify |
( |
| ) |
|
Definition at line 317 of file class_formulaire_param_detail.php.
320 if (trim($this->tmp_val) ==
"" || trim($this->with_tmp_val) ==
"")
322 $this->errcode = _(
" Un poste comptable est manquant");
The documentation for this class was generated from the following file: