General view of Admin Dashboard.

The Dashboard will be accessible through a new sidebar menu item "Dashboard" that will be placed at the beginning.
The icon for the new menu item is
, corresponding to the React Ant Design icon: <FundOutlined />.
The information to fill up all the dashboard sections will be provided by the API following this specification of Summary Report.
The Dashboard is conformed by these sections:

A fixed title "Dashboard".

The Chart section shows a bar chart with the sales from the last 12 months.

2.a. Section title "Last Year Sales".
2.b. Currency selector dropdown:
response.currencies with the template <name> (<symbol>).For example, here the original view of the page in USD has been switched to show the information for the currency Euro:

2.c. Y-axis with the money scale:
response.timelines[<index>].data[<maxIndex>][1].2.d. X-axis with the time scale:
response.timelines[<selectedIndex>].data[<index>][0].2.e. Data bars. These are the bars that depicts the information being proportional inn hight to the sales of each month.
Integration: The values are taken from response.timelines[<selectedIndex>].data[<index>][1].

3.a. Section title "Lifetime Sales".
Integration: The title is taken from response.totals[<index of code "lifetime-sales">].title.
3.b. Summary Cards. They shows the total amount of money from orders placed in different currencies.
values.response.currencies[index of currency].symbol.4.a. Section title "Last Month Sales".
Integration: The title is taken from response.totals[<index of code "last-month-sales">].title.
4.b. Summary Cards. They shows the total amount of money from orders placed in different currencies for the current month.
values.response.currencies[index of currency].symbol.
4.a. Section title "Last Month Sales".
Integration: The title is taken from response.totals[<index of code "average-order">].title.
4.b. Summary Cards. They shows the average amount of money from orders placed in different currencies.
values.response.currencies[index of currency].symbol.