Merge
This commit is contained in:
commit
5b527045f2
|
@ -1,4 +1,4 @@
|
|||
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
|
||||
<input class="*[className]*" type="*[type]*" name="*[name]*" ng-model="*[model]*" rule="*[rule]*" *[enabled]* *[focus]*>
|
||||
<label class="mdl-textfield__label" translate>*[label]*</label>
|
||||
</div>
|
||||
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
|
||||
<input class="*[className]*" type="*[type]*" name="*[name]*" ng-model="*[model]*" rule="*[rule]*" *[enabled]* *[focus]*>
|
||||
<label class="mdl-textfield__label" translate>*[label]*</label>
|
||||
</div>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<form ng-submit="basicData.submit()" pad-large>
|
||||
<form name="form" ng-submit="form.$valid && basicData.submit()" pad-large>
|
||||
<vn-title>Datos básicos</vn-title>
|
||||
<vn-horizontal>
|
||||
<vn-textfield vn-one label="Nombre" field="basicData.client.name" focus></vn-textfield>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
<form ng-submit="fiscal.submit()" pad-large>
|
||||
<form name="form" ng-submit="form.$valid && fiscal.submit()" pad-large>
|
||||
<vn-title>Datos fiscales y de facturación</vn-title>
|
||||
<vn-horizontal>
|
||||
<vn-check vn-one label="Cliente activo" field="fiscal.client.active"></vn-check>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<form ng-submit="note.submit()" pad-large>
|
||||
<form name="form" ng-submit="form.$valid && note.submit()" pad-large>
|
||||
<vn-title>Notas</vn-title>
|
||||
<vn-textfield label="Notas" class="padd-medium-top" field="note.model.notes"></vn-textfield>
|
||||
<vn-submit label="Guardar"></vn-submit>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="mdl-menu mdl-js-menu mdl-menu--bottom-left user-menu" pad-medium for="searchbar" style="width:600px">
|
||||
<form ng-submit="search.submit()" pad-large>
|
||||
<form name="form" ng-submit="form.$valid && search.submit()" pad-large>
|
||||
<vn-horizontal>
|
||||
<vn-textfield vn-one label="Id Cliente" field="search.model.id"></vn-textfield>
|
||||
<vn-textfield vn-one label="NIF/CIF" field="search.model.fi"></vn-textfield>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<form ng-submit="web.submit()" pad-large>
|
||||
<form name="form" ng-submit="form.$valid && web.submit()" pad-large>
|
||||
<vn-title>Acceso Web</vn-title>
|
||||
<vn-check label="Acceso web activo" field="web.client.active"></vn-check>
|
||||
<vn-textfield label="Usuario" class="padd-medium-top" field="web.client.user" focus></vn-textfield>
|
||||
|
|
2
db.json
2
db.json
|
@ -14,7 +14,7 @@
|
|||
"NUf7o684TmteojFX9KmPOpaDLthjP5Def4wuy83Yjv31i43HHiWgV3FyBp6pX8Ue": "{\"id\":\"NUf7o684TmteojFX9KmPOpaDLthjP5Def4wuy83Yjv31i43HHiWgV3FyBp6pX8Ue\",\"ttl\":1209600,\"created\":\"2016-11-21T11:06:11.113Z\",\"userId\":1}"
|
||||
},
|
||||
"Client": {
|
||||
"12": "{\"name\":\"fa\",\"id\":12,\"fi\":\"1111111111\",\"salesPerson\":\"2\",\"telefono\":\"654654654\",\"socialName\":\"asdfasdfasdf\",\"active\":true,\"user\":\"gva\",\"fax\":\"hn\",\"phone\":\"45745675\",\"email\":\"asdf@osij.com\",\"surcharge\":true,\"cyc\":\"2345\",\"credit\":1000,\"iban\":\"2352345234523452345\",\"street\":\"asdfasdf\",\"city\":\"algemesi\",\"postcode\":\"46680\",\"mobile\":\"654654654\",\"dueDay\":\"4\",\"gestdoc\":\"23452343\"}",
|
||||
"12": "{\"name\":\"Vicente Falco\",\"id\":12,\"fi\":\"232323\",\"salesPerson\":\"2\",\"telefono\":\"654654654\",\"socialName\":\"23232323\",\"active\":true,\"user\":\"gva\",\"fax\":\"hn\",\"phone\":\"45745675\",\"email\":\"asdf@osij.com\",\"surcharge\":true,\"cyc\":2345,\"credit\":1000,\"iban\":\"2352345234523452345\",\"street\":\"12121212\",\"city\":\"algemesi\",\"postcode\":\"46680\",\"mobile\":\"654654654\",\"dueDay\":4,\"gestdoc\":23452343}",
|
||||
"14": "{\"name\":\"cliente f\",\"id\":14,\"street\":\"Aaaaaaaaaa\",\"fi\":\"20420\",\"socialName\":\"sdfg\",\"fax\":\"sdfg\",\"dischargeDate\":\"sdfg\",\"telefono\":\"sdfg\",\"salesPerson\":\"2\",\"email\":\"sdfg\",\"city\":\"asdf\",\"postcode\":\"asdf\",\"phone\":\"asdf\",\"mobile\":\"asdf\",\"credit\":2345,\"cyc\":123,\"iban\":\"asdf\",\"dueDay\":345,\"gestdoc\":2435,\"surcharge\":true}"
|
||||
},
|
||||
"PaymentMethod": {
|
||||
|
|
|
@ -14,3 +14,11 @@
|
|||
2017/01/02 13:00:51 [notice] 12020#492: signal process started
|
||||
2017/01/02 13:01:46 [notice] 9952#2156: signal process started
|
||||
2017/01/02 13:02:34 [notice] 7640#11040: signal process started
|
||||
2017/01/02 13:50:13 [notice] 9664#12012: signal process started
|
||||
2017/01/02 13:52:56 [notice] 9852#896: signal process started
|
||||
2017/01/02 13:55:03 [notice] 9276#9396: signal process started
|
||||
2017/01/02 14:59:17 [notice] 5308#5320: signal process started
|
||||
2017/01/03 09:01:30 [notice] 11600#11856: signal process started
|
||||
2017/01/03 09:03:51 [notice] 12180#7128: signal process started
|
||||
2017/01/03 09:10:23 [notice] 10312#10316: signal process started
|
||||
2017/01/03 09:10:23 [error] 10312#10316: OpenEvent("Global\ngx_stop_7928") failed (2: FormatMessage() error:(15100))
|
||||
|
|
Loading…
Reference in New Issue