Skip to content
Snippets Groups Projects
Commit 8f71e5fd authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge remote-tracking branch 'origin/3.4' into develop

Conflicts:
	build/exe/doliwamp/doliwamp.iss
	build/makepack-dolibarr.pl
	build/rpm/dolibarr_fedora.spec
	build/rpm/dolibarr_generic.spec
	build/rpm/dolibarr_mandriva.spec
	build/rpm/dolibarr_opensuse.spec
	htdocs/filefunc.inc.php
parents 7c163f7b 05461c47
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,6 @@ This is features that Dolibarr does not support completely yet: ...@@ -132,7 +132,6 @@ This is features that Dolibarr does not support completely yet:
- No accountancy (only bank management). - No accountancy (only bank management).
- Dolibarr manage one currency at once (mono-currency). - Dolibarr manage one currency at once (mono-currency).
- Dolibarr manage one company/foundation (mono-company). If you want to manage several companies or foundations, you must install several time the software (on same server or not). Another solution is to extend Dolibarr with the addon Module MultiCompany that allows to manage several companies in one Dolibarr instance (one database but with a logical isolation of datas). - Dolibarr manage one company/foundation (mono-company). If you want to manage several companies or foundations, you must install several time the software (on same server or not). Another solution is to extend Dolibarr with the addon Module MultiCompany that allows to manage several companies in one Dolibarr instance (one database but with a logical isolation of datas).
- Does not support double VAT (Federal / provincial) for Canada.
- Dolibarr does not contains Payroll module. - Dolibarr does not contains Payroll module.
- Tasks on module project can't have dependencies between each other. - Tasks on module project can't have dependencies between each other.
- Dolibarr does not include any Webmail. - Dolibarr does not include any Webmail.
......
...@@ -122,7 +122,6 @@ Voici un liste de fonctionnalites pas encore gérées par Dolibarr: ...@@ -122,7 +122,6 @@ Voici un liste de fonctionnalites pas encore gérées par Dolibarr:
- Pas de compta analytique (uniquement gestion de trésorerie). - Pas de compta analytique (uniquement gestion de trésorerie).
- Dolibarr ne gère qu'une seule monnaie à la fois (mono-devise). - Dolibarr ne gère qu'une seule monnaie à la fois (mono-devise).
- Dolibarr ne gère en standard qu'une société/institution/association mère (mono-société). Pour en gérer plusieurs (comme vos filiales), il faut, soit faire plusieurs installations de Dolibarr, soit installer le module MultiCompany qui permet de gérer n société/institutions/associations dans une seule instance par une isolation logique des données. - Dolibarr ne gère en standard qu'une société/institution/association mère (mono-société). Pour en gérer plusieurs (comme vos filiales), il faut, soit faire plusieurs installations de Dolibarr, soit installer le module MultiCompany qui permet de gérer n société/institutions/associations dans une seule instance par une isolation logique des données.
- Ne gère pas la double tva (Fédérale / provinciale) du canada.
- Dolibarr ne contient pas de module de Gestion de la paie. - Dolibarr ne contient pas de module de Gestion de la paie.
- Les taches du module de gestion de projets n'ont pas de dépendance entre elle. - Les taches du module de gestion de projets n'ont pas de dépendance entre elle.
- Dolibarr ne contient pas de Webmail. - Dolibarr ne contient pas de Webmail.
......
...@@ -1018,5 +1018,3 @@ Type: filesandordirs; Name: "{app}\www\dolibarr" ...@@ -1018,5 +1018,3 @@ Type: filesandordirs; Name: "{app}\www\dolibarr"
[UninstallRun] [UninstallRun]
Filename: "{app}\uninstall_services.bat"; Flags: runhidden Filename: "{app}\uninstall_services.bat"; Flags: runhidden
...@@ -9,13 +9,13 @@ beta version of Dolibarr, step by step. ...@@ -9,13 +9,13 @@ beta version of Dolibarr, step by step.
- Check all files are commited. - Check all files are commited.
- Update version/info in /ChangeLog - Update version/info in /ChangeLog
- Update version number with x.x.x-y in htdocs/filefunc.inc.php - Update version number with x.y.z-w in htdocs/filefunc.inc.php
- Update version number with x.x.x-y in build/makepack-dolibarr.pl - Update version number with x.y.z-w in build/makepack-dolibarr.pl
- Update version number with x.x.x-y in build/debian/changelog - Update version number with x.y.z-w in build/debian/changelog
- Update version number with x.x.x-y in build/exe/doliwamp/doliwamp.iss - Update version number with x.y.z-w in build/exe/doliwamp/doliwamp.iss
- Update version number with x.x.x-y in build/rpm/*.spec - Update version number with x.y.z-w in build/rpm/*.spec
- Update version number with x.x.x in build/doxygen/dolibarr-doxygen.doxyfile - Update version number with x.y.z in build/doxygen/dolibarr-doxygen.doxyfile
- Update version number with x.x.x in build/perl/virtualmin/dolibarr.pl - Update version number with x.y.z in build/perl/virtualmin/dolibarr.pl
- Commit all changes. - Commit all changes.
- Add a Tag (x.y.betaz_YYYYMMDD) and push it: git push --tags - Add a Tag (x.y.betaz_YYYYMMDD) and push it: git push --tags
- Create a branch (x.y). - Create a branch (x.y).
...@@ -33,14 +33,14 @@ complete release of Dolibarr, step by step. ...@@ -33,14 +33,14 @@ complete release of Dolibarr, step by step.
- Check all files are commited. - Check all files are commited.
- Update version/info in ChangeLog - Update version/info in ChangeLog
- Update version number with x.x.x in htdocs/filefunc.inc.php - Update version number with x.y.z in htdocs/filefunc.inc.php
- Update version number with x.x.x in build/makepack-dolibarr.pl - Update version number with x.y.z in build/makepack-dolibarr.pl
- Update version number with x.x.x in build/debian/changelog - Update version number with x.y.z in build/debian/changelog
- Update version number with x.x.x in build/exe/doliwamp/doliwamp.iss - Update version number with x.y.z in build/exe/doliwamp/doliwamp.iss
- Update version number with x.x.x in build/rpm/*.spec - Update version number with x.y.z in build/rpm/*.spec
- Update PAD files. - Update PAD files.
- Commit all changes. - Commit all changes.
- Add a Tag (DOLIBARR_x_y) - Add a Tag (x.y.z)
- Build Dolibarr and DoliWamp packages with makepack-dolibarr.pl - Build Dolibarr and DoliWamp packages with makepack-dolibarr.pl
- Check content of built packages. - Check content of built packages.
......
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
<Program_Info> <Program_Info>
<Program_Name>Dolibarr</Program_Name> <Program_Name>Dolibarr</Program_Name>
<Program_Version>3.4</Program_Version> <Program_Version>3.4</Program_Version>
<Program_Release_Month>05</Program_Release_Month> <Program_Release_Month>07</Program_Release_Month>
<Program_Release_Day>17</Program_Release_Day> <Program_Release_Day>07</Program_Release_Day>
<Program_Release_Year>2013</Program_Release_Year> <Program_Release_Year>2013</Program_Release_Year>
<Program_Cost_Dollars /> <Program_Cost_Dollars />
<Program_Cost_Other_Code /> <Program_Cost_Other_Code />
......
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
<Program_Info> <Program_Info>
<Program_Name>DoliWamp</Program_Name> <Program_Name>DoliWamp</Program_Name>
<Program_Version>3.4</Program_Version> <Program_Version>3.4</Program_Version>
<Program_Release_Month>05</Program_Release_Month> <Program_Release_Month>07</Program_Release_Month>
<Program_Release_Day>17</Program_Release_Day> <Program_Release_Day>07</Program_Release_Day>
<Program_Release_Year>2013</Program_Release_Year> <Program_Release_Year>2013</Program_Release_Year>
<Program_Cost_Dollars /> <Program_Cost_Dollars />
<Program_Cost_Other_Code /> <Program_Cost_Other_Code />
......
...@@ -320,7 +320,7 @@ then ...@@ -320,7 +320,7 @@ then
fi fi
# version x.y.z-0.1.a for alpha, x.y.z-0.2.b for beta, x.y.z-0.3 for release
%changelog %changelog
* Sun Feb 17 2013 Laurent Destailleur 3.5.0-0.1.a * Sun Feb 17 2013 Laurent Destailleur 3.5.0-0.1.a
- Initial version (#723326) - Initial version (#723326)
...@@ -538,6 +538,7 @@ fi ...@@ -538,6 +538,7 @@ fi
# version x.y.z-0.1.a for alpha, x.y.z-0.2.b for beta, x.y.z-0.3 for release
%changelog %changelog
* Sun Feb 17 2013 Laurent Destailleur 3.5.0-0.1.a * Sun Feb 17 2013 Laurent Destailleur 3.5.0-0.1.a
- Initial version (#723326) - Initial version (#723326)
...@@ -321,7 +321,7 @@ then ...@@ -321,7 +321,7 @@ then
fi fi
# version x.y.z-0.1.a for alpha, x.y.z-0.2.b for beta, x.y.z-0.3 for release
%changelog %changelog
* Sun Feb 17 2013 Laurent Destailleur 3.5.0-0.1.a * Sun Feb 17 2013 Laurent Destailleur 3.5.0-0.1.a
- Initial version (#723326) - Initial version (#723326)
...@@ -333,6 +333,7 @@ fi ...@@ -333,6 +333,7 @@ fi
# version x.y.z-0.1.a for alpha, x.y.z-0.2.b for beta, x.y.z-0.3 for release
%changelog %changelog
* Sun Feb 17 2013 Laurent Destailleur 3.5.0-0.1.a * Sun Feb 17 2013 Laurent Destailleur 3.5.0-0.1.a
- Initial version (#723326) - Initial version (#723326)
...@@ -211,8 +211,8 @@ INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) VALUES (20 ...@@ -211,8 +211,8 @@ INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) VALUES (20
INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) VALUES (2013, 201, '0', '0', 'VAT Rate 0', 1); INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) VALUES (2013, 201, '0', '0', 'VAT Rate 0', 1);
-- SLOVENIA (id country=202) -- SLOVENIA (id country=202)
INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) VALUES (2021, 202, '20', '0', 'VAT standard rate', 1); INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) VALUES (2021, 202, '22', '0', 'VAT standard rate', 1);
INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) VALUES (2022, 202,'8.5', '0', 'VAT reduced rate', 1); INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) VALUES (2022, 202,'9.5', '0', 'VAT reduced rate', 1);
INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) VALUES (2023, 202, '0', '0', 'VAT Rate 0', 1); INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) VALUES (2023, 202, '0', '0', 'VAT Rate 0', 1);
-- SPAIN (id country=4) -- SPAIN (id country=4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment