...
Code Block | ||
---|---|---|
| ||
const InsureeFamilyOverviewReport = (props) => { const { values, setValues } = props; return ( <Grid container direction="column" spacing={1}> <Grid item> <PublishedComponent pubRef="core.DatePicker" value={values.dateFrom} module="insuree" required label="InsureeFamilyOverviewReport.dateFrom" onChange={(dateFrom) => setValues({ ...values, dateFrom })} /> </Grid> <Grid item> <PublishedComponent pubRef="core.DatePicker" value={values.dateTo} module="insuree" required label="InsureeFamilyOverviewReport.dateTo" onChange={(dateTo) => setValues({ ...values, dateTo })} /> </Grid> </Grid> ); }; export default InsureeFamilyOverviewReport; |
Reports migration
Status | Technical name | French | Parameters | |||||||
---|---|---|---|---|---|---|---|---|---|---|
Policies - Primary Operational Indicators | Indicateurs opérationnels principaux - polices | Year/Quarter/Month | Region/District | Product | ||||||
Claims - Primary Operational Indicators | Indicateurs opérationnels primaires-prestation | Year/Quarter/Month | Region/District | Product | HF Code | |||||
Product - Derived Operational Indicators | Indicateurs opérationnels dérivés | Year/Quarter/Month | Region/District | Product | HF Code | |||||
Contributions - Collection | Collecte de cotisations | Date range | Region/District | Product | Payment Type | |||||
Products - Sales | Vente des produits | Date range | Region/District | Product | ||||||
Contributions - Distribution | Distribution des cotisations | Year/Month | Region/District | Product | ||||||
Admin - User Activity Report | Rapport d'activité de I'utilisateur | Date range | Username | Action | Entity | |||||
Enrolment Performance Indicators | Indicateurs de performance des affiliations | Year/Quarter/Month | Region/District | Product | ||||||
Admin - Status of Registers | Situation des registres | Region/District | ||||||||
Insurees - Missing Photos | Assurés sans photos | Region/District | Agent | |||||||
Payments - Category Overview | Apercu de la catégorie de paiement | Date range | Region/District | Product | ||||||
Contributions - Matching Funds | Subventions | Date range | Region/District | Payer | Previous | |||||
Claims - Overview | Aperçu de la prestation | Date range | Region/District | Product | HF Code | Catchment Area | Claim Status | |||
Policies - Percentage of Referrals | Pourcentage de référencement | Date range | Region/District | |||||||
Insurees - Overview with Families | Apercu des familles et assurés | Date range | Region/District/Muni/Village | Status (Active/suspended) | ||||||
Insurees - Pending enrolment | Assuré(e)s en attente | Date range | Region/District | Enrollment Officer | ||||||
Policies - Renewals | Renouvellements | Date range | Region/District | Product | Enrollment Agent | Sorting | ||||
Insuree - Rejected Photos | Photos rejeté | Date range | ||||||||
Contributions - Payment | Payement de contribution | Date range | Region/District | Product | CN | Payment status | ||||
Payments - Control Number Assignment | Assignement du N° de contréle | Date range | Region/District | Submission status | Assignment status | |||||
Contributions - Overview Of Commissions | Synthése des Commissions | Year/Month | Region/District | Product | Payer | Enrollment Officer | Mode (cont paid/requested) | Commission level | Scope | |
Claims - History Report | Rapport d'historique des prestations | Date range | Region/District | Product | HF Code | Catchment Area | Claim Status | Insurance Number |
...