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 fe08761a56 lexoffice invoice ground setup há 7 horas
..
.claude coloring há 3 semanas
.ddev initial checkin with maaaaannnny functions há 3 semanas
assets lexoffice invoice ground setup há 7 horas
bin initial checkin with maaaaannnny functions há 3 semanas
config lexware office integration há 1 dia
migrations lexware office integration há 1 dia
public htaccess há 3 semanas
src lexoffice invoice ground setup há 7 horas
templates lexoffice invoice ground setup há 7 horas
translations lexoffice invoice ground setup há 7 horas
.editorconfig initial checkin with maaaaannnny functions há 3 semanas
.env big update: cleanup, restructuring, translation keys + excel, csv and pdf exports + print page há 1 dia
.gitignore initial checkin with maaaaannnny functions há 3 semanas
1-reset-and-seed.sh initial checkin with maaaaannnny functions há 3 semanas
2-update-tenant-db.sh update: reports há 3 semanas
LICENSE initial checkin with maaaaannnny functions há 3 semanas
PROJEKT_KONTEXT.md updated md files há 1 dia
README.md beautify html há 3 semanas
composer.json lexware office integration há 1 dia
composer.lock lexware office integration há 1 dia
deploy.sh deploy há 3 semanas
package-lock.json initial checkin with maaaaannnny functions há 3 semanas
package.json initial checkin with maaaaannnny functions há 3 semanas
symfony.lock initial checkin with maaaaannnny functions há 3 semanas
upload-build.sh logging há 3 semanas
webpack.config.js update: reports há 3 semanas

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