Product: | TOTVS Backoffice |
Product Line: | Protheus Line |
Industry: | Services |
Module: | TOTVS Backoffice (Protheus Line) - Managerial Accounting (SIGAFIS) |
Function: | ATFA036 |
Country: | Brazil |
Ticket: | Internal |
Requisite/Story/Issue | DSERCTR1-46829 |
You can use Entry Point A36EMBRA to change the correction rate applied to an asset's posting value. This correction rate is used during the posting process, allowing specific value adjustments depending on set correction criteria. When returning the rate, the entry point allows accurate calculations for situations in which you need to update the posting value in accordance with indexes or correction factors set by the organization.
If ExistBlock("A36EMBRA") nTaxaCorr := ExecBlock("A36EMBRA",.F.,.F.) EndIf |
User Function A36EMBRA() Local nTaxaCorr := 1.5 Help("" ,1, "A36EMBRA",,"Entry Point for entering the correction rate of posting value." ,1,0) Return nTaxaCorr |
|