{"id":18780679,"url":"https://github.com/simplicitesoftware/module-capvital","last_synced_at":"2025-12-19T01:30:13.587Z","repository":{"id":67387562,"uuid":"566725761","full_name":"simplicitesoftware/module-capvital","owner":"simplicitesoftware","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-24T14:08:21.000Z","size":610,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T10:45:01.457Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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}},"created_at":"2022-11-16T09:37:30.000Z","updated_at":"2022-11-16T10:07:14.000Z","dependencies_parsed_at":"2023-07-02T08:49:53.143Z","dependency_job_id":null,"html_url":"https://github.com/simplicitesoftware/module-capvital","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-capvital","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-capvital/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-capvital/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-capvital/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplicitesoftware","download_url":"https://codeload.github.com/simplicitesoftware/module-capvital/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239697427,"owners_count":19682415,"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:37.372Z","updated_at":"2025-12-19T01:30:13.514Z","avatar_url":"https://github.com/simplicitesoftware.png","language":"Java","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`Capvital` module definition\n============================\n\n\n\n`CvAdherent` business object definition\n---------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `cvAdherentName`                                             | char(255)                                | yes*     | yes       |          | -                                                                                |\n\n`CvFinancialClaim` business object definition\n---------------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `cvFcKey`                                                    | char(255)                                | yes*     | yes       |          | -                                                                                |\n| `cvFcDate`                                                   | date                                     | yes      | yes       |          | -                                                                                |\n| `cvFcInvoice`                                                | char(255)                                | yes      | yes       |          | -                                                                                |\n| `CvFinancialClaim_CvAdherent_id` link to **`CvAdherent`**    | id                                       |          | yes       |          | -                                                                                |\n| _Ref. `CvFinancialClaim_CvAdherent_id.cvAdherentName`_       | _char(255)_                              |          |           |          | -                                                                                |\n| `cvFcRefProduit`                                             | char(255)                                |          | yes       |          | -                                                                                |\n| `cvFcGrossSales`                                             | int(11)                                  | yes      | yes       |          | -                                                                                |\n| `cvFcTVA`                                                    | int(11)                                  | yes      | yes       |          | -                                                                                |\n| `cvFcTotal`                                                  | int(11)                                  | yes      | yes       |          | -                                                                                |\n| `CvFinancialClaim_CvFinancialClaimImport_id` link to **`CvFinancialClaimImport`** | id                                       |          | yes       |          | -                                                                                |\n| _Ref. `CvFinancialClaim_CvFinancialClaimImport_id.cvFcImportDate`_ | _datetime_                               |          |           |          | -                                                                                |\n| _Ref. `CvFinancialClaim_CvFinancialClaimImport_id.CvFinancialClaimImport_CvSupplier_id`_ | _id_                                     |          |           |          | -                                                                                |\n| _Ref. `CvFinancialClaimImport_CvSupplier_id.cvSupplierName`_ | _char(255)_                              |          |           |          | -                                                                                |\n| _Ref. `CvFinancialClaim_CvFinancialClaimImport_id.cvFcImportStatus`_ | _enum(10) using `CV_FC_IMPORT_STATUS` list_ |          |           |          | -                                                                                |\n\n### Lists\n\n* `CV_FC_IMPORT_STATUS`\n    - `KO` KO\n    - `OK` OK\n\n`CvFinancialClaimImport` business object definition\n---------------------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `cvFcImportDate`                                             | datetime                                 | yes*     | yes       |          | -                                                                                |\n| `cvFcImportStatus`                                           | enum(10) using `CV_FC_IMPORT_STATUS` list | yes      | yes       |          | -                                                                                |\n| `cvFcImportFile`                                             | document                                 |          | yes       |          | -                                                                                |\n| `CvFinancialClaimImport_CvSupplier_id` link to **`CvSupplier`** | id                                       |          | yes       |          | -                                                                                |\n| _Ref. `CvFinancialClaimImport_CvSupplier_id.cvSupplierName`_ | _char(255)_                              |          |           |          | -                                                                                |\n\n### Lists\n\n* `CV_FC_IMPORT_STATUS`\n    - `KO` KO\n    - `OK` OK\n\n### Custom actions\n\n* `CvImportAction`: \n\n`CvSupplier` business object definition\n---------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `cvSupplierName`                                             | char(255)                                | yes*     | yes       |          | -                                                                                |\n| `cvSupplierRfa`                                              | int(11)                                  | yes      | yes       |          | -                                                                                |\n\n`CvUser` business object definition\n-----------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n\n`CvUserAdherent` business object definition\n-------------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `CvUserAdherent_CvAdherent_id` link to **`CvAdherent`**      | id                                       | yes      | yes       |          | -                                                                                |\n| _Ref. `CvUserAdherent_CvAdherent_id.cvAdherentName`_         | _char(255)_                              |          |           |          | -                                                                                |\n\n### Custom actions\n\n* `resetPassword`: \n\n`CvUserSupplier` business object definition\n-------------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `CvUserSupplier_CvSupplier_id` link to **`CvSupplier`**      | id                                       | yes      | yes       |          | -                                                                                |\n| _Ref. `CvUserSupplier_CvSupplier_id.cvSupplierName`_         | _char(255)_                              |          |           |          | -                                                                                |\n\n### Custom actions\n\n* `resetPassword`: \n\n`CvAdminDashboard` external object definition\n---------------------------------------------\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-capvital","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplicitesoftware%2Fmodule-capvital","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-capvital/lists"}