Laurent Destailleur
3afeb16227
Debug v16
2022-05-18 13:37:49 +02:00
Laurent Destailleur
177e8c17fb
Fix scrutinizer
2022-05-18 11:23:21 +02:00
Laurent Destailleur
c3673bfc3c
NEW A public form for to send a message and create a lead is available
2022-05-16 13:05:17 +02:00
Laurent Destailleur
e7ab9a3545
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2022-05-11 10:06:01 +02:00
kevin
76b0deefb3
Merge branch 'develop' of github.com:Dolibarr/dolibarr into FIX_Trigger_SetProject
2022-05-10 15:41:06 +02:00
Laurent Destailleur
720a09dacb
Fix regression
2022-05-09 15:57:10 +02:00
Laurent Destailleur
b3b6337c4c
Merge branch 'develop' into NEW_deposit_payment_terms
2022-05-08 23:09:06 +02:00
kevin
19cedae1c1
Add trigger on commonObject setProject
2022-05-06 16:14:38 +02:00
Laurent Destailleur
0a7d7d503b
Make syntax for field_, titlefieldcreate, valuefieldcreate standard.
2022-05-04 00:52:49 +02:00
Laurent Destailleur
6ebe41324f
Fix php8 compatibility
2022-05-03 16:29:57 +02:00
Laurent Destailleur
c87c695d43
Debug v16
2022-05-03 14:15:42 +02:00
Laurent Destailleur
49d15b691b
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/bookkeeping/card.php
htdocs/expensereport/card.php
2022-04-29 17:35:36 +02:00
Quentin-Seekness
726b899d30
FIX: Delete an extrafield where type is double
...
Found the bug on a propal's extrafield, it was impossible to delete a decimal extrafield. In updateExtraField() the $value stayed "" where it needed to be null.
The same issue can be found in insertExtraFields().
2022-04-29 10:45:08 +02:00
Laurent Destailleur
914b037a9a
Fix regression: bad cache management of linked object loading.
2022-04-12 22:35:12 +02:00
Laurent Destailleur
98c7139859
Fix regression on fetchObjectLinked when used in loop on a static object
2022-04-12 10:34:50 +02:00
Laurent Destailleur
cb15a21e41
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/class/commonobject.class.php
htdocs/core/tpl/originproductline.tpl.php
htdocs/fourn/facture/card.php
htdocs/install/mysql/migration/14.0.0-15.0.0.sql
htdocs/user/card.php
2022-04-11 21:22:27 +02:00
Laurent Destailleur
3ac268c200
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
...
Conflicts:
htdocs/core/lib/security.lib.php
htdocs/holiday/card.php
htdocs/user/card.php
2022-04-11 21:14:51 +02:00
Laurent Destailleur
7028e82cf7
Merge pull request #20551 from Easya-Solutions/new-common-generate-document-show-errors
...
NEW display errors in a message box after generating documents
2022-04-11 16:33:58 +02:00
Laurent Destailleur
6f413e03d8
Merge pull request #20523 from ATM-Consulting/NEW_16.0_consistency_mechanism_for_trigger_names
...
NEW 16.0 - proposal for a prefix-based consistency mechanism for trigger names
2022-04-07 18:25:03 +02:00
lvessiller
e6a0ca5042
FIX errors to catch
2022-04-07 16:32:08 +02:00
Laurent Destailleur
26c3e235cf
Merge pull request #19459 from frederic34/productmerge
...
can merge products
2022-04-07 15:02:03 +02:00
atm-florian
4ced0bac89
replace throw new Exception(…) with dol_print_error + exit
2022-04-07 14:39:14 +02:00
atm-florian
5953c3cd38
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW_16.0_consistency_mechanism_for_trigger_names
2022-04-07 14:33:22 +02:00
Laurent Destailleur
0d121148c0
Merge pull request #20534 from ATM-Consulting/NEW_optimize_PDF_generation
...
avoid fetch_objectlinked for each page of the document
2022-04-07 14:25:10 +02:00
Gauthier PC portable 024
75b74a5fd3
FIX : identification new td
2022-04-07 10:43:31 +02:00
Gauthier PC portable 024
9ffe82e259
FIX : originproductline array td identification
2022-04-07 10:32:23 +02:00
Gauthier PC portable 024
dfaf985634
Merge branch '12.0_NEW_column_total_ht_to_array_products_on_document_creation_card' into NEW/Add_column_Total_HT_to_products_array_on_document_creation_card
2022-04-07 09:50:37 +02:00
atm-greg
ff7e1643e3
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW_optimize_PDF_generation
2022-04-06 09:08:25 +02:00
lvessiller
dd6706e521
NEW display errors in a message box after generating documents
2022-04-05 17:31:34 +02:00
Laurent Destailleur
f17db2a919
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-04-05 15:33:29 +02:00
Laurent Destailleur
40ad12c3c3
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-04-05 15:29:54 +02:00
Laurent Destailleur
8e4c89673a
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/core/class/commonobject.class.php
2022-04-05 15:28:43 +02:00
atm-greg
aa42df9961
just for glory
2022-04-05 15:11:37 +02:00
atm-greg
59fec7d094
implement cache managed by current object
2022-04-05 15:10:31 +02:00
atm-greg
ad145c94ca
add comment
2022-04-04 17:23:34 +02:00
atm-greg
2455d8fe52
avoid fetch_objectlinked for each page of the document
2022-04-04 14:31:48 +02:00
atm-florian
563716b633
16.0 - Proposal for trigger prefix consistency: instead of adding missing prefix, check that trigger starts with declared prefix
2022-04-04 10:00:10 +02:00
Laurent Destailleur
5b91ae062f
All triggers with a name XXX_UPDATE have been renamed XXX_MODIFY for
...
code consistency purpose.
2022-04-02 10:31:58 +02:00
atm-florian
96c432566d
NEW 16.0 - proposal for a prefix-based consistency mechanism for trigger names
2022-04-01 19:20:47 +02:00
Laurent Destailleur
7422fd9b07
css on separators
2022-03-30 18:20:09 +02:00
Marc de Lima Lucio
cbba7d7d5f
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into NEW_deposit_payment_terms
2022-03-25 16:14:53 +01:00
Regis Houssin
ffa79c59f9
FIX wrong alias of table if no parent and parentkey
2022-03-24 20:48:43 +01:00
Regis Houssin
391c02993d
FIX better test for all usage
2022-03-24 20:26:47 +01:00
Regis Houssin
c38437f0de
FIX wrong error message
2022-03-24 17:12:37 +01:00
Regis Houssin
6fdb140f04
FIX missing table alias
2022-03-24 16:54:02 +01:00
Regis Houssin
e8dae7a8db
FIX Multiccompany sharings compatibility
2022-03-24 16:40:51 +01:00
Laurent Destailleur
a22d66b021
css
2022-03-24 13:31:03 +01:00
kamel
1418fd7054
NEW : Update variants to standard card and list
2022-03-18 15:38:44 +01:00
Francis Appels
e55a1f2783
Remember origin for newbutton inside create form.
2022-03-16 21:59:34 +01:00
Marc de Lima Lucio
1993a8d7b1
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into NEW_deposit_payment_terms
2022-03-08 15:07:37 +01:00