C# Class View.UI.ViewCaixa.frmDividirComanda

Mostrar archivo Open project: mikemajesty/Caixapadariav2

Public Methods

Method Description
GetLucroTotal ( ) : decimal
GetValorDoTxtQuantidadeDeParcelas ( ) : string
GetValorTotal ( ) : decimal
frmDividirComanda ( List listaProdutos ) : Controller.Enum

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AdicionarNoTxt ( ) : void
AtualizaValorNaLabel ( ) : void
AtualizarCaixa ( ) : void
CarregarComboBoxTipoPagamento ( ) : void
CarregarTxtParcelaComZero ( ) : void
CocluirVendaCreditar ( ) : void
ConcluirVendaComCartao ( ) : void
ConcluirVendaComCreditar ( ) : bool
DarBaixaNoEstoque ( ) : void
DesabilitarComboBox ( ) : void
DesabilitarGroupBox ( List list ) : void
EsconderBotao ( ) : void
EsconderGroupBox ( List list ) : void
FocarNotxt ( ) : void
FocoNoBotao ( ) : void
GetLucroDivididoPelaParcela ( ) : decimal
GetTotalDividoPelaParcela ( ) : decimal
GetValorPorParcela ( ) : decimal
HabilitarComboBox ( ) : void
HabilitarGroupBox ( List gpb ) : void
InitializeComponent ( ) : void

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

InserirVendaNoCaixaConcluirVendaDinheiro ( ) : void
InstanciaCaixaRepositorio ( ) : void
InstanciarEstoqueRepositorio ( ) : void
InstanciarFiadoRepositorio ( ) : void
InstanciarMovimentacaoCaixaRepositorio ( ) : void
InstanciarProdutoRepositorio ( ) : void
InstanciarTipoPagamentoRepositorio ( ) : void
InstanciarVendaComComandaAtivaRepositorio ( ) : void
InstanciarVendaRepositorio ( ) : void
JogaValorTotalNaLabel ( ) : void
LimparTxt ( List list ) : void
MensagemDeAviso ( ) : void
MostrarBotao ( ) : void
MostrarGroupBox ( List list ) : void
PopularVenda ( ) : Venda
PopularVendaComDinheiro ( Venda venda ) : Venda
PopularVendaSemDinheiro ( Venda venda ) : Venda
PosSalvamentoPadrao ( ) : void
SubtrairNoTxt ( ) : void
ValidarVenda ( ) : void
ZerarValorDaParcela ( ) : void
btnAbrirCaixa_Click ( object sender, EventArgs e ) : void
btnAdicionar_Click ( object sender, EventArgs e ) : void
btnConcluirVenda_Click ( object sender, EventArgs e ) : void
btnGerarParcelas_Click ( object sender, EventArgs e ) : void
btnMudarParcelas_Click ( object sender, EventArgs e ) : void
btnSair_Click ( object sender, EventArgs e ) : void
btnSubtrair_Click ( object sender, EventArgs e ) : void
cbbTipoDePagamento_SelectedIndexChanged ( object sender, EventArgs e ) : void
frmDividirComanda_Load ( object sender, EventArgs e ) : void
txtNumeroDeParcelas_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

GetLucroTotal() public method

public GetLucroTotal ( ) : decimal
return decimal

GetValorDoTxtQuantidadeDeParcelas() public method

public GetValorDoTxtQuantidadeDeParcelas ( ) : string
return string

GetValorTotal() public method

public GetValorTotal ( ) : decimal
return decimal

frmDividirComanda() public method

public frmDividirComanda ( List listaProdutos ) : Controller.Enum
listaProdutos List
return Controller.Enum