Jump to content
Fivewin Brasil

Pagamento na NFe 4.0


crisvam

Recommended Posts

Olá amigos. 

atualizei a classe e deu esse erro. alguém sabe como resolver?:

Application
===========
   Path and name: C:\Siscom\SGCW.Exe (32 bits)
   Size: 3,889,664 bytes
   Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20130422)
   FiveWin  Version: FWHX 13.07
   Windows version: 5.1, Build 2600 Service Pack 2

   Time from start: 0 hours 0 mins 31 secs
   Error occurred at: 02/07/18, 09:23:33
   Error description: Error BASE/1109  Erro nos parametros: $
   Args:
     [   1] = U
     [   2] = C   01;02

Stack Calls
===========
   Called from: vonfe2g_v4.prg => TVONFE2G:STRUPIS( 732 )
   Called from: vonfe2g_v4.prg => TVONFE2G:STRUIMPOSTOS( 395 )
   Called from: vonfe2g_v4.prg => TVONFE2G:ADDITEM( 1267 )
 

Link to comment
Share on other sites

Bom Dia,

Modifique isto no seu fonte 

METHOD StruPIS( oItem ) CLASS TVoNFe2G
   local cST,nPos
   local axArray := {}

    // Marcelo Ferro da Silveira
   IF Empty(oItem:CST_PIS) .and. ::cModeloDoc=="65"
      Return axArray
   Else
      cST := if(empty(oItem:CST_PIS), "", oItem:CST_PIS)
   ENDIF

   if cST IN "01;02"
 

 

Link to comment
Share on other sites

 

Bom Dia,

Modifique isto no seu fonte 

METHOD StruPIS( oItem ) CLASS TVoNFe2G
   local cST,nPos
   local axArray := {}

    // Marcelo Ferro da Silveira
   IF Empty(oItem:CST_PIS) .and. ::cModeloDoc=="65"
      Return axArray
   Else
      cST := if(empty(oItem:CST_PIS), "", oItem:CST_PIS)
   ENDIF

   if cST IN "01;02"
 

 

Bom dia. Alguém teria a vonfe2g_v4.prg e vonfeutil2g_v4.prg corrigida ? Estou tentando aqui mas não estou conseguindo de jeito nenhum gerar NF-e com duplicatas.

Obrigado

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...