clientes_databasic

This commit is contained in:
SAMBA\vfalco 2016-11-21 12:31:00 +01:00
parent 7e519cc0a1
commit b0a9bd2334
3 changed files with 35 additions and 17 deletions

View File

@ -1,17 +1,36 @@
<vn-horizontal>
<vn-vertical>
<vn-vertical full-height pad-medium>
<vn-horizontal>
<vn-one>
<h2>CLIENTE_ficha resumida</h2>
<h3>CLIENTE_datos básicos</h3>
</vn-one>
<vn-horizontal>
<vn-one>
<vn-text>ALIAS</vn-text>
</vn-one>
</vn-horizontal >
<vn-horizontal>
<vn-two>
<vn-text>ID CLIENTE</vn-text>
<vn-text>COMERCIAL</vn-text>
</vn-two>
</vn-horizontal>
</vn-horizontal>
</vn-horizontal>
<vn-horizontal>
<vn-two>
<vn-textfield label="ALIAS" name"alias" model="customer.fechaalta" ></vn-textfield>
<vn-textfield label="NIF/CIF" name="nif" model="customer.nif" pad-medium ></vn-textfield>
</vn-two>
</vn-horizontal>
<vn-horizontal>
<vn-two>
<vn-textfield label="RAZÓN SOCIAL" name"razonsocial" model="customer.alias"></vn-textfield>
<span pad-medim>vn-datepicked FechaAlta</span>
</vn-two>
</vn-horizontal>
<vn-horizontal>
<vn-three>
<vn-textfield label="CONTACTO" name="contacto" model="customer.contact"></vn-textfield>
<vn-textfield label="TELÉFONO" name="telefono" model="customer.phone" pad-medium></vn-textfield>
<span pad-medium>vn-combo COMERCIAL</span>
</vn-tree>
</vn-horizontal>
<vn-horizontal>
<vn-one>
<vn-textfield label="CALIDAD" name="calidad" model="customer.calidad"></vn-textfield>
</vn-one>
</vn-horizontal>
<vn-horizontal>
<vn-one>
<vn-button class="colored" text="GUARDAR"></vn-button>
</vn-one>
</vn-horizontal>
</vn-vertical>

View File

@ -1,7 +1,6 @@
{
"db": {
"name": "db",
"connector": "memory",
"file": "db.json"
"connector": "memory"
}
}