|
|
@ -61,6 +61,7 @@
|
|
|
|
constraint="@load(vm.constriant)"
|
|
|
|
constraint="@load(vm.constriant)"
|
|
|
|
value="@bind(fx.numser)"
|
|
|
|
value="@bind(fx.numser)"
|
|
|
|
placeholder="${labels.NotYetFilled}..."
|
|
|
|
placeholder="${labels.NotYetFilled}..."
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
readonly="true" />
|
|
|
|
readonly="true" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -81,6 +82,7 @@
|
|
|
|
id="idOrderTotal"
|
|
|
|
id="idOrderTotal"
|
|
|
|
readonly="true"
|
|
|
|
readonly="true"
|
|
|
|
width="150px"
|
|
|
|
width="150px"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.total) @converter(vm.standardBigDecimalConverter)" />
|
|
|
|
value="@bind(fx.total) @converter(vm.standardBigDecimalConverter)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -111,6 +113,7 @@
|
|
|
|
id="idOrderDescription"
|
|
|
|
id="idOrderDescription"
|
|
|
|
width="100%"
|
|
|
|
width="100%"
|
|
|
|
rows="5"
|
|
|
|
rows="5"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthDescription)"
|
|
|
|
value="@bind(fx.description)" />
|
|
|
|
value="@bind(fx.description)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -177,12 +180,14 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idSuppIC"
|
|
|
|
id="idSuppIC"
|
|
|
|
value="@bind(fx.suplier.ic)"
|
|
|
|
value="@bind(fx.suplier.ic)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
instant="true" />
|
|
|
|
instant="true" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormDIC} :</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormDIC} :</cell>
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idSuppDIC"
|
|
|
|
id="idSuppDIC"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.suplier.dic)" />
|
|
|
|
value="@bind(fx.suplier.dic)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -192,6 +197,7 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idSuppDepartment"
|
|
|
|
id="idSuppDepartment"
|
|
|
|
value="@bind(fx.suplier.department)"
|
|
|
|
value="@bind(fx.suplier.department)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormContact} :</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormContact} :</cell>
|
|
|
@ -199,6 +205,7 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idSuppContactName"
|
|
|
|
id="idSuppContactName"
|
|
|
|
value="@bind(fx.suplier.contactName)"
|
|
|
|
value="@bind(fx.suplier.contactName)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -208,12 +215,14 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idSuppStreet"
|
|
|
|
id="idSuppStreet"
|
|
|
|
value="@bind(fx.suplier.street)"
|
|
|
|
value="@bind(fx.suplier.street)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormNo} :</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormNo} :</cell>
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idSuppHouseNumber"
|
|
|
|
id="idSuppHouseNumber"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.suplier.houseNumber)" />
|
|
|
|
value="@bind(fx.suplier.houseNumber)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -223,12 +232,14 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idSuppCity"
|
|
|
|
id="idSuppCity"
|
|
|
|
value="@bind(fx.suplier.city)"
|
|
|
|
value="@bind(fx.suplier.city)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormZIP} :</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormZIP} :</cell>
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idSuppZIP"
|
|
|
|
id="idSuppZIP"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.suplier.zipCode)" />
|
|
|
|
value="@bind(fx.suplier.zipCode)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -237,6 +248,7 @@
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idSuppPhone"
|
|
|
|
id="idSuppPhone"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.suplier.phone)" />
|
|
|
|
value="@bind(fx.suplier.phone)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormEmail} :</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormEmail} :</cell>
|
|
|
@ -244,6 +256,7 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idSuppEmail"
|
|
|
|
id="idSuppEmail"
|
|
|
|
value="@bind(fx.suplier.email)"
|
|
|
|
value="@bind(fx.suplier.email)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -253,6 +266,7 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idSuppWWW"
|
|
|
|
id="idSuppWWW"
|
|
|
|
value="@bind(fx.suplier.web)"
|
|
|
|
value="@bind(fx.suplier.web)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -297,12 +311,14 @@
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idDeliveryIC"
|
|
|
|
id="idDeliveryIC"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.deliveryAddress.ic)" />
|
|
|
|
value="@bind(fx.deliveryAddress.ic)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormDIC} :</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormDIC} :</cell>
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idDeliveryDIC"
|
|
|
|
id="idDeliveryDIC"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.deliveryAddress.dic)" />
|
|
|
|
value="@bind(fx.deliveryAddress.dic)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -311,6 +327,7 @@
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idDeliveryDepartment"
|
|
|
|
id="idDeliveryDepartment"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.deliveryAddress.department)"
|
|
|
|
value="@bind(fx.deliveryAddress.department)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
@ -319,6 +336,7 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idDeliveryContactName"
|
|
|
|
id="idDeliveryContactName"
|
|
|
|
value="@bind(fx.deliveryAddress.contactName)"
|
|
|
|
value="@bind(fx.deliveryAddress.contactName)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -328,12 +346,14 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idDeliveryStreet"
|
|
|
|
id="idDeliveryStreet"
|
|
|
|
value="@bind(fx.deliveryAddress.street)"
|
|
|
|
value="@bind(fx.deliveryAddress.street)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormNo} :</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormNo} :</cell>
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idDeliveryHouseNumber"
|
|
|
|
id="idDeliveryHouseNumber"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.deliveryAddress.houseNumber)" />
|
|
|
|
value="@bind(fx.deliveryAddress.houseNumber)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -343,12 +363,14 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idDeliveryCity"
|
|
|
|
id="idDeliveryCity"
|
|
|
|
value="@bind(fx.deliveryAddress.city)"
|
|
|
|
value="@bind(fx.deliveryAddress.city)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormZIP} :</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormZIP} :</cell>
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idDeliveryZIP"
|
|
|
|
id="idDeliveryZIP"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.deliveryAddress.zipCode)" />
|
|
|
|
value="@bind(fx.deliveryAddress.zipCode)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -357,6 +379,7 @@
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idDeliveryPhone"
|
|
|
|
id="idDeliveryPhone"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.deliveryAddress.phone)" />
|
|
|
|
value="@bind(fx.deliveryAddress.phone)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormEmail} :</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormEmail} :</cell>
|
|
|
@ -364,6 +387,7 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idDeliveryEmail"
|
|
|
|
id="idDeliveryEmail"
|
|
|
|
value="@bind(fx.deliveryAddress.email)"
|
|
|
|
value="@bind(fx.deliveryAddress.email)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -373,6 +397,7 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idDeliveryWWW"
|
|
|
|
id="idDeliveryWWW"
|
|
|
|
value="@bind(fx.deliveryAddress.web)"
|
|
|
|
value="@bind(fx.deliveryAddress.web)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -400,6 +425,7 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idInvoiceCompany"
|
|
|
|
id="idInvoiceCompany"
|
|
|
|
value="@bind(fx.address.company)"
|
|
|
|
value="@bind(fx.address.company)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -408,12 +434,14 @@
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idInvoiceIC"
|
|
|
|
id="idInvoiceIC"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.address.ic)" />
|
|
|
|
value="@bind(fx.address.ic)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormDIC} :</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormDIC} :</cell>
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idInvoiceDIC"
|
|
|
|
id="idInvoiceDIC"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.address.dic)" />
|
|
|
|
value="@bind(fx.address.dic)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -423,6 +451,7 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idInvoiceDepartment"
|
|
|
|
id="idInvoiceDepartment"
|
|
|
|
value="@bind(fx.address.department)"
|
|
|
|
value="@bind(fx.address.department)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormContact} :</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormContact} :</cell>
|
|
|
@ -430,6 +459,7 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idInvoiceContactName"
|
|
|
|
id="idInvoiceContactName"
|
|
|
|
value="@bind(fx.address.contactName)"
|
|
|
|
value="@bind(fx.address.contactName)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -439,12 +469,14 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idInvoiceStreet"
|
|
|
|
id="idInvoiceStreet"
|
|
|
|
value="@bind(fx.address.street)"
|
|
|
|
value="@bind(fx.address.street)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormNo} :</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormNo} :</cell>
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idInvoiceHouseNumber"
|
|
|
|
id="idInvoiceHouseNumber"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.address.houseNumber)" />
|
|
|
|
value="@bind(fx.address.houseNumber)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -454,12 +486,14 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idInvoiceCity"
|
|
|
|
id="idInvoiceCity"
|
|
|
|
value="@bind(fx.address.city)"
|
|
|
|
value="@bind(fx.address.city)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormZIP} :</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormZIP} :</cell>
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idInvoiceZIP"
|
|
|
|
id="idInvoiceZIP"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.address.zipCode)" />
|
|
|
|
value="@bind(fx.address.zipCode)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -468,6 +502,7 @@
|
|
|
|
<cell>
|
|
|
|
<cell>
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idInvoicePhone"
|
|
|
|
id="idInvoicePhone"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(fx.address.phone)" />
|
|
|
|
value="@bind(fx.address.phone)" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormEmail} :</cell>
|
|
|
|
<cell sclass="row-title">${labels.SuppliersFormEmail} :</cell>
|
|
|
@ -475,6 +510,7 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idInvoiceEmail"
|
|
|
|
id="idInvoiceEmail"
|
|
|
|
value="@bind(fx.address.email)"
|
|
|
|
value="@bind(fx.address.email)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -484,6 +520,7 @@
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
|
id="idInvoiceWWW"
|
|
|
|
id="idInvoiceWWW"
|
|
|
|
value="@bind(fx.address.web)"
|
|
|
|
value="@bind(fx.address.web)"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
width="100%" />
|
|
|
|
width="100%" />
|
|
|
|
</cell>
|
|
|
|
</cell>
|
|
|
|
</row>
|
|
|
|
</row>
|
|
|
@ -550,6 +587,7 @@
|
|
|
|
readonly="true"
|
|
|
|
readonly="true"
|
|
|
|
onFocus="@command('onFocusItem', item=each, ctrl=self)"
|
|
|
|
onFocus="@command('onFocusItem', item=each, ctrl=self)"
|
|
|
|
onChange="@command('recalculate', form=fx, changed='quantity')"
|
|
|
|
onChange="@command('recalculate', form=fx, changed='quantity')"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(each.quantity) @converter(vm.standardBigDecimalConverter)" />
|
|
|
|
value="@bind(each.quantity) @converter(vm.standardBigDecimalConverter)" />
|
|
|
|
</listcell>
|
|
|
|
</listcell>
|
|
|
|
<listcell label="@load(each.munit.name)" />
|
|
|
|
<listcell label="@load(each.munit.name)" />
|
|
|
@ -560,6 +598,7 @@
|
|
|
|
readonly="${not sec:isAllGranted('ROLE_ADMIN')}"
|
|
|
|
readonly="${not sec:isAllGranted('ROLE_ADMIN')}"
|
|
|
|
onFocus="@command('onFocusItem', item=each, ctrl=self)"
|
|
|
|
onFocus="@command('onFocusItem', item=each, ctrl=self)"
|
|
|
|
onChange="@command('recalculate', form=fx, changed='unitPrice')"
|
|
|
|
onChange="@command('recalculate', form=fx, changed='unitPrice')"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(each.unitPrice) @converter(vm.standardBigDecimalConverter)" />
|
|
|
|
value="@bind(each.unitPrice) @converter(vm.standardBigDecimalConverter)" />
|
|
|
|
</listcell>
|
|
|
|
</listcell>
|
|
|
|
<listcell>
|
|
|
|
<listcell>
|
|
|
@ -569,6 +608,7 @@
|
|
|
|
readonly="${not sec:isAllGranted('ROLE_ADMIN')}"
|
|
|
|
readonly="${not sec:isAllGranted('ROLE_ADMIN')}"
|
|
|
|
onFocus="@command('onFocusItem', item=each, ctrl=self)"
|
|
|
|
onFocus="@command('onFocusItem', item=each, ctrl=self)"
|
|
|
|
onChange="@command('recalculate', form=fx, changed='total')"
|
|
|
|
onChange="@command('recalculate', form=fx, changed='total')"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
value="@bind(each.total) @converter(vm.standardBigDecimalConverter)" />
|
|
|
|
value="@bind(each.total) @converter(vm.standardBigDecimalConverter)" />
|
|
|
|
</listcell>
|
|
|
|
</listcell>
|
|
|
|
<listcell label="@load(each.description)" />
|
|
|
|
<listcell label="@load(each.description)" />
|
|
|
|