Commit Graph

145039 Commits

Author SHA1 Message Date
ldestailleur
d73d760b53 FIX Hour and min were lost when editing a past event. 2025-05-05 14:26:14 +02:00
ldestailleur
75e82572d6 Debug v22 2025-05-05 14:08:38 +02:00
ldestailleur
0e443bd76e Debug star extrafields (set initial highlight in php instead of js) 2025-05-05 13:40:41 +02:00
ldestailleur
90ac6c0207 Clean code to avoid duplicate js code 2025-05-05 13:24:11 +02:00
ldestailleur
995f68489d Debug v22 2025-05-05 13:13:39 +02:00
ldestailleur
a002899a7a Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-05-05 04:36:37 +02:00
ldestailleur
d13cd0f47a Fix CI 2025-05-05 04:36:28 +02:00
rogue-spectre
900884a94a Close #34038 enable transmitter and bank name to be saved for a donation payment (#34039)
* Update clientfourn.php

correction of a sql request returning a buggy result. 

Instead of the sum of the different donations payments the request returned the number of payment multiplied by the global amount of donation.

* Update payment.php -  Transmitter field and bank name for donation

Add  transmitter and bank names field to donation payment. 
Extra added fields are copy-paste from htdoc/compta/paiment.php

* Update payment.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-05-05 04:08:36 +02:00
ldestailleur
5760ecc38b Complementary message in actionmsgmore should work on all cases. 2025-05-05 04:07:23 +02:00
ldestailleur
fdd1f3e713 Move position of button 2025-05-05 02:51:23 +02:00
ldestailleur
49d6a9370a Avoid option that break interface alignement and not used in a lot of
case.
2025-05-05 02:48:08 +02:00
ldestailleur
8394f27f32 Trans 2025-05-05 02:30:28 +02:00
ldestailleur
e4e5b1e597 Clean code 2025-05-05 02:22:02 +02:00
Charlène Benke
704910b4b3 NEW Add internal contact of proposal, order and invoice on api call (#34009)
* add internal contact of elements

* Update api_orders.class.php

* Update api_invoices.class.php

* Update api_proposals.class.php

* Update api_orders.class.php

* Fix CI

* Update api_orders.class.php

* Update api_invoices.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-05-05 02:07:24 +02:00
ldestailleur
d3644b6afa Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-05-05 02:05:04 +02:00
ldestailleur
6d89c2c033 Clean code. Merge/Close #33995 manually. 2025-05-05 02:04:55 +02:00
Jon Bendtsen
7f5c49c504 NEW: endpoints GET event attendee by ID or REF (#33984)
* pricate function _fetch that fetches the attendee data based on either (row)id or referece

* NEW: endpoints GET event atteendee by ID or REF

---------

Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-05-05 00:07:27 +02:00
ldestailleur
2736a4b382 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-05-05 00:07:09 +02:00
ldestailleur
a74979bc04 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-05-05 00:04:17 +02:00
ldestailleur
71c976cf0e Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2025-05-05 00:03:56 +02:00
ldestailleur
d85cea32c0 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2025-05-05 00:03:49 +02:00
ldestailleur
db6fe50106 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2025-05-05 00:03:22 +02:00
ldestailleur
f70cfeb6d3 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2025-05-05 00:03:09 +02:00
ldestailleur
73d48d8795 Fix warning 2025-05-05 00:00:47 +02:00
ldestailleur
0b7836595c Debug v22 2025-05-04 23:53:34 +02:00
ldestailleur
9189bcc6bd Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-05-04 23:43:06 +02:00
ldestailleur
90577b41bd Debug v22 2025-05-04 23:42:52 +02:00
Jon Bendtsen
6eff6532a0 NEW: endpoints PUT (update) event atteendee by ID or REF (#33985)
* pricate function _fetch that fetches the attendee data based on either (row)id or referece

* NEW: endpoints PUT (update) event atteendee by ID or REF

---------

Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-05-04 18:44:40 +02:00
Noé Cendrier
7c29f8201b FIX: do not forget extrafields for BOM in export lines (#34020) 2025-05-04 18:42:45 +02:00
Florian Mortgat
9d0d8f7ec5 Fix/140/t250062/extrafields multicompany data loss (#34022)
* insertExtrafields(): simplify by returning 0 early if array_options is empty

* insertExtrafields(): simplify by using local variables $newValue and $attributeType

* insertExtrafields(): refactor by grouping the empty value cases for geodatabase-type extrafields

* insertExtrafields(): refactor by using a static mapping of geodata types to their ST_* db function on ExtraField class

* FIX: when an object that is shared across multiple entities already has some extrafields from another entity that are not reachable from the current entity, their values are lost

* Compliance with
- phan ( Closure Closure($key) has no declared or inferred parameter type for $key)
- php-stan (Error: Property ExtraFields::$geoDataTypes has no type specified)
2025-05-04 18:42:01 +02:00
github-actions[bot]
8bec4db5e5 PHPStan > Update baseline (#34054)
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com>
2025-05-04 18:40:56 +02:00
Charlène Benke
f5723c7c10 add new category on List for object api (#33990)
* add new category on List for object api

* Update api_categories.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-05-04 14:04:47 +02:00
Marc de Lima Lucio
9b74628e29 FIX: accountancy balance: keep subtotals when sorting (#34001) 2025-05-04 11:27:19 +02:00
Marc de Lima Lucio
0ef0d339b5 FIX: pgsql: error when creating sequences in migration scripts (#34021)
* FIX: pgsql: error in migration from 15 to 16

* FIX: pgsql: error in migration from 7 to 8
2025-05-04 11:26:34 +02:00
Frédéric FRANCE
b95b074922 fix missing translations (#34025)
* fix missing translations

* fix missing translations

* fix missing translations

* fix missing translations
2025-05-04 11:25:18 +02:00
William Mead
2925bb6481 Cleaned PHPDoc. Added contributor info. (#34026) 2025-05-04 11:24:38 +02:00
Laurent Destailleur
5bf5d23495 Update AbstractClient.php 2025-05-04 11:22:54 +02:00
Marc de Lima Lucio
02588036c2 FIX: oauth: php 8 warnings (#34027)
* FIX: oauth: fix php 8 warnings (backport of 9edfb1d113)

* FIX: oauth: fix php 8 warnings (backport of 9edfb1d113), part 2
2025-05-04 11:20:26 +02:00
Marc de Lima Lucio
8e0d3911e6 FIX: pgsql: case sensitivity in select queries (#34028) 2025-05-04 11:19:59 +02:00
Marc de Lima Lucio
3929ef0bfa FIX: accountancy: warning when account not found in plan (#34030) 2025-05-04 10:50:33 +02:00
Lucas Marcouiller
0ea9108fdd Fix ai prompt function for extrafields to match step 2 todo (#34032)
* Fix ai prompt function to match step 2 todo

* add  doc comment

* fix CI
2025-05-04 10:50:01 +02:00
Frédéric FRANCE
58562f84a6 clean code (#34031) 2025-05-04 10:49:27 +02:00
PsyCrow
0acc8d6b47 Update extrafields_list_search_param.tpl.php (#34033)
Fix to #33863
2025-05-04 10:48:47 +02:00
Frédéric FRANCE
ce84eb8da0 fix missing translation (#34034)
* fix missing translation

* fix missing translation
2025-05-04 10:47:40 +02:00
Ferran Marcet
921f2d8671 New: Andorra's Accounting Plan (#34035)
* New: Mail template for contacts

* New: Mail template for contacts

* New: Mail template for contacts

* New: Andorra's Accounting Plan
2025-05-04 10:47:24 +02:00
Marc de Lima Lucio
9eaa8ad1d3 FIX: accountancy: create new french PCG25-DEV accounting system in upgrade (#34036) 2025-05-04 10:46:56 +02:00
Ferran Marcet
30d8167734 Fix_ The filter does not have the correct syntax (#34049) 2025-05-04 10:45:57 +02:00
Charlène Benke
7537199598 php warning on delete warehouse (#34041) 2025-05-04 10:43:48 +02:00
Charlène Benke
d91030892d php warning, feature not yet implemented (#34042)
moved on another tabs
2025-05-04 10:43:26 +02:00
Thibault Parodi
e77b470cad NEW: Add an API endpoint to get properties of a single line of an order (#34045)
* feat: add api get line properties route

* chore: indent with tabs

* chore: preserve original spaces

* chore: tabs instead of space

* fix: return Object instead of array
2025-05-02 22:44:48 +02:00