PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface ICblBSDeclaracoesIVA

    Classe que contém todas as obrigações referentes ao cálculo e emissão de uma declaração periódica do I.V.A.

    Namespace: ICblBS100
    Assembly: ICblBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("8863D848-0D0D-46CC-ACE5-750CBC6BEDD7")]
    public interface ICblBSDeclaracoesIVA

    Methods

    ActualizaDeclaracao(Int32, CblBETipos.ENUMPeriodo, Decimal, Decimal)

    Este método permite actualizar os valores do crédito/débito um periodo na tabela CNODeclaracoesIVA.

    Declaration
    void ActualizaDeclaracao(int iAno, CblBETipos.ENUMPeriodo ePeriodo, decimal Excesso, decimal Entregue)
    Parameters
    Type Name Description
    System.Int32 iAno

    Integer IN Year of the statement.

    CblBETipos.ENUMPeriodo ePeriodo

    ENUMPeriodo IN Fiscal period of the statement

    System.Decimal Excesso

    Currency IN Value to report to next period

    System.Decimal Entregue

    Currency IN Value paid to the fiscal administration.

    Calcula(Int32, CblBETipos.ENUMPeriodo, Boolean, Boolean, String, CblBETipos.ENUMTipoCalculo, CblBEDeclaracaoIVA.ENUMCreditoImposto, String, ref String[], ref String[], ref String[], ref String[], ref String[], ref String[], ref String[], ref String[], Decimal, Decimal)

    Declaration
    void Calcula(int Ano, CblBETipos.ENUMPeriodo Periodo, bool Anexo1, bool Anexo2, string ContaReporte, CblBETipos.ENUMTipoCalculo TipoCalculo, CblBEDeclaracaoIVA.ENUMCreditoImposto CreditoImposto, string MoedaTrabalho, ref string[] Formulas, ref string[] Valores, ref string[] FormulasVerso, ref string[] ValoresVerso, ref string[] FormulasAnexo1, ref string[] ValoresAnexo1, ref string[] FormulasAnexo2, ref string[] ValoresAnexo2, decimal ValorCampo7, decimal ValorCampo81)
    Parameters
    Type Name Description
    System.Int32 Ano
    CblBETipos.ENUMPeriodo Periodo
    System.Boolean Anexo1
    System.Boolean Anexo2
    System.String ContaReporte
    CblBE100.CblBETipos.ENUMTipoCalculo TipoCalculo
    CblBEDeclaracaoIVA.ENUMCreditoImposto CreditoImposto
    System.String MoedaTrabalho
    System.String[] Formulas
    System.String[] Valores
    System.String[] FormulasVerso
    System.String[] ValoresVerso
    System.String[] FormulasAnexo1
    System.String[] ValoresAnexo1
    System.String[] FormulasAnexo2
    System.String[] ValoresAnexo2
    System.Decimal ValorCampo7
    System.Decimal ValorCampo81