first implementation of dolibarr api
This commit is contained in:
@@ -233,6 +233,14 @@ app_offer_activeoffer:
|
||||
path: /master/offer/activeoffer
|
||||
defaults: { _controller: App\Controller\OfferController:activeoffer }
|
||||
|
||||
app_offer_getorders:
|
||||
path: /master/offer/getorders
|
||||
defaults: { _controller: App\Controller\OfferController:getorders }
|
||||
|
||||
app_offer_convert:
|
||||
path: /master/offer/convert/{type}/{id}
|
||||
defaults: { _controller: App\Controller\OfferController:convert }
|
||||
|
||||
#== Task ====================================================================================================
|
||||
app_task:
|
||||
path: /master/task
|
||||
|
Reference in New Issue
Block a user