Commit Graph

64295 Commits

Author SHA1 Message Date
Regis Houssin
7134884a08 Revert "Fix: wrong contante value"
This reverts commit ffc4f5021a.
2017-09-29 16:57:25 +02:00
Regis Houssin
ffc4f5021a Fix: wrong contante value 2017-09-29 16:03:05 +02:00
Regis Houssin
7e7dd6c126 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into develop_ldap 2017-09-29 16:01:48 +02:00
Laurent Destailleur
b50a0df6fb Tab notes and linked files supported by module builder 2017-09-29 15:44:43 +02:00
Laurent Destailleur
d2d77d4625 Module builder 2017-09-29 15:19:49 +02:00
Regis Houssin
9490e13c21 Fix: command not found with escapeshellarg ! 2017-09-29 14:52:05 +02:00
Laurent Destailleur
abc86d72f6 Module builder 2017-09-29 13:41:59 +02:00
Laurent Destailleur
9654c4f168 New extrafields are visible into list by default 2017-09-29 13:29:48 +02:00
Laurent Destailleur
f007f9e7e5 NEW Add new property visible dy default on lists on extrafields 2017-09-29 13:26:44 +02:00
Regis Houssin
76c89aed9b Fix: add lastname 2017-09-28 19:13:26 +02:00
Regis Houssin
35b290a7df Fix: Trad already exists 2017-09-28 19:04:33 +02:00
Regis Houssin
660c5dd03d Fix: avoid ldap error when firstname and lastname is empty 2017-09-28 18:49:33 +02:00
Regis Houssin
f58fb6b6f6 Fix: syntax error 2017-09-28 18:29:11 +02:00
Regis Houssin
8a09472def Fix: civility_id is not an integer ! 2017-09-28 18:23:06 +02:00
Laurent Destailleur
f510f3062b Clean param type 2017-09-28 17:41:18 +02:00
Laurent Destailleur
30a9e40f4e Fix position of fields 2017-09-28 17:29:37 +02:00
atm-ph
7ba2dd8397 Fix the pdf_getlineprogress hook isn't use because hookmanager is null 2017-09-28 15:25:51 +02:00
Neil Orley
7374a2accd NEW Download a document using the REST API
Adds the ability to download a document using the REST API
The document is sent in a base64 encoded format.
The API will return :

{
  "filename": "CO1709-0002.pdf",
  "content": "JVBERi0xLjMKJ...",
  "encoding": "MIME base64 (base64_encode php function, http://php.net/manual/en/function.base64-encode.php)"
}
2017-09-28 12:14:49 +02:00
Neil Orley
3788fda063 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into develop-api 2017-09-28 12:12:25 +02:00
Juanjo Menent
93cf135d5e FIX: #7510 Bug: extrafield content disappear when generate pdf within intervention 2017-09-28 12:05:41 +02:00
Rui Strecht
b6103b69ff Merge branch 'develop' of https://github.com/ruistrecht-alt/dolibarr; branch 'develop' of https://github.com/Dolibarr/dolibarr into develop 2017-09-28 09:35:35 +01:00
Laurent Destailleur
537a551bb5 Fix vat visiblity on pdf 2017-09-27 21:58:42 +02:00
Laurent Destailleur
e878f3cfd5 No more need of contacts on each tab by default 2017-09-27 20:15:56 +02:00
Laurent Destailleur
6bdfa99fc2 FIX The backtopage 2017-09-27 20:07:01 +02:00
Laurent Destailleur
fdc1aa2a03 NEW Move contacts of a thirdparty on tab Contacts/Addresses 2017-09-27 19:56:03 +02:00
Rui Strecht
b2c7113ed3 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into develop 2017-09-27 18:49:17 +01:00
Laurent Destailleur
7a0b8c3964 Translation 2017-09-27 18:23:49 +02:00
Laurent Destailleur
8242469e40 FIX The unique index on email templates can work now. 2017-09-27 18:16:28 +02:00
Regis Houssin
a38668033d Fix: missing modification 2017-09-27 17:46:17 +02:00
Laurent Destailleur
f1f4a2fb44 Add email template to send SEPA mandate 2017-09-27 17:40:14 +02:00
Regis Houssin
9823d6622c Fix: use default $shared value 2017-09-27 17:40:02 +02:00
Regis Houssin
20684b4505 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into
develop_dict

Conflicts:
	htdocs/core/modules/rapport/pdf_paiement.class.php
	htdocs/core/modules/rapport/pdf_paiement_fourn.class.php
2017-09-27 17:22:18 +02:00
Laurent Destailleur
be60e66d62 Uniformsize code/options 2017-09-27 16:29:33 +02:00
gauthier
4084da28d1 FIX : revert wrong code 2017-09-27 15:21:36 +02:00
arnaud
f29ea35dc8 Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW_comment_generic_element 2017-09-27 14:56:52 +02:00
Neil Orley
bb4b2c5d88 NEW Get the list of payments terms
Adds the ability to get the list of payments terms using the REST API.
2017-09-27 12:34:41 +02:00
Neil Orley
8c8868d76d Remove spaces 2017-09-27 12:32:18 +02:00
Neil Orley
b8afabfd0b Change RestException return code 503 to 400 (Bad request) when the request is incorrect : SQL error or wrong sqlfilter
Add comment to getPaymentTypes function
Change the "API class for" description from "payment type" to "dictionaries"
Change Copyright to add all previous devs
2017-09-27 12:27:47 +02:00
Neil Orley
154d5c876c NEW Get the list of payments terms
Adds the ability to get the list of payments terms using the REST API.
2017-09-27 12:24:19 +02:00
dolibarr95
00862913d8 Add the attribute accept to input tag
I know this is not a security check but it is more convenient for the user when in a form only images or pdf are accepted for example.
see : 
*https://www.w3.org/wiki/HTML/Elements/input/file
*https://www.w3schools.com/TagS/att_input_accept.asp

Hope every body needs it.
tks
2017-09-27 11:12:38 +02:00
arnaud
8866683a72 Merge branch '6.0' of github.com:Dolibarr/dolibarr into FIX_replenish_stock_line_0 2017-09-27 10:55:49 +02:00
arnaud
7f807986d7 FIX replenish if line test GETPOST on line 0 2017-09-27 10:53:29 +02:00
Rui Strecht
f05495b439 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into develop 2017-09-27 09:34:32 +01:00
gauthier
1694737e0b NEW : new param on load_board() function in ActionComm class to avoid duplicate code 2017-09-27 10:09:21 +02:00
dolibarr95
3849da4fe4 Line missing (error 500)
Create an instance of ProductFournisseur.
2017-09-27 09:09:38 +02:00
Laurent Destailleur
8ae798f2e5 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2017-09-26 22:11:27 +02:00
Laurent Destailleur
f1a563625b Merge branch '6.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/core/actions_massactions.inc.php
	htdocs/install/mysql/migration/5.0.0-6.0.0.sql
2017-09-26 22:11:00 +02:00
Laurent Destailleur
c5f30f0d80 Merge branch '6.0' of git@github.com:Dolibarr/dolibarr.git into 6.0 2017-09-26 22:07:31 +02:00
Laurent Destailleur
04f4a81736 FIX #7505 2017-09-26 22:06:59 +02:00
Laurent Destailleur
d232f8e3d5 Merge pull request #7500 from dolibarr95/patch-19
Try to fix 7492
2017-09-26 20:57:37 +02:00