1
Answer

how to create billing invoice and Barcode scan in products

Photo of Rupesh N

Rupesh N

7y
192
1
Hi
i am create billing system in c# windows application..
  • Please tell me Billing System Procedure.
  • how to add barcode with products 
  •  how to scan barcode ?
  • how to print in crystal report.
  • how to export excel and pdf formate.
  • how to convert .exe file with security.
  • if any one theft my software please security and inform to my email or anything.
so, please tell me or any reference link. please .  please tell me as soon as possible.
 
 
thank you 

Answers (1)

0
Photo of Scott Lysle
NA 28.5k 14.4m 16y

            private string Test(byte b)

            {

                  if (b >= 1 && b <= 3)

                  {

                        return "Good enough";

                  }

                  else

                  {

                        return "Out of range";

                  }

            }