EZ POS SYSTEMのレシート印刷システム。
POSアプリ:EZ POS SYSTEM APP
カスタマーディスプレイ:EZ POS SYSTEM WEB
config/example.json
をconfig/default.json
にコピーして設定
{
// 接続方法("usb" or "bluetooth")
"mode": "bluetooth",
"shop": {
// レシートに記載される店舗名
"name": "Example Shop",
// 〃住所
"address": "東京都新宿区西新宿2-8-1"
},
"firebase": {
// Firebaseコンフィグ
"apiKey": "",
"authDomain": "",
"projectId": "",
"storageBucket": "",
"messagingSenderId": "",
"appId": ""
}
}
- いつもの
pnpm i
pnpm run start
smareceiptを参考にしてください。