2026-03-19 23:51:01 -03:00
2026-03-19 22:58:34 -03:00
2026-03-22 21:19:46 -03:00
2026-03-21 22:08:36 -03:00
2026-03-18 21:13:59 -03:00

KSNE-Rendiciones-App

Docker Deployment

Build and deploy the application:

./build-deploy.sh    # pulls latest code, builds image, starts container

# Or step by step:
docker compose up -d --build

The app will be available at http://localhost:5500.

Volumes

Persistent data is stored outside the container:

Host path Container path Purpose
./db /app/db SQLite database
./static/cache /app/static/cache Cached files

TODO

Questions

  • Verify if shifts are fixed to set a schedule
  • Verify if max 2 people work per day
  • Understand how HC products/prices work

General

  • Generate shopping center registry
  • Generate reports and export to Excel
  • Monthly sold products table
  • Stolen items form
  • Implement overtime?
  • Implement calendar like Excel
  • Fix colors in light/dark mode
  • Separate products by store
  • Clean up requirements.txt
  • Show total sales charts on index
  • Show daily sales by module/zone
  • Loss report form on dashboard
  • Product categories (complementos, etc)
  • Product pricing by zone
  • Force password change on first login for workers

Low Priority

  • Polish admin UI layout

Peppermint

  • Receipt count by payment method
  • Allow uploading expense receipt photos

Happy Candy

  • 2% commission
Description
No description provided
Readme GPL-3.0 931 KiB
Languages
HTML 50.8%
Python 35.3%
JavaScript 11.4%
CSS 2.2%
Dockerfile 0.3%