23 lines
460 B
HTML
23 lines
460 B
HTML
<vn-crud-model
|
|
vn-id="model"
|
|
url="Entries/filter"
|
|
limit="20"
|
|
auto-load="true"
|
|
order="landed DESC, id DESC">
|
|
</vn-crud-model>
|
|
<vn-portal slot="topbar">
|
|
<vn-searchbar
|
|
vn-focus
|
|
panel="vn-entry-search-panel"
|
|
info="Search entry by id or a suppliers by name or alias"
|
|
model="model">
|
|
</vn-searchbar>
|
|
</vn-portal>
|
|
<vn-portal slot="menu">
|
|
<vn-left-menu></vn-left-menu>
|
|
</vn-portal>
|
|
<ui-view></ui-view>
|
|
|
|
|
|
|