C# 클래스 View.UI.ViewCaixa.frmDividirComanda

파일 보기 프로젝트 열기: mikemajesty/Caixapadariav2

공개 메소드들

메소드 설명
GetLucroTotal ( ) : decimal
GetValorDoTxtQuantidadeDeParcelas ( ) : string
GetValorTotal ( ) : decimal
frmDividirComanda ( List listaProdutos ) : Controller.Enum

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

GetLucroTotal() 공개 메소드

public GetLucroTotal ( ) : decimal
리턴 decimal

GetValorDoTxtQuantidadeDeParcelas() 공개 메소드

public GetValorDoTxtQuantidadeDeParcelas ( ) : string
리턴 string

GetValorTotal() 공개 메소드

public GetValorTotal ( ) : decimal
리턴 decimal

frmDividirComanda() 공개 메소드

public frmDividirComanda ( List listaProdutos ) : Controller.Enum
listaProdutos List
리턴 Controller.Enum