2
0
forked from Wavyzz/dolibarr
Commit Graph

2243 Commits

Author SHA1 Message Date
William Mead
6d07c6336c Fixed get. Improved error message. (#34150) 2025-05-14 16:57:44 +02:00
Charlène Benke
4a58d0c640 allow empty mode (choice 0) on api call (#34142) 2025-05-14 12:50:45 +02:00
Frédéric FRANCE
e1de1edbe6 fix picto (#34123)
* fix picto

* Update societe.class.php
2025-05-13 10:53:35 +02:00
ldestailleur
1ec8036cc6 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-05-07 11:32:25 +02:00
ldestailleur
b555aed819 The API to create a website account /idthirdparty/accounts/site is now
POST (instead of PUT) and to update is PUT (instead of PATCH).
2025-05-07 11:28:30 +02:00
William Mead
384a4f3984 QUAL Updated third party API PHPDoc (#34077)
* Updated and cleaned PHPDoc. Added contributor details.

* Updated and cleaned PHPDoc

* Cleaned PHPDoc

* Cleaned PHPDoc

* Cleaned PHPDoc

* Cleaned PHPDoc

* Cleaned PHPDoc

* Cleaned PHPDoc

* Added contributor details
2025-05-07 11:20:14 +02:00
William Mead
6ddc9926fa QUAL Updated Contacts API PHPDoc (#34005)
* Updated and cleaned PHPDoc

* Added comment
2025-04-29 06:54:56 +02:00
Eric - CAP-REL
be1948e1eb better fields definition with full objects reference (#33798) 2025-04-09 16:36:42 +02:00
Lucas Marcouiller
0aa0588f52 New Implements findNearest for societe module (#33643)
* New Implements Find Nearest for societe module

* fix CI

* fix CI
2025-03-28 23:11:01 +01:00
ldestailleur
2efe17b3c4 Code comment 2025-03-26 13:18:55 +01:00
ldestailleur
6cae3878df Prepare emailing code for unsubcribing emails 2025-03-26 13:01:59 +01:00
Laurent Destailleur
395157d16c Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-03-17 19:46:08 +01:00
ldestailleur
cc9658fbb4 Fix address separator 2025-03-17 12:59:30 +01:00
Frédéric FRANCE
7767fdeb4f do not init specimen with deprecated properties (#33472) 2025-03-15 15:40:52 +01:00
ldestailleur
a5a82bbb6e Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-03-11 00:40:20 +01:00
ldestailleur
718ef9401a FIX #33360 2025-03-11 00:38:20 +01:00
ldestailleur
d42f6dff0e Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-03-06 03:34:56 +01:00
Laurent Destailleur
35d0a62085 Merge pull request #33334 from jyhere/patch-27
FIX: Warning when getNomUrl is called before top_httphead
2025-03-05 15:09:52 +01:00
MDW
f625f8de60 Qual: Fix api phan notices 2025-03-05 13:22:08 +01:00
MDW
eac44b164a Qual: Fix phpdoc index(), FIELDS 2025-03-05 13:21:05 +01:00
Frédéric FRANCE
d4734effc9 fix CI branch 21.0 2025-03-05 13:08:42 +01:00
Frédéric FRANCE
26f966758f fix CI branch 21.0 2025-03-05 10:36:50 +01:00
Jyhere
82491e8568 FIX: Warning when getNomUrl is called before top_httphead
If Societe::getNomUrl() is called before top_httphead, this triggers a Cannot modify header warning
2025-03-05 09:30:15 +01:00
MDW
035ede5874 Qual: Fix phan notices in API classes 2025-03-02 20:49:46 +01:00
MDW
c02293a880 Qual: Add phpdoc for request_data param 2025-03-02 20:49:45 +01:00
Jakub Stříbrný
035c99589e add professional id 7-10 to mysoc 2025-03-02 19:46:20 +01:00
Laurent Destailleur
0b787a97a5 Merge pull request #30530 from kubajznik/profid-societe
FIX add professional id 7-10 to mysoc
2025-03-02 19:44:38 +01:00
Frédéric France
b387e37984 fix phan 2025-03-01 21:01:27 +01:00
Frédéric France
fcb3e658f7 fix phan 2025-03-01 20:51:07 +01:00
Frédéric France
45e3a92b0e fix phan 2025-03-01 20:41:58 +01:00
Frédéric France
9b4dbc2282 fix phan 2025-03-01 20:21:51 +01:00
Frédéric France
f7a4ce3b5f fix phpstan 2025-03-01 11:04:07 +01:00
Laurent Destailleur
45ec0a5bbe Merge branch 'develop' into isInSEPA 2025-02-21 16:07:32 +01:00
Jakub Stříbrný
f9750fcf69 Merge branch 'develop' into profid-societe 2025-02-18 11:42:28 +01:00
Laurent Destailleur
68db1800e7 Merge pull request #33094 from iLLixM/develop
New: Option to set Third Party Customer Code equal to Member Reference
2025-02-17 19:46:19 +01:00
MDW
5035580e56 Qual: Fix phan notices (societe) 2025-02-17 09:44:12 +01:00
iLLixM
92a8fcccfe New: Option to set Third Party Customer Code equal to Member Reference
when using the function of creating third parties from members, you are able to set the customer code equal to the existing member reference by setting the parameter THIRDPARTY_CUSTOMERCODE_EQUALS_MEMBERREF
2025-02-16 18:54:51 +01:00
Amael-PE
757aec629f New Create isInSEPA function 2025-02-14 21:03:16 +01:00
Laurent Destailleur (aka Eldy)
d7205f3404 Fix: The translation should be a step done the later as possible when we
need to exploit or output a translated data. Must not be done at each
call to load meta information.
2025-02-14 02:14:19 +01:00
Laurent Destailleur (aka Eldy)
eeb8907f33 Fix missing properties 2025-02-14 02:09:59 +01:00
Regis Houssin
c326d6c84f Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into fix_dev_add_mysoc_currency 2025-02-13 06:18:27 +01:00
Laurent Destailleur
ab83124738 Merge branch 'develop' into 20.0-discount 2025-02-07 14:40:02 +01:00
Laurent Destailleur (aka Eldy)
e57e185ef1 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-02-07 14:39:37 +01:00
Laurent Destailleur (aka Eldy)
baa6a7928e Fix type 2025-02-07 14:38:28 +01:00
Laurent Destailleur (aka Eldy)
6d5dfe2c1d Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-02-05 13:52:56 +01:00
Laurent Destailleur (aka Eldy)
932b34e76e Debug v21 2025-02-05 12:55:10 +01:00
Laurent Destailleur
737ec141c1 Merge branch 'develop' into 20.0-discount 2025-02-05 03:02:47 +01:00
Laurent Destailleur (aka Eldy)
732f97d73c Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-02-05 00:40:06 +01:00
Laurent Destailleur (aka Eldy)
3af37cbb3f Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-02-05 00:32:47 +01:00
Laurent Destailleur (aka Eldy)
9cafa5f1a9 Fix phan 2025-02-05 00:32:27 +01:00