private void form_cargar_datos2(String posicion, String tipdocalt, String numdocalt) { try { var BL = new tb_60movimientoscabBL(); var BE = new tb_60movimientoscab(); var dt = new DataTable(); BE.moduloid = modulo; BE.local = local; BE.tipodoc = tipdocalt.ToString(); if (serdoc.Text.Trim().Length > 0) { BE.serdoc = serdoc.Text.Trim().PadLeft(4, '0'); BE.numdoc = numdocalt.ToString(); } else { if (posicion.Trim().Length > 0) { MessageBox.Show("Seleccionar el Tipo de Documento !!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); } return; } if (numdocalt.ToString().Length > 0) { BE.numdoc = numdocalt.ToString(); } BE.posicion = posicion.Trim(); dt = BL.GetAll_paginacion(EmpresaID, BE).Tables[0]; if (dt.Rows.Count > 0) { data_cbo_tiporeferencia(almacaccionid); fechdoc.Text = dt.Rows[0]["fechdoc"].ToString().Trim(); tipimptoid = dt.Rows[0]["tipimptoid"].ToString().Trim(); direcnume = dt.Rows[0]["direcnume"].ToString().Trim(); incprec = dt.Rows[0]["incprec"].ToString().Trim(); moneda.SelectedValue = dt.Rows[0]["moneda"].ToString().Trim(); txtmoneda.Text = dt.Rows[0]["moneda"].ToString().Trim(); tcamb.Text = dt.Rows[0]["tcamb"].ToString().Trim(); if (dt.Rows[0]["tipimptoid"].ToString().Trim().Length > 0) { tipimptotasa.SelectedValue = dt.Rows[0]["tipimptoid"].ToString().Trim(); } else { tipimptotasa.SelectedIndex = -1; } ctacte.Text = dt.Rows[0]["ctacte"].ToString().Trim(); nmruc.Text = dt.Rows[0]["nmruc"].ToString().Trim(); ctactename.Text = dt.Rows[0]["ctactename"].ToString().Trim(); direc.Text = dt.Rows[0]["direc"].ToString().Trim(); if (dt.Rows[0]["mottrasladointid"].ToString().Trim().Length > 0 && dt.Rows[0]["mottrasladointid"].ToString().Trim() != "00") { mottrasladointid.SelectedValue = dt.Rows[0]["mottrasladointid"].ToString().Trim(); } else { mottrasladointid.SelectedIndex = -1; } direcname.Text = dt.Rows[0]["direcname"].ToString().Trim(); direcdeta.Text = dt.Rows[0]["direcdeta"].ToString().Trim(); if (dt.Rows[0]["tipoperacionid"].ToString().Trim().Length > 0) { tipoperacionid.SelectedValue = dt.Rows[0]["tipoperacionid"].ToString().Trim(); } else { tipoperacionid.SelectedIndex = -1; } if (dt.Rows[0]["motivotrasladoid"].ToString().Trim().Length > 0 & dt.Rows[0]["motivotrasladoid"].ToString().Trim() != "00") { motivotrasladoid.SelectedValue = dt.Rows[0]["motivotrasladoid"].ToString().Trim(); } else { motivotrasladoid.SelectedIndex = -1; } if (dt.Rows[0]["tipref"].ToString().Trim().Length > 0 && dt.Rows[0]["serref"].ToString().Trim().Length > 0) { tipref.SelectedValue = dt.Rows[0]["tipref"].ToString().Trim(); serref.Text = dt.Rows[0]["serref"].ToString().Trim(); var n = dt.Rows[0]["numref"].ToString().Trim(); numdococ1.Text = Equivalencias.Left(n, 4); numdococ.Text = Equivalencias.Right(n, 6); fechref.Format = DateTimePickerFormat.Short; fechref.Text = dt.Rows[0]["fechref"].ToString().Trim(); } else { tipref.SelectedIndex = -1; } if (dt.Rows[0]["serfac"].ToString().Trim().Length > 0 && dt.Rows[0]["numfac"].ToString().Trim().Length > 0) { tipfac.SelectedValue = dt.Rows[0]["tipfac"].ToString().Trim(); serfac.Text = dt.Rows[0]["serfac"].ToString().Trim(); numfac.Text = dt.Rows[0]["numfac"].ToString().Trim(); fechfac.Format = DateTimePickerFormat.Short; fechfac.Text = dt.Rows[0]["fechfac"].ToString().Trim(); } else { tipfac.SelectedIndex = 0; } if (dt.Rows[0]["serguia"].ToString().Trim().Length > 0 && dt.Rows[0]["numguia"].ToString().Trim().Length > 0) { serguia.Text = dt.Rows[0]["serguia"].ToString().Trim(); numguia.Text = dt.Rows[0]["numguia"].ToString().Trim(); fechguia.Format = DateTimePickerFormat.Short; fechguia.Text = dt.Rows[0]["fechguia"].ToString().Trim(); } if (dt.Rows[0]["sernotac"].ToString().Trim().Length > 0 && dt.Rows[0]["numnotac"].ToString().Trim().Length > 0) { sernotac.Text = dt.Rows[0]["sernotac"].ToString().Trim(); numnotac.Text = dt.Rows[0]["numnotac"].ToString().Trim(); fechnotac.Format = DateTimePickerFormat.Short; fechnotac.Text = dt.Rows[0]["fechnotac"].ToString().Trim(); } if (dt.Rows[0]["ser_op"].ToString().Trim().Length > 0 && dt.Rows[0]["num_op"].ToString().Trim().Length > 0) { ser_op.Text = dt.Rows[0]["ser_op"].ToString().Trim(); num_op.Text = dt.Rows[0]["num_op"].ToString().Trim(); } ValidaCentroCosto(dt.Rows[0]["cencosid"].ToString(), true); estacion.Text = dt.Rows[0]["estacion"].ToString(); ValidaPersona(dt.Rows[0]["perdni"].ToString(), true); if (dt.Rows[0]["fechentrega"].ToString().Trim().Substring(0, 10) != "01/01/1900") { fechentrega.Format = DateTimePickerFormat.Short; fechentrega.Text = dt.Rows[0]["fechentrega"].ToString().Trim(); } if (dt.Rows[0]["fechpago"].ToString().Trim().Substring(0, 10) != "01/01/1900") { fechpago.Format = DateTimePickerFormat.Short; fechpago.Text = dt.Rows[0]["fechpago"].ToString().Trim(); } ValidaTransportista(dt.Rows[0]["transpid"].ToString(), false); ddnni.Text = dt.Rows[0]["ddnni"].ToString().Trim(); itemsT.Text = dt.Rows[0]["items"].ToString().Trim(); totpzas.Text = dt.Rows[0]["totpzas"].ToString().Trim(); bruto.Text = dt.Rows[0]["bruto"].ToString().Trim(); totdscto1.Text = dt.Rows[0]["totdscto1"].ToString().Trim(); valventa.Text = dt.Rows[0]["valventa"].ToString().Trim(); totimpto.Text = dt.Rows[0]["totimpto"].ToString().Trim(); totimporte.Text = dt.Rows[0]["totimporte"].ToString().Trim(); glosa.Text = dt.Rows[0]["glosa"].ToString().Trim(); DetalleMovimiento(tipdocalt.ToString(), numdocalt.ToString()); } } catch (Exception ex) { MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); } }
private void form_cargar_datos(String posicion) { try { limpiar_documento(); var BL = new tb_60movimientoscabBL(); var BE = new tb_60movimientoscab(); var dt = new DataTable(); BE.moduloid = modulo; BE.local = local; BE.tipodoc = tipodoc.SelectedValue.ToString().Trim(); if (serdoc.Text.Trim().Length > 0) { BE.serdoc = serdoc.Text.Trim().PadLeft(4, '0'); BE.numdoc = numdoc.Text.Trim().PadLeft(10, '0'); } else { if (posicion.Trim().Length > 0) { MessageBox.Show("Seleccionar el Tipo de Documento !!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); } return; } if (numdoc.Text.Trim().Length > 0) { BE.numdoc = numdoc.Text.Trim().PadLeft(10, '0'); } BE.posicion = posicion.Trim(); dt = BL.GetAll_paginacion(EmpresaID, BE).Tables[0]; if (dt.Rows.Count > 0) { ssModo = "EDIT"; data_cbo_tiporeferencia(almacaccionid); serdoc.Text = dt.Rows[0]["serdoc"].ToString().Trim(); numdoc.Text = dt.Rows[0]["numdoc"].ToString().Trim(); fechdoc.Text = dt.Rows[0]["fechdoc"].ToString().Trim(); tipimptoid = dt.Rows[0]["tipimptoid"].ToString().Trim(); direcnume = dt.Rows[0]["direcnume"].ToString().Trim(); incprec = dt.Rows[0]["incprec"].ToString().Trim(); moneda.SelectedValue = dt.Rows[0]["moneda"].ToString().Trim(); tcamb.Text = dt.Rows[0]["tcamb"].ToString().Trim(); if (dt.Rows[0]["moneda"].ToString().Trim() == "S") { txtmoneda.Text = "S/."; } else { txtmoneda.Text = "US$"; } if (dt.Rows[0]["tipimptoid"].ToString().Trim().Length > 0) { tipimptotasa.SelectedValue = dt.Rows[0]["tipimptoid"].ToString().Trim(); } else { tipimptotasa.SelectedIndex = -1; } ctacte.Text = dt.Rows[0]["ctacte"].ToString().Trim(); nmruc.Text = dt.Rows[0]["nmruc"].ToString().Trim(); ctactename.Text = dt.Rows[0]["ctactename"].ToString().Trim(); direc.Text = dt.Rows[0]["direc"].ToString().Trim(); if (dt.Rows[0]["mottrasladointid"].ToString().Trim().Length > 0 && dt.Rows[0]["mottrasladointid"].ToString().Trim() != "00") { mottrasladointid.SelectedValue = dt.Rows[0]["mottrasladointid"].ToString().Trim(); } else { mottrasladointid.SelectedIndex = -1; } direcname.Text = dt.Rows[0]["direcname"].ToString().Trim(); direcdeta.Text = dt.Rows[0]["direcdeta"].ToString().Trim(); if (dt.Rows[0]["tipoperacionid"].ToString().Trim().Length > 0) { tipoperacionid.SelectedValue = dt.Rows[0]["tipoperacionid"].ToString().Trim(); } else { tipoperacionid.SelectedIndex = -1; } if (dt.Rows[0]["motivotrasladoid"].ToString().Trim().Length > 0 & dt.Rows[0]["motivotrasladoid"].ToString().Trim() != "00") { motivotrasladoid.SelectedValue = dt.Rows[0]["motivotrasladoid"].ToString().Trim(); } else { motivotrasladoid.SelectedIndex = -1; } if (dt.Rows[0]["tipref"].ToString().Trim().Length > 0 && dt.Rows[0]["serref"].ToString().Trim().Length > 0) { tipref.SelectedValue = dt.Rows[0]["tipref"].ToString().Trim(); serref.Text = dt.Rows[0]["serref"].ToString().Trim(); var n = dt.Rows[0]["numref"].ToString().Trim(); numdococ1.Text = Equivalencias.Left(n, 4); numdococ.Text = Equivalencias.Right(n, 6); fechref.Format = DateTimePickerFormat.Short; fechref.Text = dt.Rows[0]["fechref"].ToString().Trim(); } else { tipref.SelectedIndex = -1; } if (dt.Rows[0]["serfac"].ToString().Trim().Length > 0 && dt.Rows[0]["numfac"].ToString().Trim().Length > 0) { tipfac.SelectedValue = dt.Rows[0]["tipfac"].ToString().Trim(); serfac.Text = dt.Rows[0]["serfac"].ToString().Trim(); numfac.Text = dt.Rows[0]["numfac"].ToString().Trim(); fechfac.Format = DateTimePickerFormat.Short; fechfac.Text = dt.Rows[0]["fechfac"].ToString().Trim(); } else { tipfac.SelectedIndex = 0; } if (dt.Rows[0]["serguia"].ToString().Trim().Length > 0 && dt.Rows[0]["numguia"].ToString().Trim().Length > 0) { serguia.Text = dt.Rows[0]["serguia"].ToString().Trim(); numguia.Text = dt.Rows[0]["numguia"].ToString().Trim(); fechguia.Format = DateTimePickerFormat.Short; fechguia.Text = dt.Rows[0]["fechguia"].ToString().Trim(); } if (dt.Rows[0]["sernotac"].ToString().Trim().Length > 0 && dt.Rows[0]["numnotac"].ToString().Trim().Length > 0) { sernotac.Text = dt.Rows[0]["sernotac"].ToString().Trim(); numnotac.Text = dt.Rows[0]["numnotac"].ToString().Trim(); fechnotac.Format = DateTimePickerFormat.Short; fechnotac.Text = dt.Rows[0]["fechnotac"].ToString().Trim(); } if (dt.Rows[0]["ser_op"].ToString().Trim().Length > 0 && dt.Rows[0]["num_op"].ToString().Trim().Length > 0) { ser_op.Text = dt.Rows[0]["ser_op"].ToString().Trim(); num_op.Text = dt.Rows[0]["num_op"].ToString().Trim(); } ValidaCentroCosto(dt.Rows[0]["cencosid"].ToString(), true); ValidaPersona(dt.Rows[0]["perdni"].ToString(), true); if (dt.Rows[0]["fechentrega"].ToString().Trim().Substring(0, 10) != "01/01/1900") { fechentrega.Format = DateTimePickerFormat.Short; fechentrega.Text = dt.Rows[0]["fechentrega"].ToString().Trim(); } if (dt.Rows[0]["fechpago"].ToString().Trim().Substring(0, 10) != "01/01/1900") { fechpago.Format = DateTimePickerFormat.Short; fechpago.Text = dt.Rows[0]["fechpago"].ToString().Trim(); } ValidaTransportista(dt.Rows[0]["transpid"].ToString(), false); ddnni.Text = dt.Rows[0]["ddnni"].ToString().Trim(); itemsT.Text = dt.Rows[0]["items"].ToString().Trim(); totpzas.Text = dt.Rows[0]["totpzas"].ToString().Trim(); bruto.Text = dt.Rows[0]["bruto"].ToString().Trim(); totdscto1.Text = dt.Rows[0]["totdscto1"].ToString().Trim(); valventa.Text = dt.Rows[0]["valventa"].ToString().Trim(); totimpto.Text = dt.Rows[0]["totimpto"].ToString().Trim(); totimporte.Text = dt.Rows[0]["totimporte"].ToString().Trim(); glosa.Text = dt.Rows[0]["glosa"].ToString().Trim(); data_Tabladetallemovmov(); if (dt.Rows[0]["status"].ToString().Trim() != "9") { btn_editar.Enabled = true; btn_eliminar.Enabled = true; btn_imprimir.Enabled = true; btn_noval.Enabled = true; btn_imprimir_resum.Enabled = true; btn_primero.Enabled = true; btn_anterior.Enabled = true; btn_siguiente.Enabled = true; btn_ultimo.Enabled = true; btn_buscar.Enabled = true; btn_salir.Enabled = true; griddetallemov.Focus(); griddetallemov.Rows[0].Selected = false; pdtimagen.Visible = false; } else { ssModo = "ANULADO"; txt_status.Text = "ANULADO"; pdtimagen.Visible = true; btn_editar.Enabled = false; btn_eliminar.Enabled = false; btn_imprimir.Enabled = true; btn_noval.Enabled = true; btn_imprimir_resum.Enabled = true; btn_primero.Enabled = true; btn_anterior.Enabled = true; btn_siguiente.Enabled = true; btn_ultimo.Enabled = true; btn_buscar.Enabled = true; btn_salir.Enabled = true; } } } catch (Exception ex) { MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); } }