From a44292972ce4fc4d124fc53ee2c857560c1c4513 Mon Sep 17 00:00:00 2001 From: Suseela S Date: Mon, 5 Aug 2024 04:56:12 +0000 Subject: [PATCH] GITBOOK-936: Dibik's Aug 1 changes --- SUMMARY.md | 1 + .../odoo-modules/g2p-enumerator.md | 56 +++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 pbms/development/odoo-modules/g2p-enumerator.md diff --git a/SUMMARY.md b/SUMMARY.md index 4b20ad59..3e936656 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -137,6 +137,7 @@ * [Deduplication](pbms/development/upcoming-features/deduplication.md) * [Manual In-kind Entitlement](pbms/development/upcoming-features/manual-in-kind-entitlement.md) * [Odoo Modules](pbms/development/odoo-modules/README.md) + * [G2P Enumerator](pbms/development/odoo-modules/g2p-enumerator.md) * [OpenG2P Registry MTS Connector](pbms/development/odoo-modules/openg2p-registry-mts-connector.md) * [openg2p-documents](pbms/development/odoo-modules/openg2p-documents.md) * [MTS Connector](pbms/development/odoo-modules/mts-connector.md) diff --git a/pbms/development/odoo-modules/g2p-enumerator.md b/pbms/development/odoo-modules/g2p-enumerator.md new file mode 100644 index 00000000..e16d3249 --- /dev/null +++ b/pbms/development/odoo-modules/g2p-enumerator.md @@ -0,0 +1,56 @@ +--- +description: WORK IN PROGRESS +--- + +# G2P Enumerator + +### Module name + +g2p\_enumerator + +### Module title + +OpenG2P Enumerator + +### Technology base + +odoo + +### Functionality + +* The `g2p_enumerator` module facilitates the management and tracking of enumerator data within the OpenG2P system. It includes the collection of geographical data and other relevant information of enumerators. + +#### Design notes + +* The `g2p_enumerator` module is designed to be an integral part of the OpenG2P system, ensuring that enumerator data is seamlessly integrated with other registrant information. +* The enumerator details are added as a tab within the `res.partner` form view to provide a consolidated view of all relevant data. +* Special attention has been given to ensure that geographical data collected by enumerators is accurately recorded and easily accessible. + +### Relationships with other entities + +#### Dependencies + +* `base` +* `mail` +* `contacts` +* `g2p_registry_base` +* `g2p_registry_group` + +#### User interface + +* The enumerator details are integrated into the user interface by adding a new page inside the group form view. This page, labeled "**Enumerator Details**," includes fields for **enumerator name, ID, data collection date, and location data (latitude, longitude, altitude, accuracy**). + +#### Configuration + +* NA + +#### Source code + +https://github.com/OpenG2P/openg2p-registry/tree/17.0-develop/g2p\_enumerator​ + +#### Installation + +* Ensure that the module dependencies ("base," "mail," "contacts," "g2p\_registry\_base") are installed +* Install the "G2P Registry: Group" module from the Odoo Apps interface + +#### ​