|
|
|
@ -26,7 +26,12 @@
|
|
|
|
|
label="${labels.TravelOrdersGridReqDate}"
|
|
|
|
|
sort="auto(bill.requirement.reqDate)"
|
|
|
|
|
onSort="@command('onSortHeader', header=self)"
|
|
|
|
|
width="70%" />
|
|
|
|
|
width="40%" />
|
|
|
|
|
<listheader
|
|
|
|
|
label="${labels.TripBillTravelBegin}"
|
|
|
|
|
sort="auto(bill.requirement.tripDate)"
|
|
|
|
|
onSort="@command('onSortHeader', header=self)"
|
|
|
|
|
width="40%" />
|
|
|
|
|
<listheader
|
|
|
|
|
label="${labels.TravelOrdersGridFrom}"
|
|
|
|
|
sort="czech(bill.requirement.from)"
|
|
|
|
@ -42,16 +47,22 @@
|
|
|
|
|
sort="auto(bill.total)"
|
|
|
|
|
onSort="@command('onSortHeader', header=self)"
|
|
|
|
|
align="right"
|
|
|
|
|
width="70%" />
|
|
|
|
|
width="30%" />
|
|
|
|
|
<listheader
|
|
|
|
|
label="${labels.ownedBy}"
|
|
|
|
|
width="50%"/>
|
|
|
|
|
<listheader
|
|
|
|
|
label="${labels.RequirementsFormPassengers}"
|
|
|
|
|
width="10%"/>
|
|
|
|
|
<listheader
|
|
|
|
|
label="${labels.TribBillApproveDate}"
|
|
|
|
|
width="40%"/>
|
|
|
|
|
<listheader
|
|
|
|
|
label="${labels.TripBillPaid}"
|
|
|
|
|
width="10%"/>
|
|
|
|
|
<listheader
|
|
|
|
|
label="${labels.TripBillPaidDate}"
|
|
|
|
|
width="20%"/>
|
|
|
|
|
width="40%"/>
|
|
|
|
|
</listhead>
|
|
|
|
|
<auxhead
|
|
|
|
|
sclass="category-center"
|
|
|
|
@ -87,6 +98,22 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</auxheader>
|
|
|
|
|
<auxheader>
|
|
|
|
|
<div sclass="find-grid-cell">
|
|
|
|
|
<div sclass="find-grid-divtextbox">
|
|
|
|
|
<datebox
|
|
|
|
|
value="@bind(vm.filterTemplate.tripDate)"
|
|
|
|
|
format="${labels.DateFormat}"
|
|
|
|
|
instant="true"
|
|
|
|
|
onChange="@command('doFilter')"
|
|
|
|
|
sclass="find-grid-textbox"
|
|
|
|
|
width="100%" />
|
|
|
|
|
</div>
|
|
|
|
|
<div sclass="find-grid-img">
|
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</auxheader>
|
|
|
|
|
<auxheader>
|
|
|
|
|
<div sclass="find-grid-cell">
|
|
|
|
|
<div sclass="find-grid-divtextbox">
|
|
|
|
@ -153,6 +180,34 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</auxheader>
|
|
|
|
|
<auxheader>
|
|
|
|
|
<div sclass="find-grid-cell">
|
|
|
|
|
<div sclass="find-grid-divtextbox">
|
|
|
|
|
<checkbox
|
|
|
|
|
checked="@bind(vm.filterTemplate.billForPassenger)"
|
|
|
|
|
onClick="@command('doFilter')" />
|
|
|
|
|
</div>
|
|
|
|
|
<div sclass="find-grid-img">
|
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</auxheader>
|
|
|
|
|
<auxheader>
|
|
|
|
|
<div sclass="find-grid-cell">
|
|
|
|
|
<div sclass="find-grid-divtextbox">
|
|
|
|
|
<datebox
|
|
|
|
|
value="@bind(vm.filterTemplate.approveDate)"
|
|
|
|
|
format="${labels.DateFormat}"
|
|
|
|
|
instant="true"
|
|
|
|
|
onChange="@command('doFilter')"
|
|
|
|
|
sclass="find-grid-textbox"
|
|
|
|
|
width="100%" />
|
|
|
|
|
</div>
|
|
|
|
|
<div sclass="find-grid-img">
|
|
|
|
|
<image src="/img/funnel.png" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</auxheader>
|
|
|
|
|
<auxheader>
|
|
|
|
|
<div sclass="find-grid-cell">
|
|
|
|
|
<div sclass="find-grid-divtextbox">
|
|
|
|
@ -186,10 +241,13 @@
|
|
|
|
|
<listitem>
|
|
|
|
|
<listcell label="@load(each.bill.requirement.numser)" />
|
|
|
|
|
<listcell label="@load(each.bill.requirement.reqDate) @converter('formatedDate', format=labels.DateFormat)" />
|
|
|
|
|
<listcell label="@load(each.bill.requirement.tripDate) @converter('formatedDate', format=labels.DateFormat)" />
|
|
|
|
|
<listcell label="@load(each.bill.requirement.from)" />
|
|
|
|
|
<listcell label="@load(each.bill.requirement.to)" />
|
|
|
|
|
<listcell label="@load(each.bill.total) @converter(vm.standardBigDecimalConverter)"/>
|
|
|
|
|
<listcell label="@load(each.bill.ownedBy)"/>
|
|
|
|
|
<listcell label="@load(each.bill.ownedBy ne each.bill.requirement.ownedBy) @converter(vm.standardBoolConverter)"/>
|
|
|
|
|
<listcell label="@load(each.lastApproveDate) @converter('formatedDate', format=labels.DateFormat)"/>
|
|
|
|
|
<listcell label="@load(each.bill.paid) @converter(vm.standardBoolConverter)"/>
|
|
|
|
|
<listcell label="@load(each.bill.paidDate) @converter('formatedDate', format=labels.DateFormat)"/>
|
|
|
|
|
</listitem>
|
|
|
|
|