Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

01. GENERAL DATA

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

02. DESCRIPTION

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.

03. OTHER INFORMATION

Handling of EP in the system

Bloco de código
languagecpp
themeRDark
titleHandling of EP in the system
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
languagecpp
themeRDark
titleEP Example
User Function A36EMBRA()
      Local nTaxaCorr := 1.5
      Help("" ,1, "A36EMBRA",,"Entry Point for entering the correction rate of posting value." ,1,0)
Return nTaxaCorr

...