Pharmacy Management System Project using Vb.Net Source Code

Pharmacy Management System Project using Vb.Net Source Code

The Pharmacy Management System Project using Vb.Net is a desktop application which is developed in VB platform. Pharmacy Management System is a open source you can Download zip and edit as per you need. 

It is developed using VB and MySql Database. Pharmacy management system is a management system that is designed to improve accuracy and to enhance safety and efficiency in the pharmaceutical store. This software code helpful in academic projects for college students.

This system was created using Visual Basic 2008 and MySql database of the system, and Crystal Reports.

Pharmacy Management System Using VB.Net: Features

  1. Add Supplier

    Adding your suppliers in Timely allows you to order and keep track of your products.
    To add a supplier, go to Side Bar Menu > Supplier and Click Add Supplier.
    Enter the details of the supplier and click Save . Once a supplier is added, it will show in the main list of suppliers.

  2. Add Category

    To add a category , go to Top Bar Menu > Category and Click Add Category.
    Enter the details of the category and click save . Then your new category will be created.

  3. Add Generic

    To add a generic, go to Top Bar Menu > generic and Click Add Generic.
    Enter the details of the generic and click save. Once a generic added, it will show in the main list of generics.

  4. Add Shelves

    To add a shelves, go to Top Bar Menu > shelves and Click Add shelves.
    Enter the details of the shelves and click save . Then your new shelves will be created. it will show in the main list of shelves.

  5. Add Item

    Add new items to your inventory item list. You can enter descriptions, prices and default accounts for your item. 
    In the Side Bar Menu, select Item , Click Add New. Complete the Item Code and Item Name fields, Click Save. it will show in the main list of Item.

  6. Add Quantity in Item

    You can add a quantity to every product on the list

  7. Add Customer

    Timely makes it easy to add and manage information about your clients.
    This includes the basics like the client contact details appointment. 

  8. Point of Sale

    A point of sales or POS transaction also referred to as POS purchase refers to the final settlement, billing and payment made at the counter after purchase of any goods and services. 

  9. Manage User

     If you are the Administrator (owner) of your computer system, you can create, edit, and view details about user accounts. Additionally, you can search for users, change user details and manage what users have permission to see and do

  10. Login and Logout

    In computer security, logging in (or logging on, signing in, or signing on) is the process by which an individual gains access to a computer system by identifying and authenticating themselves. The user credentials are typically some form of “username” and a matching “password”,

Login Information:

Main Dashboard
Username: adones
Password: 1

Point of sale
Username: shella
Password: 1

Download here the full source code of Pharmacy Management System Project using Vb.Net

After you download the source code, extract it and look for the thesis_pharmacy sql file and import it into phpmyAdmin.

If you have any questions or suggestions about this Pharmacy Management System, please contact me through facebook or email.

Facebook: Adones Eter Evangelista

Email Address: [email protected]

Contact Number: 09153226944

Frequently Asked Questions

How does this VB.NET pharmacy management system work?

Inventory (medicines, expiry tracking, low-stock alerts), sales/POS (prescription verification, invoice printing), supplier purchase orders, reports.

What Visual Studio and SQL Server versions does this VB.NET project require?

Most projects use VB.NET WinForms on .NET Framework 4.5+ with SQL Server 2012 Express or higher. To run: install Visual Studio 2019 / 2022 (Community is free) with the ‘Desktop development with .NET’ workload, install SQL Server Express + SSMS, open the .sln file, build, run.

How do I set up the database for this VB.NET project?

Open SQL Server Management Studio (SSMS) and connect to your SQL Server (e.g. localhost\SQLEXPRESS). Right-click Databases, choose Restore Database OR New Database then import the included .sql script. Update the connection string in App.config (or in code-behind Module) with your server name + credentials. Rebuild and run.

Can I use this VB.NET project for a BSIT capstone or thesis?

Yes, VB.NET is one of the most accepted languages by Philippine BSIT panels. Extend it: add role-based access (admin/staff/customer login redirect), Crystal Reports or RDLC reports, dashboards with Chart control, audit log, multi-branch support. Pair with Chapter 1-5 documentation matching your panel’s rubric.

Why am I getting ‘connection error’ or ‘cannot find SQL Server’?

Three common VB.NET issues: (1) Connection error: SQL Server isn’t running. Open SQL Server Configuration Manager and verify SQL Server (SQLEXPRESS) service is started. (2) Wrong server name in connection string. Try .\SQLEXPRESS, (local)\SQLEXPRESS, or your machine name. (3) Login failed: SQL Server is set to ‘Windows-only’ authentication. Switch to Mixed Mode in SSMS Server Properties, Security.

Where can I find more VB.NET projects with source code?

Browse the VB.NET Projects hub for the full library. For C# WinForms alternatives see C# Projects. For ASP.NET web alternatives see ASP.NET Projects. For BSIT capstone idea lists see 150 Best Capstone Project Ideas.

Adones Evangelista

Programmer & Technical Writer at PIES IT Solution

Adones Evangelista is a programmer and writer at PIES IT Solution, author of over 900 tutorials and error-fix guides at itsourcecode.com. Specializes in JavaScript, Django, Laravel, and Python error debugging covering ValueError, TypeError, AttributeError, ModuleNotFoundError, and RuntimeError, plus C/C++ and PHP capstone projects for BSIT students.

Expertise: JavaScript · Python · Django · Laravel · Error Debugging · C/C++  · View all posts by Adones Evangelista →

2 thoughts on “Pharmacy Management System Project using Vb.Net Source Code”

Leave a Comment