Açıklama Yok

Josef Straßl 0e911f76fc Add organization-based CC routing for internal order notifications 3 hafta önce
admin 0e911f76fc Add organization-based CC routing for internal order notifications 3 hafta önce
assets 7b7b0e5794 more fixes 3 hafta önce
data 0e911f76fc Add organization-based CC routing for internal order notifications 3 hafta önce
docs 0e911f76fc Add organization-based CC routing for internal order notifications 3 hafta önce
includes 0e911f76fc Add organization-based CC routing for internal order notifications 3 hafta önce
.gitignore 7b7b0e5794 more fixes 3 hafta önce
.htaccess ec38e6151b Security: generic order-success copy, file rate limits, HSTS/CSP, canonical mail origin 3 hafta önce
README.md de4f5463b5 moving image uploads to be in data, not assets 1 ay önce
cart.php c5e5b1b7f7 unifying to ' instead of " 1 ay önce
checkout.php ec38e6151b Security: generic order-success copy, file rate limits, HSTS/CSP, canonical mail origin 3 hafta önce
config.sample.php ec38e6151b Security: generic order-success copy, file rate limits, HSTS/CSP, canonical mail origin 3 hafta önce
faq.php 643816b5cf implementing FAQ 1 ay önce
favicon.png c9911553c4 favicon 1 ay önce
index.php fb1916772d adding colored tiles to products on the main page/Overview 3 hafta önce
order-confirm.php e971f64b68 implementing Freising Stylesheet 1 ay önce
order-success.php ec38e6151b Security: generic order-success copy, file rate limits, HSTS/CSP, canonical mail origin 3 hafta önce
orders.php 452979a100 forking feuerwehr-shop to psa-orderform, first draft of rebuild 1 ay önce
product.php 7b7b0e5794 more fixes 3 hafta önce
reservation.php 452979a100 forking feuerwehr-shop to psa-orderform, first draft of rebuild 1 ay önce

README.md

Stadt Freising PSA-Service

Zweck

Dieses Projekt ist ein internes Bestellsystem für persönliche Schutzausrüstung der Stadt Freising und wird organisatorisch durch Amt 32 - Öffentliche Sicherheit und Ordnung betreut.

Kernfunktionen

  • Produktübersicht mit Kategorien
  • Produktdetailseiten mit Größenwahl
  • Warenkorb ohne Mengensteuerung
  • Checkout mit Name, E-Mail, Organisation und Kommentar
  • Optionaler Bestätigungslink vor interner Weiterleitung
  • Adminbereich für Bestellungen, Produkte, Kategorien, Organisationen, Einstellungen, FAQ und Admins
  • Positionsbezogene Bearbeitung und Stornierung von Bestellungen

Voraussetzungen

  • PHP 8.x
  • Schreibrechte auf data/
  • funktionierende PHP-Mailzustellung für Bestellmails

Wichtige Dateien

  • Konfiguration: config.php
  • Zentrale Logik: includes/functions.php
  • Bestellungen: data/orders.json
  • Organisationen: data/organizations.json
  • Systemeinstellungen: data/settings.json
  • Produkte: data/products.json
  • Produktbilder: data/uploads/

Einrichtung

  1. config.php prüfen und insbesondere SITE_URL, FROM_EMAIL und die Bestell-Voreinstellungen anpassen.
  2. Adminzugänge in data/admins.json pflegen.
  3. Empfängeradresse, Bestätigungspflicht und PDF-Anhang im Admin unter Einstellungen prüfen.
  4. Organisationen im Admin unter Organisationen verwalten pflegen.

Hinweise

  • Alte Reservierungs-, Backorder- und Bestellhistorien-Features werden nicht mehr verwendet.
  • Bestellungen werden nicht im Browser für Endnutzer gespeichert oder nachverfolgt.