Class TesBELinhaDocTesouraria
Classe que encapsula a definição de uma Linha de um Documento de Tesouraria.
Implements
Inherited Members
Namespace: TesBE100
Assembly: TesBE100.dll
Syntax
[ComVisible(true)]
[Guid("B8216C82-D499-4FEC-B942-105E41F78195")]
[ClassInterface(ClassInterfaceType.None)]
public class TesBELinhaDocTesouraria : TesBaseBE, ITesBELinhaDocTesouraria
Constructors
TesBELinhaDocTesouraria()
Declaration
public TesBELinhaDocTesouraria()
Properties
AnaliticaCBL
Conta Analitica contabilidade.
Declaration
public string AnaliticaCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Arredondamento
Arredondamento da moeda
Declaration
public int Arredondamento { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BalcaoCheque
Balcão do cheque
Declaration
public string BalcaoCheque { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CaixaFechada
Identifica se a caixa encontra-se fechada
Declaration
public bool CaixaFechada { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Cambio
Câmbio da moeda
Declaration
public double Cambio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CambioMAlt
Cambio da Moeda Alternativa para a Moeda de Referência.
Declaration
public double CambioMAlt { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CambioMBase
Cambio da Moeda Base para a Moeda de Referência.
Declaration
public double CambioMBase { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CamposUtil
Colecção de Campos de Utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Categoria
Identificador da Categoria.
Declaration
public int Categoria { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CCustoCBL
Centro de Custo contabilidade.
Declaration
public string CCustoCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClasseActividade
Identificador da Classe da Actividade.
Declaration
public int ClasseActividade { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CobrarCusto
Cobrar Custo Bancário?
Declaration
public bool CobrarCusto { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ComissaoMB
Comissão Multibanco.
Declaration
public double ComissaoMB { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ComunicacaoBancos
Colecção de linhas de comunicação para bancos (COPE)
Declaration
public BasBEComunicacaoBancos ComunicacaoBancos { get; set; }
Property Value
Type | Description |
---|---|
BasBEComunicacaoBancos |
Conta
Conta do movimento
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContaCBL
Conta Geral contabilidade.
Declaration
public string ContaCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Credito
Valor em crédito
Declaration
public double Credito { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CustoBancario
Custos Bancário
Declaration
public bool CustoBancario { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DadosImpostoSelo
Dados de uma linha de imposto de selo.
Declaration
public BasBEDadosImpostoSelo DadosImpostoSelo { get; }
Property Value
Type | Description |
---|---|
BasBEDadosImpostoSelo |
DataMovimento
Titulo identificador da linha
Declaration
public DateTime DataMovimento { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataValor
Titulo identificador da linha
Declaration
public DateTime DataValor { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Debito
Valor em débito
Declaration
public double Debito { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Depositado
Identifica se a linha, movimento bancário, já se encontra depositado
Declaration
public bool Depositado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Descricao
Descrição identificador da linha
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Emitido
Se o Cheque foi emitido
Declaration
public bool Emitido { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Entidade
Entidade do Movimento
Declaration
public string Entidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FuncionalCBL
Conta Funcional contabilidade.
Declaration
public string FuncionalCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Hora
Hora
Declaration
public DateTime Hora { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ID
Chave da linha
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdAplicacoes
Identificador do movimento bancário de aplicacao origem
Declaration
public string IdAplicacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdCabecTesouraria
Chave da documento de tesouraria
Declaration
public string IdCabecTesouraria { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdChequeOrigem
Identificador do cheque original
Declaration
public string IdChequeOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDDiarioCaixa
Identificador do diario de caixa. Só de leitura
Declaration
public string IDDiarioCaixa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdDocOrigem
Identidicador do documento Original
Declaration
public string IdDocOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDItem
Identificador do Item da Obra/Projecto
Declaration
public string IDItem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDLinhaLiq
Identidicador do Linha da Liquidação
Declaration
public string IDLinhaLiq { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdMovCBL
Identifica a linha da contabilidade
Declaration
public string IdMovCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdMovimentoDiferenca
Movimento de diferenca associado
Declaration
public string IdMovimentoDiferenca { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdMovimentosBancos
Identificador do movimento de extracto originado
Declaration
public string IdMovimentosBancos { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDObra
Identificador do Id da Obra.
Declaration
public string IDObra { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdPlano
Identificador do plano de pagamentos ao qual o cheque fica associado
Declaration
public string IdPlano { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdPlanoAnt
Identificador do plano anterior de pagamentos ao qual o cheque estava associado
Declaration
public string IdPlanoAnt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdReconciliado
Identificador do documento que efectuou a reconciliação. Só de leitura
Declaration
public string IdReconciliado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdTalaoDeposito
Identificador do documento(talão de deposito) que efectuou o deposito. Só de leitura
Declaration
public string IdTalaoDeposito { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdTransferencia
Identificador do documento de transferencia de cheques
Declaration
public string IdTransferencia { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemCod
Identificador do Item Cod da Obra/Projecto
Declaration
public string ItemCod { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemDesc
Descrição do Item da Obra/Projecto
Declaration
public string ItemDesc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IVA
Código de IVA
Declaration
public string IVA { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Juro
Juro da aplicação
Declaration
public double Juro { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Linha
Número da linha
Declaration
public int Linha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Moeda
Moeda do Movimento
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoedaDaUEM
Se a moeda é da comunidade
Declaration
public bool MoedaDaUEM { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MovimentoBancario
Código do Movimento bancário
Declaration
public string MovimentoBancario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MovimentoDividido
Identifica se a linha tesouraria é composta por movimentos divididos(rubricas)
Só de leitura
Declaration
public bool MovimentoDividido { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MovimentosDivididos
Colecção de movimentos divididos
Declaration
public TesBEMovDivididos MovimentosDivididos { get; set; }
Property Value
Type | Description |
---|---|
TesBEMovDivididos |
Natureza
Natureza do Movimento
Declaration
public string Natureza { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Numero
Numero identificador do movimento
Declaration
public string Numero { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumPagamento
Número do pagamento ao qual o cheque fica associado
Declaration
public int NumPagamento { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumPagamentoAnt
Número do pagamento anterior ao qual o cheque estava associado
Declaration
public int NumPagamentoAnt { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumPlano
Número do plano de pagamentos ao qual o cheque fica associado
Declaration
public int NumPlano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PreDatado
Se o movimento é pré-Datado
Declaration
public bool PreDatado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Quantidade
Quantidade - A considerar no cálculo de imposto de selo.
Declaration
public double Quantidade { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Reconciliado
Identifica se a linha, movimento bancário, já se encontra reconciliado
Declaration
public bool Reconciliado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Rubrica
Rubrica bancária
Declaration
public string Rubrica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Selo
Imposto de selo.
Declaration
public string Selo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SerieCheques
Série do cheque
Declaration
public string SerieCheques { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubEmpreitada
Identificador da Sub Empreitada.
Declaration
public int SubEmpreitada { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TipoEntidade
Tipo Entidade do Movimento
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorDebitado
Custo Bancário a Debitar
Declaration
public double ValorDebitado { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorIS
Valor do imposto de selo.
Declaration
public double ValorIS { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorIva
Valor do Iva
Declaration
public double ValorIva { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorPendente
Custo Bancário Pendente
Declaration
public double ValorPendente { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WBSItem
Identificador do item WBS do Projecto.
Declaration
public string WBSItem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()