Charlène Benke
3ff7e43648
Add parameters 'source' and 'notrigger' to postContact ( #35678 )
...
* Add parameters to postContact method
allow to add internal contact
* Add parameters 'source' and 'notrigger' to postContact
2025-10-08 10:58:01 +02:00
Charlène Benke
0c2f6ea9b0
add getContacts method on invoice api ( #35656 )
...
* add getContacts method on invoice api
Add the getContacts method to fetch both external and internal contacts for a given invoice.
* Change return type from Object to array in API docs
Updated return type in the documentation for the get contacts method.
* Update api_invoices.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-07 20:51:07 +02:00
Frédéric FRANCE
e65b5575b9
clean code ( #35462 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
2025-09-24 10:37:26 +02:00
Charlène Benke
cd03e9fc36
Add check for invoice status before line deletion ( #35456 )
...
* Add check for invoice status before line deletion
* Change invoice status check from fk_statut to status
2025-09-23 21:44:47 +02:00
ldestailleur
702d91c65d
Clean code
2025-09-11 12:25:22 +02:00
ldestailleur
2427553211
The property $sumpayed (duplicate of $totalpaid), $sumdeposit
...
(duplicate of $totaldeposits) and $sumcreditnote (duplicate of
$totalcreditnotes) has been removed (there are replaced with the
property that was a duplication of (same for $sumpayed_multicurrency,
$sumdeposit_multicurrency, $sumcreditnote_multicurrency).
2025-08-12 04:08:38 +02:00
ldestailleur
bb27ff9707
Clean code
2025-08-11 19:48:03 +02:00
atm-lucas
0c044c8349
NEW - Add a boolean for lines in api and $properties ( #34293 )
...
* Add a boolean for lines in api
* Upgrade
2025-08-02 00:35:16 +02:00
Charlène Benke
1df5ea8456
NEW Add thirdparty search on api list ( #34634 )
...
* Add thirdparty search on api list
this change allow to seach element with filter on thirdparty (ex : list of bill of with name of thidparty)
* Update api_orders.class.php
* Update api_invoices.class.php
* Update api_contracts.class.php
* Update api_shipments.class.php
* Update api_interventions.class.php
* Update api_projects.class.php
* Update api_tickets.class.php
* Update api_tickets.class.php
* Update api_projects.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-07-18 02:35:50 +02:00
ldestailleur
43b05c56b6
Debug v22
2025-07-17 19:26:24 +02:00
ldestailleur
52bf642601
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-07-15 18:44:05 +02:00
ldestailleur
bb09797599
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-07-15 18:36:39 +02:00
ldestailleur
bc82fba711
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-07-15 18:31:15 +02:00
ldestailleur
2d48131a91
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-07-15 18:15:55 +02:00
Lucas Marcouiller
f4efa58022
Fix #17816 match compta/paiement.php payment method for credit note invoices ( #34696 )
2025-07-04 20:06:35 +03:00
Jyhere
787bd1d278
CHANGE: ternary simplification ( #34675 )
2025-07-01 20:34:09 +02:00
ldestailleur
370365f083
Clean code
2025-05-05 21:19:28 +02:00
Charlène Benke
704910b4b3
NEW Add internal contact of proposal, order and invoice on api call ( #34009 )
...
* add internal contact of elements
* Update api_orders.class.php
* Update api_invoices.class.php
* Update api_proposals.class.php
* Update api_orders.class.php
* Fix CI
* Update api_orders.class.php
* Update api_invoices.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-05-05 02:07:24 +02:00
MDW
5cc0bd0a3f
Fix #33689 - missing rename ( #33693 )
...
# Fix #33689 - missing rename
Assignment to $result in code before fixing phan notice
seem be an error, but in fact the assignment is useless
and the code only expects a potential exception.
2025-04-02 11:31:10 +02: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
MDW
6b9361d252
Fix phpstan notices
2025-03-02 20:49:48 +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
Laurent Destailleur (aka Eldy)
1f360ca498
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-01-20 12:28:49 +01:00
Laurent Destailleur (aka Eldy)
1b42078d1e
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2025-01-20 10:24:30 +01:00
Regis Houssin
bf5e6ac88b
FIX wrong API object
2025-01-20 07:00:55 +01:00
Regis Houssin
8623166d59
FIX remove from CRUD
2025-01-20 06:53:03 +01:00
atm-florian
ba4e97f07b
FIX 17.0 API endpoints "PUT": prevent overwriting all extrafields if only some are supplied in the request cf. PR #29237
...
+ security for Tickets API: disable updating rowid
2025-01-16 10:37:29 +01:00
Laurent Destailleur (aka Eldy)
352d156dd7
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-12-08 17:07:14 +01:00
Laurent Destailleur (aka Eldy)
774a48fa29
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-12-08 16:53:21 +01:00
Laurent Destailleur (aka Eldy)
7beb874f93
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-12-08 16:47:36 +01:00
Laurent Destailleur
6b52c0673d
Merge pull request #32170 from homer8173/patch-40
...
Allow various format of dates on API paiement
2024-12-03 21:16:09 +01:00
Jon Bendtsen
e6712300d5
phan fix, remove code never reached
2024-12-02 07:29:18 +01:00
Laurent Destailleur (aka Eldy)
e2f6c68063
Debug v21 - Restore common behaviour of other objects.
2024-12-01 23:13:50 +01:00
Jon Bendtsen
7a500976d2
Merge branch '18.0' into v18_Updating_Invoice_Notes_32134
2024-12-01 10:27:43 +01:00
Jon Bendtsen
0e1744a6ec
throw RestException(500) if update of invoice fails #32134
2024-12-01 10:24:25 +01:00
Norbert Penel
ddf3431b81
Allow various format of dates on API paiement
...
https://github.com/Dolibarr/dolibarr/issues/32111
2024-11-30 13:31:53 +01:00
Laurent Destailleur
13ce7cfd04
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-11-06 20:17:14 +01:00
Laurent Destailleur
0819a57345
Better fix for #31015
2024-11-06 19:12:49 +01:00
Frédéric FRANCE
7dfa9b7d33
remove unused code ( #31610 )
...
* remove unused code
* remove unused code
* fix typo
* fix
* fix
* fix
2024-10-28 19:49:01 +01:00
Laurent Destailleur
37e9d4b69e
FIX #31015
2024-10-09 23:53:05 +02:00
MDW
42bb4fbf3e
Qual: Enable & fix or ignore Invalid DimOffset ( #31176 )
...
* Qual: Enable & fix or ignore Invalid DimOffset
# Qual: Enable & fix or ignore Invalid DimOffset
The Invalid DimOffset notices occur when array keys are defined and
the index used is not amongst the known array keys.
This PR enables these notices and fixes array definitions when needed,
or ignores the notices locally if it's a false positive, or in the
baseline.txt when it does not seem to be a false positive so that
it can be fixed later
* Nullable object typing in function signature not ok for 7.0/8.4
Can't user '?User' as argument type for PHP7.0 which is required by PHP8.4.
Therefore, removing the typing specification in the function definition
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-29 21:52:31 +02:00
Frédéric FRANCE
a760fc0092
fix phpstan ( #31189 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-09-29 21:51:51 +02:00
hansemschnokeloch
357186722d
Fix #31015 ( #31035 )
...
datepaye is already a timestamp
2024-09-20 01:40:34 +02:00
Frédéric FRANCE
80d1f47d4d
fix ignored phpstan (most of expects string, int given) ( #30649 )
...
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-09-05 16:05:37 +02:00
Rémi Champlon
d2907b68c0
NEW : Add pagination data to some api routes ( #29895 )
...
* Add pagination date
* Spaces to tabs
* fix
2024-07-06 15:04:11 +02:00
Laurent Destailleur
b5de782c6b
Fix use the good HTTP code
2024-04-07 14:59:25 +02:00
Laurent Destailleur
0fe0cd7c01
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-04-04 11:39:02 +02:00
Laurent Destailleur
404ba88107
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-04-04 11:19:45 +02:00