ThomasNgr-OpenDSI
5e887e8850
Fix : on update of an order line, the TTC price would be used as HT price ( #33940 )
...
* Fix : on update of an order line, the TTC price would be used as HT price
* Update commande.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-04-22 11:48:22 +02: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
William Mead
1a81d7fc16
FIX late order search option (v18+) ( #30692 )
...
* Fixed search late order. Added search late order checkbox. Added contributor details.
* Removed late date alert checkbox
2024-09-13 04:14:41 +02:00
HENRY Florian
650fa5ef1d
fix: add missing fetch_optionals() call on OrderLine fetch method ( #30560 )
2024-08-07 00:09:27 +02:00
Regis Houssin
85a08a9288
FIX sometimes a string type instead integer is return, why ?
2024-03-31 19:17:58 +02:00
Delthair
5f1796b39a
FIX #29029 Impossible to delete an order line
...
Impossible to delete a line because the code lead to add an error if the request is valid therefore leading to a rollback of the request
2024-03-22 18:49:12 +01:00
Kamel Khelifa
426e18ea33
Correction syntax
2024-03-19 14:31:15 +01:00
Kamel Khelifa
07c84df3dc
FIX: Move the trigger for delete order line before the SQL request
2024-03-19 14:23:02 +01:00
Laurent Destailleur
a0b26ae7cd
FIX Amount of localtaxes in foreign currency was wrong on screen and PDF
2024-03-13 22:04:44 +01:00
Christian Humpel
df31421e86
Integrate 'sqlfilterlines' in API for commande. ( #26612 )
...
Co-authored-by: christian.humpel <christian.humpel@gmail.com >
2023-11-16 15:05:32 +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
Laurent Destailleur
cd69bd6cba
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-09-21 19:23:24 +02:00
atm-greg
aa34f800c2
user inner join
2023-09-08 11:18:59 +02:00
atm-greg
b8455430af
fix sql query for external users
2023-09-07 16:47:57 +02:00
Laurent Destailleur
119c3fb20d
Debug v18
2023-08-15 14:44:03 +02:00
Laurent Destailleur
bef9146bb1
Fix warnings
2023-08-05 12:50:09 +02:00
Laurent Destailleur
e01f05cf96
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-07-02 21:16:50 +02:00
Laurent Destailleur
02ca89cf52
Merge pull request #25234 from FHenry/16_fix_calc_update_price_on_update
...
FIX: VTA rounding calc option must be the same on update line as on create line
2023-06-29 17:41:09 +02:00
Florian HENRY
505ea31c30
FIX: TVA calc option must be the same on update line as on create line
2023-06-29 16:50:21 +02:00
Frédéric France
a575b696e7
use user hasRight
2023-06-19 23:27:24 +02:00
hystepik
597b36e57c
Fix : php8.1 warnings with strict mode
2023-06-10 10:47:36 +02:00
Laurent Destailleur
80f6af9f4e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-06-04 19:07:37 +02:00
Laurent Destailleur
89e378bc78
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-06-04 19:07:04 +02:00
Je2fb
735ad3d533
Update commande.class.php
...
Change function hasdelay and showdelay to use the variable 'delivery_date'
2023-05-31 21:36:11 +02:00
Frédéric FRANCE
8c0f7f4b65
Update commande.class.php
2023-05-31 13:53:41 +02:00
Frédéric FRANCE
544e82b60c
fix picto tooltip
2023-05-31 13:35:47 +02:00
Laurent Destailleur
86122780a9
Merge pull request #24708 from ptibogxiv/patch-83
...
FIX list orders API
2023-05-16 20:53:05 +02:00
Georgios Papadakis
844524769e
Add missing loading of Societe Class
...
Current code relies on Societe Class being already imported by code executed previously, thus in some cases you get a fatal error. I have fatal error of undefined Societe class when i try to sign a Proposal that does not already have an order !!
2023-05-16 10:07:43 +03:00
ptibogxiv
5a58166614
FIX list orders API
2023-05-08 13:18:42 +02:00
Laurent Destailleur
fe816445f5
Fix warnings
2023-05-01 13:09:09 +02:00
Laurent Destailleur
be835d63ed
Merge pull request #24635 from VMR-Global-Solutions/develop
...
API add / fix filter on extrafields in index()
2023-04-28 20:02:09 +02:00
VMR Global Solutions
926aa6fec7
API add / fix filter on extrafields in index()
...
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
2023-04-28 09:31:33 +02:00
Laurent Destailleur
46e3413e8a
Fix tooltips
2023-04-27 15:55:21 +02:00
Laurent Destailleur
2f3cefcc09
Clean code
2023-04-26 11:41:02 +02:00
Laurent Destailleur
c891196b5b
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-04-25 21:02:01 +02:00
Laurent Destailleur
0bc8227f48
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-04-25 20:54:15 +02:00
Laurent Destailleur
2e3e6f6899
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-04-25 20:51:40 +02:00
Laurent Destailleur
10e38ec7f9
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-04-25 19:14:33 +02:00
Frédéric FRANCE
6f351d5481
load translation for tooltip
...
translation was not loaded when using ajax tooltip
2023-04-25 09:46:12 +02:00
Aloïs Micard
5ec6b29345
Fix order line origin/origin_id when creating from proposal
2023-04-23 14:01:52 +02:00
Laurent Destailleur
8898a1a432
Debug ajax tooltip
2023-04-03 19:51:40 +02:00
Laurent Destailleur
66eb668965
Merge pull request #24164 from frederic34/multidiroutput
...
use a fonction to get multidir output
2023-03-18 10:56:25 +01:00
Laurent Destailleur
9cdb6b7bda
Merge branch 'develop' into customerordertooltip
2023-03-18 10:34:42 +01:00
Jyhere
3e8da8bbe0
FIX: Broken SQL query for order stats when empty societe->client->voir rights
2023-03-16 16:59:31 +01:00
Frédéric FRANCE
c93d615e42
enhance tooltip ajax info
2023-03-14 22:27:35 +01:00
Frédéric FRANCE
1da5de8326
fetch thirdparty in order tooltip only in ajax request
2023-03-13 09:55:47 +01:00
Frédéric FRANCE
a551919f90
fetch thirdparty in order tooltip only in ajax request
2023-03-13 09:54:19 +01:00
Frédéric FRANCE
7fe885fefc
Merge remote-tracking branch 'upstream/develop' into multidiroutput
2023-03-09 16:13:19 +01:00
Frédéric FRANCE
a9b9812b7e
try to use function
2023-03-08 21:39:05 +01:00