{"id":18780651,"url":"https://github.com/simplicitesoftware/module-tutorial","last_synced_at":"2026-01-24T06:06:44.942Z","repository":{"id":232244680,"uuid":"731583712","full_name":"simplicitesoftware/module-Tutorial","owner":"simplicitesoftware","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-14T12:13:57.000Z","size":212,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T10:44:54.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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}},"created_at":"2023-12-14T12:06:49.000Z","updated_at":"2023-12-14T12:06:50.000Z","dependencies_parsed_at":"2024-04-08T20:59:25.613Z","dependency_job_id":"d1a74485-c82c-4fcd-b3f3-d3635848180f","html_url":"https://github.com/simplicitesoftware/module-Tutorial","commit_stats":null,"previous_names":["simplicitesoftware/module-tutorial"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-Tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-Tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-Tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-Tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplicitesoftware","download_url":"https://codeload.github.com/simplicitesoftware/module-Tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239697328,"owners_count":19682400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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:28.081Z","updated_at":"2025-12-19T00:30:19.326Z","avatar_url":"https://github.com/simplicitesoftware.png","language":null,"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`Training` module definition\n============================\n\n\n\n`TrnSupplier` business object definition\n----------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `trnSupCode`                                                 | char(30)                                 | yes*     | yes       |          | -                                                                                |\n| `trnSupName`                                                 | char(100)                                | yes      | yes       |          | -                                                                                |\n| `trnSupPhone`                                                | phone(100)                               |          | yes       |          | -                                                                                |\n| `trnSupLogo`                                                 | image                                    |          | yes       |          | -                                                                                |\n| `trnSupWebsite`                                              | url(100)                                 |          | yes       |          | -                                                                                |\n\n`TrnProduct` business object definition\n---------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `trnPrdReference`                                            | char(100)                                | yes*     | yes       |          | -                                                                                |\n| `trnPrdPrice`                                                | float(100, 2)                            |          | yes       |          | -                                                                                |\n| `trnPrdStock`                                                | int(100)                                 |          | yes       |          | -                                                                                |\n| `trnPrdName`                                                 | char(100)                                |          | yes       |          | -                                                                                |\n| `trnPrdDescription`                                          | html(100)                                |          | yes       |          | -                                                                                |\n| `trnPrdPicture`                                              | image                                    |          | yes       |          | -                                                                                |\n| `trnPrdSupId` link to **`TrnSupplier`**                      | id                                       | yes      | yes       |          | -                                                                                |\n| _Ref. `trnPrdSupId.trnSupCode`_                              | _char(30)_                               |          |           |          | -                                                                                |\n| _Ref. `trnPrdSupId.trnSupName`_                              | _char(100)_                              |          |           |          | -                                                                                |\n\n`TrnClient` business object definition\n--------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `trnCliFirstName`                                            | char(100)                                | yes*     | yes       |          | -                                                                                |\n| `trnCliFamilyName`                                           | char(100)                                | yes*     | yes       |          | -                                                                                |\n| `trnCliMail`                                                 | email(100)                               |          | yes       |          | -                                                                                |\n| `trnCliPhone`                                                | phone(100)                               |          | yes       |          | -                                                                                |\n| `trnCliAddress`                                              | text(100)                                |          | yes       |          | -                                                                                |\n\n`TrnOrder` business object definition\n-------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `trnOrdNumber`                                               | char(100)                                | yes*     | yes       |          | -                                                                                |\n| `trnOrdQuantity`                                             | int(100)                                 | yes      | yes       |          | -                                                                                |\n| `trnOrdDate`                                                 | date                                     | yes      | yes       |          | -                                                                                |\n| `trnOrdPrdId` link to **`TrnProduct`**                       | id                                       |          | yes       |          | -                                                                                |\n| _Ref. `trnOrdPrdId.trnPrdReference`_                         | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `trnOrdPrdId.trnPrdPrice`_                             | _float(100, 2)_                          |          |           |          | -                                                                                |\n| _Ref. `trnOrdPrdId.trnPrdStock`_                             | _int(100)_                               |          |           |          | -                                                                                |\n| _Ref. `trnOrdPrdId.trnPrdName`_                              | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `trnOrdPrdId.trnPrdSupId`_                             | _id_                                     |          |           |          | -                                                                                |\n| _Ref. `trnPrdSupId.trnSupCode`_                              | _char(30)_                               |          |           |          | -                                                                                |\n| _Ref. `trnPrdSupId.trnSupName`_                              | _char(100)_                              |          |           |          | -                                                                                |\n| `trnOrdCliId` link to **`TrnClient`**                        | id                                       |          | yes       |          | -                                                                                |\n| _Ref. `trnOrdCliId.trnCliFirstName`_                         | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `trnOrdCliId.trnCliFamilyName`_                        | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `trnOrdCliId.trnCliMail`_                              | _email(100)_                             |          |           |          | -                                                                                |\n| `trnOrdState`                                                | enum(10) using `TRN_ORD_STATE` list      | yes      | yes       |          | -                                                                                |\n\n### Lists\n\n* `TRN_ORD_STATE`\n    - `PENDING` Pending\n    - `CANCELED` Canceled\n    - `VALIDATED` Validated\n    - `SENT` Sent\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplicitesoftware%2Fmodule-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-tutorial/lists"}