V agndě Fakturace požadavků přidán sloupec s žadatelem. Výchozí třídění

gridu je nyní podle čísla požadavku.
closes #182
refs #189
This commit is contained in:
2015-01-15 10:40:46 +01:00
parent 6ff69c932c
commit 4cd2f5b5e6
3 changed files with 16 additions and 0 deletions
@@ -346,6 +346,7 @@ InvoicingInvoiceNumber=Číslo faktury
InvoicingAmount=Částka
InvoicingDescription=Popis
InvoicingInvoiced=Fakturováno
InvoicingApplicant=Žadatel
HandleComboKeyFilter=#del
HandleComboKey=$#del
@@ -29,6 +29,9 @@
label="${labels.RequirementsGridWorkgroup}"
width="180px"/>
<listheader
label="${labels.InvoicingApplicant}"
width="180px"/>
<listheader
label="${labels.InvoicingDescription}"
width=""/>
<listheader
@@ -161,6 +164,7 @@
<listcell label="@load(each.requirement.reqDate) @converter('formatedDate', format=labels.DateFormat)" />
<listcell label="@load(each.requirement.centre)" />
<listcell label="@load(each.requirement.workgroup)" />
<listcell label="@load(each.requirement.ownedBy)" />
<listcell label="@load(each.requirement.description)" />
<listcell label="@load(each.requirement.sumTotal) @converter(vm.standardBigDecimalConverter)" />
<listcell label="@load(each.totalInvoiced) @converter(vm.standardBigDecimalConverter)"