Exemplo 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);
 }
Exemplo n.º 4
0
 public void DeleteContratos(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paDelContratoAutores",
                              maestro.CODIGO_CONTRATO, maestro.ERRORES);
 }
Exemplo n.º 5
0
 public DataTable getSalidasResumen(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paResEntregadoAutores", maestro.CODIGO_CONTRATO, maestro.ERRORES));
 }
Exemplo n.º 6
0
 public DataTable LeeClientesAutores(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paGetClientesAutores", maestro.ERRORES));
 }
Exemplo n.º 7
0
 public void ExisteCheckProd(ref Maestro maestro)
 {
     Conexion.GDatos.TraerValorOutput("paExisteCheckProd", maestro.CODIGO_CONTRATO, maestro.ID_PRODUCTO, maestro.ID_NUMERO, maestro.ERRORES);
 }
Exemplo n.º 8
0
 public DataTable LeeAutoresPorContrato(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paGetAutoresPorContrato", maestro.CODIGO_CONTRATO, maestro.ERRORES));
 }
Exemplo n.º 9
0
 public DataTable LeeIngresosTotales(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paGetIngresosTotales", maestro.ID_PRODUCTO, maestro.ERRORES));
 }
Exemplo n.º 10
0
 public void DeleteContratos(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paDelContratoAutores",
       maestro.CODIGO_CONTRATO, maestro.ERRORES);
 }
Exemplo n.º 11
0
 public DataTable getSalidasDetalle(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paDetEntregadoAutores", maestro.CODIGO_CONTRATO, maestro.ID_PRODUCTO, maestro.ID_CLIENTE, maestro.ERRORES);
 }
Exemplo n.º 12
0
 public DataTable getSalidasResumen(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paResEntregadoAutores", maestro.CODIGO_CONTRATO, maestro.ERRORES);
 }
Exemplo n.º 13
0
 public void UpdateClientesAutores(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paUpdateAutoresClientes", maestro.CODIGO_CONTRATO, maestro.ID_AUTOR, maestro.ID_CLIENTE, maestro.ERRORES);
 }
Exemplo n.º 14
0
 public DataTable LeeClientesAutores(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paGetClientesAutores", maestro.ERRORES);
 }
Exemplo n.º 15
0
 public DataTable LeeAutoresClientes(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paAutoresClientes", maestro.CODIGO_CONTRATO, maestro.ERRORES);
 }
Exemplo n.º 16
0
 public DataTable LeeProductos(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paGetProdContratos", maestro.CODIGO_CONTRATO));
 }
Exemplo n.º 17
0
 public DataTable LeeIngresos(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paGetIngresos", maestro.CODIGO_CONTRATO, maestro.ERRORES));
 }
Exemplo n.º 18
0
 public DataTable LeeAutores(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("pagetAutores", maestro.CODIGO_CONTRATO);
 }
Exemplo n.º 19
0
 public void InsProductosPorContrato(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paInsProductosPorContrato", maestro.CODIGO_CONTRATO, maestro.ID_PRODUCTO, maestro.ID_NUMERO, maestro.ERRORES);
 }
Exemplo n.º 20
0
 public DataTable LeeProductos(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paGetProdContratos", maestro.CODIGO_CONTRATO);
 }
Exemplo n.º 21
0
 public void InsAutoresPorContrato(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paInsAutoresPorContrato", maestro.CODIGO_CONTRATO, maestro.ID_AUTOR, maestro.ID_NUMERO, maestro.ERRORES);
 }
Exemplo n.º 22
0
 public DataTable LeeIngresos(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paGetIngresos", maestro.CODIGO_CONTRATO, maestro.ERRORES);
 }
Exemplo n.º 23
0
 public DataTable LeeAutoresClientes(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paAutoresClientes", maestro.CODIGO_CONTRATO, maestro.ERRORES));
 }
Exemplo n.º 24
0
 public DataTable LeeIngresosTotales(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paGetIngresosTotales", maestro.ID_PRODUCTO, maestro.ERRORES);
 }
Exemplo n.º 25
0
 public void UpdateClientesAutores(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paUpdateAutoresClientes", maestro.CODIGO_CONTRATO, maestro.ID_AUTOR, maestro.ID_CLIENTE, maestro.ERRORES);
 }
Exemplo n.º 26
0
 public DataTable LeeProductosPorContrato(Maestro maestro)
 {
     return Conexion.GDatos.TraerDataTable("paGetProductosPorContrato", maestro.CODIGO_CONTRATO, maestro.ERRORES);
 }
Exemplo n.º 27
0
 public DataTable getSalidasDetalle(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("paDetEntregadoAutores", maestro.CODIGO_CONTRATO, maestro.ID_PRODUCTO, maestro.ID_CLIENTE, maestro.ERRORES));
 }
Exemplo n.º 28
0
 public void InsProductosPorContrato(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paInsProductosPorContrato", maestro.CODIGO_CONTRATO, maestro.ID_PRODUCTO, maestro.ID_NUMERO, maestro.ERRORES);
 }
Exemplo n.º 29
0
 public DataTable LeeAutores(Maestro maestro)
 {
     return(Conexion.GDatos.TraerDataTable("pagetAutores", maestro.CODIGO_CONTRATO));
 }
Exemplo n.º 30
0
 public void InsAutoresPorContrato(Maestro maestro)
 {
     Conexion.GDatos.Ejecutar("paInsAutoresPorContrato", maestro.CODIGO_CONTRATO, maestro.ID_AUTOR, maestro.ID_NUMERO, maestro.ERRORES);
 }