Oui jusqu au 31/12 je pense aussi
Quand on ouvre un dossier et que l on va dans preferences
On peut choisir la periode (je suppose que cela correspond a la period fiscale) et la le choix est sur 13 mois (options generales - periode)
Ca me parait bizarre
Serveur apache sous windows 7
Re:Serveur apache sous windows 7
Rien ne t\'empêche d\'effacer la 13ième période et de modifier la 12ième pour arriver au 31/12 

Re:Serveur apache sous windows 7
Voilà j\'ai écrit le nouveau script
Pourrais-tu l\'essayer ?
Pourrais-tu l\'essayer ?
Code : Tout sélectionner
set INSTALL_PATH=c:\\phpcompta
set PGPASSWORD=MOT_DE_PASSE
set PGUSER=postgres
bitnami-wappstack-1.2-0-windows-installer.exe -- --mode unattended --prefix %INSTALL_PATH% --postgres_password %PGPASSWORD%
copy phpcompta_install\\httpd.conf %INSTALL_PATH%\\apache2\\conf
copy phpcompta_install\\php.ini %INSTALL_PATH%\\php
cd %INSTALL_PATH%\\postgresql\\bin
psql.exe -c \"create language plpgsql\" template1
psql.exe -c \"create user phpcompta createdb password \'dany\'\" template1
cd %INSTALL_PATH%
servicerun.bat STOP
PAUSE \"Attendez 3 sec avant d\'appuyer sur une touche\"
servicerun.bat START
Re:Serveur apache sous windows 7
Salut
Non ton script donne les memes erreurs
Je l ai modifie et fait plusieurs essais et cela marche maintenant sous windows 7
Voila le code :
set INSTALL_PATH=c:\\phpcompta
set DIRECTORY=C:
set PGPASSWORD=MOT_DE_PASSE
set PGUSER=postgres
bitnami-wappstack-1.2-0-windows-installer.exe -- --mode unattended --prefix %INSTALL_PATH% --postgres_password %PGPASSWORD%
copy phpcompta_install\\httpd.conf %INSTALL_PATH%\\apache2\\conf
copy phpcompta_install\\php.ini %INSTALL_PATH%\\php
set INSTALL_PATH=c:\\phpcompta
%DIRECTORY%
cd %INSTALL_PATH%\\postgresql\\bin
psql.exe -c \"create language plpgsql\" template1
psql.exe -c \"create user phpcompta createdb password \'dany\'\" template1
cd %INSTALL_PATH%
servicerun.bat STOP
PAUSE \"Attendez 3 sec avant d\'appuyer sur une touche\"
servicerun.bat START
Chez moi ca marche comme ca
J espere avoir pu te rendre service
Serge
Non ton script donne les memes erreurs
Je l ai modifie et fait plusieurs essais et cela marche maintenant sous windows 7
Voila le code :
set INSTALL_PATH=c:\\phpcompta
set DIRECTORY=C:
set PGPASSWORD=MOT_DE_PASSE
set PGUSER=postgres
bitnami-wappstack-1.2-0-windows-installer.exe -- --mode unattended --prefix %INSTALL_PATH% --postgres_password %PGPASSWORD%
copy phpcompta_install\\httpd.conf %INSTALL_PATH%\\apache2\\conf
copy phpcompta_install\\php.ini %INSTALL_PATH%\\php
set INSTALL_PATH=c:\\phpcompta
%DIRECTORY%
cd %INSTALL_PATH%\\postgresql\\bin
psql.exe -c \"create language plpgsql\" template1
psql.exe -c \"create user phpcompta createdb password \'dany\'\" template1
cd %INSTALL_PATH%
servicerun.bat STOP
PAUSE \"Attendez 3 sec avant d\'appuyer sur une touche\"
servicerun.bat START
Chez moi ca marche comme ca
J espere avoir pu te rendre service
Serge
Re:Serveur apache sous windows 7
Merci je vais l\'ajouter au script