
01. OVERVIEW
The saving pattern for transfers in foreign currency generated by routines and processes from the financial module is semantically divided in two saving types: Saving defined by the bank currency and saving defined by the bill currency.
-In routines and processes that use a bank directly or indirectly, the transfer saving is defined by the bank currency. When it is not necessary to select a bank for performing an operation from these routines and processes, the transfer saving is made in the current currency.
-In routines and processes that do not use a bank, the transfer saving is defined by the currency of each bill involved in the operation. This means that every transfer generated from a bill will use as transfer currency the same currency of the bill.
-Among the routines and processes that use a bank directly or indirectly, there is an exception for saving the E5_VLMOED2 field in the petty cash replenishment, addition and deletion of investments and loans, and investment redemption. For these processes, this field's value will always be saved in the current currency.
02. SAVING PATTERN FOR THE FIELDS: E5_MOEDA, E5_VALOR, AND E5_VLMOED2
- E5_MOEDA - Saves the bank currency
- E5_VALOR - Saves the transfer value in the bank currency
- E5_VLMOED2 - Saves the transfer value in the bill currency
- E5_TXMOEDA - Saves the transfer rate used for effecting a process. This rate can be the one pre-fixed to the bill, the one from the currency registration or a rate entered when a process is being performed.
|
- E5_MOEDA - Saves the billing currency
- E5_VALOR - Saves the transfer value in the billing currency
- E5_VLMOED2 - Saves the transfer value conversion (E5_VALOR) to the current currency when the bill is in a foreign currency, or the conversion to the currency of the process when the bill is in the current currency
- E5_TXMOEDA - Saves the transfer rate used for effecting a process. This rate can be the one pre-fixed to the bill, the one from the currency registration, or a rate entered when a process is being performed.
|
|

03. SAVING EXAMPLES
<!-- esconder o menu -->
<style>
div.theme-default .ia-splitter #main {
margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
display: none;
}
#main {
padding-left: 10px;
padding-right: 10px;
overflow-x: hidden;
}
.aui-header-primary .aui-nav, .aui-page-panel {
margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
margin-left: 0px !important;
}
</style>
|