Home
last modified time | relevance | path

Searched refs:amount_paid (Results 1 – 23 of 23) sorted by relevance

/dports/devel/py-oci/oci-2.53.1/src/oci/osp_gateway/models/
H A Dpayment_detail.py175 def amount_paid(self): member in PaymentDetail
186 @amount_paid.setter
187 def amount_paid(self, amount_paid): argument
196 self._amount_paid = amount_paid
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/point_of_sale/tests/
H A Dtest_pos_basic_config.py366 self.assertAlmostEqual(refund_order.amount_total - refund_order.amount_paid, -100)
594 amount_paid = order_data['data']['amount_paid']
600 self.assertEqual(cash_register.balance_end_real, amount_paid)
607 self.assertEqual(cash_register.balance_start, amount_paid)
608 self.assertEqual(cash_register.balance_end_real, amount_paid)
609 self.assertEqual(self.config.last_session_closing_cash, amount_paid)
615 session.set_cashbox_pos(amount_paid, False)
620 'cashbox_lines_ids': [(0, 0, {'number': 1, 'coin_value': amount_paid})],
624 self.assertEqual(cash_register.balance_start, amount_paid)
625 self.assertEqual(cash_register.balance_end_real, amount_paid)
[all …]
H A Dtest_frontend.py499 …ual(order.state, 'paid', "Validated order has payment of " + str(order.amount_paid) + " and total …
H A Dtest_anglo_saxon.py107 …self.assertEqual(self.pos_order_pos0.amount_paid, 450, 'Amount paid for the order should be update…
H A Dtest_pos_products_with_tax.py273 …self.assertAlmostEqual(refund_order.amount_paid, -104.01, msg='Amount paid for return order should…
H A Dtest_point_of_sale_flow.py64 … self.assertAlmostEqual(order.amount_total, order.amount_paid, msg='Order should be fully paid.')
/dports/finance/prestashop/prestashop/classes/
H A DPaymentModule.php197 * @param float $amount_paid Amount really paid by customer (in the default currency)
213 $amount_paid, argument
323 …aid, Context::getContext()->getComputingPrecision()) != number_format($amount_paid, _PS_PRICE_COMP…
340 $amount_paid,
380 … if (!isset($order) || !$order->addOrderPayment($amount_paid, null, $transaction_id)) {
946 $amount_paid, argument
997 …$amount_paid = !$dont_touch_amount ? Tools::ps_round((float) $amount_paid, $computingPrecision) : …
1078 $amount_paid,
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-payment-tikicredits.tpl2 <p>{$payment.amount_paid|escape} was paid on {$payment.payment_date|escape} using {$payment.details…
H A Dtiki-payment-cclite.tpl1 <p>{$payment.amount_paid|escape}&nbsp;{$payment.details.mc_currency|escape} was paid on {$payment.p…
H A Dtiki-payment-user.tpl1 <p>{$payment.amount_paid|escape}&nbsp;{$currency|escape} was paid on {$payment.payment_date|tiki_sh…
H A Dtiki-payment-israelpost.tpl2 …<p>{$payment.amount_paid|escape}&nbsp;{$payment.details.CURRENCY_CODE|escape} was paid on {$paymen…
H A Dtiki-payment-paypal.tpl1 <p>{$payment.amount_paid|escape}&nbsp;{$payment.details.mc_currency|escape} was paid on {$payment.p…
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/point_of_sale/models/
H A Dpos_order.py172 order.amount_paid = sum(order.payment_ids.mapped('amount'))
217 amount_paid = fields.Float(string='Paid', states={'draft': [('readonly', False)]}, variable in PosOrder
283 order.amount_paid = sum(payment.amount for payment in order.payment_ids)
363 …return float_is_zero(self._get_rounded_amount(self.amount_total) - self.amount_paid, precision_rou…
377 rounding_applied = float_round(self.amount_paid - self.amount_total,
449 … isPaid = float_is_zero(total - self.amount_paid, precision_rounding=self.currency_id.rounding)
460 diff = currency.round(self.amount_total - self.amount_paid)
577 self.amount_paid = sum(self.payment_ids.mapped('amount'))
697 'amount_paid': order.amount_paid,
H A Dpos_session.py483 …key] = self._update_amounts(invoice_receivables[key], {'amount': order.amount_paid}, order.date_or…
537 diff = order.amount_paid - order.amount_total
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account_check_printing/models/
H A Daccount_payment.py308 amount_paid = abs(sum(invoice_payment_reconcile.mapped('amount_currency')))
310 amount_paid = abs(sum(invoice_payment_reconcile.mapped('amount')))
319 … 'amount_paid': formatLang(self.env, invoice_sign * amount_paid, currency_obj=self.currency_id),
/dports/www/tikiwiki/tiki-21.2/installer/schema/
H A D20100107_payment_tiki.sql5 `amount_paid` DECIMAL(7,2) NOT NULL DEFAULT 0.0,
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/point_of_sale/wizard/
H A Dpos_payment.py22 return order.amount_total - order.amount_paid
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/stripe/stripe-php/lib/
H A DInvoice.php13 * @property int $amount_paid
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/stripe/stripe-php/lib/
H A DInvoice.php50 * @property int $amount_paid The amount, in %s, that was paid.
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/pos_restaurant/models/
H A Dpos_order.py215 "amount_paid": self.amount_paid + tip_line.price_subtotal_incl,
/dports/finance/prestashop/prestashop/classes/order/
H A DOrder.php1858 * @param float $amount_paid
1867 …public function addOrderPayment($amount_paid, $payment_method = null, $payment_transaction_id = nu… argument
1877 $order_payment->amount = $amount_paid;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/stripe/stripe-php/
H A DCHANGELOG.md293 * [#452](https://github.com/stripe/stripe-php/pull/452) Add PHPDoc for `amount_paid` and `amount_re…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/stripe/stripe-php/
H A DCHANGELOG.md748 - [#452](https://github.com/stripe/stripe-php/pull/452) Add PHPDoc for `amount_paid` and `amount_…