private void ToolSalir_Click(object sender, EventArgs e) { objTipoExi = null; dtTipoExis = null; objTipDoc = null; dtTipoDocumento = null; objTipoExi = null; dtTipoExis = null; ObjPro = null; dtProveedor = null; ObjAlm = null; dtAlmacenes = null; ObjRes = null; dtResponsables = null; objMovimientos = null; dtMovimientos = null; objFormVis = null; objFormVis = null; this.Close(); }
private void CboTipDoc_SelectedValueChanged(object sender, EventArgs e) { if (n_QueHace == 3) { return; } string c_numdoc = ""; TxtNumSer.Text = "0001"; CN_sun_tipdoccom objTipDoc = new CN_sun_tipdoccom(); objTipDoc.mysConec = mysConec; c_numdoc = objTipDoc.UltimoNumero(STU_SISTEMA.EMPRESAID, Convert.ToInt32(CboTipDoc.SelectedValue), TxtNumSer.Text); TxtNumDoc.Text = c_numdoc; }
private void ToolSalir_Click(object sender, EventArgs e) { objTipoExi = null; dtTipoExis = null; objTipDoc = null; objTipoExi = null; dtTipoExis = null; ObjAlm = null; dtAlmacenesOrigen = null; ObjRes = null; dtResponsables = null; objTransferencias = null; dtTransferencias = null; objFormVis = null; objFormVis = null; this.Close(); }
void Nuevo() { n_QueHace = 1; Tab1.TabPages[0].Enabled = false; booAgregando = true; Blanquea(); Bloquea(); ActivarTool(); LblTitulo2.Text = "Agregando Nuevo Registro"; Tab1.SelectedIndex = 1; FgPlacas.AllowEditing = true; CboPla.SelectedValue = Convert.ToInt32(C_IDLOCAL); CboCajero.SelectedValue = Convert.ToInt32(C_IDCAJERO); TxtNumSer.Text = "0001"; CN_est_conecta o_conec = new CN_est_conecta(STU_SISTEMA); o_tipdoc = new CN_sun_tipdoccom(); o_tipdoc.mysConec = o_conec.mysConec; TxtNumDoc.Text = o_tipdoc.UltimoNumero(STU_SISTEMA.EMPRESAID, 91, TxtNumSer.Text); booAgregando = false; o_conec = null; o_tipdoc = null; }
private void ToolSalir_Click(object sender, EventArgs e) { objTipDoc = null; this.Close(); }
private void ToolSalir_Click(object sender, EventArgs e) { objRegistros = null; objFormVis = null; this.Close(); }
private void CmdAce_Click(object sender, EventArgs e) { if (ValidarDatos() == false) { return; } BE_COO_CARGOSCAB entCab = new BE_COO_CARGOSCAB(); List <BE_COO_CARGOSDET> lstDet = new List <BE_COO_CARGOSDET>(); int n_row = 0; double n_impbru = 0; double n_igv = 0; double n_impnet = 0; string c_numdoc = ""; int n_idtipdoc = 0; DataTable dtResul = new DataTable(); n_idtipdoc = 82; CN_sun_tipdoccom objTipDoc = new CN_sun_tipdoccom(); objTipDoc.mysConec = mysConec; c_numdoc = objTipDoc.UltimoNumero(STU_SISTEMA.EMPRESAID, n_idtipdoc, "0001"); entCab.n_idemp = STU_SISTEMA.EMPRESAID; if (N_TIPOOPERACION == 1) { if (N_SOCIOTIPO == 1) { entCab.n_idcar = 44; // ASIGNAMOS EL CARGO DE RECIBOS } else { entCab.n_idcar = 43; // ASIGNAMOS EL CARGO DE BOLETAS DE VENTA } } else { CN_coo_cargos xfunCar = new CN_coo_cargos(); xfunCar.mysConec = mysConec; xfunCar.STU_SISTEMA = STU_SISTEMA; if (N_SOCIOTIPO == 1) { xfunCar.ObtenerMesValido(STU_SISTEMA.EMPRESAID, STU_SISTEMA.ANOTRABAJO, 81); } else { xfunCar.ObtenerMesValido(STU_SISTEMA.EMPRESAID, STU_SISTEMA.ANOTRABAJO, 4); } dtResul = xfunCar.dtLista; entCab.n_idcar = Convert.ToInt32(dtResul.Rows[0]["n_id"]); } entCab.n_idsoc = N_SOCIOID; entCab.n_idsocpue = Convert.ToInt32(CboPue.SelectedValue); entCab.n_id = 0; entCab.n_idtipdoc = n_idtipdoc; entCab.c_numser = "0001"; entCab.c_numdoc = c_numdoc; entCab.d_fchemi = DateTime.Now; entCab.d_fchven = DateTime.Now; entCab.c_glosa = ""; entCab.n_anotra = STU_SISTEMA.ANOTRABAJO; entCab.n_mestra = Convert.ToInt32(CboMesTra.SelectedValue); entCab.n_iddocpag = 0; int n_afecto = 0; double n_valor = 0; double n_TasaIGV = 18; for (n_row = 2; n_row <= FgLista.Rows.Count - 1; n_row++) { Helper.Comunes.Funciones fun = new Helper.Comunes.Funciones(); if (fun.NulosC(FgLista.GetData(n_row, 1)) != "") { BE_COO_CARGOSDET entDet = new BE_COO_CARGOSDET(); entDet.n_idemp = STU_SISTEMA.EMPRESAID; entDet.n_idcar = entCab.n_idcar; entDet.n_idsoc = N_SOCIOID; entDet.n_idpue = Convert.ToInt32(CboPue.SelectedValue); entDet.n_idcon = Convert.ToInt32(FgLista.GetData(n_row, 3).ToString()); entDet.n_can = 1; n_valor = Convert.ToDouble(FgLista.GetData(n_row, 2).ToString()); n_afecto = Convert.ToInt32(funDatos.DataTableBuscar(dtConcepto, "n_id", "n_afeigv", entDet.n_idcon.ToString(), "N").ToString()); entDet.n_impbru = n_valor; entDet.n_imptotbru = (n_valor * 1); if (n_afecto == 2) // INDICA QUE EL CONCEPTO ES INAFECTO AL IGV { entDet.n_impnet = n_valor; entDet.n_imptotnet = (n_valor * 1); } else { entDet.n_impnet = n_valor * ((n_TasaIGV / 100) + 1); entDet.n_imptotnet = (n_valor * ((n_TasaIGV / 100) + 1) * 1); } //entDet.n_imptotbru = Convert.ToDouble(FgLista.GetData(n_row,2).ToString());; //entDet.n_imptotnet = Convert.ToDouble(FgLista.GetData(n_row,2).ToString());; entDet.n_idcor = 0; entDet.n_pagado = 0; entDet.n_iddocpag = 0; n_impbru = n_impbru + entDet.n_imptotbru; n_impnet = n_impnet + entDet.n_imptotnet; n_igv = n_igv + (entDet.n_imptotnet - entDet.n_imptotbru); lstDet.Add(entDet); } } entCab.n_impbru = n_impbru; entCab.n_impigv = n_igv; entCab.n_imptot = n_impnet; entCab.n_impsal = n_impnet; CN_coo_cargoscab funCar = new CN_coo_cargoscab(); funCar.mysConec = mysConec; if (funCar.InsertarCargo(entCab, lstDet) == true) { MessageBox.Show("¡ El cargo se genero con exito !", "", MessageBoxButtons.OK, MessageBoxIcon.Information, MessageBoxDefaultButton.Button1); this.Close(); } else { MessageBox.Show("¡ No se pudo generar el cargo por el siguiente motivo: " + funCar.StrErrorMensaje + " !", "", MessageBoxButtons.OK, MessageBoxIcon.Information, MessageBoxDefaultButton.Button1); } }