diff --git a/PITCH.md b/PITCH.md new file mode 100644 index 0000000..0b2cd35 --- /dev/null +++ b/PITCH.md @@ -0,0 +1,34 @@ +# TuxiNet Terminal + +## Event-Ready POS Platform + +TuxiNet Terminal is a purpose-built Point Of Sale system designed for +events, LAN parties and association-based environments. + +------------------------------------------------------------------------ + +## Why Choose TuxiNet Terminal? + +- Works fully offline +- Fast touch-based interface +- RFID payment support (KlubKort) +- Reliable receipt printing +- Automatic hourly backups +- Web-based revenue overview + +------------------------------------------------------------------------ + +## Ideal For + +- LAN events +- Schools +- Clubs & associations +- Pop-up sales environments + +------------------------------------------------------------------------ + +## Status + +Currently running as v0.6.0 Beta and actively used at events. + +For inquiries: TuxiNet.dk diff --git a/RELEASE_STRUCTURE.md b/RELEASE_STRUCTURE.md new file mode 100644 index 0000000..00857cf --- /dev/null +++ b/RELEASE_STRUCTURE.md @@ -0,0 +1,20 @@ +# Release Package Structure + +Version: v0.6.0 Beta + +------------------------------------------------------------------------ + +## Recommended ZIP Layout + +/TuxiNet-Terminal/ │ ├── lanpos/ ├── scripts/ ├── assets/ ├── database/ +├── backup/ ├── README.md ├── ROADMAP.md ├── CHANGELOG.md ├── +SECURITY.md ├── RELEASE_NOTES_v0.6.0.md └── Wiki/ + +------------------------------------------------------------------------ + +## Deployment Notes + +- Extract to target machine +- Verify XAMPP installation +- Confirm printer driver installed +- Run startup script diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..c983c9c --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,43 @@ +# Security & Data Handling + +Version: v0.6.0 Beta + +------------------------------------------------------------------------ + +## Design Principles + +- Offline-first architecture +- No external API dependency required +- Local database storage +- Segmented Print Agent process + +------------------------------------------------------------------------ + +## Data Storage + +- Transaction data stored locally +- Backup performed hourly +- No public exposure of POS interface + +------------------------------------------------------------------------ + +## Network + +- Optional secure tunnel for backup transfer +- No inbound public access required + +------------------------------------------------------------------------ + +## Access Control + +- SUADMIN restricted access +- No public login system +- KlubKort used for payments only + +------------------------------------------------------------------------ + +## Recommendations + +- Restrict physical access to terminal +- Secure Windows account +- Regularly verify backups