Home
last modified time | relevance | path

Searched refs:amount_insurance (Results 1 – 24 of 24) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/loan/class/
H A Dloanschedule.class.php61 public $amount_insurance; variable in LoanSchedule
141 …if (isset($this->amount_insurance)) $this->amount_insurance = trim($this->amount_insurance ? $this…
148 $totalamount = $this->amount_capital + $this->amount_insurance + $this->amount_interest;
167 $sql .= " ".$this->amount_insurance.",";
243 $this->amount_insurance = $obj->amount_insurance;
284 if (isset($this->amount_insurance)) $this->amount_insurance = trim($this->amount_insurance);
303 …$sql .= " amount_insurance=".(isset($this->amount_insurance) ? $this->amount_insurance : "null")."…
439 $line->amount_insurance = $obj->amount_insurance;
H A Dpaymentloan.class.php70 public $amount_insurance; variable in PaymentLoan
138 …if (isset($this->amount_insurance)) $this->amount_insurance = price2num($this->amount_insurance ? …
148 $totalamount = $this->amount_capital + $this->amount_insurance + $this->amount_interest;
164 $sql .= " ".$this->amount_insurance.",";
240 $this->amount_insurance = $obj->amount_insurance;
281 if (isset($this->amount_insurance)) $this->amount_insurance = trim($this->amount_insurance);
301 …$sql .= " amount_insurance=".(isset($this->amount_insurance) ? $this->amount_insurance : "null")."…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/loan/class/
H A Dloanschedule.class.php61 public $amount_insurance; variable in LoanSchedule
144 if (isset($this->amount_insurance)) {
145 $this->amount_insurance = trim($this->amount_insurance ? $this->amount_insurance : 0);
163 $totalamount = $this->amount_capital + $this->amount_insurance + $this->amount_interest;
181 $sql .= " ".price2num($this->amount_insurance).",";
255 $this->amount_insurance = $obj->amount_insurance;
298 if (isset($this->amount_insurance)) {
299 $this->amount_insurance = trim($this->amount_insurance);
331 …$sql .= " amount_insurance=".(isset($this->amount_insurance) ? $this->amount_insurance : "null")."…
466 $line->amount_insurance = $obj->amount_insurance;
H A Dpaymentloan.class.php70 public $amount_insurance; variable in PaymentLoan
141 if (isset($this->amount_insurance)) {
142 $this->amount_insurance = price2num($this->amount_insurance ? $this->amount_insurance : 0);
169 $totalamount = $this->amount_capital + $this->amount_insurance + $this->amount_interest;
186 $sql .= " ".price2num($this->amount_insurance).",";
258 $this->amount_insurance = $obj->amount_insurance;
303 if (isset($this->amount_insurance)) {
304 $this->amount_insurance = trim($this->amount_insurance);
340 …$sql .= " amount_insurance=".(isset($this->amount_insurance) ? $this->amount_insurance : "null")."…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/loan/payment/
H A Dpayment.php78 $amount_insurance = price($line->amount_insurance); variable
152 $payment->amount_insurance = $pay_amount_insurance;
179 …if (($line->amount_capital <> $pay_amount_capital) || ($line->amount_insurance <> $pay_amount_insu…
359 … value="'.(GETPOSTISSET('amount_insurance') ?GETPOST('amount_insurance') : $amount_insurance).'">';
H A Dcard.php122 print '<tr><td>'.$langs->trans('Insurance').'</td><td>'.price($payment->amount_insurance, 0, $outpu…
195 $amount_payed = $objp->amount_capital + $objp->amount_insurance + $objp->amount_interest;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/loan/payment/
H A Dpayment.php80 $amount_insurance = price($line->amount_insurance); variable
159 $payment->amount_insurance = $pay_amount_insurance;
191 …if (($line->amount_capital <> $pay_amount_capital) || ($line->amount_insurance <> $pay_amount_insu…
379 … value="'.(GETPOSTISSET('amount_insurance') ?GETPOST('amount_insurance') : $amount_insurance).'">';
H A Dcard.php120 print '<tr><td>'.$langs->trans('Insurance').'</td><td>'.price($payment->amount_insurance, 0, $outpu…
198 $amount_payed = $objp->amount_capital + $objp->amount_insurance + $objp->amount_interest;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/tables/
H A Dllx_payment_loan.sql28 amount_insurance double(24,8) DEFAULT 0, field
H A Dllx_loan_schedule.sql28 amount_insurance double(24,8) DEFAULT 0, field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/tables/
H A Dllx_payment_loan.sql28 amount_insurance double(24,8) DEFAULT 0, field
H A Dllx_loan_schedule.sql28 amount_insurance double(24,8) DEFAULT 0, field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/loan/
H A Dschedule.php81 $new_echeance->amount_insurance = $insurance;
115 $new_echeance->amount_insurance = $insurance;
H A Dcard.php671 …print '<td class="nowrap right">'.price($objp->amount_insurance, 0, $outputlangs, 1, -1, -1, $conf…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/loan/
H A Dschedule.php75 $new_echeance->amount_insurance = $insurance;
109 $new_echeance->amount_insurance = $insurance;
H A Dcard.php683 …print '<td class="nowrap right">'.price($objp->amount_insurance, 0, $outputlangs, 1, -1, -1, $conf…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/migration/
H A D6.0.0-7.0.0.sql686 ALTER TABLE llx_loan_schedule MODIFY COLUMN amount_insurance double(24,8);
693 ALTER TABLE llx_payment_loan MODIFY COLUMN amount_insurance double(24,8);
H A D5.0.0-6.0.0.sql508 amount_insurance real DEFAULT 0, field
H A D3.7.0-3.8.0.sql81 amount_insurance real DEFAULT 0, field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/migration/
H A D6.0.0-7.0.0.sql686 ALTER TABLE llx_loan_schedule MODIFY COLUMN amount_insurance double(24,8);
693 ALTER TABLE llx_payment_loan MODIFY COLUMN amount_insurance double(24,8);
H A D5.0.0-6.0.0.sql508 amount_insurance real DEFAULT 0, field
H A D3.7.0-3.8.0.sql81 amount_insurance real DEFAULT 0, field
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/accountancy/journal/
H A Dbankjournal.php424 $tabtp[$obj->rowid][$objmid->accountancy_account_insurance] -= $objmid->amount_insurance;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/accountancy/journal/
H A Dbankjournal.php475 $tabtp[$obj->rowid][$objmid->accountancy_account_insurance] -= $objmid->amount_insurance;