Árvore de páginas

Versões comparadas

Chave

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

...

Retorno:

Quantidade de dias que será considerado para calcular a pro rata.

03. DEMAIS INFORMAÇÕES

#INCLUDE "TOTVS.CH"

User Function TB11DiaMes()
    
     Local dDtInclusao   := PARAMIXB[1]
     Local dDtCobranca := PARAMIXB[2]
     Local nValor            := PARAMIXB[3]
     Local lConsidDia     := PARAMIXB[4]
     Local nQtdDias       := PARAMIXB[5]
     Local nQtdDiaCob  := 0

     nQtdDiaCob := nQtdDias + 1

Return nQtdDiaCob


Bloco de código
languagesql
themeMidnight
titleTB11DIAMES
linenumberstrue
#INCLUDE "TOTVS.CH"

User Function TB11DiaMes()

	Local dDtInclusao := PARAMIXB[1]
    Local dDtCobranca := PARAMIXB[2]
    Local nValor      := PARAMIXB[3]
    Local lConsidDia  := PARAMIXB[4]
    Local nQtdDias    := PARAMIXB[5]
    Local nQtdDiaCob  := 0

    nQtdDiaCob := nQtdDias + 1

Return nQtdDiaCob

...