Coming Soon

Site is Under Developing so New Post will Display Soon..!

Free Download C# Full Pharmacy Project With Source code

Hello Dear Friends....!!
This is one of our completely Free Projects .. It is a Pharmacy Project that can perform a lot of operations you can also find the (.dll) files for the working Barcode Reader Machines in your country and add it to the project .





Follow The Steps to get the project working : 

  1. First of all Create an SQLserver Database and Then create two tables Shown below.
    • Phar_Item_Info Then add this fields :
      • ID >> DataType : Int (Primary Key)
      • Class >> DataType : nvarchar(50)
      • Company >> nvarchar(50)
      • Type >> nvarchar(50)
      • Price >> money
      • Notes >> nvarchar(150)
    • LoginInfo With this fields :
      • ID >> DataType : Int (Primary Key)
      • Password >> nvarchar(50)
  2. After Create Database Create a Stored Procedure and Implement this code inside it : 

  3. ALTER PROCEDURE insert_Data @ID int,@Classnvarchar(50),@Company nvarchar(50),@Typenvarchar(50),@Price Money,@Notes nvarchar(150)
    /*
    (
    @parameter1 int = 5,
    @parameter2 datatype OUTPUT
    )
    */

    AS
    insert into Phar_Item_Info (ID,Class,Company,Type,Price,Notes)values(@ID,@Class,@Company,@Type,@Price,@Notes)
    /* SET NOCOUNT ON */
    RETURN

  4. Open The Project on Visual Studio. and then You go to Class Connection.
    cs Then Edit the connection string to be the one suitable for your server.

  5. Now,You can add a lot of improvements to this project such as the Bar code Reader,Total Sales,Charts for Inventory Level and Many more ..


Previous
Next Post »

3 comments

Write comments
Unknown
AUTHOR
21 February 2016 at 07:15 delete

i have interested barcoding project

Reply
avatar
Jim Green
AUTHOR
21 January 2019 at 19:46 delete

Barcodes integrated in C# also need to generate barcode first, then barcode scanner to get the results, then display or print.

Reply
avatar
Anonymous
AUTHOR
27 September 2019 at 23:57 delete

Halo,I'm Helena Julio from Ecuador,I want to talk good about Le_Meridian Funding Investors on this topic.Le_Meridian Funding Investors gives me financial support when all bank in my city turned down my request to grant me a loan of 500,000.00 USD, I tried all i could to get a loan from my banks here in Ecuador but they all turned me down because my credit was low but with god grace I came to know about Le_Meridian so I decided to give a try to apply for the loan. with God willing they grant me  loan of 500,000.00 USD the loan request that my banks here in Ecuador has turned me down for, it was really awesome doing business with them and my business is going well now. Here is Le_Meridian Funding Investment Email/WhatsApp Contact if you wish to apply loan from them.Email:lfdsloans@lemeridianfds.com / lfdsloans@outlook.comWhatsApp Contact:+1-989-394-3740.

Reply
avatar