From b0a9bd233440cb918e24fe41357b5e8811db0379 Mon Sep 17 00:00:00 2001 From: "SAMBA\\vfalco" Date: Mon, 21 Nov 2016 12:31:00 +0100 Subject: [PATCH] clientes_databasic --- @salix/core/{ => src}/.gitignore | 0 @salix/crud/src/customer/dataBasic/index.html | 49 +++++++++++++------ services/client/server/datasources.json | 3 +- 3 files changed, 35 insertions(+), 17 deletions(-) rename @salix/core/{ => src}/.gitignore (100%) diff --git a/@salix/core/.gitignore b/@salix/core/src/.gitignore similarity index 100% rename from @salix/core/.gitignore rename to @salix/core/src/.gitignore diff --git a/@salix/crud/src/customer/dataBasic/index.html b/@salix/crud/src/customer/dataBasic/index.html index 1ba1ad41b..126c0b1c4 100644 --- a/@salix/crud/src/customer/dataBasic/index.html +++ b/@salix/crud/src/customer/dataBasic/index.html @@ -1,17 +1,36 @@ - - + + -

CLIENTE_ficha resumida

+

CLIENTE_datos básicos

- - - ALIAS - - - - - ID CLIENTE - COMERCIAL - - -
\ No newline at end of file +
+ + + + + + + + + + vn-datepicked FechaAlta + + + + + + + vn-combo COMERCIAL + + + + + + + + + + + + + \ No newline at end of file diff --git a/services/client/server/datasources.json b/services/client/server/datasources.json index 8adff1558..d6caf56d4 100644 --- a/services/client/server/datasources.json +++ b/services/client/server/datasources.json @@ -1,7 +1,6 @@ { "db": { "name": "db", - "connector": "memory", - "file": "db.json" + "connector": "memory" } }