Aucune description

Medowar 4af27d13b3 fixing pdf generation il y a 3 semaines
admin b32d0c040c fixing word wrap il y a 3 semaines
assets 4af27d13b3 fixing pdf generation il y a 3 semaines
data fb1916772d adding colored tiles to products on the main page/Overview il y a 3 semaines
docs 62e136fce3 fixing styling of admin config checkboxes, adding docs for order process il y a 3 semaines
includes 4af27d13b3 fixing pdf generation il y a 3 semaines
.gitignore 81d35f32cf . il y a 3 semaines
.htaccess 4af27d13b3 fixing pdf generation il y a 3 semaines
README.md de4f5463b5 moving image uploads to be in data, not assets il y a 1 mois
cart.php c5e5b1b7f7 unifying to ' instead of " il y a 1 mois
checkout.php c5e5b1b7f7 unifying to ' instead of " il y a 1 mois
config.sample.php c5e5b1b7f7 unifying to ' instead of " il y a 1 mois
faq.php 643816b5cf implementing FAQ il y a 1 mois
favicon.png c9911553c4 favicon il y a 1 mois
index.php fb1916772d adding colored tiles to products on the main page/Overview il y a 3 semaines
order-confirm.php e971f64b68 implementing Freising Stylesheet il y a 1 mois
order-success.php 4184fe815c smaller name and label changes il y a 1 mois
orders.php 452979a100 forking feuerwehr-shop to psa-orderform, first draft of rebuild il y a 1 mois
product.php 4af27d13b3 fixing pdf generation il y a 3 semaines
reservation.php 452979a100 forking feuerwehr-shop to psa-orderform, first draft of rebuild il y a 1 mois

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.