Commit Graph

2199 Commits

Author SHA1 Message Date
Laurent Destailleur (aka Eldy)
9227add8f4 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-12-02 01:41:40 +01:00
HENRY Florian
240c5bb311 fix: buyer and sellers in supplier invoice and supplier order list are not corectly defined (#32028)
* fix: buyer and sellers in supplier invoice and supplier order list are not corectly defined

* chore: revert bad changes
2024-11-21 23:00:41 +01:00
HENRY Florian
991f53db9e FIX: use tax with code on supplier order line give tax code missing in supplier invoice (#32018)
* FIX: use vat with code on supplier order result code missing in supplier invoice

* FIX: use vat with code on supplier order result code missing in supplier invoice
2024-11-21 17:46:54 +01:00
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
Laurent Destailleur
ccc27739d7 Fix bad escapement 2024-10-15 15:40:50 +02:00
Laurent Destailleur
7cd1425bc1 Fix css 2024-10-14 20:17:21 +02:00
MaximilienR-easya
f64a07861d Fix php8 change, '' != 0 since php8 (#30997)
* Fix php8 change, '' != 0 since php8

* Update dispatch.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-09-18 01:25:28 +02:00
Laurent Destailleur
f4611fcec9 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-07-25 18:06:37 +02:00
Laurent Destailleur
966ac2cdbc Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-07-25 18:04:42 +02:00
HENRY Florian
0982220397 FIX: Supplier Order search on date valid (#30448)
* FIX: Supplier Order search on date valid

* FIX: Supplier Order search on date valid
2024-07-24 18:12:53 +02:00
Laurent Destailleur
a854e58905 FIX Missing $param in hook call for list 2024-05-23 14:41:56 +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
noec764
55c0efae3f FIX: Special code is now transmitted by args only in order supplier (#28619)
Co-authored-by: Noé <noe@scopen.fr>
2024-03-04 18:26:38 +01: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
Laurent Destailleur
7acee285a8 Fix test 2024-01-18 21:07:05 +01:00
Laurent Destailleur
b7212cbac4 Try bette fix for #27586 2024-01-18 18:06:10 +01:00
Laurent Destailleur
3ef872bb3d Merge pull request #27175 from cfoellmann/19/PR/hooks-contact
QUAL fix hooks on contact.php files - fixes contexts
2023-12-27 16:05:00 +01:00
Christian Foellmann
045c623536 QUAL fix hooks on contact.php files - fixes contexts 2023-12-19 14:39:29 +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
3ecfc1b55f Fix css 2023-12-02 20:27:09 +01:00
Laurent Destailleur
6664190179 Clean code
Should also make merge of #24911 after release easier. Note: Adding a
control on screen must be done after adding control into so we will
start by adding checkSellOrEatByMandatory() into create/update of
productlot.
2023-11-28 12:40:21 +01:00
Laurent Destailleur
7785ae93a1 Fix php8.2 warnings 2023-11-27 11:41:05 +01:00
Laurent Destailleur
1ac9bcab59 Debug v19 2023-11-24 16:30:31 +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
IC-Nicolas
47de053b06 NEW &arrayfields into doAction (#26832) 2023-11-23 17:09:52 +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
Alexandre SPANGARO
58bdcb5245 Dolibarize - Look & feel v19 (#26246)
* NEW Accountancy - Add quick navigation with keyb. shortcut on ledger

* TitleSeparator - Job list

* TitleSeparator - Position list

* TitleSeparator

* TitleSeparator

* TitleSeparator

* Define $newcardbutton

* Define $newcardbutton

* Define $newcardbutton

* Define $newcardbutton

* Define $newcardbutton

* Define $newcardbutton

* Define $newcardbutton

* Variable $newcardbutton already define

* Define $newcardbutton

* TitleSeparator

* TitleSeparator

* TitleSeparator

* TitleSeparator

* TitleSeparator
2023-10-20 03:20:44 +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
8cfac1a901 Merge pull request #25976 from frederic34/patch-6
fix line rank in massaction supplier order to supplier invoice
2023-09-25 02:21:14 +02:00
Frédéric FRANCE
058736a944 Update list.php 2023-09-22 08:58:27 +02:00
Laurent Destailleur
68f90319e0 Clean code 2023-09-22 03:24:48 +02:00
Laurent Destailleur
257a961a93 Fix error management 2023-09-22 02:32:23 +02:00
Laurent Destailleur
e9f80875b7 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-09-22 01:19:49 +02:00
Laurent Destailleur
94f4521f19 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
Conflicts:
	htdocs/accountancy/class/accountancyexport.class.php
	htdocs/commande/class/commandestats.class.php
2023-09-21 19:30:02 +02:00
Frédéric FRANCE
97c77e611e Update list.php 2023-09-20 11:15:42 +02:00