This module contains a custom dashboard for the demo order management application.:
The Demo
module must be installed and configured before importing this addon module.
To import this module:
- Create a module named
DemoDashboard
- Set the settings as:
{
"type": "git",
"origin": {
"uri": "https://github.com/simplicitesoftware/module-demo-dashboard.git"
}
}
- Click on the Import module button
Statistics per statuses
Name | Type | Required | Updatable | Personal | Description |
---|---|---|---|---|---|
demoOrdStatus |
enum(30) using DEMO_ORD_STATUS list |
yes | yes | Order status | |
demoStsCount |
int(10) | yes | - | ||
demoStsQuantities |
int(10) | yes | Ordered quantities | ||
demoStsTotals |
float(10, 2) | yes | Ordered amount |
DEMO_ORD_STATUS
P
Pending statusH
On holdV
Validated statusD
Shipped statusC
Canceled status
Stats per products
Name | Type | Required | Updatable | Personal | Description |
---|---|---|---|---|---|
demoStsRowId link to DemoProduct |
id | yes | - | ||
Ref. demoStsRowId.demoPrdReference |
regexp(10) | Product reference | |||
Ref. demoStsRowId.demoPrdName |
char(100) | Product name | |||
Ref. demoStsRowId.demoPrdAvailable |
boolean | Available product? | |||
Ref. demoStsRowId.demoPrdStock |
int(11) | Current stock for product | |||
demoStsCount |
int(10) | yes | - | ||
demoStsQuantities |
int(10) | yes | Ordered quantities | ||
demoStsTotals |
float(10, 2) | yes | Ordered amount |
DEMO_STS2_AVAILABLE
:DEMO_STS2_NOT_AVAILABLE
:
Demo dashboard (using Google charts)