|
|
@ -32,6 +32,10 @@
|
|
|
|
<listhead menupopup="auto">
|
|
|
|
<listhead menupopup="auto">
|
|
|
|
<listheader width="27" />
|
|
|
|
<listheader width="27" />
|
|
|
|
<listheader
|
|
|
|
<listheader
|
|
|
|
|
|
|
|
hflex="6"
|
|
|
|
|
|
|
|
sort="czech(requirement.numser)"
|
|
|
|
|
|
|
|
label="${labels.InvoicingRequirementNumber}" />
|
|
|
|
|
|
|
|
<listheader
|
|
|
|
hflex="7"
|
|
|
|
hflex="7"
|
|
|
|
sort="czech(code)"
|
|
|
|
sort="czech(code)"
|
|
|
|
label="${labels.RequirementItemCode}" />
|
|
|
|
label="${labels.RequirementItemCode}" />
|
|
|
@ -82,6 +86,21 @@
|
|
|
|
<auxhead visible="@load(vm.filter)">
|
|
|
|
<auxhead visible="@load(vm.filter)">
|
|
|
|
<auxheader />
|
|
|
|
<auxheader />
|
|
|
|
<auxheader>
|
|
|
|
<auxheader>
|
|
|
|
|
|
|
|
<div sclass="find-grid-cell">
|
|
|
|
|
|
|
|
<div sclass="find-grid-divtextbox">
|
|
|
|
|
|
|
|
<textbox
|
|
|
|
|
|
|
|
value="@bind(vm.filterTemplate.requirement.numser)"
|
|
|
|
|
|
|
|
instant="true"
|
|
|
|
|
|
|
|
onChange="@command('doFilter')"
|
|
|
|
|
|
|
|
maxlength="@load(vm.lengthText)"
|
|
|
|
|
|
|
|
sclass="find-grid-textbox" />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div sclass="find-grid-img">
|
|
|
|
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</auxheader>
|
|
|
|
|
|
|
|
<auxheader>
|
|
|
|
<div sclass="find-grid-cell">
|
|
|
|
<div sclass="find-grid-cell">
|
|
|
|
<div sclass="find-grid-divtextbox">
|
|
|
|
<div sclass="find-grid-divtextbox">
|
|
|
|
<textbox
|
|
|
|
<textbox
|
|
|
@ -268,6 +287,7 @@
|
|
|
|
<template name="model">
|
|
|
|
<template name="model">
|
|
|
|
<listitem context="popupMenu">
|
|
|
|
<listitem context="popupMenu">
|
|
|
|
<listcell />
|
|
|
|
<listcell />
|
|
|
|
|
|
|
|
<listcell label="@load(each.requirement.numser)"/>
|
|
|
|
<listcell label="@load(each.code)" />
|
|
|
|
<listcell label="@load(each.code)" />
|
|
|
|
<listcell label="@load(each.name)" />
|
|
|
|
<listcell label="@load(each.name)" />
|
|
|
|
<listcell label="@load(each.textItem)" />
|
|
|
|
<listcell label="@load(each.textItem)" />
|
|
|
|