dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] 154d5c: NEW Get the list of payments


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 154d5c: NEW Get the list of payments terms
Date: Sun, 01 Oct 2017 15:13:31 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 154d5c876c08bc4b0cb33f13b809b7e33637927d
      
https://github.com/Dolibarr/dolibarr/commit/154d5c876c08bc4b0cb33f13b809b7e33637927d
  Author: Neil Orley <address@hidden>
  Date:   2017-09-27 (Wed, 27 Sep 2017)

  Changed paths:
    M htdocs/api/class/api_dictionary.class.php

  Log Message:
  -----------
  NEW Get the list of payments terms

Adds the ability to get the list of payments terms using the REST API.


  Commit: b8afabfd0bacfb332a11bd6568be6d9e3737b811
      
https://github.com/Dolibarr/dolibarr/commit/b8afabfd0bacfb332a11bd6568be6d9e3737b811
  Author: Neil Orley <address@hidden>
  Date:   2017-09-27 (Wed, 27 Sep 2017)

  Changed paths:
    M htdocs/api/class/api_dictionary.class.php

  Log Message:
  -----------
  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


  Commit: 8c8868d76d5d6f841ce69d3e935f4067170a29f4
      
https://github.com/Dolibarr/dolibarr/commit/8c8868d76d5d6f841ce69d3e935f4067170a29f4
  Author: Neil Orley <address@hidden>
  Date:   2017-09-27 (Wed, 27 Sep 2017)

  Changed paths:
    M htdocs/api/class/api_dictionary.class.php

  Log Message:
  -----------
  Remove spaces


  Commit: bb4b2c5d881625938e68f200777c59afc75655da
      
https://github.com/Dolibarr/dolibarr/commit/bb4b2c5d881625938e68f200777c59afc75655da
  Author: Neil Orley <address@hidden>
  Date:   2017-09-27 (Wed, 27 Sep 2017)

  Changed paths:
    M htdocs/api/class/api_dictionary.class.php

  Log Message:
  -----------
  NEW Get the list of payments terms

Adds the ability to get the list of payments terms using the REST API.


  Commit: 3788fda063389367aa27570cdac6747b3fc5fb6c
      
https://github.com/Dolibarr/dolibarr/commit/3788fda063389367aa27570cdac6747b3fc5fb6c
  Author: Neil Orley <address@hidden>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
    M htdocs/admin/mails_templates.php
    M htdocs/compta/facture/card.php
    M htdocs/contact/card.php
    M htdocs/core/class/conf.class.php
    M htdocs/core/class/html.formmail.class.php
    M htdocs/core/lib/company.lib.php
    M htdocs/core/lib/functions.lib.php
    M htdocs/core/lib/order.lib.php
    M htdocs/core/tpl/card_presend.tpl.php
    M htdocs/ecm/docfile.php
    M htdocs/install/mysql/data/llx_c_email_templates.sql
    M htdocs/install/mysql/migration/6.0.0-7.0.0.sql
    M htdocs/install/mysql/tables/llx_c_email_templates.sql
    M htdocs/langs/en_US/banks.lang
    M htdocs/langs/en_US/main.lang
    M htdocs/langs/en_US/other.lang
    M htdocs/societe/card.php
    M htdocs/societe/class/societe.class.php
    A htdocs/societe/contact.php
    M htdocs/theme/eldy/img/stcomm0.png

  Log Message:
  -----------
  Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into 
develop-api


  Commit: 7374a2accd5155a960828e155b79424248d450eb
      
https://github.com/Dolibarr/dolibarr/commit/7374a2accd5155a960828e155b79424248d450eb
  Author: Neil Orley <address@hidden>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
    M htdocs/api/class/api_documents.class.php

  Log Message:
  -----------
  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)"
}


  Commit: c118f4a317f14e4dec8b9deb28c34812542c2b55
      
https://github.com/Dolibarr/dolibarr/commit/c118f4a317f14e4dec8b9deb28c34812542c2b55
  Author: Laurent Destailleur <address@hidden>
  Date:   2017-10-02 (Mon, 02 Oct 2017)

  Changed paths:
    M htdocs/api/class/api_dictionary.class.php
    M htdocs/api/class/api_documents.class.php

  Log Message:
  -----------
  Merge pull request #7511 from Oeris/develop-api

NEW Get a list of payments terms


Compare: 
https://github.com/Dolibarr/dolibarr/compare/a81d4588298f...c118f4a317f1

reply via email to

[Prev in Thread] Current Thread [Next in Thread]