Laurent Destailleur (aka Eldy)
36b48a81ec
Fix double ;
2025-01-20 14:59:13 +01:00
Laurent Destailleur (aka Eldy)
dcb0befcd4
Fix regression
2025-01-20 12:51:00 +01:00
Laurent Destailleur (aka Eldy)
1f360ca498
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-01-20 12:28:49 +01:00
Laurent Destailleur (aka Eldy)
1b42078d1e
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2025-01-20 10:24:30 +01:00
atm-florian
ba4e97f07b
FIX 17.0 API endpoints "PUT": prevent overwriting all extrafields if only some are supplied in the request cf. PR #29237
...
+ security for Tickets API: disable updating rowid
2025-01-16 10:37:29 +01:00
Laurent Destailleur
4cd2e572ae
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-11-13 00:30:26 +01:00
lvessiller-opendsi
d5e2f89edc
FIX can validate shipment without stock movement ( #31780 )
2024-11-12 14:25:36 +01:00
Ferran Marcet
9430bebbb1
Fix: Correction so that warehouse does not have to be indicated if it is a service
2024-03-14 16:44:07 +01:00
Fabian Heinz
aa43e18d56
API status code fix
...
apis currently returning 404 if no entry found fixed
2023-12-31 14:05:21 +01:00
Laurent Destailleur
1044e5c7d4
Debug v19
2023-12-19 12:33:55 +01:00
Laurent Destailleur
7f5df80efd
Debug v19
2023-12-19 11:51:48 +01:00
Laurent Destailleur
d92c65ad91
FIX infinite loop in API call/trigger by adding a caller
2023-12-15 12:15:33 +01:00
Frédéric FRANCE
61b79fda17
avoid phpstan error with phpdoc
2023-12-06 15:46:39 +01:00
Laurent Destailleur
a7125280bc
Fix with php-cs-fixer
2023-12-04 12:12:12 +01:00
Frédéric FRANCE
adfc58bd7d
fix phpstan
2023-12-02 21:18:10 +01:00
Frédéric FRANCE
53c8a3acf8
clean phpdoc for phpstan ( #26905 )
2023-12-01 19:51:32 +01:00
Laurent Destailleur
7785ae93a1
Fix php8.2 warnings
2023-11-27 11:41:05 +01:00
Laurent Destailleur
574502c6fd
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-11-24 10:23:38 +01:00
Laurent Destailleur
e6eb34a8db
Fiw warnings: The private array ->status_short, ->statuts and
...
->status_long are now array ->labelStatusShort and ->labelStatus
everywhere.
2023-11-24 10:10:24 +01:00
Frédéric FRANCE
938afdb06e
fix phpstan ( #26841 )
2023-11-24 09:30:49 +01:00
Frédéric FRANCE
81c22d00f1
fix phpstan ( #26809 )
2023-11-23 17:24:55 +01:00
Christophe Battarel
75a7d0de9b
fix shipping ref if already set ( #26156 )
...
Co-authored-by: Christophe Battarel <christophe@altairis.fr >
2023-11-18 14:11:34 +01:00
Laurent Destailleur
a0bba05b02
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/commande/class/api_orders.class.php
htdocs/compta/facture/card.php
htdocs/core/lib/functions.lib.php
htdocs/core/lib/project.lib.php
htdocs/fourn/class/api_supplier_orders.class.php
htdocs/fourn/class/fournisseur.facture-rec.class.php
htdocs/langs/en_US/stocks.lang
2023-11-17 18:24:53 +01:00
Laurent Destailleur
5e59e8d0e4
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
...
Conflicts:
htdocs/langs/en_US/stocks.lang
2023-11-17 00:44:30 +01:00
Günter Lukas
06915267a7
Fix #26620 ( #26622 )
...
Fix calculation of total amount of multicurrency
2023-11-16 14:59:07 +01:00
Mohamed DAOUD
eba4756156
Fix some warnings -technical debt- ( #26514 )
...
* fix-warnings
* fix the last commit
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-11-14 01:52:42 +01:00
Laurent Destailleur
7659bba97a
Fix bad delete of lines into llx_ecm_files
2023-11-13 12:24:47 +01:00
Laurent Destailleur
127de7e7d8
FIX On object validation, ecm index are not updated for uploaded files
2023-11-01 16:17:54 +01:00
ptibogxiv
2adb0b5213
NEW shipment can include service (for information and invoicing) ( #26407 )
...
* NEW shipment can include service (for information and invoicing)
add an optionnal option for include service on shipment because some business need invoicing only from shipment so actually dont get services on invoice autmatically.
this is a first PR for validation of this secret option before upload other PR
* Update shipment.php
* Update card.php
2023-11-01 15:02:40 +01:00
Laurent Destailleur
74e1ec4099
FIX On object validation, ecm index are not updated for uploaded files
2023-10-31 19:28:11 +01:00
Mohamed DAOUD
08ef416958
New: Adding the PDF option displaying the product's barcode number ( #26345 )
...
* Add a PDF option to show barcode number of product
* Add space before and after IF keyword
* fix error phpcs
* add barcode label before barcode number
* Use outputlangs and not langs
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-30 03:13:12 +01:00
Laurent Destailleur
4f4ede2e32
Fix php8.2 warnings
2023-10-15 18:14:14 +02:00
Christophe Battarel
e2c89ca452
fix shipping ref if already set ( #26156 )
...
Co-authored-by: Christophe Battarel <christophe@altairis.fr >
2023-10-09 19:52:21 +02:00
Laurent Destailleur
d3dc6615db
Remove deprecated use of ->modelpdf (good is ->model_pdf)
2023-10-02 21:49:08 +02:00
pascal
80f060c771
fix tab indentation
2023-09-26 18:43:25 +02:00
pascal
871f896962
implementation of properties filter
2023-09-26 18:04:48 +02:00
VESSILLER
089d24bef0
FIX sql to create batch from shipping line
2023-09-21 14:30:37 +02:00
Laurent Destailleur
492b726da9
Fix regression with label of order
2023-09-19 20:32:23 +02:00
Laurent Destailleur
60a52d0bc6
Remove TODO
2023-09-13 10:46:18 +02:00
Laurent Destailleur
0c3e516e57
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-09-13 03:08:46 +02:00
Laurent Destailleur
ec8c2a7d62
Debug dispatch tab
2023-09-13 03:01:18 +02:00
Laurent Destailleur
b35a2e2281
FIX Edition of shipment detail with lot not updating correctly tables
2023-09-12 23:03:52 +02:00
Laurent Destailleur
bf3c0e9d4a
FIX Avoid duplicate popup when popup setup to work as ajax
2023-09-12 10:52:15 +02:00
Laurent Destailleur
91fa48199a
Fix warnings
2023-09-10 17:41:22 +02:00
Laurent Destailleur
d91ce60ab4
Merge pull request #25819 from frederic34/setascustomer
...
deprecate set_as_client
2023-09-08 11:23:06 +02:00
Frédéric FRANCE
26dff90658
deprecate set_as_client
2023-09-06 14:38:35 +02:00
Laurent Destailleur
924da777bf
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-09-04 23:26:35 +02:00
Laurent Destailleur
b6b1d8acbc
Fix error message
2023-09-03 22:34:14 +02:00
Laurent Destailleur
3343a47244
NEW billing on shipment+reception. Can be done before or after delivery.
2023-09-03 21:38:11 +02:00
Laurent Destailleur
247ab6a93e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-09-02 20:54:10 +02:00