2020-03-13 19:33:12 +00:00
|
|
|
<vn-crud-model
|
|
|
|
vn-id="model"
|
|
|
|
url="InvoiceOuts/filter"
|
|
|
|
limit="20"
|
2022-06-21 10:18:33 +00:00
|
|
|
order="issued DESC, id DESC">
|
2020-03-13 19:33:12 +00:00
|
|
|
</vn-crud-model>
|
2019-11-10 10:08:44 +00:00
|
|
|
<vn-portal slot="topbar">
|
|
|
|
<vn-searchbar
|
2020-10-06 06:17:12 +00:00
|
|
|
vn-focus
|
2019-11-10 10:08:44 +00:00
|
|
|
panel="vn-invoice-search-panel"
|
2020-03-13 19:33:12 +00:00
|
|
|
info="Search invoices by reference"
|
|
|
|
model="model">
|
2019-11-10 10:08:44 +00:00
|
|
|
</vn-searchbar>
|
|
|
|
</vn-portal>
|
|
|
|
<vn-portal slot="menu">
|
|
|
|
<vn-left-menu></vn-left-menu>
|
|
|
|
</vn-portal>
|
|
|
|
<ui-view></ui-view>
|