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 1c6a36be29 different money entries for customer, project and performance. stop-clock. преди 1 ден
..
.claude coloring преди 3 седмици
.ddev initial checkin with maaaaannnny functions преди 3 седмици
assets different money entries for customer, project and performance. stop-clock. преди 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 different money entries for customer, project and performance. stop-clock. преди 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