Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
FlorianEisenmenger 2477919ed2 drag and drop time entries and show dates with entries há 17 horas
..
.claude coloring há 3 semanas
.ddev initial checkin with maaaaannnny functions há 1 mês
_backups import and statistics há 1 dia
assets drag and drop time entries and show dates with entries há 17 horas
bin initial checkin with maaaaannnny functions há 1 mês
config login page há 1 dia
migrations label field há 5 dias
public htaccess há 4 semanas
src drag and drop time entries and show dates with entries há 17 horas
templates drag and drop time entries and show dates with entries há 17 horas
translations drag and drop time entries and show dates with entries há 17 horas
.editorconfig initial checkin with maaaaannnny functions há 1 mês
.env big update: cleanup, restructuring, translation keys + excel, csv and pdf exports + print page há 6 dias
.gitignore initial checkin with maaaaannnny functions há 1 mês
1-reset-and-seed.sh initial checkin with maaaaannnny functions há 1 mês
2-update-tenant-db.sh update: reports há 1 mês
LICENSE initial checkin with maaaaannnny functions há 1 mês
PROJEKT_KONTEXT.md updated md files há 6 dias
README.md beautify html há 1 mês
composer.json lexware office integration há 6 dias
composer.lock lexware office integration há 6 dias
deploy.sh deploy há 4 semanas
package-lock.json statistics and invoices há 4 dias
package.json statistics and invoices há 4 dias
symfony.lock initial checkin with maaaaannnny functions há 1 mês
upload-build.sh logging há 4 semanas
webpack.config.js statistics and invoices há 4 dias

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