Our current implementation of add_ledger() and update_ledger() does not handle the base_currency_amount field. All other ledger columns are already mapped correctly or in the course of implementation. For reference, see the definition of the required and optional columns.
Definition
The field base_currency_amount does not have a direct equivalent in CashCtrl. To correctly map this field, we need to set the currencyRate in CashCtrl such that:
Description
Our current implementation of
add_ledger()
andupdate_ledger()
does not handle thebase_currency_amount
field. All other ledger columns are already mapped correctly or in the course of implementation. For reference, see the definition of the required and optional columns.Definition
The field
base_currency_amount
does not have a direct equivalent in CashCtrl. To correctly map this field, we need to set thecurrencyRate
in CashCtrl such that: