18 lines
425 B
HTML
18 lines
425 B
HTML
<vn-crud-model
|
|
vn-id="model"
|
|
url="InvoiceIns/filter"
|
|
limit="20"
|
|
order="isBooked, issued DESC">
|
|
</vn-crud-model>
|
|
<vn-portal slot="topbar">
|
|
<vn-searchbar
|
|
vn-focus
|
|
panel="vn-invoice-in-search-panel"
|
|
info="Search invoices in by reference"
|
|
model="model">
|
|
</vn-searchbar>
|
|
</vn-portal>
|
|
<vn-portal slot="menu">
|
|
<vn-left-menu></vn-left-menu>
|
|
</vn-portal>
|
|
<ui-view></ui-view> |