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

Request for New Endpoint: Fetch Items by Branch ID #112

Closed TheTharz closed 5 months ago

TheTharz commented 5 months ago

Title: Request for New Endpoint: Fetch Items by Branch ID

Description:

Issue Summary: Currently, our application lacks an endpoint to fetch items specific to a particular branch when the branch ID is provided. This functionality is essential for various features within our application, such as branch-specific inventory management and reporting.

Proposed Solution: We propose the implementation of a new API endpoint that accepts a branch ID as a parameter and returns all items associated with that branch. The endpoint should adhere to RESTful principles and follow our existing API conventions.

Endpoint Details:

Additional Context:

Priority: High