Cloud PDT and Barcode Scanner

Sadržava oglaseKupovina unutar aplikacije
3,3
302 recenzije
50 hilj.+
Preuzimanja
Kategorizacija sadržaja
Svako
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana
Slika snimka ekrana

O aplikaciji

This is a professional software for retail, logistics, small and medium business. It replaces hardware barcode scanner and portable data terminal. Does not require any additional software on your PC. Working via RFCOMM like hardware wireless Bluetooth scanners. Support for data transfer via open source REST API for more complete integration with various business systems.

When your smartphone is connected to PC or POS this application immediately tramsmits the scanned barcodes via RFCOMM. If there is no connection the application automatically switches to portable data terminal mode and save all barcodes in database for use later. Version 1.3.0 and high support serial numbers.

This application will run on ordinary smartphones or tablets and professional hybrid devices with built-in barcode scanners.

Camera-scanner read all the popular barcodes: UPC-A, UPC-E, EAN-8, EAN-13, Code 39, Code 93, Code 128, ITF, Codabar, RSS-14, RSS Expanded, QR Code, Data Matrix, MaxiCode, PDF417.

Also you can use any hardware barcode scanners connected as HID or Broadcast Intent.

Quick start:
1. Pairing smartphone and PC.
2. Run this application.
3. On PC run Control Panel - Devices and Printers - Change the Bluetooth settings, go to the COM ports tab and add an outgoing port for your smartphone with Lineris Barcode Service.
4. Configure your PC software for working with new COM port.

For use names database with barcodes scan the QR code of URL to JSON file or web-service GET method. Use this format:
[
{
"barcode": "Barcode value",
"name": "Name",
"advanced_name": "Not required. Advanced name, for example, size",
"unit": "Not required. Unit name, for example, pcs.",
"serial": true // if serial nubmers is required, elsr false or blank
},
{
"barcode": "253408567004",
"name": "Skirt",
"advanced_name": "36, Cherry"
}
{
"barcode": "725211167020",
"name": "Leans SP AF17-50mm F/2.8 XR",
"advanced_name": "Camera model",
"unit": "pcs",
"serial": true
}
]
The URL must ends "json".

The portable data terminal can transfer collected data to PC via Bluetooth. This method is convenient because it does not require additional software.
Also you can use web-service. Scan QR-code ends "upload" then application pack data in JSON array:
[
{
"barcode": "Barcode value",
"quantity": 1,
"serial" : [ //Only if serial numbers is required
{"serial":"Serial number",
"quantity":1
}
]
},
{
"barcode": "253408567004",
"quantity": 17
},
{
"barcode": "725211167020",
"quantity": 2,
"serial": [
{"serial": "034319",
"quantity": 1},
{"serial": "034320",
"quantity": 1}
]
}
]
and send it in POST request to this URL.

For details see "Integration" section in application preferences.
Ažurirano dana
12. feb 2024.

Sigurnost podataka

Sigurnost počinje razumijevanjem na koji način programeri prikupljaju i dijele vaše podatke. Privatnost podataka i sigurnosne prakse se mogu razlikovati ovisno o korištenju, regiji i dobi. Programer je pružio ove informacije i može ih s vremenom ažurirati.
Ova aplikacija može dijeliti ove vrste podataka s trećim stranama
Informacije o aplikacijama i performanse i ID-ovi uređaja ili drugi ID-ovi
Ova aplikacija može prikupljati ove vrste podataka
Informacije o aplikacijama i performanse i ID-ovi uređaja ili drugi ID-ovi
Podaci nisu šifrirani
Podaci se ne mogu izbrisati

Ocjene i recenzije

3,3
293 recenzije

Šta ima novo

Bugfix