Commit Graph

100555 Commits

Author SHA1 Message Date
Maxime Kohlhaas
c820231363 Fix id of expense report must be before object fetch 2021-05-16 12:24:27 +02:00
Maxime Kohlhaas
7af0bda3a5
Update admin_extrafields_view.tpl.php 2021-05-16 11:33:07 +02:00
Maxime Kohlhaas
c8b725165e Fix use img_picto in quick create dropdown 2021-05-16 11:16:07 +02:00
Maxime Kohlhaas
3c3613a71a Fix missing quick create holiday and expense report 2021-05-16 11:06:49 +02:00
Maxime Kohlhaas
baf0dda19c Fix missing load langs for my company info in user block 2021-05-16 10:52:51 +02:00
Maxime Kohlhaas
3859e7f00e Fix translations on expensereport list 2021-05-16 10:49:00 +02:00
Maxime Kohlhaas
e5e317bae3 Fix entity was set to 0 on group creation 2021-05-16 09:58:34 +02:00
piernov
1cbe0e3f2d
Fix: properly set gid for Group LDAP synchro
Even if the gidNumber field was set in the configuration, a gid different from the Dolibarr's one was generated and stored into LDAP.
Now the gidNumber is properly set to Dolibarr's gid if gidNumber field is set in the LDAP module configuration.
2021-05-15 18:01:34 +02:00
piernov
beff175de1
Fix use login for User homedir in LDAP
posixAccount objectclass (intended to be used with the uid/gid/homedir fields) requires a homedir.
Always set a homedir in LDAP for the User class even if user does not have a firstname by using the login instead.
Additionally on Linux the login is typically used for the home directory rather than the first name.
It also avoids having accentuated or other special characters (commonly found in names) in the home directory path.
2021-05-15 16:48:43 +02:00
piernov
014b34acc6
Fix default gid 65534 for User in LDAP
posixAccount objectclass (intended to be used with the uid/gid/homedir fields) requires a gid.
Always set a gid in LDAP for the User class even if the user does not belong to any group.
By default 65534 which corresponds to the nobody group on major distributions (incl. Debian).
2021-05-15 16:44:46 +02:00
Maxime Kohlhaas
db32f882e8 Fix use of DatePropal instead of Date 2021-05-15 07:45:04 +02:00
Anthony Berton
334f37052c Update card.php 2021-05-15 02:36:56 +02:00
Anthony Berton
b335804680
Update .gitignore 2021-05-15 02:32:47 +02:00
Anthony Berton
dc8c746057
Update .gitignore 2021-05-15 02:32:07 +02:00
Anthony Berton
5deff6676a
Update .gitignore 2021-05-15 02:31:33 +02:00
Anthony Berton
3cccdea20b
Update .gitignore 2021-05-15 02:31:08 +02:00
Anthony Berton
1d7765ce12 update phone and address in popup 2021-05-15 02:29:15 +02:00
Anthony Berton
8f49c68aa5 Update .gitignore 2021-05-15 01:14:28 +02:00
Frédéric FRANCE
cff0b69ce0
avoid sql error with sql_mode=only_full_group_by
SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref, t.ref_customer as ref_client, t.ref_supplier, SUM(td.total_ht) as total_ht FROM llx_societe as s, llx_contrat as t, llx_contratdet as td WHERE t.fk_soc = s.rowid AND td.fk_contrat = t.rowid AND t.fk_soc IN (2) AND t.entity IN (1)[DB_ERROR_1140] In aggregated query without GROUP BY, expression #4 of SELECT list contains nonaggregated column 'dolibarrdev.t.rowid'; this is incompatible with sql_mode=only_full_group_by
2021-05-14 18:30:56 +02:00
Maxime Kohlhaas
acadef72c1 Fix use supplier relative discount in replenish order creation 2021-05-14 18:01:22 +02:00
stickler-ci
50d4d28c14 Fixing style errors. 2021-05-14 11:54:50 +00:00
Ferran Marcet
ce6df0ee4a FIX: Filter of the dates in the lists is lost 2021-05-14 13:50:12 +02:00
Francis Appels
009588e04d fix implode on string for formproduct loadwarehouse 2021-05-14 11:02:55 +02:00
Laurent Destailleur
a9ddf2a5ad Fix phpcs 2021-05-13 19:07:47 +02:00
Laurent Destailleur
d1f36ec20c Fix phpcs 2021-05-13 15:45:47 +02:00
Ferran Marcet
c577d1c51e FIX: Impossible to add multiple localtax2 2021-05-13 13:35:28 +02:00
stickler-ci
05ea8761a1 Fixing style errors. 2021-05-13 08:28:14 +00:00
ptibogxiv
b9336570ff
NEW report contact/adresses on credit note from invoice
keep same contact/adresses from source invoice (ir: usefull for correct notifications)
2021-05-13 10:26:09 +02:00
snyk-bot
d37e66629e
fix: dev/examples/zapier/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-1018905
- https://snyk.io/vuln/SNYK-JS-LODASH-1040724
2021-05-13 02:23:35 +00:00
stickler-ci
79b51baa3d Fixing style errors. 2021-05-12 22:46:09 +00:00
Frédéric Bagnol
8d035f5ec2
Add soc in categories contacts list 2021-05-13 00:40:56 +02:00
Frédéric FRANCE
65e66ffb4f
Merge remote-tracking branch 'upstream/develop' into completeTabHead 2021-05-12 23:32:58 +02:00
Laurent Destailleur
5917a9f73e Fix phpcs 2021-05-12 23:08:52 +02:00
UT from dolibit
8bbd915009
Update text.txt 2021-05-12 23:03:43 +02:00
Frédéric FRANCE
59e046112c
Merge remote-tracking branch 'upstream/develop' into completeTabHead 2021-05-12 22:57:23 +02:00
UT from dolibit
cd28664b2a
Update locales.txt 2021-05-12 22:56:50 +02:00
Laurent Destailleur
e471181089 css 2021-05-12 22:52:50 +02:00
UT from dolibit
65c8eda5c1
Update address_format.txt 2021-05-12 22:47:57 +02:00
Laurent Destailleur
097f493315 css 2021-05-12 22:43:47 +02:00
Laurent Destailleur
488f242e25 css 2021-05-12 22:42:10 +02:00
UT from dolibit
850ed5eb25
Update countries_iso-3166_fr.txt 2021-05-12 22:41:33 +02:00
Laurent Destailleur
5e0f2f9781 Debug v14. Fix regression. 2021-05-12 22:35:21 +02:00
UT from dolibit
a11ed88f6f
Update code_nace.txt 2021-05-12 22:34:58 +02:00
UT from dolibit
396f3d0fab
Update world_tax_rates.txt
delete http://www.taxrates.cc/index.html  because now leads to a risky website without appropriate information
2021-05-12 22:29:02 +02:00
UT from dolibit
0dd999c1f0
Update vat_number_names.txt 2021-05-12 22:25:08 +02:00
Laurent Destailleur
ba6e675273 css 2021-05-12 22:21:20 +02:00
UT from dolibit
12c2838d91
Update countries_iso-3166_en.txt 2021-05-12 22:18:40 +02:00
Laurent Destailleur
19a203bd40 Fix amount of memberships 2021-05-12 22:09:06 +02:00
UT from dolibit
95a5e480a1
Update llx_00_c_country.sql 2021-05-12 21:55:31 +02:00
Laurent Destailleur
9eda9c1e21 Enhance setup 2021-05-12 19:55:16 +02:00