- 바코드 스캔 → 제품 조회 → 장바구니 → 결제 흐름의 더미 POS GUI 추가 - ESC/POS 영수증 프린터 설정 다이얼로그 추가 - barcode_reader_gui.py dbsetup import 경로 수정 - POS 프린터 config.json 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
112 B
JSON
7 lines
112 B
JSON
{
|
|
"pos_printer": {
|
|
"ip": "192.168.0.174",
|
|
"port": 9100,
|
|
"name": "메인 POS"
|
|
}
|
|
} |