Commit Graph

14689 Commits

Author SHA1 Message Date
Laurent Destailleur
74f3b31b3e Cean code 2024-05-22 02:05:22 +02:00
atm-lucas
0fe6380480 NEW - Can add documents on a payment (#29660)
* missing attached files on payment of a customer invoice

* ending and fix preview

* fatal

* FIX commit

* travis and pre-commit failed

* Fix test failed

* Fix all test failed

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-05-21 20:19:57 +02:00
Laurent Destailleur
481fec5291 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-05-21 20:12:45 +02:00
sonikf
03ce503bd2 fix translation for non latin languages (#29717)
* fix translation for non latin languages

* fix translation for non latin languages
2024-05-21 14:49:20 +02:00
Laurent Destailleur
6bc0fd784e Debug v20 2024-05-20 18:16:55 +02:00
Laurent Destailleur
92f6539744 Use dolPrintHTML() 2024-05-15 18:21:50 +02:00
Laurent Destailleur
bc77ac9ce6 Debug v20 2024-05-13 23:49:35 +02:00
Laurent Destailleur
16336a66ad Rename french module name into english 2024-05-13 10:45:20 +02:00
Laurent Destailleur
8265bdedcb Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-05-10 12:03:33 +02:00
Laurent Destailleur
ef92c2441f css 2024-05-10 11:14:54 +02:00
PsyCrow
3b4212a0ae # FIX PHP Warning: Undefined variable $mode in /compta/paiement/list.php on line 605 (#29626)
# FIX: PHP Warning:  Undefined variable $mode in /compta/paiement/list.php on line 605
2024-05-07 02:39:44 +02:00
Laurent Destailleur
cc6cc18fe8 Fix #yogosha22317 A user with read only permission can modify a debit or
credit transfer.
2024-05-06 20:51:09 +02:00
Laurent Destailleur
157ca199c1 Fix regression when using DOLDeprecatedHandler. You fetch an object with
status = null in database, the we set ->status=0 and ->statut=0, then we
call update(), calling the updateCommon(). Inside the updateCommon that
is into commObject.class.php, the ->status is 0 but ->statut is null
making the update saving null instead of 0.
2024-05-06 20:35:26 +02:00
Frédéric FRANCE
d0830b3159 fix phpstan (#29602)
* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix travis

* fix phpstan

* fix phpstan

* fix phan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

fix phpstan

fix phpstan

fix phpstan

fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix travis

* fix phpstan

* fix phpstan

* fix phpstan

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-05-05 00:34:19 +02:00
hansemschnokeloch
e5bbd30195 Fix #29338 (#29586)
Fix #29338

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-05-03 19:23:17 +02:00
Laurent Destailleur
0b9bd5408b Debug v20: Encapsulate the feature using leaflet/geophp into a constant
MAIN_USE_GEOPHP. Fix webportal module.
2024-05-03 02:39:35 +02:00
Laurent Destailleur
1d2371af34 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-05-02 13:30:08 +02:00
Frédéric FRANCE
ee77b50040 fix pictos width (#29574) 2024-05-02 13:02:34 +02:00
Frédéric FRANCE
c8d6ece3c0 fix free sql (#29579)
* fix free sql

* Update orders_list.php
2024-05-02 13:02:08 +02:00
Laurent Destailleur
4b3606ac4c Look and feel v20 2024-05-02 12:41:33 +02:00
Laurent Destailleur
8177fd2200 Fix missing total 2024-05-02 12:05:30 +02:00
Laurent Destailleur
b3fd3b6940 Fix use user photo 2024-05-01 18:47:56 +02:00
Laurent Destailleur
3db55abdb9 Fix warning 2024-05-01 17:58:38 +02:00
Frédéric FRANCE
1b84a61963 fix navigation using paging (#29547) 2024-05-01 17:14:35 +02:00
Jonathan Botquin
f9f522df91 Fix width img_picto bank (#29551) 2024-05-01 16:35:27 +02:00
Laurent Destailleur
ee3578afa1 NEW Add column data payment on VAT list 2024-05-01 05:19:03 +02:00
Laurent Destailleur
afc178f246 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-04-30 13:21:04 +02:00
Laurent Destailleur
9b0e884ee0 FIX Support of lot serial not working on TakePOS 2024-04-30 12:54:51 +02:00
Laurent Destailleur
e3daa23949 Look and feel v20 2024-04-30 09:45:28 +02:00
Laurent Destailleur
8ff36d2dca Debug v20 2024-04-30 02:47:03 +02:00
Laurent Destailleur
5c66d59557 Doc 2024-04-30 01:14:18 +02:00
lamrani abdelwadoud
662162ce85 FIX display massaction for bank entries list (#29533)
* FIX display massaction for bank entries list

* remove lignes
2024-04-30 01:10:22 +02:00
Laurent Destailleur
de4e7a7b70 Debug v20 2024-04-29 12:52:46 +02:00
Anthony Berton
fffa30fdc8 FIX - Search user in where propal and order (#29374)
* FIX - INNER JOIN for search user

* Search in where no joint

* FIX - Propal

* FIX

* Update list.php

* Update list.php

* Update list.php

* Update list.php

---------

Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-04-28 22:16:12 +02:00
Frédéric FRANCE
ff35192b64 fix phan (#29513)
* fix phan

* Update donation.php

* Update project.php

* Update facture.class.php
2024-04-28 12:31:54 +02:00
Laurent Destailleur
2862a61ee1 Clean code 2024-04-28 02:19:04 +02:00
Laurent Destailleur
4a59a2c91e Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-04-28 02:10:54 +02:00
Laurent Destailleur
fb72227e9d Code comment 2024-04-28 02:09:45 +02:00
Yamil Esteban Garcia
7d694036ed Update bonprelevement.class.php (#29345)
* Update bonprelevement.class.php

Problem


When creating the file sepa ( Direct Debit File) if the amount ends in 0, such as 50.60, the program generates the file with rounding 50.6.


Some banks, for example, La Caixa (CaixaBank) do not accept the direct debit file if the decimal number does not have two digits.


Solution:


What I propose is to create a configuration variable called SEPA_ROUND_TWO_ZERO that allows for a two-digit rounding even if it ends in 0. That is, if the amount is 50.6, the file will be generated with the amount 50.60.

* Update bonprelevement.class.php

As you have told me, I have used the price2num function with the 'MT' parameter but I have also had to use the number_format function since this function, when passing a value like 6.50, returns 6.5 and I need it to return 6.50 as i explained to you at the beginning of the request

* Update bonprelevement.class.php

* Update bonprelevement.class.php

change in format code

* Update bonprelevement.class.php

format in de code

* Update bonprelevement.class.php

format in code

* Update bonprelevement.class.php

format file

* Update bonprelevement.class.php

* Update bonprelevement.class.php

* Update bonprelevement.class.php

* Update bonprelevement.class.php

* Update bonprelevement.class.php
2024-04-28 02:08:43 +02:00
Charlène Benke
2d999d7ed5 Add order line on typent list (like in societe card (#29468)
* Add order line on typent list (like in societe card

* Update cabyprodserv.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-04-28 01:51:37 +02:00
Laurent Destailleur
5b777188e2 Fix Phan 2024-04-28 01:47:18 +02:00
Frédéric FRANCE
26da44e254 fix phpstan (#29431)
* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* remove params not used

* add WARNING
2024-04-27 12:45:50 +02:00
Oarces DEV
2c06d41a9d FIX #29470 relate format (#29471)
* FIX #29470 relate format

FIX #29470

* Update bankentries_list.php

* Update bankentries_list.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-04-27 04:44:50 +02:00
Laurent Destailleur
cdbe6cf6d9 Doc 2024-04-24 21:53:40 +02:00
Laurent Destailleur
a65b31c4cf Debug v20 2024-04-24 21:15:45 +02:00
Charlène Benke
ef2ad8b59b add typent filter on thirdparty (#29443) 2024-04-24 21:11:37 +02:00
Laurent Destailleur
1908d6cf98 Look and feel v20 - All combo of categories are using the colored picto 2024-04-24 02:40:53 +02:00
Laurent Destailleur
8243abde83 Debug v20 2024-04-23 00:54:44 +02:00
Laurent Destailleur
2f7e9734bd Debug v20 2024-04-23 00:38:56 +02:00
Laurent Destailleur
23c1b90d77 css 2024-04-22 20:55:03 +02:00