Neil Orley
503129c9f4
Rename method draft and paid to settodraft and settopaid
2017-10-02 11:51:54 +02:00
Neil Orley
5b91a6a37b
NEW Sets an invoice as paid using the REST API
...
Adds the ability to set an invoice as paid using the REST API
2017-10-02 11:17:46 +02:00
Neil Orley
91a1d6c17e
NEW Set invoices as draft using the REST API
...
Adds the ability to set an invoice status as draft using the REST API
Change response when validating an invoice: before returned 200 + text message, now returns an invoice object
2017-10-02 10:55:34 +02:00
Laurent Destailleur
989f285d32
Replace table with div
2017-10-02 01:23:07 +02:00
Laurent Destailleur
3f3a5e0921
Merge pull request #7499 from atm-gauthier/NEW_custom_meteo
...
New custom meteo
2017-10-02 00:48:52 +02:00
Laurent Destailleur
88554a74a9
Merge pull request #7532 from AXeL-dev/develop
...
Fix: payment form & user first/last name position
2017-10-02 00:37:35 +02:00
Laurent Destailleur
6dbc02022f
Merge pull request #7529 from Nicos-git/develop
...
NEW: Add project related fields to ODT
2017-10-02 00:36:46 +02:00
Laurent Destailleur
48c3d0e3f2
Update commondocgenerator.class.php
2017-10-02 00:36:15 +02:00
Laurent Destailleur
f15ce54c05
Update commondocgenerator.class.php
2017-10-02 00:34:55 +02:00
Laurent Destailleur
c118f4a317
Merge pull request #7511 from Oeris/develop-api
...
NEW Get a list of payments terms
2017-10-02 00:13:30 +02:00
Laurent Destailleur
a81d458829
Merge pull request #7509 from dolibarr95/patch-21
...
NEW Add the attribute accept to the input form for file upload
2017-10-02 00:12:03 +02:00
Laurent Destailleur
03c08b1de4
Merge pull request #7507 from dolibarr95/patch-20
...
Line missing (error 500)
2017-10-02 00:10:03 +02:00
Laurent Destailleur
94ae6c62e6
Add htmlheader field for each page
2017-10-02 00:08:00 +02:00
Laurent Destailleur
e13f29b4c8
Add ID of page
2017-10-01 21:29:49 +02:00
Laurent Destailleur
8180967652
Enhance fetch of external page for module website
2017-10-01 20:37:41 +02:00
AXeL-dev
46800afac9
FIX: missing variables in payment form
2017-10-01 18:38:08 +01:00
AXeL-dev
f7dcf1ca45
FIX: wrong user first name/last name position in user tooltip
2017-10-01 18:35:06 +01:00
AXeL-dev
5df0f4c2fd
FIX: in payment form, label does not fill with GET method
2017-10-01 18:33:22 +01:00
Laurent Destailleur
f785203c0d
Creating a page from an external url can grab images too.
2017-10-01 18:27:54 +02:00
Laurent Destailleur
b3939f12b9
Enhance the default value feature
2017-10-01 15:06:43 +02:00
Laurent Destailleur
3ddd5d3d3a
The default value feature is sensitive to url parameters.
2017-10-01 14:54:17 +02:00
Laurent Destailleur
b7810d95b9
Fix permissions
2017-09-30 20:43:15 +02:00
Laurent Destailleur
2c1f1ec651
Try to fix autocomplete
2017-09-30 20:31:20 +02:00
Laurent Destailleur
e23a88732e
Fix default value on extrafields
2017-09-30 20:05:34 +02:00
Laurent Destailleur
47c0231fb8
Fix error management
2017-09-30 19:12:12 +02:00
Laurent Destailleur
a43dcbd0c5
Fix no "now" link on search of a date extrafield in list
2017-09-30 18:57:21 +02:00
Laurent Destailleur
976cbd5f83
Fix javascript error and input field for password extrafield in list
2017-09-30 18:52:33 +02:00
Laurent Destailleur
9ba8b9bf7e
Fix stay on create form if creation fails
2017-09-30 18:19:20 +02:00
Nicolas Leichtle
95cc007b39
NEW: Add project related fields to ODT
2017-09-30 15:40:17 +02:00
Laurent Destailleur
fa6c3eff80
More PHPunit on invoice deletion
2017-09-30 12:53:24 +02:00
Laurent Destailleur
0feae17ef5
Fix file not always defined
2017-09-30 11:51:34 +02:00
Laurent Destailleur
0e15aef44f
CSS
2017-09-30 00:30:58 +02:00
Laurent Destailleur
02f069713e
Standardize code
2017-09-29 17:43:32 +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
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
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
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
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
Laurent Destailleur
f1f4a2fb44
Add email template to send SEPA mandate
2017-09-27 17:40:14 +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
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