C# Class View.UI.ViewCaixa.frmCaixa

Mostrar archivo Open project: mikemajesty/Caixapadariav2

Public Properties

Property Type Description
timer System.Windows.Forms.Timer

Public Methods

Method Description
MostrarMensagem ( ) : void
frmCaixa ( ) : Mike.Utilities.Desktop

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method Description
AtualizarQuandroDeAvisos ( ) : void
CarregarComandaAtiva ( Espere task, Action metodo ) : void
CarregarComandaEmUso ( ) : void
CarregarTxtQuantidadeComUm ( ) : void
CarregarValorDoCaixaAtualiza ( ) : void
ChecarChebox ( CheckBox ckb, bool checado ) : void
ConcluirVendaComCartao ( ) : void
ConcluirVendaComCreditar ( ) : void
ConcluirVendaComDinheiro ( ) : void
DarBaixaNoEstoque ( ) : void
DesmarcarCheckBox ( ) : void
EsconderGpb ( ) : void
EsconderGroupBoxOuMostrar ( List listGpb, bool esconder ) : void
EsconderOuMostrarButtonVenda ( bool esconder ) : void
ExcluirComandaAtiva ( ) : void
FocarNoBtn ( Button btn ) : void
FocarNoCbb ( ComboBox cbb ) : void
FocarNoTxt ( TextBox txt ) : void
GetValorLucroTotal ( ) : decimal
GetValorNaComanda ( ) : decimal
GetValorTroco ( ) : decimal
HabilitarBotaoVenda ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InstanciaCaixaRepositorio ( ) : void
InstanciaTipoPagamentoRepositorio ( ) : void
InstanciaUsuarioRepositorio ( ) : void
InstanciarClienteRepositorio ( ) : void
InstanciarComandaRepositorio ( ) : void
InstanciarEstoqueRepositorio ( ) : void
InstanciarFiadoRepositorio ( ) : void
InstanciarMovimentacaoCaixa ( ) : void
InstanciarMovimentacaoProdutoRepositorio ( ) : void
InstanciarProdutoRepositorio ( ) : void
InstanciarTipoCadastroRepositorio ( ) : void
InstanciarVendaComComandaAtivaRepositorio ( ) : void
InstanciarVendaRepositorio ( ) : void
JogarNovoValorParaCaixa ( ) : void
LimparComanda ( ) : void
LimparTxt ( List txtList ) : void
LimparVenda ( ) : void
MensagemDeAviso ( ) : void
MostrarBotaoVendaSeExisteItensNaComanda ( ) : void
MostrarGpb ( ) : void
PopulaMovimentacaoProduto ( BaixarEstoque item ) : MovimentacaoProduto
PopularVenda ( ) : Venda
PopularVendaComDinheiro ( Venda venda ) : Venda
PopularVendaSemDinheiro ( Venda venda ) : Venda
PosSalvamentoPadrao ( ) : void
VendaComCreditar ( ) : bool
VenderPorPeso ( string codigo ) : void
VenderPorUnidade ( string codigo ) : void
VerificarSeExisteItensNoListView ( ) : int
ZerarLabelTotalVenda ( ) : void
ZerarListView ( ) : void
ZerarTotalVenda ( ) : void
btnAbrirCaixa_Click ( object sender, EventArgs e ) : void
btnCalculadora_Click ( object sender, EventArgs e ) : void
btnConcluirVenda_Click ( object sender, EventArgs e ) : void
btnDividirComanda_Click ( object sender, EventArgs e ) : void
btnFecharCaixa_Click ( object sender, EventArgs e ) : void
btnLimparVenda_Click ( object sender, EventArgs e ) : void
btnReceberCredito_Click ( object sender, EventArgs e ) : void
btnSairDoMenu_Click ( object sender, EventArgs e ) : void
btnSangria_Click ( object sender, EventArgs e ) : void
cbbTipoDePagamento_KeyPress ( object sender, KeyPressEventArgs e ) : void
cbbTipoDePagamento_SelectedIndexChanged ( object sender, EventArgs e ) : void
ckbPorPeso_CheckedChanged ( object sender, EventArgs e ) : void
frmCaixa_Load ( object sender, EventArgs e ) : void
ltvProdutos_Click ( object sender, EventArgs e ) : void
ltvProdutos_ColumnWidthChanging ( object sender, ColumnWidthChangingEventArgs e ) : void
ltvProdutos_DoubleClick ( object sender, EventArgs e ) : void
timer_Tick ( object sender, EventArgs e ) : void
txtCodigoDaComanda_DoubleClick ( object sender, EventArgs e ) : void
txtCodigoDaComanda_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtCodigoDoProduto_DoubleClick ( object sender, EventArgs e ) : void
txtCodigoDoProduto_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtCodigoDoProduto_TextChanged ( object sender, EventArgs e ) : void
txtQuantidade_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtValorDoProdutoPorpeso_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtValorPago_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtValorPago_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MostrarMensagem() public method

public MostrarMensagem ( ) : void
return void

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
return bool

frmCaixa() public method

public frmCaixa ( ) : Mike.Utilities.Desktop
return Mike.Utilities.Desktop

Property Details

timer public_oe property

public System.Windows.Forms.Timer timer
return System.Windows.Forms.Timer