atm-ph
eb4e42bc40
Fix datec and tms missing in fetch method for API
2018-08-26 18:08:10 +02:00
Jean Traullé
d8e15e529c
New REST API improvements to thirdparties bank accounts and gateways
...
- API endpoints has been added and documented to allow user to add, update and delete payment gateways like the one used by Stripe module (stored in table llx_societe_account)
- API endpoints for CompanyBankAccounts has been slightly modified to be harmonized with other API endpoints (this should not be a problem since these methods are not yet in Dolibarr latest stable version (aka 8.0))
- Some documentation has been improved (to be shown in REST explorer)
- societeaccount.class.php has been slightly modified to include missing $login member ; notnull value of member fk_website is now -1 to put it to NULL when updating the record.
2018-08-26 17:29:04 +02:00
Jean Traullé
c0f98ab4c8
New REST API Explorer branding and improvements
...
- Header of REST API Explorer has been Dolibarr colored
- API Methods are now sorted alphabetically
- API endpoints with same names are now sorted in this order (GET, POST, PUT, PATCH, DELETE)
2018-08-26 17:13:19 +02:00
Frédéric FRANCE
27978ed9a0
Update productlot_list.php
...
https://www.dolibarr.fr/forum/527-bugs-sur-la-version-stable-courante/62492-dolibarr-8-erreur-sql-avec-le-menu-lots-series
2018-08-26 07:47:33 +02:00
Frédéric FRANCE
d8bf4a0ecf
Merge remote-tracking branch 'upstream/develop' into camelCaps
2018-08-25 09:07:04 +02:00
Jean Traullé
13255df4b7
Merge pull request #1 from Dolibarr/develop
...
Merge from upstream
2018-08-24 23:53:27 +02:00
ksar-ksar
a844855ade
Update hook formConfirm
...
The hook should be called when the $formconfirm is not empty
2018-08-24 16:40:26 +02:00
Laurent Destailleur
a896fb419f
Fix preselected language
2018-08-24 15:28:53 +02:00
Laurent Destailleur
e67e32c023
Add forcecombo on select language
2018-08-24 15:25:18 +02:00
Laurent Destailleur
b22d9db1a5
Fix tdclass
2018-08-24 15:18:19 +02:00
Laurent Destailleur
4885e61240
Fix tdclass
2018-08-24 15:16:03 +02:00
Laurent Destailleur
9f92974e98
Fix tdclass
2018-08-24 15:13:34 +02:00
Laurent Destailleur
32bde2c375
Add tdclass to form confirm for more control
2018-08-24 15:12:47 +02:00
Laurent Destailleur
d2a7c9976b
Fix syntax error
2018-08-24 15:05:57 +02:00
Laurent Destailleur
07407f46a7
Remove colspan
2018-08-24 15:02:19 +02:00
Laurent Destailleur
79aa0bbd1c
Fix duplicate load
2018-08-24 12:28:44 +02:00
Laurent Destailleur
a153b2f121
Fix bad link
2018-08-24 11:54:04 +02:00
Laurent Destailleur
085f8cf604
Fix bad link
2018-08-24 11:51:06 +02:00
Laurent Destailleur
89d55f3b46
Fix lib in modulebuilder
2018-08-24 11:45:22 +02:00
Laurent Destailleur
32594e8048
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop
2018-08-24 10:47:10 +02:00
Laurent Destailleur
a82d86cec4
FIX warning for late template invoices to remove when suspended
2018-08-24 10:46:47 +02:00
Frédéric FRANCE
85ae8f3901
Update card.php
2018-08-24 09:29:17 +02:00
Laurent Destailleur
64427dafb6
Fix back to page when canceling an edit in the module template
2018-08-23 20:21:27 +02:00
Laurent Destailleur
781a55429a
FIX API template to delete a record
2018-08-23 20:03:41 +02:00
Laurent Destailleur
7a35b560a6
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop
2018-08-23 19:51:52 +02:00
Laurent Destailleur
499d93b8c4
Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 8.0
...
Conflicts:
htdocs/core/class/html.formmail.class.php
htdocs/projet/class/task.class.php
htdocs/projet/tasks/task.php
2018-08-23 19:50:58 +02:00
Laurent Destailleur
62b2981e42
Merge branch '6.0' of git@github.com:Dolibarr/dolibarr.git into 7.0
2018-08-23 19:47:31 +02:00
Laurent Destailleur
019ff534a0
FIX api template for list in module builder
2018-08-23 19:46:08 +02:00
Laurent Destailleur
8757392e6b
FIX remove internal property isextrafieldmanaged from API returns
2018-08-23 19:24:00 +02:00
Laurent Destailleur
e6acacee4b
Fix cleandata method of modulebuilder template of AAPI
2018-08-23 19:19:25 +02:00
Philippe GRAND
30992f2730
Standardize and update code
2018-08-23 18:52:47 +02:00
Philippe GRAND
87067b2bc9
Standardize and update code
2018-08-23 18:35:45 +02:00
Philippe GRAND
215677c972
Standardize and update code
2018-08-23 18:17:09 +02:00
Laurent Destailleur
e2e09f8534
Fix hookmanager var
2018-08-23 17:56:16 +02:00
Laurent Destailleur
61ced8220b
Fix sample doc
2018-08-23 17:49:14 +02:00
Norbert Penel
92b0668e3e
There is a begin transaction without rollback
...
In this Select, there is no need of this Begin Transaction on my understanding.
Don't know why this line code is here for.
2018-08-23 17:40:40 +02:00
Frédéric FRANCE
6abd5d478a
Update functions.lib.php
2018-08-23 17:15:14 +02:00
Philippe GRAND
2fa82edd39
Standardize and update code
2018-08-23 17:07:27 +02:00
Philippe GRAND
74ce0bfea6
Standardize and update code
2018-08-23 16:54:24 +02:00
Frédéric FRANCE
58d339597b
Create index.html
2018-08-23 15:44:33 +02:00
Frédéric FRANCE
343e6ce8b3
typo
2018-08-23 14:34:27 +02:00
Philippe GRAND
80b7229174
Standardize and update code
2018-08-23 11:34:55 +02:00
Philippe GRAND
9e900e583d
Merge branch 'new_branch_21_08_2018' of github.com:grandoc/dolibarr into new_branch_21_08_2018
2018-08-23 11:13:54 +02:00
Philippe GRAND
aafa16afa5
Update and standardize code
2018-08-23 11:11:46 +02:00
Philippe Grand
f98d2078e2
Merge branch 'develop' into new_branch_20_06_2018
2018-08-23 10:41:34 +02:00
ptibogxiv
bcd7833af0
Fix sync user->member
...
add more fields
2018-08-23 10:16:33 +02:00
Philippe Grand
20e7fc0969
Update livraison.class.php
2018-08-23 10:11:40 +02:00
Philippe Grand
b817517997
Update fournisseur.product.class.php
2018-08-23 10:08:17 +02:00
ptibogxiv
b2a438b384
fix sync user/member
...
add more fields to sync
2018-08-23 10:06:32 +02:00
Philippe Grand
0e3c9ffd51
Update fournisseur.facture.class.php
2018-08-23 10:05:02 +02:00