feat: QR 토큰 API에서 클라이언트 items 우선 처리
- /api/admin/qr/generate에서 client_items 파라미터 추가 - 클라이언트 전달 items 우선, 없으면 MSSQL 조회 - get_sale_items 쿼리 컬럼명 수정 (DrugCode, GoodsName 등)
This commit is contained in:
11
backend/config.json
Normal file
11
backend/config.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"pharmacy_code": "P0001",
|
||||
"pharmacy_name": "청춘약국",
|
||||
"cloud_api_url": "https://pos.pharmq.kr",
|
||||
"pos_printer": {
|
||||
"ip": "192.168.0.174",
|
||||
"port": 9100
|
||||
},
|
||||
"pharmacist_name": "김영빈",
|
||||
"license_number": "72672"
|
||||
}
|
||||
Reference in New Issue
Block a user