dolibarr-git
[Top][All Lists]
Advanced

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

[Dolibarr-git] [Dolibarr/dolibarr] 2bf1f8: Provide payment SOAP webservi


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 2bf1f8: Provide payment SOAP webservices
Date: Thu, 18 May 2017 10:15:23 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 2bf1f848d660ec8b403820b67c1dd83ae0e1ad7a
      
https://github.com/Dolibarr/dolibarr/commit/2bf1f848d660ec8b403820b67c1dd83ae0e1ad7a
  Author: cam.lafit <address@hidden>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    A htdocs/webservices/server_payment.php

  Log Message:
  -----------
  Provide payment SOAP webservices

* Backport from https://github.com/nikkow/dolibarr-payment-webservice


  Commit: 368fb314fe70e4e970a8ceff1d115c0415fa62ee
      
https://github.com/Dolibarr/dolibarr/commit/368fb314fe70e4e970a8ceff1d115c0415fa62ee
  Author: cam.lafit <address@hidden>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M htdocs/webservices/server_invoice.php

  Log Message:
  -----------
  FIX : missing object on createInvoiceFromOrder

* To create an invoice from order, we must have an order first
Load class as requirment


  Commit: 94ca52886049357a30c9b3a23f69d6d0e8c87679
      
https://github.com/Dolibarr/dolibarr/commit/94ca52886049357a30c9b3a23f69d6d0e8c87679
  Author: cam.lafit <address@hidden>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M htdocs/webservices/server_invoice.php

  Log Message:
  -----------
  FIX : CreateInvoiceFromOrder prototype

* SOAP declaration must follow function argument list


  Commit: 545e41b85872c839fa7a0ef14e417a2576b1a118
      
https://github.com/Dolibarr/dolibarr/commit/545e41b85872c839fa7a0ef14e417a2576b1a118
  Author: cam.lafit <address@hidden>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M htdocs/webservices/server_invoice.php

  Log Message:
  -----------
  Fix : CreateInvoiceFromOrder result

* We should be return same informations as other CreateInvoice function
* Also invoice data can't be converted correctly by NuSoap, we can have some 
PHP error with invoice object


  Commit: 682f6f838e713c89108e5965a41a3974a96f3d5c
      
https://github.com/Dolibarr/dolibarr/commit/682f6f838e713c89108e5965a41a3974a96f3d5c
  Author: cam.lafit <address@hidden>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M htdocs/webservices/server_invoice.php

  Log Message:
  -----------
  Change argument list CreateInvoiceFromOrder

* invoice data are not mandatory
Only order information are required


  Commit: ec25869ec614c13fe693adf6b93b420822f98d8b
      
https://github.com/Dolibarr/dolibarr/commit/ec25869ec614c13fe693adf6b93b420822f98d8b
  Author: cam.lafit <address@hidden>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M htdocs/webservices/server_invoice.php

  Log Message:
  -----------
  FIX : UpdateInvoice create object

* To update data, function must work on invoice object


  Commit: 240371b59d5d41bd484d7a1cfe13bbf8216e4aab
      
https://github.com/Dolibarr/dolibarr/commit/240371b59d5d41bd484d7a1cfe13bbf8216e4aab
  Author: cam.lafit <address@hidden>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M htdocs/webservices/server_order.php

  Log Message:
  -----------
  UPDATE : add warehouse information on order creation

* If stock management is enabled we must done information about warehouse source
If any warehouse is provided, client must send 0.


  Commit: 353b7a47928296318c985bb981e2081c1c30b15d
      
https://github.com/Dolibarr/dolibarr/commit/353b7a47928296318c985bb981e2081c1c30b15d
  Author: Laurent Destailleur <address@hidden>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M htdocs/webservices/server_invoice.php
    M htdocs/webservices/server_order.php
    A htdocs/webservices/server_payment.php

  Log Message:
  -----------
  Merge pull request #6862 from camlafit/webservices-patches

Webservices patches :


Compare: 
https://github.com/Dolibarr/dolibarr/compare/ef575166c019...353b7a479282

reply via email to

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