Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
FlorianEisenmenger 7de36d6e5b fix pirms 1 dienas
..
.claude coloring pirms 3 nedēļām
.ddev initial checkin with maaaaannnny functions pirms 3 nedēļām
assets fix pirms 1 dienas
bin initial checkin with maaaaannnny functions pirms 3 nedēļām
config big update: cleanup, restructuring, translation keys + excel, csv and pdf exports + print page pirms 1 dienas
migrations farbwahl, minimal theme pirms 3 nedēļām
public htaccess pirms 3 nedēļām
src different money entries for customer, project and performance. stop-clock. pirms 1 dienas
templates fix pirms 1 dienas
translations different money entries for customer, project and performance. stop-clock. pirms 1 dienas
.editorconfig initial checkin with maaaaannnny functions pirms 3 nedēļām
.env big update: cleanup, restructuring, translation keys + excel, csv and pdf exports + print page pirms 1 dienas
.gitignore initial checkin with maaaaannnny functions pirms 3 nedēļām
1-reset-and-seed.sh initial checkin with maaaaannnny functions pirms 3 nedēļām
2-update-tenant-db.sh update: reports pirms 3 nedēļām
LICENSE initial checkin with maaaaannnny functions pirms 3 nedēļām
PROJEKT_KONTEXT.md updated md files pirms 1 dienas
README.md beautify html pirms 3 nedēļām
composer.json big update: cleanup, restructuring, translation keys + excel, csv and pdf exports + print page pirms 1 dienas
composer.lock big update: cleanup, restructuring, translation keys + excel, csv and pdf exports + print page pirms 1 dienas
deploy.sh deploy pirms 3 nedēļām
package-lock.json initial checkin with maaaaannnny functions pirms 3 nedēļām
package.json initial checkin with maaaaannnny functions pirms 3 nedēļām
symfony.lock initial checkin with maaaaannnny functions pirms 3 nedēļām
upload-build.sh logging pirms 3 nedēļām
webpack.config.js update: reports pirms 3 nedēļām

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