Laurent Destailleur
131d1390bc
Debug v23
2025-09-28 22:20:44 +02:00
Anthony Damhet
c17f13316a
UIUX - More intuitive select table ( #35485 )
...
* More intuitive select table
Added for objects:
- Members
- ActionComm
- Mailing
- Bank Accounts
- Various Payments
- Cash Control
- Paiement
- Contacts
- VAT
- Contracts
- Cron
- Gifts (Dons)
- Expedition
- Expense Reports
- FichInter
- Supplier Proposals
- Supplier Orders
- Supplier Invoices
- Supplier Paiements
- Products and supplier products
- Holidays
- Knowledge record
- Partnership
- Inventory
- Stock
- Projects
- Tasks
- Tickets
- Societes
- Salaries
- Resource
- Users
* Add Status message on documentation
* Remove intuitive select experimetns
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-28 01:21:40 +02:00
ldestailleur
023e3081a4
Fix link to ref of salary payment
2025-09-25 11:09:00 +02:00
Frédéric FRANCE
e65b5575b9
clean code ( #35462 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
2025-09-24 10:37:26 +02:00
ldestailleur
6f15fcc66c
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-09-23 22:03:24 +02:00
ldestailleur
2a7ce987c3
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-09-23 22:03:09 +02:00
ldestailleur
35f6a98665
Fix CI
2025-09-23 22:00:54 +02:00
Charlène Benke
cd03e9fc36
Add check for invoice status before line deletion ( #35456 )
...
* Add check for invoice status before line deletion
* Change invoice status check from fk_statut to status
2025-09-23 21:44:47 +02:00
ldestailleur
ad830a346e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-09-23 16:50:17 +02:00
ldestailleur
6ead2839d0
Fix missing several test on permission on actions
2025-09-23 16:41:53 +02:00
Anthony Damhet
1df61bbd98
Add intuitive table selection ( #35444 )
...
Add intuitive table selection with class .row-with-select
Added to propal, order and invoice list
2025-09-22 22:20:52 +02:00
Frédéric FRANCE
00fe10a75f
clean code ( #35442 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
2025-09-22 22:16:20 +02:00
Frédéric FRANCE
8fd4d0332d
clean code ( #35423 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
2025-09-21 23:22:33 +02:00
ldestailleur
13b3e15503
Fix CI
2025-09-21 16:04:29 +02:00
ldestailleur
b783743b10
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-09-21 15:31:55 +02:00
ldestailleur
842f57b866
Fix hack to avoid infinite loop in restler when xdebug is on
2025-09-21 15:26:47 +02:00
ldestailleur
15f34dbbb0
QUAL: Removed deprecated properties user_valid, user->creation,
...
user_modification replaced with user_ceation_id, user_validation_id and
user_modification_id.
2025-09-21 14:58:38 +02:00
MDW
b3228aa7ce
Qual: Fix phan notices ( #35406 )
...
* fix CI
* fix
* Qual: Fix newly appeard phan notices
# Qual: Fix newly appeard phan notices
Fix notices that appearce sin a previous phan report - some of these
notices are masked by the current baseline.
---------
Co-authored-by: Frédéric FRANCE <frederic34@users.noreply.github.com >
Co-authored-by: Frédéric FRANCE <frederic.france@free.fr >
2025-09-20 15:59:05 +02:00
ldestailleur
4a363478ae
Clean code with rector
2025-09-18 16:26:38 +02:00
ldestailleur
42edd8f22d
Clean code
2025-09-18 12:19:29 +02:00
Yamil Esteban Garcia
6329e03c7d
add filter by invoice categories in the statistics module ( #35388 )
...
add filter by invoice categories in the statistics module
2025-09-18 12:09:39 +02:00
ldestailleur
6ed764bedf
Clean code
2025-09-18 11:40:56 +02:00
Frédéric FRANCE
078da229c8
clean code ( #35352 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* Clean code
* Clean code
* clean code
* clean code
* clean code
* clean code
* clean code
2025-09-17 14:11:32 +02:00
Laurent Destailleur
ea7152a818
Fix phan
2025-09-16 01:23:16 +02:00
Laurent Destailleur
7d7994aa1d
Clean code
2025-09-15 23:28:18 +02:00
ldestailleur
e8d2095816
NEW dol_sort_array can be used with 2 sorting criteria.
2025-09-15 19:28:38 +02:00
Yamil Esteban Garcia
fde6056176
added tag mass action ( #35347 )
...
* Error: When creating an invoice for a supplier order with a negative value #30516
Error: When creating an invoice for a supplier order with a negative value #30516
* Update html.form.class.php
Modifications made related to the issue
Search for variants by EAN #34567
* Update html.form.class.php
I change :
if(getDolGlobalString('SEARCH_VARIANTS_OF_EAN13')){
with
if (getDolGlobalString('SEARCH_VARIANTS_OF_EAN13')) {
and
SEARCH_VARIANTS_OF_EAN13
into
PRODUIT_ATTRIBUTES_HIDECHILD_BUT_ALLOW_SEARCH_IN_EAN13
* Update html.form.class.php
* Update html.form.class.php
* Update html.form.class.php
* Update html.form.class.php
* Update html.form.class.php
* added tag mass action
added tag mass action
* Update list.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-15 16:19:36 +02:00
Frédéric FRANCE
21d50f1a58
clean code expedition class ( #35327 )
...
* clean code expedition class
* clean code expedition class
* clean code expedition class
* clean code expedition class
* clean code expedition class
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* clean code
2025-09-15 16:16:22 +02:00
ldestailleur
d69e0b4a5d
Fix size of popup
2025-09-11 15:10:29 +02:00
ldestailleur
5e74b622bd
Fix size of popup
2025-09-11 15:10:01 +02:00
ldestailleur
702d91c65d
Clean code
2025-09-11 12:25:22 +02:00
Frédéric FRANCE
e81d5378cd
clean code contract class ( #35245 )
...
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code contract class
* clean code
* clean code
* clean code
* clean code
* clean code
* fix typo
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
2025-09-10 11:13:18 +02:00
Frédéric FRANCE
04f3568d4a
fix missing translations ( #35282 )
...
* fix missing translations
* fix missing translations
2025-09-10 10:52:02 +02:00
ldestailleur
90fb029050
FIX invoice not set to closed when we add a credit note to close it
2025-09-08 15:25:22 +02:00
ldestailleur
5490afcf72
FIX invoice not set to closed when we add a credit note to close it
2025-09-08 15:24:47 +02:00
Frédéric FRANCE
0e1478206a
clean code ( #35229 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-08 01:48:52 +02:00
ldestailleur
97d5025c08
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-09-07 18:51:58 +02:00
Frédéric FRANCE
617e922a3a
fix broken workflows ( #35226 )
...
* fix broken workflows
* Update ci-on-push.yml
* Update fournisseur.commande.class.php
* clean code
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-05 12:01:57 +02:00
HENRY Florian
a69bd1ba56
fix: divided by zero with customer packaging ( #35224 )
...
* fix: divided by zero with customer packaging
* fix: divided by zero with customer packaging
* fix: divided by zero with customer packaging
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-05 12:01:26 +02:00
HENRY Florian
5ba8c69e63
FIX: allow to create First Sutuation Invoice ( #35228 )
...
* FIX: allow to create First Sutuation Invoice
* Update card.php
* FIX: allow to create First Sutuation Invoice
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-09-05 12:00:59 +02:00
ldestailleur
93cc83ec4c
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-09-04 21:07:09 +02:00
Frédéric FRANCE
bcbcf30959
fix CI v22 ( #35227 )
...
* fix CI v22
* Update time.php
* Update card.php
* Update card.php
* Update card.php
* Update card.php
* Update card.php
* Update card.php
* Update card.php
* Update card.php
2025-09-04 20:58:40 +02:00
ldestailleur
9085f37593
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-09-04 14:01:51 +02:00
ldestailleur
8089334670
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-09-04 14:01:27 +02:00
ldestailleur
05f3111134
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-09-04 13:51:56 +02:00
ldestailleur
5ae358d5b5
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-09-04 13:49:07 +02:00
ldestailleur
258fe1124b
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-09-04 13:38:03 +02:00
kkhelifa-opendsi
a69ba88857
FIX: Correct the calculation of the amount of the current period between the period provided ( #35083 )
2025-09-04 13:27:49 +02:00
ldestailleur
7e6b37fcd4
Fix CI
2025-09-03 19:29:26 +02:00
ldestailleur
61a10cf58d
NEW Can view/list/edit the dispute status of an invoice
2025-09-03 18:27:40 +02:00