Scrutinizer Auto-Fixer
444c293c01
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-04-10 08:59:32 +00:00
Laurent Destailleur
c02cd80b75
Clean code
2019-11-12 10:11:30 +01:00
Frédéric FRANCE
a7797ba1da
clean indent in variants directory
2019-10-26 20:53:39 +02:00
Frédéric FRANCE
e75f7d448c
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
2019-10-16 20:00:01 +02:00
Alexandre SPANGARO
02dbc11f98
Move Gnu.org to https
2019-09-23 21:55:30 +02:00
Laurent Destailleur
c0b6699b25
All methods set_draft() were renamed into setDraft()
2019-03-15 19:01:40 +01:00
Frédéric FRANCE
1e43f8e54a
PEAR FunctionCallSignature
2019-02-10 10:45:49 +01:00
Frédéric FRANCE
b10558bacd
Merge remote-tracking branch 'upstream/develop' into nospaceaftercomma
2019-01-27 23:23:38 +01:00
Frédéric FRANCE
f0cdf300d1
Squiz.Functions.FunctionDeclarationArgumentSpacing
2019-01-27 15:20:16 +01:00
Frédéric FRANCE
7ee086b402
PSR2 space after comma in function call
2019-01-27 11:55:16 +01:00
Laurent Destailleur
98b8113a39
Fix multicompany
2018-12-14 16:20:23 +01:00
Maxime Kohlhaas
2e496ea83a
QUAL rename facnumber by ref
2018-12-02 17:33:44 +01:00
Frédéric FRANCE
86d854f3f4
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
2018-10-24 23:04:26 +02:00
Frédéric FRANCE
3f4db55614
test include
2018-07-26 11:34:51 +02:00
Laurent Destailleur
d40dda83cf
Add API "close" for proposals
...
Standardize code
2017-10-18 11:10:08 +02:00
cam.lafit
ec25869ec6
FIX : UpdateInvoice create object
...
* To update data, function must work on invoice object
2017-05-18 10:47:07 +02:00
cam.lafit
682f6f838e
Change argument list CreateInvoiceFromOrder
...
* invoice data are not mandatory
Only order information are required
2017-05-18 10:36:37 +02:00
cam.lafit
545e41b858
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
2017-05-18 10:34:17 +02:00
cam.lafit
94ca528860
FIX : CreateInvoiceFromOrder prototype
...
* SOAP declaration must follow function argument list
2017-05-18 10:33:12 +02:00
cam.lafit
368fb314fe
FIX : missing object on createInvoiceFromOrder
...
* To create an invoice from order, we must have an order first
Load class as requirment
2017-05-18 10:22:15 +02:00
Laurent Destailleur
72e149e1a6
FIX SEC Improve CSRF protection. Reduce usage of NOCSRFCHECK.
2016-09-08 12:12:00 +02:00
Juanjo Menent
a037e2f2d6
FIX #5479 using uninitialized variable $socid and other stuffs
2016-07-15 23:14:15 +02:00
Arnaud Aujon
3003b41a88
add test for invoices API
2015-05-28 16:57:28 +02:00
Arnaud Aujon
278d447e45
Use Constant for status
2015-05-27 15:42:34 +02:00
Arnaud Aujon
6d5555948e
Merge remote-tracking branch 'upstream/develop' into 3.7-webservices-fix
...
Conflicts:
test/phpunit/WebservicesInvoicesTest.php
2015-05-21 13:11:41 +02:00
Arnaud Aujon Chevallier
4fd8d6c05a
fix typo
2015-05-05 21:37:10 +02:00
Arnaud Aujon Chevallier
d020c4133a
webservice_order : return all necessary fields
2015-05-05 10:26:05 +02:00
Arnaud Aujon
d8027bd71d
add thirdparty_id to get invoice
2015-05-04 11:36:40 +02:00
Arnaud Aujon
4e10b94b6b
Add webservice method createInvoiceFromOrder
2015-04-25 00:38:32 +02:00
Arnaud Aujon
fa9cb49fcb
add updateInvoice webservice call
2015-04-24 23:42:35 +02:00
Arnaud Aujon
13cfae2eb6
payment_mode_id should be in Invoice not InvoiceLine
2015-04-24 23:02:59 +02:00
Marcos García de La Fuente
094538c07b
Implemented constants in Commande, Facture and Propal
2015-03-15 11:48:57 +01:00
Ignacio José Lizarán Rus
fa61faec58
Update server_invoice.php
...
Create Facture with mode_reglement and cond_reglement using thirdparty information.
2014-10-29 17:43:01 +01:00
Laurent Destailleur
78de38d0db
Merge pull request #1923 from GPCsolutions/fixws
...
Fixed invoices webservice
2014-09-29 15:39:19 +02:00
Laurent Destailleur
a3436135c9
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
htdocs/projet/activity/list.php
2014-09-26 13:34:31 +02:00
Raphaël Doursenaud
f7aa08f3fd
Fixed invoices webservice
2014-09-24 17:42:05 +02:00
Laurent Destailleur
3b53ccbe44
Merge pull request #1893 from braito4/patch-2
...
problem with type of product
2014-09-22 23:46:48 +02:00
Laurent Destailleur
2a9275d0de
Merge remote-tracking branch 'origin/3.6' into develop
...
Conflicts:
htdocs/societe/consumption.php
2014-09-19 11:09:51 +02:00
Raphaël Doursenaud
b9954f5b2b
PHP 5.6 compatibility
...
$HTTP_RAW_POST_DATA is now DEPRECATED
Replaced all usages by the recommended file_get_contents("php://input")
2014-09-16 21:21:34 +02:00
braito4
144da16391
Missing date_start, date_end in webserver server_invoice.php
2014-09-16 19:42:11 +02:00
braito4
b7ef2db5d9
problem with type of product
...
the column should be product_type
2014-09-16 19:33:07 +02:00
guerinaxel
0d71350c76
Rename mode_reglement_id into payment_mode_id
2014-05-22 08:54:14 +02:00
guerinaxel
30a25251d9
Adding var mode_reglement_id to facture
...
Adding var mode_reglement_id to facture in order to change the payment method.
2014-05-20 09:59:42 +02:00
Laurent Destailleur
9b38857c9a
Fix: When creating an invoice, we must first create it as draft and then
...
after validate.
2014-05-13 14:24:27 +02:00
Raphaël Doursenaud
f8f502d013
Removed closing php tag
...
http://php.net/manual/en/language.basic-syntax.phptags.php
2014-05-03 18:18:44 +02:00
jfefe
13e235ca8a
Fix: permission check in invoice webservice
...
remove comment & indent code
2013-09-09 17:08:22 +02:00
Laurent Destailleur
afae841ae4
Fix: Permissions on files
2013-08-06 00:36:21 +02:00
fhenry
275bf67bb7
[ task #811 ] Uniformanize note field
2013-04-09 17:18:07 +02:00
Laurent Destailleur
89365786a8
New: enhance tool fixdosfiles.sh
...
Convert DOS files to unix
2013-03-30 14:27:13 +01:00
Laurent Destailleur
484c39435c
Fix: Bad format of WSDL for orders. Miscellaneous fixes into WS.
2013-03-12 15:25:58 +01:00