ATM-NicolasV
399d778a7e
Fix:edition rapide de la date de livraison et propagation vers la commande ( #31437 )
...
* pouvoir modifier la date de livraison au statut brouillon et propagation de la valeur lors de la création d'une commande
* remove comment
---------
Co-authored-by: ATM-nicolasV <nicolas.vidal@atm-consutling.fr >
2024-10-24 03:14:23 +02:00
Noé Cendrier
911571ad61
FIX: PHP8 warning if $conf->reception is checked the old fashion way ( #29697 )
2024-05-15 18:05:27 +02:00
sonikf
5f98189729
fix #29381 backport #28039 in v. 19 ( #29400 )
2024-04-20 22:33:57 +01:00
sonikf
95aa03e3b0
FIX #28347 FIX #28962 FIX #29224 FIX #29035 ( #29303 )
...
* FIX #28347 FIX #28962 FIX #29224
* fix empty line
* Update card.php
* FIX #29035
* add multicompany support in creation of supplier order from client order
* Update card.php
Assign a subprice value of 0 to user selected lines without a vendor product price when creating a supplier order from a client order
2024-04-12 12:53:03 +02:00
Laurent Destailleur
47861abb48
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-03-01 19:05:46 +01:00
noec764
cb302fbb63
FIX: Special code is now transmitted by args only in order supplier ( #28546 )
...
Co-authored-by: Noé <noe@scopen.fr >
2024-03-01 12:55:07 +01:00
Christian Foellmann
88c0700ee5
QUAL make UI strings differenciate between orders torward customer or supplier
2023-12-14 13:42:15 +01:00
Laurent Destailleur
a7125280bc
Fix with php-cs-fixer
2023-12-04 12:12:12 +01:00
Laurent Destailleur
7785ae93a1
Fix php8.2 warnings
2023-11-27 11:41:05 +01:00
Laurent Destailleur
cb3a86a737
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-11-23 18:56:10 +01:00
Saami PERDRIX
7e9947a3e6
FIX php8 fatal on edit supplier order when multicurrency is activated ( #26758 )
2023-11-20 20:17:44 +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
5db512229b
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-11-17 17:58:48 +01:00
Maxime Kohlhaas
d7851240b4
Fix : on supplier order, vat for all lines wasn't working with 0 value ( #26675 )
2023-11-17 16:27:00 +01:00
Christophe Battarel
13072a1df2
add hook tabContentViewSupplierOrder ( #26417 )
...
Co-authored-by: Christophe Battarel <christophe@altairis.fr >
2023-11-01 14:24:31 +01:00
Christophe Battarel
002f10a9aa
NEW : add hook tabContentCreateSupplierOrder ( #26418 )
...
* add hook tabContentViewSupplierOrder
* wrong hook name
---------
Co-authored-by: Christophe Battarel <christophe@altairis.fr >
2023-11-01 14:24:10 +01:00
Laurent Destailleur
e1bf377f20
QUAL: Removed deprecated field remise, remise_percent, remise_absolute
2023-10-20 10:47:08 +02:00
Laurent Destailleur
fb8b4acdbf
The duplicated and deprecated property ->date_livraison that was renamed
...
into ->delivery_date has been completely removed.
2023-10-17 10:36:11 +02:00
Laurent Destailleur
cdf9389b58
CSS v19
2023-10-15 22:02:33 +02:00
Laurent Destailleur
4f4ede2e32
Fix php8.2 warnings
2023-10-15 18:14:14 +02:00
Laurent Destailleur
c32fe8dc5f
QUAL: Use dol_clone with parameter 2 for ->oldcopy
2023-10-11 19:10:24 +02:00
Laurent Destailleur
b8bd760e28
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-01 16:06:58 +02:00
Laurent Destailleur
d5443010f2
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-10-01 16:04:16 +02:00
Laurent Destailleur
257a961a93
Fix error management
2023-09-22 02:32:23 +02:00
Laurent Destailleur
69e7f0f1f3
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-09-19 20:07:36 +02:00
Laurent Destailleur
8f002a2310
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-09-19 18:14:27 +02:00
Laurent Destailleur
39dd702145
Fix warning in option WORKFLOW_CAN_CREATE_PURCHASE_ORDER_FROM_SALE_ORDER
2023-09-19 17:59:46 +02:00
Laurent Destailleur
d02c615f40
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-09-16 15:14:22 +02:00
Laurent Destailleur
8d254e341b
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-09-16 14:11:26 +02:00
Noé Courtier
e84c2eeee6
FIX: Missing error message on CommandeFourn creation
2023-09-14 10:57:43 +02:00
Florent Poinsaut
84c742a688
add ORDER_SUPPLIER_SUBMIT notif
2023-09-12 10:15:47 +02:00
Laurent Destailleur
888e8d7588
FIX bad balance of TR tag in multicurrency price view
2023-08-23 21:56:02 +02:00
Laurent Destailleur
4431ca659f
Debug v18
2023-08-05 14:20:25 +02:00
Laurent Destailleur
d08e592bbd
Debug v18. Complete #25309
2023-07-26 03:20:22 +02:00
Laurent Destailleur
d9a1d08939
Debug v18
2023-07-26 03:09:33 +02:00
Roger Dueck
2d997161a5
Update permissions lookup in vendor module, fixes some warnings
2023-06-29 10:45:42 -06:00
Laurent Destailleur
22d15b42fc
Merge pull request #24959 from FliyFly/editfourncommandattribute
...
fixing the total ttc in the multicurrency section
2023-06-12 20:01:55 +02:00
Frédéric France
5a018d715d
use user hasRight
2023-06-06 00:05:02 +02:00
FLIO
9b5ed68510
fixing the total ttc in the multicurrency section
2023-06-05 18:17:46 +02:00
Laurent Destailleur
d30a25bd28
Merge pull request #24689 from solution-libre/fix-date-form-for-order
...
Fix date form for order
2023-05-21 23:02:36 +02:00
FLIO
087eb6b78a
New attributes on command fourn card
2023-05-17 16:22:22 +02:00
Florent Poinsaut
2967d653c6
Fix date form for order
2023-05-05 09:53:35 +02:00
Laurent Destailleur
53736f5bfb
Merge pull request #24593 from altairisfr/deldispatchline
...
FIX : reopen supplier order after line delete if needed
2023-05-05 01:10:58 +02:00
Lucas Marcouiller
79b686fb33
Merge branch 'develop' into develop#1
2023-04-28 11:31:43 +02:00
Laurent Destailleur
f44c97d3c6
Code is using the Universal Filter Syntax
2023-04-27 22:12:23 +02:00
Laurent Destailleur
3065b9ca6a
Clean code
2023-04-27 21:15:27 +02:00
Christophe Battarel
7afdf2270f
remove rollback
2023-04-27 08:44:22 +02:00
Christophe Battarel
d7b770bb74
FIX : reopen supplier order after line delete if needed
2023-04-25 17:31:02 +02:00
Frédéric FRANCE
fa849696fb
use isModEnabled
2023-04-18 20:16:02 +02:00
Laurent Destailleur
2c29399fa9
Merge pull request #24500 from bloxera/fix_24356_final
...
Fix for #24256 with final cleanup.
2023-04-18 18:31:39 +02:00