Laurent Destailleur
|
401ad65975
|
Fix API explorer was broken due to corrupted API
|
2019-03-06 18:04:36 +01:00 |
|
Frédéric FRANCE
|
f283782445
|
change visibility
|
2019-03-04 19:57:46 +01:00 |
|
Frédéric FRANCE
|
7e31ca48d8
|
add visibility
|
2019-02-28 22:07:48 +01:00 |
|
Frédéric FRANCE
|
42a1387218
|
wip
|
2019-02-25 00:56:48 +01:00 |
|
ptibogxiv
|
58a73e7b4c
|
Update api_orders.class.php
|
2019-02-14 00:42:00 +01:00 |
|
ptibogxiv
|
7ac47fabda
|
NEW link/delete contact in order object
|
2019-02-14 00:36:35 +01:00 |
|
Laurent Destailleur
|
a39b4bcb7d
|
Update api_orders.class.php
|
2019-02-13 16:39:45 +01:00 |
|
Jimmy L
|
a172ea00a4
|
Rest API: Proposal, Orders, Invoices: Add contact details
|
2019-02-12 17:54:59 +01:00 |
|
Frédéric FRANCE
|
b10558bacd
|
Merge remote-tracking branch 'upstream/develop' into nospaceaftercomma
|
2019-01-27 23:23:38 +01:00 |
|
Laurent Destailleur
|
4f9f0fd7b5
|
Merge branch 'develop' into elseif
|
2019-01-27 17:54:06 +01:00 |
|
Frédéric FRANCE
|
f0cdf300d1
|
Squiz.Functions.FunctionDeclarationArgumentSpacing
|
2019-01-27 15:20:16 +01:00 |
|
Frédéric FRANCE
|
7ee086b402
|
PSR2 space after comma in function call
|
2019-01-27 11:55:16 +01:00 |
|
Frédéric FRANCE
|
6e91b3cefc
|
PSR2 usage of else if is discouraged
|
2019-01-27 10:49:34 +01:00 |
|
Frédéric FRANCE
|
86d854f3f4
|
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
|
2018-10-24 23:04:26 +02:00 |
|
Frédéric FRANCE
|
b03f4004ea
|
PSR2 FunctionClosingBrace
|
2018-08-29 21:25:22 +02:00 |
|
Frédéric FRANCE
|
7bb781eea8
|
function declaration
|
2018-08-15 14:28:34 +02:00 |
|
Frédéric FRANCE
|
62b83412ee
|
test phpcs v3
|
2018-08-09 11:31:48 +02:00 |
|
Laurent Destailleur
|
f83dedf1b0
|
Fix space/tab
|
2018-05-29 10:04:20 +02:00 |
|
Neil Orley
|
748be12da2
|
Get external contacts ids instead of BILLING contacts ids.
|
2018-05-28 09:42:24 +02:00 |
|
Neil Orley
|
15e02c7082
|
NEW : adds billing contacts ids to REST API returns
adds billing contacts ids to REST API returns for proposals, orders and invoices
|
2018-05-22 11:40:32 +02:00 |
|
Laurent Destailleur
|
0d0da234b1
|
Lowercase NULL, TRUE, FALSE according to PSR2
|
2018-04-16 13:51:16 +02:00 |
|
Laurent Destailleur
|
c6fba7273d
|
Api interventions
|
2018-02-03 20:58:26 +01:00 |
|
Laurent Destailleur
|
6e446ccaae
|
Fix scrutinizer
|
2018-02-01 10:51:01 +01:00 |
|
Laurent Destailleur
|
89dc208072
|
Fix fk_account not into update
|
2018-01-30 17:00:17 +01:00 |
|
Laurent Destailleur
|
1e438b7ebd
|
Fix travis and return of api that change status
|
2018-01-05 02:01:57 +01:00 |
|
Laurent Destailleur
|
f19fb90ab0
|
Merge #8008 manually
|
2018-01-04 23:36:14 +01:00 |
|
Laurent Destailleur
|
b0fefffcf8
|
Fix standardize api code
|
2017-12-28 12:44:15 +01:00 |
|
Laurent Destailleur
|
aad0da2513
|
Fix maxi debug of APIs (clean output fields)
|
2017-12-21 16:50:18 +01:00 |
|
Neil Orley
|
171e388f6d
|
NEW Update bank account when updating an order
Add the ability to update the bankaccount when updating an order
|
2017-12-19 14:16:51 +01:00 |
|
Neil Orley
|
7e3a2d75bb
|
FIX Error when classify the order as invoiced unsing API
Remove of notrigger parameter. The notrigger attribute caused a type error when used.
|
2017-12-19 13:06:28 +01:00 |
|
Neil Orley
|
0817873267
|
NEW Create an order using an existing proposal
Create an order using an existing proposal.
|
2017-12-18 16:13:54 +01:00 |
|
Neil Orley
|
5ae74f8ae1
|
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into develop-api
|
2017-12-15 09:56:02 +01:00 |
|
Laurent Destailleur
|
ce32da6217
|
Fix debugs APIs
|
2017-12-01 15:39:18 +01:00 |
|
Laurent Destailleur
|
a5dda258cd
|
Fix scrutinizer
|
2017-11-25 12:18:23 +01:00 |
|
Neil Orley
|
d97cf63a16
|
NEW Classify the order as invoiced in the REST API
Classify the order as invoiced
FIX variable name
|
2017-11-15 12:14:28 +01:00 |
|
Neil Orley
|
42d1072dee
|
NEW Tag the order as validated (opened) in the REST API
Tag the order as validated (opened)
|
2017-11-15 10:55:39 +01:00 |
|
Laurent Destailleur
|
59d9ab731e
|
Add param $idwarehouse to settodraft
|
2017-11-14 01:29:28 +01:00 |
|
Laurent Destailleur
|
a12186a0b8
|
Use HTTP response code 304 instead of 500 when nothing is done
|
2017-11-14 01:26:02 +01:00 |
|
Laurent Destailleur
|
4212000caf
|
Update api_orders.class.php
|
2017-11-14 01:21:06 +01:00 |
|
Laurent Destailleur
|
bf05a0b8e0
|
Update api_orders.class.php
|
2017-11-14 01:19:04 +01:00 |
|
Neil Orley
|
c68f717071
|
NEW Update availability
Add the ability to update availability while updating an invoice using the REST API
|
2017-11-10 16:22:20 +01:00 |
|
Neil Orley
|
182fe4a90f
|
Change HTTP response code when nothing modified
|
2017-11-10 15:48:43 +01:00 |
|
Neil Orley
|
73fe991aed
|
NEW Return the order object when validate
Return the order object when the order is validated using the REST API
|
2017-11-10 15:46:53 +01:00 |
|
Laurent Destailleur
|
ea5dd3eb3d
|
NEW Add REST API for supplier proposals
|
2017-11-06 11:06:31 +01:00 |
|
Laurent Destailleur
|
728e36f70f
|
Merge branch '6.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/api/index.php
htdocs/comm/propal/class/api_proposals.class.php
htdocs/comm/propal/class/propal.class.php
htdocs/compta/facture/class/api_invoices.class.php
htdocs/core/actions_massactions.inc.php
htdocs/core/actions_sendmails.inc.php
|
2017-10-22 01:43:33 +02:00 |
|
Laurent Destailleur
|
f7556e7ad2
|
FIX make of link to other object during creation
|
2017-10-19 19:06:48 +02:00 |
|
Laurent Destailleur
|
93d16bf4d7
|
Fix several fixes in APIs
|
2017-10-19 12:30:36 +02:00 |
|
Laurent Destailleur
|
34e09315cc
|
Code comment
|
2017-10-18 15:35:51 +02:00 |
|
Laurent Destailleur
|
99239cbb38
|
Add API close to close an order
|
2017-10-18 15:34:03 +02:00 |
|
Laurent Destailleur
|
45ac8367bd
|
NEW Add API for contracts
|
2017-10-16 17:56:59 +02:00 |
|