paypaltst
This commit is contained in:
4
lib/Dojo/Model/Data/admin/tienda/json/qStore.q
Normal file
4
lib/Dojo/Model/Data/admin/tienda/json/qStore.q
Normal file
@@ -0,0 +1,4 @@
|
||||
select
|
||||
a.id,a.nombre,a.existencia,a.imagen,a.precio,a.activo,a.descripcion,date(a.vigencia) as vigencia,b.nombre as entrega
|
||||
from tienda as a inner join entrega as b where a.entrega_id=b.id
|
||||
and a.id=?;
|
||||
4
lib/Dojo/Model/Data/admin/tienda/json/qUsers.q
Executable file
4
lib/Dojo/Model/Data/admin/tienda/json/qUsers.q
Executable file
@@ -0,0 +1,4 @@
|
||||
select
|
||||
correo,telefono as tel, observacion as obs,date(ultima) as ultima
|
||||
from usuario where id=?;
|
||||
|
||||
3
lib/Dojo/Model/Data/admin/tienda/qStore.q
Normal file
3
lib/Dojo/Model/Data/admin/tienda/qStore.q
Normal file
@@ -0,0 +1,3 @@
|
||||
select
|
||||
id,nombre,existencia,precio,activo
|
||||
from tienda order by id;
|
||||
4
lib/Dojo/Model/Data/admin/tienda/qUsers.q
Executable file
4
lib/Dojo/Model/Data/admin/tienda/qUsers.q
Executable file
@@ -0,0 +1,4 @@
|
||||
select
|
||||
id,usuario,nombre
|
||||
from usuario order by usuario;
|
||||
|
||||
Reference in New Issue
Block a user