Ve schválených položkách požadavků byl do gridu přidaný sloupec s číslem

požadavku.
closes #192
Verze_1.0
Josef Rokos 10 years ago
parent e461afd611
commit d9fd26bbad

@ -360,4 +360,4 @@ WorkgroupFormOrderLimit=Limit nákupů
WorkgroupIsInWorkgroup=Komisi nelze smazat, protože je členem některého střediska WorkgroupIsInWorkgroup=Komisi nelze smazat, protože je členem některého střediska
GoogleDriveUrl=Odkaz na Google Drive GoogleDriveUrl=Odkaz na Google Drive
Help=Pomoc Help=Příručka

@ -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)" />

Loading…
Cancel
Save