Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
FlorianEisenmenger ac2f54c42b import and statistics 1 giorno fa
..
.claude coloring 3 settimane fa
.ddev initial checkin with maaaaannnny functions 1 mese fa
_backups import and statistics 1 giorno fa
assets import and statistics 1 giorno fa
bin initial checkin with maaaaannnny functions 1 mese fa
config import and statistics 1 giorno fa
migrations label field 5 giorni fa
public htaccess 4 settimane fa
src import and statistics 1 giorno fa
templates import and statistics 1 giorno fa
translations import and statistics 1 giorno fa
.editorconfig initial checkin with maaaaannnny functions 1 mese fa
.env big update: cleanup, restructuring, translation keys + excel, csv and pdf exports + print page 6 giorni fa
.gitignore initial checkin with maaaaannnny functions 1 mese fa
1-reset-and-seed.sh initial checkin with maaaaannnny functions 1 mese fa
2-update-tenant-db.sh update: reports 1 mese fa
LICENSE initial checkin with maaaaannnny functions 1 mese fa
PROJEKT_KONTEXT.md updated md files 6 giorni fa
README.md beautify html 1 mese fa
composer.json lexware office integration 6 giorni fa
composer.lock lexware office integration 6 giorni fa
deploy.sh deploy 4 settimane fa
package-lock.json statistics and invoices 4 giorni fa
package.json statistics and invoices 4 giorni fa
symfony.lock initial checkin with maaaaannnny functions 1 mese fa
upload-build.sh logging 4 settimane fa
webpack.config.js statistics and invoices 4 giorni fa

README.md

spawntree Timetracker

Installation

cd httpdocs
ddev start
# Läuft dann unter https://timetracking.ddev.site:8459

ddev exec composer install
ddev exec npm install

sh 1-reset-and-seed.sh
# Entweder mit oder ohne Testdaten

ddev exec npm run watch

Live-Setup (einmalig)

GRANT ALL PRIVILEGES ON `db_%`.* TO 'deindbuser'@'%'; FLUSH PRIVILEGES;

Migrationen

Central Entity geändert

ddev exec php bin/console doctrine:migrations:diff --em=central --namespace=DoctrineMigrations
ddev exec php bin/console doctrine:migrations:migrate --em=central --no-interaction

Tenant Entity geändert

Kein Migrations-Workflow — die Tenant-DB wird per SchemaTool neu angelegt:

sh reset-and-seed.sh

Webpack / Assets

# Dev (einmalig)
ddev exec npm run dev

# Watch-Modus (bei Änderungen automatisch neu bauen)
ddev exec npm run watch

# Production Build
ddev exec npm run build

Hilfsbefehle

# Alle URLs anzeigen
ddev describe

# Cache leeren
ddev exec php bin/console cache:clear