https://github.com/simplicitesoftware/module-capvital
https://github.com/simplicitesoftware/module-capvital
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simplicitesoftware/module-capvital
- Owner: simplicitesoftware
- Created: 2022-11-16T09:37:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T14:08:21.000Z (over 3 years ago)
- Last Synced: 2024-12-29T10:45:01.457Z (over 1 year ago)
- Language: Java
- Size: 596 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

* * *
`Capvital` module definition
============================
`CvAdherent` business object definition
---------------------------------------
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
| `cvAdherentName` | char(255) | yes* | yes | | - |
`CvFinancialClaim` business object definition
---------------------------------------------
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
| `cvFcKey` | char(255) | yes* | yes | | - |
| `cvFcDate` | date | yes | yes | | - |
| `cvFcInvoice` | char(255) | yes | yes | | - |
| `CvFinancialClaim_CvAdherent_id` link to **`CvAdherent`** | id | | yes | | - |
| _Ref. `CvFinancialClaim_CvAdherent_id.cvAdherentName`_ | _char(255)_ | | | | - |
| `cvFcRefProduit` | char(255) | | yes | | - |
| `cvFcGrossSales` | int(11) | yes | yes | | - |
| `cvFcTVA` | int(11) | yes | yes | | - |
| `cvFcTotal` | int(11) | yes | yes | | - |
| `CvFinancialClaim_CvFinancialClaimImport_id` link to **`CvFinancialClaimImport`** | id | | yes | | - |
| _Ref. `CvFinancialClaim_CvFinancialClaimImport_id.cvFcImportDate`_ | _datetime_ | | | | - |
| _Ref. `CvFinancialClaim_CvFinancialClaimImport_id.CvFinancialClaimImport_CvSupplier_id`_ | _id_ | | | | - |
| _Ref. `CvFinancialClaimImport_CvSupplier_id.cvSupplierName`_ | _char(255)_ | | | | - |
| _Ref. `CvFinancialClaim_CvFinancialClaimImport_id.cvFcImportStatus`_ | _enum(10) using `CV_FC_IMPORT_STATUS` list_ | | | | - |
### Lists
* `CV_FC_IMPORT_STATUS`
- `KO` KO
- `OK` OK
`CvFinancialClaimImport` business object definition
---------------------------------------------------
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
| `cvFcImportDate` | datetime | yes* | yes | | - |
| `cvFcImportStatus` | enum(10) using `CV_FC_IMPORT_STATUS` list | yes | yes | | - |
| `cvFcImportFile` | document | | yes | | - |
| `CvFinancialClaimImport_CvSupplier_id` link to **`CvSupplier`** | id | | yes | | - |
| _Ref. `CvFinancialClaimImport_CvSupplier_id.cvSupplierName`_ | _char(255)_ | | | | - |
### Lists
* `CV_FC_IMPORT_STATUS`
- `KO` KO
- `OK` OK
### Custom actions
* `CvImportAction`:
`CvSupplier` business object definition
---------------------------------------
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
| `cvSupplierName` | char(255) | yes* | yes | | - |
| `cvSupplierRfa` | int(11) | yes | yes | | - |
`CvUser` business object definition
-----------------------------------
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
`CvUserAdherent` business object definition
-------------------------------------------
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
| `CvUserAdherent_CvAdherent_id` link to **`CvAdherent`** | id | yes | yes | | - |
| _Ref. `CvUserAdherent_CvAdherent_id.cvAdherentName`_ | _char(255)_ | | | | - |
### Custom actions
* `resetPassword`:
`CvUserSupplier` business object definition
-------------------------------------------
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
| `CvUserSupplier_CvSupplier_id` link to **`CvSupplier`** | id | yes | yes | | - |
| _Ref. `CvUserSupplier_CvSupplier_id.cvSupplierName`_ | _char(255)_ | | | | - |
### Custom actions
* `resetPassword`:
`CvAdminDashboard` external object definition
---------------------------------------------