Lucas Marcouiller
42865a975a
Fix some code smell ( #26277 )
...
* Fix some code smell
* Update commande.class.php
---------
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-20 02:20:26 +02:00
Laurent Destailleur
0fbffea663
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-17 14:49:16 +02:00
Laurent Destailleur
b37a438067
The property ->user_validation to store ID of user validating has been
...
renamed into ->user_validation_id.
2023-10-17 11:10:25 +02:00
Laurent Destailleur
f18529f944
Clean code
2023-10-17 10:52:19 +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
Anthony Berton
5639352df7
NEW - Right for stats orders ( #24607 )
...
* NEW - Right for stats orders
* NEW: use account address in sepa mandate (#23642 )
* New: allow to display account address in pdf sepa mandate. Fix: use ->proprio because ->account_owner does not exist.
* Stickler fix
---------
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr >
Co-authored-by: thomas-Ngr <tnegre@open-dsi.fr >
2023-10-16 17:19:07 +02:00
Laurent Destailleur
9144293f0b
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-10-16 06:02:17 +02:00
Laurent Destailleur
48adfe9bcd
Fix regression
2023-10-16 05:59:34 +02:00
Laurent Destailleur
0360d61f9c
Code comment for develop
2023-10-16 05:51:47 +02:00
Laurent Destailleur
abe3f00b11
Fix regression. Restore old behaviour even if some case are not tested.
2023-10-16 05:15:39 +02:00
Noé Cendrier
a92458ebbc
FIX check tva_tx before comparing price_min_ttc ( #25220 )
...
* FIX check tva_tx before comparing price_min_ttc
* better price_ttc comparison for propal, commande, facture lines
* price_ht must be transformed into number before using it for calculating
2023-10-16 04:07:10 +02:00
Laurent Destailleur
bf7a8725a5
Debug v19
2023-10-15 22:08:09 +02:00
Laurent Destailleur
1f38e54e78
Clean code
2023-10-15 15:32:35 +02:00
Anthony Berton
70d8ced6fa
FIX - Clean in list det order ( #26201 )
...
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr >
2023-10-12 18:42:15 +02:00
Laurent Destailleur
f1330e5998
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-12 15:01:26 +02:00
Laurent Destailleur
6311200b36
FIX #26170
2023-10-12 14:31:54 +02:00
Laurent Destailleur
c32fe8dc5f
QUAL: Use dol_clone with parameter 2 for ->oldcopy
2023-10-11 19:10:24 +02:00
Anthony Berton
cbe981b3be
FIX - Sub-total on last line to list det order ( #26178 )
...
* FIX - Sub-total on last line to list det order
* Clean
---------
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr >
2023-10-11 01:55:20 +02:00
Anthony Berton
8d3f4f9bd3
FIX - getDolGlobalInt('MAIN_CHECKBOX_LEFT_COLUMN') for list det order ( #26176 )
...
* FIX - getDolGlobalInt('MAIN_CHECKBOX_LEFT_COLUMN') for list det order
* FIX $totalarray['nbfield']
---------
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr >
2023-10-10 21:16:21 +02:00
Anthony Berton
79b02494cf
FIX - getDolGlobalInt for left colum ( #26169 )
...
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr >
2023-10-10 18:39:14 +02:00
Anthony Berton
36d1b73101
FIX - Search label or description on list det order ( #26160 )
...
* FIX - Search label or description on list det order
* Clean
---------
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr >
2023-10-10 09:10:31 +02:00
Anthony Berton
a8a283c34f
NEW - Add culum Technical ID in liste det order ( #26164 )
...
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr >
2023-10-10 09:07:44 +02:00
Anthony Berton
c9b4aca8c6
NEW - Sub total in list ( #26165 )
...
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr >
2023-10-10 09:07:25 +02:00
Dev2a
b76c402a09
Fix: Change access to $conf->global to function getDolGlobal (manual)
2023-10-08 23:25:46 +02:00
Laurent Destailleur
68404bec9b
Merge pull request #22619 from mbinformatique68/develop
...
NEW Add the formEditObjectLine hook on commande card and invoice card
2023-10-06 19:13:58 +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
Pascal Hubrecht
9835385f58
Merge branch 'Dolibarr:develop' into rest-extra
2023-09-25 20:59:57 +02:00
Laurent Destailleur
11a1630287
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-09-25 11:47:18 +02:00
Laurent Destailleur
55b91f00d2
Look and feel v19
2023-09-25 11:44:46 +02:00
Regis Houssin
d133075fca
FIX #25982 and avoid lose selected value if error
2023-09-24 15:56:18 +02: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
Laurent Destailleur
f6eb0e6629
Merge pull request #25832 from ATM-Consulting/FIX_16.0_commande_box_sql
...
fix sql query for external users
2023-09-20 09:56:21 +02:00
Laurent Destailleur
9148d7540e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-09-20 03:09:10 +02:00
Laurent Destailleur
e8edd115f1
Fix status
2023-09-19 21:16:32 +02:00
Laurent Destailleur
498af7d7bc
Look and feel v19
2023-09-19 21:05:02 +02:00
Laurent Destailleur
492b726da9
Fix regression with label of order
2023-09-19 20: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
336927ad70
Fix link to create puchase order from sale order
2023-09-19 18:10:47 +02:00
Laurent Destailleur
101ddf2a75
FIX link to create purchase order from sale order
2023-09-19 18:05:57 +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
91fa48199a
Fix warnings
2023-09-10 17:41:22 +02:00
Laurent Destailleur
aab30d7638
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-09-08 15:33:04 +02:00
Laurent Destailleur
d91ce60ab4
Merge pull request #25819 from frederic34/setascustomer
...
deprecate set_as_client
2023-09-08 11:23:06 +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
Frédéric FRANCE
26dff90658
deprecate set_as_client
2023-09-06 14:38:35 +02:00
Regis Houssin
b6e84b1c74
FIX use urlencode for origin and originid
2023-09-06 10:02:12 +02:00