Laurent Destailleur
ffc936fff3
Fix missing param
2021-01-13 11:15:30 +01:00
Alexandre SPANGARO
dae1794e3d
FIX: Accountancy - Export Gestinum_v3 use facnumber for customer invoice
2021-01-13 11:08:33 +01:00
Frédéric FRANCE
dad329602a
Update html.formmail.class.php
2021-01-12 23:46:29 +01:00
Frédéric FRANCE
cf24fd5d85
code syntax
2021-01-12 23:30:59 +01:00
Laurent Destailleur
eb2faed656
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
2021-01-12 21:06:20 +01:00
Laurent Destailleur
958b255822
Fix #15949 by introducing 'alphawithlgt' as GETPOST possible param.
2021-01-12 21:06:02 +01:00
Laurent Destailleur
a7c78c2f60
Merge pull request #15960 from seblu/fix_ldap_login
...
Use login from LDAP attribute
2021-01-12 20:59:46 +01:00
Laurent Destailleur
a72b33367a
Merge pull request #15957 from aspangaro/13b8
...
FIX: Accountancy - Piece is a required field for FEC compatibility
2021-01-12 20:57:20 +01:00
Laurent Destailleur
942016d0cd
Merge pull request #15956 from aspangaro/13b7
...
FIX : Accountancy - FEC Export - Add trans & unaccent on journal label
2021-01-12 20:56:11 +01:00
Laurent Destailleur
2b9ce6995f
Merge pull request #15951 from FHenry/12_fix_update_groupname
...
fix: update group name
2021-01-12 20:26:17 +01:00
Laurent Destailleur
3054fb4cd6
Merge pull request #15959 from FHenry/dev_fix_contact_bulk
...
Dev fix contact bulk
2021-01-12 20:25:26 +01:00
Marc de Lima Lucio
82b0f18378
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into NEW_product_customer_price_ref
2021-01-12 15:10:15 +01:00
Marc de Lima Lucio
759dd379d3
NEW: customer price customer ref: push back to v14
2021-01-12 14:43:09 +01:00
Laurent Destailleur
2e9f3b803d
Add some hooks to add new buttons (compensation of removal of tabs).
...
Signed-off-by: Laurent Destailleur <eldy@destailleur.fr>
2021-01-12 13:59:20 +01:00
Laurent Destailleur
75323859e4
Add some hooks to add new buttons (compensation of removal of tabs).
2021-01-12 13:58:16 +01:00
Sébastien Luttringer
3f13dacacd
Use login from LDAP attribute
...
The LDAP authentication function (check_user_password_ldap) returns the login
sting when authentication is successful.
The current implementation always return the provided login to the check function,
instead of LDAP entry login field (as defined in the LDAP_FIELD_LOGIN).
This is problematic when you expect user to log with several login, like mail,
or the LDAP login doesn't match the dolibarr database.
For example, the following filter allows users auth with mail and cn ldap fields:
$dolibarr_main_auth_ldap_filter = '(&(objectClass=person)(|(cn=%1%)(mail=%1%)))';
but, dolibarr will not find the user when mail is provided.
This patch returns the $ldap->login when LDAP_FIELD_LOGIN is configured.
2021-01-12 12:07:36 +01:00
Laurent Destailleur
fd35ef0a6f
Fix travis
2021-01-12 10:45:15 +01:00
Laurent Destailleur
0d6ff51598
Move pgloader version
2021-01-12 10:40:53 +01:00
Laurent Destailleur
bad4b14ba5
Fix properties
2021-01-12 10:34:15 +01:00
Florian HENRY
98eff62aff
Merge branch '13_backport' into dev_fix_contact_bulk
2021-01-12 10:25:18 +01:00
Florian HENRY
e34a797899
Merge branch '13.0' of github.com:Dolibarr/dolibarr into 13_backport
2021-01-12 10:21:35 +01:00
Florian HENRY
d856b0149d
Merge branch '13_backport' into develop
2021-01-12 10:08:12 +01:00
Florian HENRY
2be924d5d8
fix js bulkemail
2021-01-12 10:01:32 +01:00
Laurent Destailleur
3906acc951
Must use the generic version
2021-01-12 10:00:05 +01:00
Florian HENRY
7f90c88d6a
fix js syntax
2021-01-12 09:51:39 +01:00
Florian HENRY
a689d2898e
Merge branch '13.0' of github.com:Dolibarr/dolibarr into 13_8fablab
2021-01-12 09:37:50 +01:00
Alexandre SPANGARO
19ac498f4e
FIX: Accountancy - Piece is a required field for FEC compatibility
2021-01-12 06:03:57 +01:00
Alexandre SPANGARO
5d6ca5c636
FIX: Accountancy - Add translation when journal label data is record
2021-01-12 05:52:47 +01:00
Alexandre SPANGARO
20fba8f4d2
FIX : Accountancy - FEC Export - Add trans & unaccent on journal label
2021-01-12 05:46:24 +01:00
Laurent Destailleur
db69707579
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
2021-01-11 20:53:31 +01:00
Laurent Destailleur
6e860efa44
CSS
2021-01-11 20:53:18 +01:00
Florian HENRY
77f213832e
fix: update group name
2021-01-11 19:40:44 +01:00
Florian HENRY
21e1d5c8c9
Merge branch '13.0' of github.com:Dolibarr/dolibarr into 13_8fablab
2021-01-11 18:07:10 +01:00
Laurent Destailleur
c2187b2ff1
Merge branch 'develop' into develop_new_workstation
2021-01-11 17:59:13 +01:00
Laurent Destailleur
0999bc74d2
Merge pull request #15948 from atm-kevin/NEW/Hook_on_customer_tab_to_add_shortlist
...
NEW Hook to allow external modules to add their own shortlist of recent objects
2021-01-11 17:50:34 +01:00
Laurent Destailleur
cae9dc3acf
Merge pull request #15925 from FHenry/dev_add_tag_contact_thirdpartycontactcreateion
...
NEW : Add contact tag and bulk email status on thirparty+contact create form
2021-01-11 17:28:12 +01:00
kevin
5ff18baaa8
Add hook to allow external modules to add their own shortlist of recent objects
2021-01-11 17:13:07 +01:00
Laurent Destailleur
080ffa6a51
Merge pull request #15947 from atm-lena/12.0_FIX_Translation_FR_Permission777
...
12.0 FIX Translation Permission777 FR
2021-01-11 17:10:29 +01:00
Laurent Destailleur
8a3a59dfca
Merge pull request #15636 from aspangaro/14a5
...
NEW: Accountancy - Introduce "Level3" - Define account directly in thirdparty
2021-01-11 17:10:03 +01:00
atm-lena
f17474a8de
12.0 FIX Translation Permission777 FR
2021-01-11 16:56:19 +01:00
Laurent Destailleur
238fd5accb
Merge pull request #15346 from ATM-Consulting/FIX_12.0_date_extrafields_are_not_filterable_on_lists
...
NEW Can filter on extrafields date on lists
2021-01-11 16:41:01 +01:00
Laurent Destailleur
307d718e82
Merge pull request #15931 from ATM-Nicolas/new_shipping_workflow
...
NEW : Workflow to set a shipment as closed
2021-01-11 16:34:26 +01:00
Laurent Destailleur
de9835ae47
Merge pull request #15936 from bb2a/warhouse_in_propal
...
NEW Can ask the warehouse in proposal
2021-01-11 16:23:15 +01:00
Laurent Destailleur
c4de93fbb7
Update card.php
2021-01-11 16:21:15 +01:00
Laurent Destailleur
9962c182c4
Merge pull request #15805 from FHenry/dev_exfields_of_lines_into_line_tr
...
NEW : Extrafields of documents lines are inside the lines, not any more on separate TR
2021-01-11 16:15:45 +01:00
Laurent Destailleur
88fdf0491f
Merge pull request #15943 from aspangaro/13b6
...
FIX: Hidden accountancy export button without any right
2021-01-11 16:07:55 +01:00
Laurent Destailleur
f6de607889
Fix warning
2021-01-11 16:07:02 +01:00
Laurent Destailleur
9a5ae77615
Merge pull request #15926 from FHenry/develop
...
fix : remove php warning on install pages
2021-01-11 16:04:04 +01:00
Laurent Destailleur
8831c05d3e
Merge pull request #15924 from andreubisquerra/master
...
Improve free zone saving in TakePOS
2021-01-11 16:02:28 +01:00
Laurent Destailleur
507bb5b0d9
Merge pull request #15928 from fappels/13_fix_edit_expedition_field
...
Fix expedition class (tms cannot be null)
2021-01-11 16:01:19 +01:00