barcode-sales-program-csharp-winform

Barcode sales program is a software that allows businesses such as markets, grocery stores, buffets and gas stations to record their products with their buying and selling prices, make sales, and view their turnover and profits by reporting.

Stars
3

ABOUT THE BARCODE SALES PROJECT

Barcoded sales program is a software that allows businesses such as markets, grocery stores, buffets and gas stations to record their products with their buying and selling prices, make sales, and view their turnover and profits by reporting. With a market program, you can identify all the products in your business and sell them by scanning the product barcodes without having to memorize the prices of these products.

What can be done with the market program?

  • You can carry out all your product, sales, stock, reporting and personnel transactions in your market.

  • You can see the receipt amount by scanning your products on the sell page, calculate the change with the change feature and apply discounts to your customers. With the quick add product menu, you can add your products to the receipt by clicking on the product without scanning its barcode.

  • You can define product cards with stock transactions and create your products with fields such as product barcode, product name, sales price, purchase price, product group, stock code and product description. You can perform stock tracking operations by defining your product stock quantity.

  • With the Reports module, you can accurately track your turnover and profit by making end-of-day, between-date, product-based, regional, stock movement and product groups-based reports.

  • With the product entry module, you can easily put the products on sale with the program and handle the stock transactions in a practical way.

  • With the Settings module, you can perform personnel transactions/authorizations, printing transactions, card commission information, workplace information and backup/restore from backup.

  • Change user module is designed to manage user change operations in your barcoded sales program. It allows you to quickly switch between users and increases security and management flexibility by adding different user accounts to the system.

  • The price update module is a tool that allows you to quickly and effectively manage product prices in your barcode sales program. This module offers the opportunity to update product prices collectively or individually, so you can manage your sales and stock tracking more precisely.

PROJECT SCHEME

TOOLS

PROJECT App.config FILE

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  </configSections>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
  </startup>
  <connectionStrings>
    <add name="BarcodeSalesDbEntities" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(LocalDB)\MSSQLLocalDB;attachdbfilename=|DataDirectory|\BarcodeSalesDb.mdf;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
  </connectionStrings>
  <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
      <parameters>
        <parameter value="mssqllocaldb" />
      </parameters>
    </defaultConnectionFactory>
    <providers>
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
    </providers>
  </entityFramework>
</configuration>

License Duration Calculation

You can adjust the license period with Excel located in the project root folder.

Login Information

  • Username: sinan
  • Password: sinan

Contact Information

You can reach out to me using the following contact details:

I'm always open to development and collaboration. Feel free to reach out to me!

Badges
Extracted from project README
Email Website
Related Projects