Suwasetha Pharmacy is an integrated system used to manage various operational functions of the pharmacy and aims at improving its effectiveness and quality of services offered to patients. Some of the features offered this system include inventory, sales control, prescription management, and more.
- Inventory Management: Track stock levels, manage suppliers, and automate reordering.
- Sales Tracking: Monitor sales, generate invoices, and analyze sales data.
- Prescription Processing: Handle prescriptions efficiently with detailed records and alerts.
- User Management: Manage staff roles and permissions.
- Reporting: Generate detailed reports on various aspects of the pharmacy’s operations.
- Java Development Kit (JDK): Ensure you have JDK 8 or higher installed.
- Apache Ant: Ensure Ant is installed on your machine. You can download it from here.
-
Clone the Repository:
git clone https://github.com/Pasanmahee/SuwasethaPharmacy.git
-
Navigate to the Project Directory: cd SuwasethaPharmacy
-
Build the Project:
- Open a terminal or command prompt.
- Navigate to the project directory.
- Run the following command to clean the project:
ant clean
This command removes any previously compiled files and build artifacts, preparing a clean state for a new build.
- Run the following command to build the project:
ant build
This command compiles the source code and packages the application according to the instructions defined in the
build.xml
file. -
Run the Project:
- After building the project, run the following command to start the application: ant run This command launches the application, allowing you to interact with the graphical user interface (GUI).
- Access the System: Once the application is running, interact with the graphical user interface (GUI) to use the pharmacy management features.
We welcome contributions! Please see our CONTRIBUTING.md for guidelines.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or feedback, please contact us at [email protected].