Esempio n. 1
0
 public void LeerDatoContrato(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paGetContratoAutores",
                              maestro.CODIGO_CONTRATO, maestro.TITULO_OBRA,
                              maestro.ID_PRODUCTO, maestro.NRO_EJEMPLARES_CONT, maestro.NRO_IMPRESIONES,
                              maestro.VALOR_CONTRATO, maestro.ID_MONEDA, maestro.FECHA_ENTREGA_TEXTOS,
                              maestro.OBSERVACION, maestro.FIRMA_TEXTOS, maestro.PAGO_ADELANTADO, maestro.FECHA_PAGO, maestro.VALOR_PAGO, maestro.ERRORES);
 }
 public void LeerDatoContrato(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paGetContratoAutores",
     maestro.CODIGO_CONTRATO, maestro.TITULO_OBRA,
     maestro.ID_PRODUCTO, maestro.NRO_EJEMPLARES_CONT, maestro.NRO_IMPRESIONES,
     maestro.VALOR_CONTRATO, maestro.ID_MONEDA, maestro.FECHA_ENTREGA_TEXTOS,
     maestro.OBSERVACION, maestro.FIRMA_TEXTOS, maestro.PAGO_ADELANTADO, maestro.FECHA_PAGO, maestro.VALOR_PAGO, maestro.ERRORES); 
 }
 public void ExisteCheckProd(ref Maestro maestro)
 {
     Conexion.GDatos.TraerValorOutput("paExisteCheckProd", maestro.CODIGO_CONTRATO, maestro.ID_PRODUCTO, maestro.ID_NUMERO, maestro.ERRORES);
 }
Esempio n. 4
0
 public void DeleteContratos(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paDelContratoAutores",
                              maestro.CODIGO_CONTRATO, maestro.ERRORES);
 }
Esempio n. 5
0
 public DataTable getSalidasResumen(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paResEntregadoAutores", maestro.CODIGO_CONTRATO, maestro.ERRORES));
 }
Esempio n. 6
0
 public DataTable LeeClientesAutores(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paGetClientesAutores", maestro.ERRORES));
 }
Esempio n. 7
0
 public void ExisteCheckProd(ref Maestro maestro)
 {
     Conexion.GDatos.TraerValorOutput("paExisteCheckProd", maestro.CODIGO_CONTRATO, maestro.ID_PRODUCTO, maestro.ID_NUMERO, maestro.ERRORES);
 }
Esempio n. 8
0
 public DataTable LeeAutoresPorContrato(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paGetAutoresPorContrato", maestro.CODIGO_CONTRATO, maestro.ERRORES));
 }
Esempio n. 9
0
 public DataTable LeeIngresosTotales(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paGetIngresosTotales", maestro.ID_PRODUCTO, maestro.ERRORES));
 }
 public void DeleteContratos(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paDelContratoAutores",
       maestro.CODIGO_CONTRATO, maestro.ERRORES);
 }
 public DataTable getSalidasDetalle(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paDetEntregadoAutores", maestro.CODIGO_CONTRATO, maestro.ID_PRODUCTO, maestro.ID_CLIENTE, maestro.ERRORES);
 }
 public DataTable getSalidasResumen(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paResEntregadoAutores", maestro.CODIGO_CONTRATO, maestro.ERRORES);
 }
 public void UpdateClientesAutores(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paUpdateAutoresClientes", maestro.CODIGO_CONTRATO, maestro.ID_AUTOR, maestro.ID_CLIENTE, maestro.ERRORES);
 }
 public DataTable LeeClientesAutores(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paGetClientesAutores", maestro.ERRORES);
 }
 public DataTable LeeAutoresClientes(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paAutoresClientes", maestro.CODIGO_CONTRATO, maestro.ERRORES);
 }
Esempio n. 16
0
 public DataTable LeeProductos(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paGetProdContratos", maestro.CODIGO_CONTRATO));
 }
Esempio n. 17
0
 public DataTable LeeIngresos(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paGetIngresos", maestro.CODIGO_CONTRATO, maestro.ERRORES));
 }
 public DataTable LeeAutores(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("pagetAutores", maestro.CODIGO_CONTRATO);
 }
Esempio n. 19
0
 public void InsProductosPorContrato(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paInsProductosPorContrato", maestro.CODIGO_CONTRATO, maestro.ID_PRODUCTO, maestro.ID_NUMERO, maestro.ERRORES);
 }
 public DataTable LeeProductos(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paGetProdContratos", maestro.CODIGO_CONTRATO);
 }
Esempio n. 21
0
 public void InsAutoresPorContrato(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paInsAutoresPorContrato", maestro.CODIGO_CONTRATO, maestro.ID_AUTOR, maestro.ID_NUMERO, maestro.ERRORES);
 }
 public DataTable LeeIngresos(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paGetIngresos", maestro.CODIGO_CONTRATO, maestro.ERRORES);
 }
Esempio n. 23
0
 public DataTable LeeAutoresClientes(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paAutoresClientes", maestro.CODIGO_CONTRATO, maestro.ERRORES));
 }
 public DataTable LeeIngresosTotales(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paGetIngresosTotales", maestro.ID_PRODUCTO, maestro.ERRORES);
 }
Esempio n. 25
0
 public void UpdateClientesAutores(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paUpdateAutoresClientes", maestro.CODIGO_CONTRATO, maestro.ID_AUTOR, maestro.ID_CLIENTE, maestro.ERRORES);
 }
 public DataTable LeeProductosPorContrato(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paGetProductosPorContrato", maestro.CODIGO_CONTRATO, maestro.ERRORES);
 }
Esempio n. 27
0
 public DataTable getSalidasDetalle(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paDetEntregadoAutores", maestro.CODIGO_CONTRATO, maestro.ID_PRODUCTO, maestro.ID_CLIENTE, maestro.ERRORES));
 }
 public void InsProductosPorContrato(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paInsProductosPorContrato", maestro.CODIGO_CONTRATO, maestro.ID_PRODUCTO, maestro.ID_NUMERO, maestro.ERRORES);
 }
Esempio n. 29
0
 public DataTable LeeAutores(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("pagetAutores", maestro.CODIGO_CONTRATO));
 }
 public void InsAutoresPorContrato(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paInsAutoresPorContrato", maestro.CODIGO_CONTRATO, maestro.ID_AUTOR, maestro.ID_NUMERO, maestro.ERRORES);
 }