Product: | TOTVS Backoffice |
Product Line: | Protheus Line |
Industry: | Services |
Module: | TOTVS Backoffice (Protheus Line) - Fixed Assets (SIGAATF) |
Function: | ATFA012/ATFA030/ATFA050/ATFA155/ATFA380/ATFXFUNBOL/ATFXMI |
Country: | Brazil |
Ticket: | Internal |
Requisite/Story/Issue | DSERCTR1-46829 |
You can use Entry Point A30EMBRA to enter and adjust the correction rate applied to asset posting values. This entry point is used in routines that involve monetary adjustments to the posted values, ensuring flexibility for specific customizations.
Handling of EP in the system
| Bloco de código | ||||||
|---|---|---|---|---|---|---|
| ||||||
If ExistBlock("A30EMBRA")
//ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
//³ A30EMBRA- Specific for EMBRAER ³
//ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
If Abs((nValOri + nValCorAcu) / ExecBlock("A30EMBRA",.F.,.F.) - nVorigAtf ) > 1
Help(" ",1,"AF010VORIG")
lRet := .F.
Endif
EndIf |
...
| Bloco de código | ||||||
|---|---|---|---|---|---|---|
| ||||||
User Function A36EMBRA()
Local nTaxaCorr := 1.5
Help("" ,1, "A36EMBRA",,"Entry Point for entering the correction rate of posting value." ,1,0)
Return nTaxaCorr |
...