Laurent Destailleur
31474d80f1
Doxygen
2023-06-19 00:52:43 +02:00
Laurent Destailleur
5dd3f57a1e
Debug v18
2023-05-11 13:11:21 +02:00
Laurent Destailleur
4028b5d568
Clean code
2023-04-29 13:13:12 +02:00
VMR Global Solutions
926aa6fec7
API add / fix filter on extrafields in index()
...
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
2023-04-28 09:31:33 +02:00
Laurent Destailleur
8898a1a432
Debug ajax tooltip
2023-04-03 19:51:40 +02:00
Laurent Destailleur
1e94959042
Debug v18
2023-03-27 10:00:12 +02:00
Laurent Destailleur
a92081cf43
Debug Kanban views
2023-03-07 22:04:40 +01:00
Laurent Destailleur
12bd795afc
Work on Kanban view
2023-03-01 20:13:21 +01:00
Laurent Destailleur
ed5c890769
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-02-25 20:12:48 +01:00
Laurent Destailleur
cbb6ca071a
Fix #yogosha15157
2023-02-25 19:51:05 +01:00
Laurent Destailleur
d4402aa7f5
code easier to understand
2023-02-22 01:09:23 +01:00
Laurent Destailleur
40d9d7481b
Debug v18
2023-02-21 02:12:20 +01:00
Frédéric FRANCE
c1882425db
fix tooltip
2023-02-15 22:26:16 +01:00
Frédéric FRANCE
beba616f3c
clean code
2023-02-11 22:13:15 +01:00
Frédéric FRANCE
f50a43c882
add ajax tooltip on knowledge record
2023-02-11 21:58:57 +01:00
Frédéric FRANCE
00898291ed
add ajax tooltip on knowledge record
2023-02-11 21:49:06 +01:00
Frédéric FRANCE
92c4eed7c6
add ajax tooltip on knowledge record
2023-02-11 21:34:21 +01:00
Laurent Destailleur
0f475783de
Enhance method getKanbanView
2023-01-18 22:27:52 +01:00
Laurent Destailleur
80d46a22f1
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-01-18 21:36:57 +01:00
Lamrani Abdel
28e5c3c7e4
kanban view for list of knowledge records
2023-01-17 14:39:47 +01:00
Regis Houssin
481215eef4
FIX Multicompany use "element" name and not "table_element"
2023-01-16 14:40:35 +01:00
Laurent Destailleur
26ef1cb270
Debug v17
2022-12-31 14:54:20 +01:00
Laurent Destailleur
751f79b672
Debug v17
2022-12-31 14:21:16 +01:00
Laurent Destailleur
b8092f1eae
Fix doxygen and warnings
2022-12-30 02:24:18 +01:00
Laurent Destailleur
8767382d96
NEW Can search on KM module from quick search
2022-12-14 13:18:17 +01:00
Laurent Destailleur
3e5273d83b
NEW Option PRODUIT_DESC_IN_FORM accept (desktop only or +smartphone)
2022-10-21 11:14:28 +02:00
Laurent Destailleur
dde7f6f655
Look and feel v17
2022-10-20 23:33:36 +02:00
Frédéric France
8e66b7207e
replace ! empty by !empty
2022-08-31 22:14:20 +02:00
Philippe GRAND
42073e394a
FIX php8 compatibility
2022-08-28 13:45:14 +02:00
Laurent Destailleur
95b1b3f990
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/comm/propal/card.php
htdocs/commande/card.php
htdocs/emailcollector/class/emailcollector.class.php
htdocs/index.php
htdocs/website/index.php
2022-08-10 13:16:02 +02:00
Laurent Destailleur
9e55377f0a
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2022-08-10 13:10:52 +02:00
ptibogxiv
1fac6e0ee4
New filter by category for knowledgemanagement API
2022-08-06 14:50:53 +02:00
Laurent Destailleur
93b040250e
Update knowledgerecord.class.php
2022-08-03 18:25:32 +02:00
atm-lena
54b90abd87
Delete Knowledge : categorie management
2022-07-26 13:50:53 +02:00
Laurent Destailleur
4c4e081997
Debug v16
2022-06-28 13:09:53 +02:00
Laurent Destailleur
4c10c04f9f
Merge pull request #20495 from atm-john/new_fix_regression_select_extrafield_search
...
FIX : regression select extrafield search + fix function name
2022-05-24 21:55:33 +02:00
ptibogxiv
8172cb5b97
Add get knowledgerecord categorie with REST API
2022-05-23 19:37:42 +02:00
Laurent Destailleur
a483af70df
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
Conflicts:
htdocs/contrat/index.php
2022-05-17 23:27:11 +02:00
Laurent Destailleur
c475789433
Debug v16
2022-05-17 23:23:50 +02:00
Laurent Destailleur
4de50da0dd
Repare code to forbidden var_dump() into code
2022-05-17 14:55:38 +02:00
ATM john
c1d9ea95dc
fix function name
2022-03-30 12:16:17 +02:00
Frédéric FRANCE
c8640f329e
add missing global
2022-02-15 18:31:05 +01:00
Regis Houssin
cc8af7b1d0
FIX not active value are not hidden (missing filter of field) ( #20032 )
...
* FIX not active value are not hidden (missing filter of field)
* FIX wrong category table and wrong object id
2022-02-10 09:19:14 +01:00
Laurent Destailleur
3e1cfc2997
NEW Add status "Obsolete" to KM articles
2022-01-26 11:29:27 +01:00
Laurent Destailleur
b74c24cefd
Fix status of KM article
2021-12-22 11:38:17 +01:00
Laurent Destailleur
0387b9922e
FIX error message on sqlfilter in API
2021-12-20 20:49:32 +01:00
Laurent Destailleur
dd0809b528
Fix trans labels status
2021-10-16 19:37:57 +02:00
Laurent Destailleur
9784a8207c
Merge branch 'develop' into patch-442
2021-09-17 12:32:14 +02:00
Laurent Destailleur
fdcd523c55
Merge branch 'develop' into develop#1
2021-09-17 11:59:20 +02:00
Laurent Destailleur
8909702619
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/adherents/class/adherent.class.php
htdocs/bom/class/bom.class.php
htdocs/filefunc.inc.php
htdocs/langs/en_US/eventorganization.lang
htdocs/product/class/productfournisseurprice.class.php
2021-09-16 13:40:05 +02:00