Hystepik
69289f5005
New hook to allow module show onlinepaymenturl
2024-01-26 15:41:13 +01:00
Frédéric France
51781cd040
translate comments
2024-01-23 20:08:49 +01:00
Laurent Destailleur
8e6ac1ee8f
Update card.php
2024-01-19 16:08:03 +01:00
thibdrev
ffcc89d387
qual: phpstan
...
htdocs/commande/card.php 293 Property CommonObject::$fk_project (int) does not accept array|string.
htdocs/commande/card.php 296 Property CommonObject::$cond_reglement_id (int) does not accept array|string.
htdocs/commande/card.php 297 Property Commande::$deposit_percent (float) does not accept array|string.
htdocs/commande/card.php 298 Property Commande::$mode_reglement_id (int) does not accept array|string.
htdocs/commande/card.php 299 Property Commande::$fk_account (int) does not accept array|string.
htdocs/commande/card.php 300 Property Commande::$availability_id (int) does not accept array|string.
htdocs/commande/card.php 301 Property Commande::$demand_reason_id (int) does not accept array|string.
htdocs/commande/card.php 303 Property CommonObject::$shipping_method_id (int) does not accept array|string.
htdocs/commande/card.php 304 Property Commande::$warehouse_id (int) does not accept array|string.
htdocs/commande/card.php 305 Property CommonObject::$fk_delivery_address (int) does not accept array|string.
htdocs/commande/card.php 306 Property CommonObject::$contact_id (int) does not accept array|string.
htdocs/commande/card.php 307 Property CommonOrder::$fk_incoterms (int) does not accept array|string.
htdocs/commande/card.php 310 Property Commande::$multicurrency_tx (float) does not accept array|string.
2024-01-19 12:58:50 +01:00
MDW
a04f2bf4e7
Qual: Spelling fixes that newly appeared. ( #27495 )
...
* Qual: Spelling fixes that newly appeared.
# Qual: Fix spelling erros that appeared since the bulk updates.
These issues mostly appeared since the bulk updates (a few ones were postponed
to make sure no real spelling errors were missed.)
* Update modulebuilder.lib.php
* Update pdf_standard.modules.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-01-14 12:26:37 +01:00
Laurent Destailleur
f0d910ecd3
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-10 19:20:16 +01:00
MDW
963afede5e
Fix: Match local variable name to parameter variable name ( #27316 )
...
# Fix: Match local variable name to parameter variable name
Improve consistency and avoids that phan reports suspicious parameter order
2024-01-10 17:38:23 +01:00
Laurent Destailleur
4501872f17
Clean code with rector 2
2024-01-05 04:33:58 +01:00
Laurent Destailleur
b84b5d80d0
Merge pull request #27109 from altairisfr/reopenbilled
...
dont reopen billed orders
2024-01-04 00:30:19 +01:00
Laurent Destailleur
622bdb366b
Merge pull request #27144 from atm-john/issue_265856_part_001
...
NEW : llxHeader body css for command see #26856
2024-01-04 00:24:01 +01:00
Christophe Battarel
f6741591c7
add constant ORDER_DONT_REOPEN_BILLED
2024-01-02 09:10:28 +01:00
Laurent Destailleur
70ce043b58
Merge pull request #27165 from defrance/patch-310
...
Php V8 warning
2023-12-28 19:28:43 +01:00
Laurent Destailleur
47a633cf2e
Update card.php
2023-12-28 19:28:28 +01:00
Laurent Destailleur
d6e4b71958
Merge pull request #27104 from cfoellmann/19/PR/stings-supplier
...
make UI strings differenciate between orders torward customer or supplier
2023-12-19 16:08:48 +01:00
Charlène Benke
b881dca994
php V8 warning
2023-12-18 16:53:12 +01:00
MDW
e49f32ab2d
dolGetGlobalInt -> getDolGlobalInt
...
Detected with phan -> https://github.com/Dolibarr/dolibarr/actions/runs/7242660297/job/19728384233?pr=26480#step:5:39
2023-12-18 03:13:37 +01:00
ATM john
2caf7e6c0b
Add llxHeader body css for command
2023-12-16 13:46:47 +01:00
Christophe Battarel
273fbbc65c
dont reopen billed orders
2023-12-14 15:54:09 +01:00
Christophe Battarel
30d181c933
aadd constant ORDER_REOPEN_TO_DRAFT
2023-12-14 15:35:37 +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
ba10d60a0b
Fix with php-cs-fixer
2023-12-04 12:02:35 +01:00
Laurent Destailleur
53dab922fd
Fix php8.2 warnings
2023-11-27 11:39:32 +01:00
Alexandre SPANGARO
af0c6899a7
Travis fix ( #26708 )
...
* Travis fix
* Travis remove warning "Line exceeds 500 characters"
* Travis remove warning "Line exceeds 500 characters"
* Travis remove warning "Line exceeds 500 characters"
2023-11-18 11:56:29 +01:00
Laurent Destailleur
a48e541093
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/class/bookkeeping.class.php
htdocs/accountancy/journal/expensereportsjournal.php
htdocs/core/class/html.formadmin.class.php
htdocs/core/lib/functions.lib.php
2023-11-12 23:18:19 +01:00
Laurent Destailleur
2f340a1a77
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
...
Conflicts:
htdocs/accountancy/journal/expensereportsjournal.php
htdocs/comm/propal/card.php
2023-11-12 23:06:31 +01:00
atm-lena
0946220e9b
Check price base type ( #26503 )
...
Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr >
2023-11-09 15:41:39 +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
Christophe Battarel
b3e7457cd3
NEW : add new hook tabContentCreateOrder ( #26408 )
...
* NEW : add new hook tabContentCreateOrder
* update comment
---------
Co-authored-by: Christophe Battarel <christophe@altairis.fr >
2023-11-01 14:25:26 +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
Christophe Battarel
1a32455e70
update comment and credentials ( #26401 )
...
* update comment
* update credentials
* remove bad commit
* update credentials
---------
Co-authored-by: Christophe Battarel <christophe@altairis.fr >
2023-10-31 11:57:53 +01:00
Laurent Destailleur
b8728b5d07
Use a more explicit name for new hook
2023-10-30 02:39:06 +01:00
Christophe Battarel
c064893f80
NEW : add new hook OrderCard ( #26380 )
...
Co-authored-by: Christophe Battarel <christophe@altairis.fr >
2023-10-30 02:30:35 +01:00
Laurent Destailleur
e1bf377f20
QUAL: Removed deprecated field remise, remise_percent, remise_absolute
2023-10-20 10:47:08 +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
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
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
1f38e54e78
Clean code
2023-10-15 15:32:35 +02:00
Laurent Destailleur
c32fe8dc5f
QUAL: Use dol_clone with parameter 2 for ->oldcopy
2023-10-11 19:10:24 +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
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
9148d7540e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-09-20 03:09:10 +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