You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
FlorianEisenmenger 1b792b14f6 mobile optimization пре 1 дан
..
.claude coloring пре 3 недеља
.ddev initial checkin with maaaaannnny functions пре 3 недеља
assets mobile optimization пре 1 дан
bin initial checkin with maaaaannnny functions пре 3 недеља
config big update: cleanup, restructuring, translation keys + excel, csv and pdf exports + print page пре 1 дан
migrations farbwahl, minimal theme пре 3 недеља
public htaccess пре 3 недеља
src different money entries for customer, project and performance. stop-clock. пре 1 дан
templates mobile optimization пре 1 дан
translations different money entries for customer, project and performance. stop-clock. пре 1 дан
.editorconfig initial checkin with maaaaannnny functions пре 3 недеља
.env big update: cleanup, restructuring, translation keys + excel, csv and pdf exports + print page пре 1 дан
.gitignore initial checkin with maaaaannnny functions пре 3 недеља
1-reset-and-seed.sh initial checkin with maaaaannnny functions пре 3 недеља
2-update-tenant-db.sh update: reports пре 3 недеља
LICENSE initial checkin with maaaaannnny functions пре 3 недеља
PROJEKT_KONTEXT.md updated md files пре 1 дан
README.md beautify html пре 3 недеља
composer.json big update: cleanup, restructuring, translation keys + excel, csv and pdf exports + print page пре 1 дан
composer.lock big update: cleanup, restructuring, translation keys + excel, csv and pdf exports + print page пре 1 дан
deploy.sh deploy пре 3 недеља
package-lock.json initial checkin with maaaaannnny functions пре 3 недеља
package.json initial checkin with maaaaannnny functions пре 3 недеља
symfony.lock initial checkin with maaaaannnny functions пре 3 недеља
upload-build.sh logging пре 3 недеља
webpack.config.js update: reports пре 3 недеља

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