2
0
forked from Wavyzz/dolibarr
Commit Graph

7810 Commits

Author SHA1 Message Date
Laurent Destailleur
85be2aa98e Add dol_escape_htmltag 2024-02-17 19:48:30 +01:00
Laurent Destailleur
f4c9d683f5 Fix log message 2024-02-17 19:36:33 +01:00
Laurent Destailleur
a626b1b693 FIX migration missing 2 columns in llx_resource and 1 in llx_user 2024-02-14 14:14:16 +01:00
Laurent Destailleur
265fff296c Fix warnings Close #27917 2024-02-08 15:06:35 +01:00
Ikarus
66604c12d3 Add region and departament for Cuba (#28046)
* Update llx_10_c_regions.sql

Add Cuba Regions (id_country=77)

* Update llx_20_c_departements.sql

Add Provinces Cuba (id country=77)
2024-02-07 16:26:07 +01:00
Alexandre SPANGARO
15004cb256 Fix SQL migration 2024-01-30 06:52:10 +01:00
Laurent Destailleur
2a7a47d3ad Debug v19 - missing migration line 2024-01-28 00:14:19 +01:00
Laurent Destailleur
7a4128b8b6 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-25 01:38:49 +01:00
Laurent Destailleur
d873cc43ed Fix missing migration 2024-01-25 01:38:28 +01:00
Laurent Destailleur
c6d13d98e9 Fix missing column in migration 2024-01-25 01:37:57 +01:00
Laurent Destailleur
cca01cbda4 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-23 22:15:36 +01:00
Laurent Destailleur
b05d1c5f6e Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-23 22:03:28 +01:00
Laurent Destailleur
41da70f494 Fix repair 2024-01-23 21:33:10 +01:00
Alexandre SPANGARO
52c005e909 Update VAT rate 2024 for Switzerland 2024-01-23 17:41:41 +01:00
Laurent Destailleur
0719a2f9dc Fix missing tms field 2024-01-18 00:47:02 +01:00
Mathieu "rid" Soula
c7557671e1 Fix add tms field into llx_bom_bomline 2024-01-18 00:45:12 +01:00
Laurent Destailleur
4cf06431ff Fix template 2024-01-12 22:30:30 +01:00
Alexandre Janniaux
425f10d71e install: upgrade2: add missing modules
Those modules cannot be enabled from the upgrade2 script if they are not
in the list.
2024-01-05 01:28:53 +01:00
Laurent Destailleur
5ae29f4052 Fix check php native imap only if php <= 8.3 2024-01-02 12:58:40 +01:00
Laurent Destailleur
77306d7155 Fix sql 2024-01-01 20:14:11 +01:00
Laurent Destailleur
b28ae5d8d3 Clean code 2023-12-27 12:12:20 +01:00
Laurent Destailleur
98009ea6be Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	ChangeLog
	htdocs/compta/bank/class/account.class.php
	htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php
	htdocs/langs/en_US/recruitment.lang
	htdocs/master.inc.php
	htdocs/projet/contact.php
2023-12-17 22:17:14 +01:00
Laurent Destailleur
b99fcbb5ad Remove deprecated files in migration 2023-12-16 20:14:47 +01:00
Laurent Destailleur
68d89d4421 Fix pgsql install 2023-12-14 15:29:20 +01:00
Laurent Destailleur
1a7f674bd5 Fix add tms field to help debug v19 and sepa payment pbs 2023-12-14 14:01:28 +01:00
ATM-NicolasV
f4099bdf28 missing require_once .'/core/lib/security.lib.php' for dol_hash() 2023-12-13 09:41:20 +01:00
Laurent Destailleur
453d5e5c26 Fix #yogosha19443 2023-12-08 23:45:18 +01:00
Frédéric FRANCE
61b79fda17 avoid phpstan error with phpdoc 2023-12-06 15:46:39 +01:00
daraelmin
9a151ebe2c FIX v18 SQL error in llx_c_forme_juridique.sql when installing
insert into llx_c_forme_juridique (fk_pays, code, libelle) values (0, ‹ 0 ›,‹ - ›);

 And

insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,‹ 00 ›,‹ Organisme de placement collectif en valeurs mobilières sans personnalité morale ›);

throws an error as the column 'code' is integer not varchar and value must be unique

see : https://www.dolibarr.fr/forum/t/nouvelle-instalation-forme-juridiques-des-tiers-pratiquement-vide/44489/4
2023-12-05 08:19:28 +01:00
Laurent Destailleur
eebe4370fb Fix php-cs-fixer 2023-12-04 12:36:19 +01:00
Laurent Destailleur
7c756574b6 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-12-02 14:52:36 +01:00
Frédéric FRANCE
53c8a3acf8 clean phpdoc for phpstan (#26905) 2023-12-01 19:51:32 +01:00
Frédéric FRANCE
bffbe18f82 fix hidden phpstan error (#26892) 2023-11-30 17:44:45 +01:00
Laurent Destailleur
9a4aa58ce9 Fix message to unlock upgrade 2023-11-28 14:00:15 +01:00
Laurent Destailleur
de98256fd4 Fix typo partnershiap 2023-11-27 13:30:24 +01:00
Laurent Destailleur
a136f304a6 Fix php8.2 warnings 2023-11-27 11:46:58 +01:00
Mohamed DAOUD
dc4d5111aa New add evaluation report pdf module HRM (#26850)
* add rh evaluation report pdf

* Update modHRM.class.php

* fix phpcs modHRM.class.php
2023-11-26 15:51:00 +01:00
Laurent Destailleur
fad47c8d9e Debug v19 2023-11-21 23:16:17 +01:00
Lucas Marcouiller
7ac162ed91 Fix bookcal data structure (#26791)
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com>
2023-11-21 23:12:44 +01:00
Regis Houssin
ca7fe7e29e FIX MAIN_LANG_DEFAULT was no longer saved during installation (#26637) 2023-11-20 20:38:42 +01:00
Laurent Destailleur
ed122e5408 Clean depracted table 2023-11-20 17:46:57 +01:00
Regis Houssin
3fb520aa3f FIX sql syntax error (#26711) 2023-11-18 11:55:12 +01:00
evarisk-micka
5f67a182b8 NEW #26668 [SQL] add SPL in dict form_juridique (#26669) 2023-11-17 16:40:40 +01:00
Regis Houssin
8af42acf8e FIX avoid error during install (#26630) 2023-11-17 12:17:59 +01:00
Pascal Hubrecht
13f2ae60ef fix duplicate index in llx_expensereport (#26614) 2023-11-16 15:00:42 +01:00
Maxime Kohlhaas
6d749046a1 Fix SQL migration 18-19 (#26626) 2023-11-16 14:56:09 +01:00
Laurent Destailleur
599632c671 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-11-15 11:47:58 +01:00
Laurent Destailleur
0cc541bb4a Standardize fields 2023-11-15 11:47:15 +01:00
Laurent Destailleur
d9df238ac4 Clean code and prepare database for reception from any source 2023-11-14 17:33:50 +01:00
Frédéric FRANCE
d46988fe62 add missing migration table index (#26576) 2023-11-14 01:54:29 +01:00