fix: 투약 지도서 인쇄 개선
- 이모지(🐾) 제거 → 프린터 호환성
- '동물약 안내서' → '투약 지도서'로 변경
- 청춘약국/전화번호 중앙 정렬 수정 (48자 기준)
This commit is contained in:
parent
abb8ad1325
commit
27da568a13
@ -6520,10 +6520,10 @@ def api_animal_drug_info_print():
|
||||
LINE = "=" * 48
|
||||
THIN = "-" * 48
|
||||
|
||||
# 텍스트 메시지 생성
|
||||
# 텍스트 메시지 생성 (48자 기준 중앙정렬)
|
||||
message = f"""
|
||||
{LINE}
|
||||
🐾 동물약 안내서
|
||||
[ 투약 지도서 ]
|
||||
{LINE}
|
||||
|
||||
{pg_product_name}
|
||||
@ -6571,8 +6571,8 @@ def api_animal_drug_info_print():
|
||||
|
||||
message += f"""
|
||||
{LINE}
|
||||
청 춘 약 국
|
||||
Tel: 033-481-5222
|
||||
청 춘 약 국
|
||||
Tel: 033-481-5222
|
||||
"""
|
||||
|
||||
# 네트워크 프린터로 인쇄 (pos_printer 사용)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user