...
Índice |
---|
This documentation aims to assist in setting the standard entry 881 - Provision Transactions.
Confirm the provision control (ATFA490 - SIGAATF) file to perform this accounting.
...
If you want a more specific rule such as accounting only the transaction of a given month, this can also be added to the rule. For example:
IIF(FNW->FNW_OCOR == '06' .AND. FNW->FNW_DTMOV == CTOD('28/02/2021'), FNW->FNW_VALOR, 0) - To capture only the ' 06' occurrence transaction and 02/28/2021 transaction.
...