Skip to content

Udal langileen egutegiak eta opor/lizentzia eskaerak kudeatzeko aplikazioa

Notifications You must be signed in to change notification settings

PasaiakoUdala/egutegia

Folders and files

NameName
Last commit message
Last commit date
Feb 26, 2025
Feb 11, 2025
Mar 28, 2025
Jan 10, 2018
Dec 13, 2024
Nov 10, 2017
Mar 18, 2025
Jun 26, 2023
May 25, 2022
Feb 14, 2018
May 29, 2017
Mar 13, 2017
Jun 29, 2022
May 26, 2022
Dec 13, 2024
May 26, 2022
Apr 19, 2017
Jul 4, 2024
May 26, 2022
Mar 16, 2020
Dec 11, 2018
Mar 13, 2017
Oct 10, 2024
Nov 23, 2023
Oct 10, 2024
Apr 6, 2017
Apr 2, 2022
Apr 2, 2022
Dec 13, 2024
Dec 13, 2024
Feb 13, 2024
Jun 14, 2024
Jan 25, 2021
Jan 25, 2021
May 17, 2017
Jul 12, 2018
Jan 25, 2021
Jan 25, 2021

Repository files navigation

Egutegia

Pasaiako Udaletxeko langileen egutegiak kudeatzeko web aplikazioa.

app/config/parameters.yml fitxategia bete beharrezko datuekin

node bertsio zehatza erabiltzeko: nvm use --delete-prefix v6.17.1

ondoren nvm use --delete-prefix v14

CKEditor fix:

bin/console ckeditor:install --tag=4.22.1
bin/console assets:install

DEPLOY

pasahitza jarri ./ansistrano/production fitxategian
ansible-playbook -i .ansistrano/production .ansistrano/deploy.yml -vvv exekutatu

ssh root@egutegia.pasai.net-era
bin/console ckeditor:install --tag=4.22.1
bin/console assets:install

COMPOSER.PHAR erabili

Bikoiztutako filak ezabatzeko MYSQL-n

DELETE t1 FROM notification t1
         INNER JOIN
     notification t2 
 WHERE
     t1.id > t2.id 
     and t1.description = t2.description 
     and t1.eskaera_id = t2.eskaera_id 
     and t1.firma_id=t2.firma_id 
     and t1.name = t2.name 
     and t1.user_id = t2.user_id;   

Requirements:

  • Beharrezkoaz da wkhtmltopdf instalatua izatea zerbitzarian:
    • EZ ERABILI => sudo apt-get install wkhtmltopdf => EZ DABIL!!!
    • lib barruan dagoena instalatu (Debian 8 bertsioa)
    • eskuratu non instalatua dagoen => whereis wkhtmltopdf

About

Udal langileen egutegiak eta opor/lizentzia eskaerak kudeatzeko aplikazioa

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published