You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.0 KiB
26 lines
1.0 KiB
11 months ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<object-views xmlns="http://hypaas.com/xml/ns/object-views"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://hypaas.com/xml/ns/object-views http://hypaas.com/xml/ns/object-views/object-views_5.3.xsd">
|
||
|
|
||
|
<dashboard name="welcome.dashboard11" title="Welcome!">
|
||
|
<dashlet action="custom:report-tasks-today" colSpan="4"/>
|
||
|
<dashlet action="custom:report-sales-today" colSpan="4"/>
|
||
|
<dashlet action="custom:report-sales-month" colSpan="4"/>
|
||
|
<dashlet action="chart:chart.sales.per.month"/>
|
||
|
<dashlet action="chart:chart.sales.per.month.pie"/>
|
||
|
<dashlet colSpan="12" action="sale.orders"/>
|
||
|
</dashboard>
|
||
|
|
||
|
<action-view name="welcome11" title="Welcome!">
|
||
|
<view type="dashboard" name="welcome.dashboard11"/>
|
||
|
</action-view>
|
||
|
|
||
|
<!-- <menuitem name="menu-dashboards" order="-101"
|
||
|
title="Dashboards" icon="fa-dashboard" icon-background="blue"/>
|
||
|
|
||
|
<menuitem name="menu-welcome" parent="menu-dashboards"
|
||
|
title="Welcome!" action="welcome"/>-->
|
||
|
|
||
|
</object-views>
|