-
Notifications
You must be signed in to change notification settings - Fork 0
stringthread/POS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
文化祭等、購入者が限定される場面での使用のために作られた簡易POSシステムです 販売品目とデコは table.js 中のそれぞれ item_table、deco_table 配列でバーコードと紐づけしています バーコードリーダーは入力前後にタブ文字を入力するよう設定してください 購入履歴の管理にPHPとMySQLを使用しています。実行はPHP対応サーバーから行ってください。POSデータベースを作成し、その中にlogテーブルを作ってください SQL文:CREATE TABLE POS.log (id INT NOT NULL,item VARCHAR(255) NOT NULL,deco INT NOT NULL,date TIMESTAMP); barcode_list.xlsm ファイルのセルに必要事項を入力し、ファイル内の MakeJS というマクロを実行することで table.js を生成できます
About
POS System for the Commuttee
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published