https://play.google.com/store/apps/details?id=com.aicrm.barcode_qrcode_stock
이 프로그램은
웹서버를 보유하고 있으며,
안드로이드 단말기를 바코드 스캐너로 사용하여,
입고, 출고 작업을 처리하고자 하는 사용자를 대상으로 합니다.
사용방법은 다음과 같습니다.
바코드를 인식하여, 바코드 결과값을 서버로 전송하여, 서버로부터 상품명을 확인합니다.
해당 상품명이 맞으면, 수량을 입력 후에, 입고 or 출고를 합니다.
입고 or 출고시 오류가 발생하면 사운드를 재생할 수 있습니다.
이 프로그램은,
사용자의 단말기에서 제품정보를 확인하는 프로그램이 아닙니다.
바코드 값을 서버로 전송하여, 상품명을 확인하여, 서버로 입고 또는 출고를 하도록 전송합니다.
따라서, 관련 기능을 사용하려면, 사용하는 서버에 관련기능을 포함하고 있어야 합니다.
처리결과 내용은 사용자의 단말기에 저장되며, CSV파일로 변환하여 메일로 첨부하여 전송할 수 있습니다.
처리결과 내용은 메뉴->스캔기록에서 확인할 수 있습니다.
이 프로그램의 사용처는 바코드를 포함한 일련의 인식표에서 바코드를 인식하여,
서버에 있는 자료를 이용하여, 서버로 입고 출고 등의 내용을 전송하는 프로그램으로,
입장권 발행, 환불, 재고관리에서의 입고, 출고 등 여러 환경에서 응용하여 사용할 수 있습니다.
아래의 전달값을 참고하여 응용하시기 바랍니다.
* 소리 : 스캔완료 - 인식이 완료되면 소리가 재생됩니다.
* 소리 : 처리오류 - 입고, 출고시 리턴값이 0 이면 소리가 재생됩니다.(0 이외의 값은 소리가 재생되지 않습니다.)
* 상품명주소 : ex)http://www.mydomain.com/check.php?
* 상품명 매개변수 : ex)part=1&group=2&
* 상품명 확인 : 서버로 전송시 전달값
- 위 예시의 경우
- 바코드 인식 후,
- 바코드 형식 : CODE_128
- 바코드 인식결과값 : 1234567
- 사용자의 전화번호 : 01012345678
- 사용자의 메일주소 : aaaa@gmail.com 인 경우
- http://www.mydomain.com/check.php?part=1&group=2&code_part=CODE_128&code_value=1234567&phone_number=01012345678&user_email=aaaa@gmail.com
- 으로 전송되며, 이 때, UTF-8 형식으로 전송되며,
- 서버의 해당 처리파일(ex:check.php)에서는, 서버의 환경에 따라,character set 을 맞춰서 입력받으시기 바랍니다.
- 해당 서버주소의 처리파일(ex:check.php)로 부터, 처리결과값을 리턴받을 수 있으며,
- 해당 처리파일(ex:check.php)에는 HTML 태그 등을 포함하지 않습니다.
- 해당 처리파일(ex:check.php)의 사용예는 아래와 같습니다.
<?php
//check.php
$value="가나다";
header("Content-type: text/html; charset=utf-8");
echo $value;
?>
* 입고/출고 : 서버로 전송시 전달값
- 바코드 형식 : CODE_128
- 바코드 인식결과값 : 1234567
- 사용자의 전화번호 : 01012345678
- 사용자의 메일주소 : aaaa@gmail.com 인 경우
- 입고를 사용할 때(입고 : 1, 출고 : 2)
- 수량 : 4
- 처리주소 : ex)http://www.mydomain.com/check_result.php?
- 처리 매개변수 : ex)part=1&group=2&
- http://www.mydomain.com/check_result.php?part=1&group=2&mode=1&code_part=CODE_128&code_value=1234567&order_count=4&phone_number=01012345678&user_email=aaaa@gmail.com
- 으로 전송되며, 이 때, UTF-8 형식으로 전송되며,
- 서버의 해당 처리파일(ex:check_result.php)에서는, 서버의 환경에 따라,character set 을 맞춰서 입력받으시기 바랍니다.
- 해당 처리파일에서는 처리오류시 0, 처리성공시 0 이외의 값을 리턴합니다.
- 해당 처리파일(ex:check_result.php)에는 HTML 태그 등을 포함하지 않습니다.
- 해당 처리파일(ex:check_result.php)의 사용예는 아래와 같습니다.
<?php
//check_result.php
$value="1";//Processing OK
header("Content-type: text/html; charset=utf-8");
echo $value;
?>
This program is
And, in the web server,
Android phone to use the bar code scanner,
Import, Export work for users who want to process.
Usage is as follows:
Product information from the user's terminal to check the program.
The value of the barcode is sent to the server , check the name , and the server sends a dressed up or shipped .
Therefore, to use the related features , use the server must contain the relevant function .
Information processing results are stored in the user's terminal , CSV file is converted to the e-mail can be sent as an attachment .
Information about treatment outcomes Menu - > Scan can be found in the record .
Applications of the program , including a set of identification tags on the bar code is recognized by the bar code ,
Using the data on the server , the server transmits contents such as a factory , wearing of the program ,
Tickets issued , refund, dressed in inventory management , factory , etc. , you can use the application in multiple environments .
Note down the value of the transfer application , please
* Sound: Complete Scan - recognition is complete, the sound will be played.
* Sound: processing error - dressed , the return value is zero, the factory will play a sound ( to a value other than 0 is the sound does not play . )
* Subject Address : ex) http://www.mydomain.com/check.php?
* Subject parameters : ex) part=1&group=2&
* Subject Check: Server parameter
- In the case of the example
- After the barcode recognition ,
- Barcode formats : CODE_128
- Barcode recognition result is : 1234567
- The user's phone number : 01012345678
- Your e-mail address : aaaa@gmail.com if
-
- The transmission of this time , UTF-8 format transmitted,
- The server that handles the file (ex: check.php) , the server , depending on the environment , character set , enter the conformity arrangements.
- The processing of the file that the server address (ex: check.php) from , and returns the result can be processed ,
- If the batch file (ex: check.php) does not contain HTML tags such as .
- If the batch file (ex: check.php) For example: a .
<? php
// check.php
$value = " AAA";
header ("Content-type: text / html; charset = utf-8");
echo $value;
?>
* Import/Export : Server Parameter
- Barcode formats : CODE_128
- Barcode recognition result is : 1234567
- The user's phone number : 01012345678
- Your e-mail address : aaaa@gmail.com
- Import ( import : 1, export : 2)
- Qty: 4
- Processing address : ex) http://www.mydomain.com/check_result.php?
- Processing parameters : ex) part=1&group=2&
-
- The transmission of this time , UTF-8 format transmitted,
- The server that handles the file (ex: check_result.php) , the server , depending on the environment , character set , enter the conformity arrangements.
- If a processing error when processing file 0, treatment success, returns a non-zero value .
- If the batch file (ex: check_result.php) does not contain HTML tags such as .
- If the batch file (ex: check_result.php) For example: a .
<? php
/ / check_result.php
$value = "1" ;/ / Processing OK
header ("Content-type: text / html; charset = utf-8");
echo $value;
?>