Life-Pill / pharmacy-pos-main-backend

The Pharmacy POS System Backend is the server-side component of our comprehensive pharmacy management software. It is developed using Spring Boot, Java, Spring Security ,and Microservices Architecture
Apache License 2.0
5 stars 3 forks source link

Add Functionality to Update Branch Manager #120

Closed TheTharz closed 5 months ago

TheTharz commented 5 months ago

Issue: Add Functionality to Update Branch Manager

Title: Add Functionality to Update Branch Manager

Description: Currently, there is no way to update the branch manager for a specific branch. To enhance the functionality of our application and provide better management capabilities, we need to add a feature that allows updating the branch manager when the branch ID and the new branch manager's details are provided.

Proposed Solution:

  1. Add an input field for the branch manager's details (e.g., name, email, contact) in the branch management window.
  2. Implement backend logic to handle the update request and update the branch manager's information in the database.
  3. Ensure frontend validation to verify that both the branch ID and the new branch manager's details are provided before submitting the update request.

Acceptance Criteria:

Priority: High