Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.04 KB

File metadata and controls

30 lines (18 loc) · 1.04 KB

SynTech Inventory Management System

This Java application implements an Inventory Management System called SynTech. It provides functionalities for managing orders, stock summary, purchase/return transactions, and generating reports.

Features

  • Add Items: Allows users to add new products to the inventory.
  • Stock Summary: Provides a summary of the current stock status.
  • Purchase/Return: Facilitates purchase and return transactions.
  • Reports: Generates reports for sales, purchases, and stock balance.

Usage

To use the application, follow these steps:

  1. Clone the repository to your local machine.
  2. Compile the Java code using a Java compiler.
  3. Run the compiled Java program.

Dependencies

This application requires Java to be installed on your system.

Contributing

Contributions are welcome! If you have any ideas for improvements or find any issues, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.