care_cash_management_fe is a microfrontend plugin used in OHC Care to support cash management workflows.
- Node.js and npm
- Odoo Instance: Configured and running with Accounts → Cash Management module available
- First, set up both Care backend and frontend before starting the
care_analytics_fedevelopment server. - Clone the CARE Analytics FE repository:
git clone git@github.com:ohcnetwork/care_analytics_fe.git- Install dependencies for CARE Analytics FE:
cd care_analytics_fe
npm install- Start the development server:
npm run startAfter running the plugin locally (or deploying it), register it in your CARE instance
- In
care_fe, create a counter in the required location. - Open the Odoo server.
- Go to Accounts -> Cash Management (top menu) -> Bill Counter.
- Create a new bill counter.
- Keep cashier field blank.
- In the Care ID field, add the Care ID of the counter created in
care_fe.
The counter is now linked. Open a session for the corresponding location and start cashier operations.