0
1
Fork 0
hedera-web-mindshore/reports/items-report/ui.xml

54 lines
953 B
XML

<vn>
<div id="report" class="items sheet">
<h1>
<t>Item list</t>
</h1>
<htk-grid>
<db-model
property="model"
lot="lot"
conn="conn">
<custom>
CALL item_getList(#warehouse, CURDATE(), #realm, #rate)
</custom>
</db-model>
<htk-column-image
column="image"
directory="catalog"
subdir="200x200"/>
<htk-column-spin
title="_Id"
column="id"/>
<htk-column-text
title="_Item"
column="name"/>
<htk-column-text
title="_Cat"
column="category"/>
<htk-column-text
title="_Siz"
column="size"/>
<htk-column-text
title="_Ste"
column="stems"/>
<htk-column-spin
title="_Pack"
column="grouping"/>
<htk-column-spin
title="_Aval"
column="available"/>
<htk-column-text
title="_Col"
column="inkFk"/>
<htk-column-text
title="_Ori"
column="origin"/>
<htk-column-text
title="_Price"
column="price"
format="%.2d€"
class="price"/>
</htk-grid>
</div>
</vn>