0
1
Fork 0
hedera-web-mindshore/forms/agencies/packages/ui.xml

21 lines
493 B
XML
Raw Permalink Normal View History

2015-03-06 23:33:54 +00:00
<vn>
<div id="title">
<h1><t>ListByAgency</t></h1>
</div>
2015-03-06 23:33:54 +00:00
<div id="form" class="packages">
2022-05-26 06:08:31 +00:00
<div class="box vn-w-sm">
2015-03-06 23:33:54 +00:00
<htk-grid>
<db-model property="model">
<custom>
2024-04-23 10:02:04 +00:00
CALL vn.agencyVolume()
</custom>
2015-03-06 23:33:54 +00:00
</db-model>
<htk-column-text title="_Agency" column="Agencia"/>
<htk-column-spin title="_Exps" column="expediciones"/>
<htk-column-spin title="_Bundles" column="Bultos"/>
<htk-column-spin title="_Prevision" column="Faltan"/>
</htk-grid>
</div>
</div>
</vn>