2
0
forked from Wavyzz/dolibarr
Commit Graph

126919 Commits

Author SHA1 Message Date
Frédéric FRANCE
bca057afe5 Fix #26740 (#26752)
https://github.com/Dolibarr/dolibarr/issues/26740

need $langs
2023-11-20 20:18:09 +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
IC-Nicolas
78259c37ce Duplicate entries (#26759) 2023-11-20 20:17:24 +01:00
William Mead
74faf3547e Fixed total service quantity. Added contributor details. (#26761)
Co-authored-by: William Mead <william.mead@manchenumerique.fr>
2023-11-20 20:16:08 +01:00
UT from dolibit
11a98067b5 Update README.md (#26762)
added some new available modules
2023-11-20 20:15:16 +01:00
Beef
7be1ba3432 Fixes syntax errors in Advanced Stock Transfer and adds checks for null values (#26766) 2023-11-20 20:14:35 +01:00
Laurent Destailleur
da4bdfe822 FIX #26751 2023-11-20 20:13:24 +01:00
Laurent Destailleur
ff38cc4bdd Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-20 20:02:30 +01:00
Laurent Destailleur
cabd0937d0 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-11-20 19:59:34 +01:00
Laurent Destailleur
146c78a3de Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-11-20 19:54:27 +01:00
Laurent Destailleur
d1a80920ff Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-11-20 19:53:50 +01:00
Laurent Destailleur
472f25d945 Debug v19: Caches must be stored into conf->cache['nameofcache'] 2023-11-20 19:50:47 +01:00
Laurent Destailleur
a9c2a44074 CSS 2023-11-20 18:23:28 +01:00
Laurent Destailleur
ed122e5408 Clean depracted table 2023-11-20 17:46:57 +01:00
Laurent Destailleur
e7a629b319 Debug v19 2023-11-20 14:54:13 +01:00
Laurent Destailleur
090ecd3611 Debug v19 2023-11-20 12:31:30 +01:00
Laurent Destailleur
1a6d8e304d Fix responsive and css. Rename time spent. 2023-11-20 11:41:02 +01:00
Laurent Destailleur
806e3a11f6 Filters on list must not use the LEFT JOIN but EXISTS into the WHERE. 2023-11-19 16:01:50 +01:00
Laurent Destailleur
a18c8ab380 Fix warnings 2023-11-19 13:39:54 +01:00
Laurent Destailleur
219bb50cac Fix warning 2023-11-19 13:34:36 +01:00
Laurent Destailleur
196017f957 Fix false positive 2023-11-19 13:26:00 +01:00
Laurent Destailleur
c5f863f10f Fix warnings 2023-11-19 13:21:08 +01:00
Laurent Destailleur
27b5061cbd Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-19 13:13:39 +01:00
Laurent Destailleur
938b2da768 Clean code for closing of fiscal period and be ready for alternative
mode of working.
2023-11-19 13:12:58 +01:00
Laurent Destailleur
ab10297db7 Rename method for a more generic use 2023-11-19 12:42:06 +01:00
lamrani abdelwadoud
c8ad1e616b Solution to restore a massive stock movement error. (#26623)
* NEW functionality for save movement reversed

* remove variable

* Fix variable to be properly validated or sanitized

* cast variable

* Fix for cast variable injection on SQL

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-19 10:58:16 +01:00
Laurent Destailleur
b55e8de320 Removed a deprecated substitution tag 2023-11-19 10:55:25 +01:00
Laurent Destailleur
42d1c3b938 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-19 10:54:37 +01:00
evarisk-micka
af8ca9a205 NEW #26676 [MassAction] add missing substitution variables (#26678)
* NEW #26676 [MassAction] add missing substitution variables

* Update massactions_pre.tpl.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-19 10:53:50 +01:00
Sébastien NASSIET
0fcfae30f8 Add doActions Hook on all actions on Categories (#26744)
* Update card.php

* Update photos.php

* Update edit.php
2023-11-19 10:50:21 +01:00
Alexandre SPANGARO
eb11c19823 Supplier invoice - payment list - Manage Checkbox on left column (#26741)
* Travis fix

* Travis remove warning "Line exceeds 500 characters"

* Travis remove warning "Line exceeds 500 characters"

* Travis remove warning "Line exceeds 500 characters"

* Supplier invoice - payment list - Manage Checkbox on left column
2023-11-19 10:46:22 +01:00
Laurent Destailleur
3c6bc209e2 Add autorefresh 2023-11-19 10:38:15 +01:00
Laurent Destailleur
7f5b230dd5 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-19 10:33:19 +01:00
Laurent Destailleur
5d1fe5adf8 CSS 2023-11-19 10:32:11 +01:00
andreubisquerra
63643e5437 Finishing auto TakePOS setup with default account (#26683)
* Finishing auto TakePOS setup with default account

* Travis FIX

* Travis fix

* Update modTakePos.class.php

* Copy customer logic

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-19 01:56:53 +01:00
Frédéric FRANCE
cb26b28869 Update functions2.lib.php (#26734)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-19 01:02:21 +01:00
IC-Nicolas
adee8ac1a8 FIX fix phpstan double copy of variable (#26739) 2023-11-19 01:01:38 +01:00
Regis Houssin
030f7ffde1 FIX avoid php8.2 warnings (#26720)
* FIX avoid php8.2 warnings

* FIX avoid travis error

* FIX travis error

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-19 00:56:46 +01:00
Eric
c3939fc4d0 fix undef line and action (#26646)
* fix undef line and action

* fix update quantity

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-19 00:54:39 +01:00
HENRY Florian
d5343cfedb fix: phpstan (#26721)
* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix: phpstan

* fix: phpstan
2023-11-19 00:52:16 +01:00
Thibault Fiacre
7706c9ef23 NEW workstation module is stable (#26593) 2023-11-19 00:49:57 +01:00
Rémi Champlon
79154f4864 Fix : right to show suppliers count on thirdparty index (#26686)
* thirdparty stats : use supplier read  right

* fix

---------

Co-authored-by: Rémi Champlon <remi.champlon@vold.lu>
2023-11-19 00:49:19 +01:00
IC-Nicolas
ae608c3bb7 Unused method in Dolibarr (#26737) 2023-11-19 00:47:23 +01:00
Maxime Kohlhaas
a8c0c63565 Fix : cost calculation on a bom using workstation (#26738) 2023-11-19 00:46:09 +01:00
Laurent Destailleur
9062e8988d Changelog 2023-11-19 00:35:13 +01:00
Laurent Destailleur
7f1443effa Fix name of constant 2023-11-19 00:33:37 +01:00
Sébastien NASSIET
181ee31c47 doActions hook on update category (#26726)
* doActions hook on update category

* Update edit.php
2023-11-19 00:08:49 +01:00
Florian Mortgat
564d930d33 FIX escape HTML tags in return value of getFullName() (#26735) 2023-11-18 23:55:25 +01:00
Laurent Destailleur
f52beb7bce Fix phpcs 2023-11-18 23:51:52 +01:00
Laurent Destailleur
5c1a7e7541 Debug v19 2023-11-18 23:50:35 +01:00