raphaelfrei / brcd-scn

Barcode Scanner to CSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Barcode Scanner to CSV

Used for inventory purpose.
The app reads a CSV Report and compare with the sequences scanned.

How To Use:

  • 1- Copy the files from the build folder into your machine
  • 2- Install .NET.
  • 3- Open the App and select the source CSV file. (It requires an CSV to work, if there's none available just submit a blank one)
  • 4- Select the SCAN Field and start scanning with the barcode scanner. (not required to click on the SCAN Button)
  • 5- Generate the report.

Details:

  • 1- When the sequence scanned exists in the CSV, the information field will turn green.
  • 2- When the sequence scanned doesn't exist in the CSV, the information field will be red.
  • 3- When you rescan a sequence, the information field will be blue.

Report:

The report will generate a CSV file. It only saves the sequence that you scanned.
First fields will be the sequences available into the CSV file and the last will be the one not available.
When you rescan a sequence, it won't save twice into the report neither into the count information.

Fields:

Serials: The quantity of serials into the imported CSV.
Scanned: The quantity of serials that you've scanned.(Rescanned sequences won't count)
Found: The quantity of serials that matched the CSV.
Not Found: The quantity of serials that don't match the CSV.

About

Barcode Scanner to CSV


Languages

Language:C# 100.0%