{"id":18780690,"url":"https://github.com/simplicitesoftware/module-demo-dashboard","last_synced_at":"2026-02-08T04:33:20.707Z","repository":{"id":80897076,"uuid":"270829521","full_name":"simplicitesoftware/module-demo-dashboard","owner":"simplicitesoftware","description":"Demo custom dashboard","archived":false,"fork":false,"pushed_at":"2026-02-04T17:29:07.000Z","size":466,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-05T00:43:12.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplicitesoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-06-08T21:10:16.000Z","updated_at":"2026-02-04T13:07:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"9fb35c40-c9cf-4aca-a917-4eb7999745ca","html_url":"https://github.com/simplicitesoftware/module-demo-dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simplicitesoftware/module-demo-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-demo-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-demo-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-demo-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-demo-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplicitesoftware","download_url":"https://codeload.github.com/simplicitesoftware/module-demo-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-demo-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29220501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T03:18:47.732Z","status":"ssl_error","status_checked_at":"2026-02-08T03:15:31.985Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T20:27:38.967Z","updated_at":"2026-02-08T04:33:15.698Z","avatar_url":"https://github.com/simplicitesoftware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n ___ _            _ _    _ _    __\n/ __(_)_ __  _ __| (_)__(_) |_ /_/\n\\__ \\ | '  \\| '_ \\ | / _| |  _/ -_)\n|___/_|_|_|_| .__/_|_\\__|_|\\__\\___|\n            |_| \n--\u003e\n![](https://docs.simplicite.io//logos/logo250.png)\n* * *\n\n`DemoDashboard` module definition\n=================================\n\n### Introduction\n\nThis module contains a custom dashboard for the demo **order management** application.:\n\n### Prerequisites\n\nThe `Demo` module **must** be installed and configured before importing this addon module.\n\n### Import\n\nTo import this module:\n\n- Create a module named `DemoDashboard`\n- Set the settings as:\n\n```json\n{\n\t\"type\": \"git\",\n\t\"origin\": {\n\t\t\"uri\": \"https://github.com/simplicitesoftware/module-demo-dashboard.git\"\n\t}\n}\n```\n\n- Click on the _Import module_ button\n\n`DemoStats1` business object definition\n---------------------------------------\n\nStatistics per statuses\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `demoOrdStatus`                                              | enum(30) using `DEMO_ORD_STATUS` list    | yes      | yes       |          | Order status                                                                     |\n| `demoStsCount`                                               | int(10)                                  |          | yes       |          | -                                                                                |\n| `demoStsQuantities`                                          | int(10)                                  |          | yes       |          | Ordered quantities                                                               |\n| `demoStsTotals`                                              | float(10, 2)                             |          | yes       |          | Ordered amount                                                                   |\n\n### Lists\n\n* `DEMO_ORD_STATUS`\n    - `P` Pending status\n    - `H` On hold\n    - `V` Validated status\n    - `D` Shipped status\n    - `C` Canceled status\n\n`DemoStats2` business object definition\n---------------------------------------\n\nStats per products\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `demoStsRowId` link to **`DemoProduct`**                     | id                                       |          | yes       |          | -                                                                                |\n| _Ref. `demoStsRowId.demoPrdReference`_                       | _regexp(10)_                             |          |           |          | _Product reference_                                                              |\n| _Ref. `demoStsRowId.demoPrdName`_                            | _char(100)_                              |          |           |          | _Product name_                                                                   |\n| _Ref. `demoStsRowId.demoPrdAvailable`_                       | _boolean_                                |          |           |          | _Available product?_                                                             |\n| _Ref. `demoStsRowId.demoPrdStock`_                           | _int(11)_                                |          |           |          | _Current stock for product_                                                      |\n| `demoStsCount`                                               | int(10)                                  |          | yes       |          | -                                                                                |\n| `demoStsQuantities`                                          | int(10)                                  |          | yes       |          | Ordered quantities                                                               |\n| `demoStsTotals`                                              | float(10, 2)                             |          | yes       |          | Ordered amount                                                                   |\n\n### Custom actions\n\n* `DEMO_STS2_AVAILABLE`: \n* `DEMO_STS2_NOT_AVAILABLE`: \n\n`DemoDashboard` external object definition\n------------------------------------------\n\nDemo dashboard (using Google charts)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-demo-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplicitesoftware%2Fmodule-demo-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-demo-dashboard/lists"}