Home
last modified time | relevance | path

Searched refs:converted_amount (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/payments/core/
H A Djourney_logger.cc237 double converted_amount = amount * it->second; in RecordTransactionAmount() local
239 if (converted_amount == 0) in RecordTransactionAmount()
241 else if (converted_amount <= 1) in RecordTransactionAmount()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/payments/core/
H A Djourney_logger.cc248 double converted_amount = amount * it->second; in RecordTransactionAmount() local
250 if (converted_amount == 0) in RecordTransactionAmount()
252 else if (converted_amount <= 1) in RecordTransactionAmount()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/digest/models/
H A Ddigest.py220 converted_amount = tools.format_decimalized_amount(compute_value)
221 … compute_value = self._format_currency_amount(converted_amount, company.currency_id)
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncInvoice.c1491 gnc_numeric converted_amount; in gncInvoicePostAddSplit() local
1493converted_amount = gnc_numeric_div (value, gnc_price_get_value (price), GNC_DENOM_AUTO, GNC_HOW_RN… in gncInvoicePostAddSplit()
1494 …verting from %f to %f\n", gnc_numeric_to_double (value), gnc_numeric_to_double (converted_amount)); in gncInvoicePostAddSplit()
1495 xaccSplitSetAmount (split, converted_amount); in gncInvoicePostAddSplit()