Commit Graph

2221 Commits

Author SHA1 Message Date
Laurent Destailleur
07b9f0286e
Merge pull request #24666 from lamrani002/sortPermission
optimize and clean function reWriteAllPermissions()
2023-05-03 11:39:49 +02:00
Laurent Destailleur
458431facb
Merge pull request #24287 from lamrani002/deleteFromDocMB
NEW functionality delete table of property from documentation
2023-05-03 11:32:32 +02:00
Lamrani Abdel
90221407ce optimize and clean function rewritePerms 2023-05-02 18:02:36 +02:00
Alexandre Janniaux
4a3407aa82 FIX #24653 modulebuilder: replace /myobject/ in includes
The templates view, like myobject_card.php are including the following
files:

    dol_include_once('/mymodule/class/myobject.class.php');
    dol_include_once('/mymodule/lib/mymodule_myobject.lib.php');

The mymodule value was replaced correctly, but the myobject value
wasn't, leading to another classfile beind included when, for instance,
creating new `myobject` objects (whatever myobject actually was, except
myobject of course), and resulting in PHP errors like:

     Fatal error: Uncaught Error: Class "DemoObject" not found in
     /var/www/html/custom/demobug/demoobject_card.php:105 Stack trace:
     #0 {main} thrown in
     /var/www/html/custom/demobug/demoobject_card.php on line 105

Fixes #24653
2023-05-01 16:10:05 +02:00
Laurent Destailleur
e2ec34e1e5 Clean code 2023-05-01 14:33:08 +02:00
Laurent Destailleur
382f45ec14 Clean code 2023-04-30 03:36:02 +02:00
Laurent Destailleur
4028b5d568 Clean code 2023-04-29 13:13:12 +02:00
Laurent Destailleur
be835d63ed
Merge pull request #24635 from VMR-Global-Solutions/develop
API add / fix filter on extrafields in index()
2023-04-28 20:02:09 +02:00
Laurent Destailleur
e74c50aa8a Clean code 2023-04-28 16:05:25 +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
46e3413e8a Fix tooltips 2023-04-27 15:55:21 +02:00
Frédéric FRANCE
53d2757a8f
clean code 2023-04-27 09:54:40 +02:00
Laurent Destailleur
06f8291e07 Dolibarrize v18 2023-04-24 18:09:18 +02:00
Frédéric FRANCE
5f5fa38561 Merge remote-tracking branch 'upstream/develop' into use_ismodenabled 2023-04-21 15:16:08 +02:00
Laurent Destailleur
9859720dc3 Clean module dependency system 2023-04-21 13:27:50 +02:00
Frédéric FRANCE
cfa10bb8ba use isModEnabled 2023-04-18 20:40:07 +02:00
Frédéric FRANCE
40c5be6f7f use isModEnabled 2023-04-18 20:37:07 +02:00
Frédéric FRANCE
7760ba86da use isModEnabled 2023-04-18 20:33:36 +02:00
Lamrani Abdel
c37ca02064 optimize section for add & remove apiFile 2023-04-13 17:13:56 +02:00
Laurent Destailleur
c510b7d4df Add hidden search parameter search_current_entity 2023-04-12 18:16:14 +02:00
Laurent Destailleur
aea1f60c67 Debug v18 2023-04-10 01:46:30 +02:00
Laurent Destailleur
a4a014cfd5 Clean libelle into label 2023-04-08 15:08:55 +02:00
Laurent Destailleur
0fb03fdc2d Clean code 2023-04-08 01:43:21 +02:00
Laurent Destailleur
931c9fa7ca Look and feel v18 2023-04-08 00:30:21 +02:00
lamrani abdelwadoud
29f8ba3a0f
Merge branch 'develop' into deleteFromDocMB 2023-04-05 11:08:34 +02:00
Laurent Destailleur
8898a1a432 Debug ajax tooltip 2023-04-03 19:51:40 +02:00
Laurent Destailleur
6a470dbcf7 Kanban on inventory list. Look and feel v18 2023-04-01 12:05:29 +02:00
Laurent Destailleur
1e94959042 Debug v18 2023-03-27 10:00:12 +02:00
Laurent Destailleur
8c4056f38f
Merge pull request #24285 from Hystepik/develop#3
New : uploadfile drag and drop on fourn invoice card
2023-03-26 15:36:31 +02:00
Lamrani Abdel
ee9da9b424 add table of permissions in documentation 2023-03-24 18:21:06 +01:00
hystepik
e8f8c643f7 add support on modulebulder 2023-03-23 14:01:54 +01:00
Laurent Destailleur
152bbeb90a Securize and enhance objectonoff for external modules 2023-03-21 18:27:32 +01:00
Lamrani Abdel
fcbae93328 add function writePropsInAsciiDoc when Init object if doc was generated 2023-03-21 16:00:50 +01:00
Lamrani Abdel
742890157a delete table of property from documentation 2023-03-20 19:43:23 +01:00
Laurent Destailleur
76ab7136f2 Clean code 2023-03-19 15:22:21 +01:00
Lamrani Abdel
d9e3866786 uncomment function for get objects 2023-03-18 14:58:00 +01:00
Lamrani Abdel
85916bfb64 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into generateDocInMB 2023-03-18 14:56:34 +01:00
Lamrani Abdel
a8a1b9fddc write all fields and their properties in asciidoc format 2023-03-18 02:55:35 +01:00
Laurent Destailleur
2a8674f3c6 Fix name of method 2023-03-18 02:43:49 +01:00
Laurent Destailleur
cf2d1a24d6
Merge branch 'develop' into ModuleBuilderFixes 2023-03-18 02:39:02 +01:00
Laurent Destailleur
4052410c70
Merge pull request #24218 from lamrani002/permissionsRewriting
NEW function in modulebuilder.lib for rewriting all permissions
2023-03-17 21:12:56 +01:00
Jyhere
ecfa7f1676 FIX: remove obsolete preg_replace for removing commat at the beginning... needed to work 2023-03-16 14:58:44 +01:00
Lamrani Abdel
6fa3e7417d update function for rewrite permissions 2023-03-16 10:40:18 +01:00
Lamrani Abdel
f1ba6a3611 add function in modulebuilder for rewriting all permissions 2023-03-15 10:33:42 +01:00
Laurent Destailleur
10be924888 Look and feel v18 2023-03-14 10:58:35 +01:00
Lamrani Abdel
f7c867f208 fix header s problemes 2023-03-13 15:16:06 +01:00
Lamrani Abdel
3659b38bf9 add function for listiong objects from directory 2023-03-13 12:39:28 +01:00
Laurent Destailleur
8208884af4 Work on kanban views 2023-03-13 09:45:47 +01:00
Laurent Destailleur
3f264989ce
Merge pull request #23906 from FliyFly/qodanaincompatible
Fix (qodana)
2023-03-08 13:21:14 +01:00
Laurent Destailleur
c75dc107e7 Doc 2023-03-08 12:20:35 +01:00
Laurent Destailleur
a92081cf43 Debug Kanban views 2023-03-07 22:04:40 +01:00
Laurent Destailleur
8bde9ce270 Look and feel v18 2023-03-07 20:03:04 +01:00
Laurent Destailleur
52644de26d Debug modulebuilder 2023-03-07 17:05:17 +01:00
Laurent Destailleur
5ff366178c Debug module builder 2023-03-07 16:47:24 +01:00
Laurent Destailleur
11c16fff06 Debug Modulebuilder 2023-03-07 16:20:36 +01:00
Laurent Destailleur
5d7b6c4f80 Debug module builder 2023-03-07 16:07:10 +01:00
Laurent Destailleur
bd066b3211 Debug modulebuilder 2023-03-07 15:51:27 +01:00
Laurent Destailleur
c9d869f837 Debug kanban view 2023-03-07 13:41:01 +01:00
Laurent Destailleur
9e18a8b783 Clean code 2023-03-06 18:03:30 +01:00
Laurent Destailleur
25d09d7516 Tab events for proposals 2023-03-06 17:42:06 +01:00
Laurent Destailleur
3c96c42f32 Look and feel v18 2023-03-05 19:14:57 +01:00
Laurent Destailleur
1833bfc9d3 Fix kanban view 2023-03-05 15:29:41 +01:00
Laurent Destailleur
dd1a9d91fc
Merge pull request #24086 from lamrani002/apiForModule
NEW comment in api_mymodule for seperate methods
2023-03-02 13:35:18 +01:00
Laurent Destailleur
54d1250887 Merge + Clean duplicate trigger code. We must use the context. 2023-03-02 02:19:24 +01:00
Lamrani Abdel
0d3a4d68b2 add comment in api_mymodule for seperate methods 2023-03-01 23:20:42 +01:00
Laurent Destailleur
379d5bf687
Merge pull request #24083 from lamrani002/apiForModule
New functionality for api_module in ModuleBuilder
2023-03-01 21:44:33 +01:00
Laurent Destailleur
12bd795afc Work on Kanban view 2023-03-01 20:13:21 +01:00
Laurent Destailleur
f6271d83db Debug v17 2023-03-01 19:28:32 +01:00
Lamrani Abdel
a5703a9618 fix message for delete api 2023-03-01 18:15:15 +01:00
Lamrani Abdel
72cb43f65b New functionality for api_object 2023-03-01 16:40:01 +01:00
Laurent Destailleur
b0b1e8d327 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-27 03:40:12 +01:00
Laurent Destailleur
bf544bef63 css 2023-02-26 13:13:58 +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
f7e05b505c
Merge pull request #23983 from lamrani002/fixPermssions
fix incoherence on permissions
2023-02-22 00:55:55 +01:00
FLIO
29e56ab3cf fix (qodana) edit error and merge develop to be update 2023-02-21 17:51:24 +01:00
Lamrani Abdel
00ffc28adf fix problem in update permission 2023-02-21 17:19:07 +01:00
Lamrani Abdel
c4991213bf fix problem in permission when init object 2023-02-21 16:01:03 +01:00
Lamrani Abdel
ce7c54c570 fix incoherence on permissions 2023-02-21 13:10:13 +01:00
Laurent Destailleur
ba70262f04 Fix qodana warnings 2023-02-21 12:37:03 +01:00
Laurent Destailleur
40d9d7481b Debug v18 2023-02-21 02:12:20 +01:00
Laurent Destailleur
75cddd8c09 Debug kanban 2023-02-21 00:54:00 +01:00
Laurent Destailleur
870ac42082 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-20 16:20:49 +01:00
Laurent Destailleur
3b8794dfb6 Debug v17 2023-02-20 02:08:04 +01:00
Laurent Destailleur
767b1d60d9 Debug v17 2023-02-20 00:16:02 +01:00
Laurent Destailleur
eaa0e5eb3e CSS 2023-02-19 02:39:39 +01:00
Laurent Destailleur
438c7b93f2 Debug v18 2023-02-19 02:18:46 +01:00
Laurent Destailleur
fd3dffc892 Add kanban view for partnership object 2023-02-18 19:20:54 +01:00
Laurent Destailleur
a59716e69f Debug kanban on thirdparty 2023-02-18 15:45:07 +01:00
Laurent Destailleur
0b4cacd291 Use dolChmod 2023-02-17 20:01:53 +01:00
Frédéric FRANCE
8765e00e00 Merge remote-tracking branch 'upstream/develop' into membertooltip 2023-02-16 21:27:56 +01:00
Laurent Destailleur
c498589bac
Merge pull request #23937 from bloxera/wikilink_DE_1
New: add links to wiki pages in German language
2023-02-16 21:23:15 +01:00
priojk
247ba8d0c3 New: added links to wiki pages in German language 2023-02-16 17:52:41 +01:00
Frédéric FRANCE
c1882425db fix tooltip 2023-02-15 22:26:16 +01:00
FLIO
156922fc51 Fix (qodana) Incompatible return type 2023-02-14 14:09:56 +01:00
Laurent Destailleur
19bfb021e1 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-13 13:51:35 +01:00
Laurent Destailleur
c02113de6a Debug v17 2023-02-11 13:04:23 +01:00
Lamrani Abdel
c692d8e6ba New functionnality update menu on modulebuilder 2023-02-10 18:16:18 +01:00
Lamrani Abdel
844ee2f9e5 New functionality and fix som coherence in initial object & deleteObject 2023-02-10 18:02:25 +01:00
Laurent Destailleur
6764075501
Merge pull request #23857 from frederic34/patch-7
fix syntax
2023-02-09 18:17:42 +01:00
Frédéric FRANCE
3417b633f7
fix syntax 2023-02-09 15:28:05 +01:00
Frédéric FRANCE
1fa1d11500 Merge remote-tracking branch 'upstream/develop' into ajaxtooltip 2023-02-09 15:26:40 +01:00
Lamrani Abdel
78c6f12a8a NEW functionality (delete menu manually) in modulebuilder 2023-02-09 11:40:43 +01:00
Lamrani Abdel
8f2076e83e fix problems in menus for modulebuilder 2023-02-09 11:07:30 +01:00
Lamrani Abdel
352ac40d06 fix errors and conflicts 2023-02-07 15:26:23 +01:00
Lamrani Abdel
00affd520a fix conflits 2023-02-07 15:14:26 +01:00
stickler-ci
23d212d9dc Fixing style errors. 2023-02-07 13:58:29 +00:00
lamrani abdelwadoud
b67a676c89
Merge branch 'develop' into DeleteRightManually 2023-02-07 14:53:35 +01:00
Frédéric FRANCE
06904246f8 clean code 2023-02-05 23:40:02 +01:00
Frédéric FRANCE
b238830c82 keep original label 2023-02-05 23:19:56 +01:00
Frédéric FRANCE
5a33e40667 fix for double tooltip 2023-02-04 21:34:48 +01:00
Frédéric FRANCE
04610763aa Merge remote-tracking branch 'upstream/develop' into ajaxtooltip 2023-02-04 18:31:40 +01:00
Laurent Destailleur
4c99e5d6be
Merge pull request #23770 from lamrani002/AddRightManually
NEW functionality "Add right manually" In ModuleBuilder
2023-02-04 15:21:51 +01:00
Lamrani Abdel
a480347738 New functionality for permission on modulebuilder 2023-02-03 17:08:02 +01:00
Lamrani Abdel
d15e1af966 New functionality for permission on modulebuilder 2023-02-03 17:06:05 +01:00
Lamrani Abdel
4d243360eb modify form for editing right 2023-02-03 15:53:05 +01:00
Lamrani Abdel
eeb792ba0e fix error 2023-02-03 15:43:18 +01:00
Lamrani Abdel
8f4ab293e0 NEW fonctionality delete right manually on modulebuilder 2023-02-03 15:23:50 +01:00
Lamrani Abdel
c424825840 added manually permission implementation 2023-02-03 15:13:00 +01:00
Lamrani Abdel
5db5c7f1a0 Merge branch 'RightsInModuleBuilder' of github.com:lamrani002/dolibarr into RightsInModuleBuilder 2023-02-03 14:38:05 +01:00
Lamrani Abdel
d990d55139 add forms for add and edit permission 2023-02-03 14:35:44 +01:00
Lamrani Abdel
6c0a923b67 add forms for add and edit permission 2023-02-03 14:33:33 +01:00
lamrani abdelwadoud
385d068ed1
Merge branch 'develop' into RightsInModuleBuilder 2023-02-03 14:00:41 +01:00
Lamrani Abdel
6df5eefa1a fix error in delete permission when we delete object 2023-02-03 13:55:17 +01:00
Lamrani Abdel
f84f94f0be delete rights if exists when delete object 2023-02-03 11:09:59 +01:00
Lamrani Abdel
05a1558778 add checkbox when itit object for generate permission by default 2023-02-03 11:05:14 +01:00
Lamrani Abdel
64ce1705f7 add checkbox when itit object for generate permission by default 2023-02-03 11:01:06 +01:00
Frédéric FRANCE
41dd574b16 clean js 2023-02-02 22:59:54 +01:00
Frédéric FRANCE
9f365ac568 add ajax tooltip on modulebuilder 2023-02-02 21:35:40 +01:00
Laurent Destailleur
9fb08b5a0a Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-01-31 21:28:59 +01:00
Laurent Destailleur
67bf4a3ec0 Debug v17 2023-01-31 20:45:32 +01:00
Laurent Destailleur
52267efb99 Fix filter must use the Dolibarr filter syntax 2023-01-31 18:18:33 +01:00
Laurent Destailleur
583891a8e5 Fix template for line total 2023-01-31 01:14:49 +01:00
Laurent Destailleur
a628852a32 Fix template for line total 2023-01-31 01:13:57 +01:00
Laurent Destailleur
dd70552374 Fix css 2023-01-30 15:54:19 +01:00
Laurent Destailleur
95cb4237bf Fix css 2023-01-30 15:51:34 +01:00
Eric Seigne
7d4b459639 change to 7 to be close to extrafields + reverse doc 2023-01-28 14:43:00 +01:00
Laurent Destailleur
a6daba61ce Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-01-26 02:32:08 +01:00
Laurent Destailleur
d96b2f9ae3 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-01-26 02:21:27 +01:00
Laurent Destailleur
d0e9290daf NEW An external module can modify the quick search fields 2023-01-25 15:27:10 +01:00
Laurent Destailleur
b41776e6c0 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-01-25 14:55:05 +01:00
Laurent Destailleur
ae118f2109 Clean code 2023-01-25 14:48:41 +01:00
Laurent Destailleur
dd4a9a94c7
Merge pull request #23633 from Hystepik/develop#1
Fix : php 8.1 warnings and dolibarr log
2023-01-23 02:24:01 +01:00
Laurent Destailleur
450263f3f1
Merge pull request #23644 from frederic34/patch-7
fix missing global in template modulebuilder
2023-01-23 01:53:59 +01:00
Laurent Destailleur
fa185e9cf0 NEW Add helplist property to describe fields of obects 2023-01-21 12:24:54 +01:00
Frédéric FRANCE
7df07b57ce
fix missing global in template modulebuilder 2023-01-20 13:58:04 +01:00
Laurent Destailleur
31002317ee Debug kanban 2023-01-20 09:38:35 +01:00
hystepik
84436e1217 Fix : php 8.1 warnings and dolibarr log 2023-01-19 15:31:47 +01:00
Laurent Destailleur
1a2b48c575 Fix kanban 2023-01-18 23:07:34 +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
Laurent Destailleur
2a299068ad Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-01-18 20:45:44 +01:00
Laurent Destailleur
aa273d2155
Update index.php 2023-01-18 20:11:12 +01:00
Florian HENRY
6d8f80d46e fix: module builder, backport workgin solution form 15.0 2023-01-18 16:10:21 +01:00
Laurent Destailleur
48161b8400 Debug v17. Bad param for selection of project 2023-01-17 13:50:23 +01:00
Laurent Destailleur
3e273d4004 Debug v17 2023-01-14 15:47:22 +01:00
Laurent Destailleur
79ecc945e9 Fix warning 2023-01-14 11:43:47 +01:00
Laurent Destailleur
ad00a17ac3 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-01-13 13:03:54 +01:00
Laurent Destailleur
9246795159 Fix warning 2023-01-12 13:06:11 +01:00
Laurent Destailleur
577ef4a8a1
Merge pull request #23501 from aspangaro/18a4
Use isModEnabled()
2023-01-11 10:29:37 +01:00
Alexandre SPANGARO
8f5edcab02 Use isModEnabled() 2023-01-11 06:11:41 +01:00
Laurent Destailleur
5280d070e3 Fix technical debt 2023-01-06 19:24:57 +01:00
Laurent Destailleur
ba08457171 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-01-06 16:55:41 +01:00
Laurent Destailleur
226194142d Doc 2023-01-06 14:58:49 +01:00
Laurent Destailleur
75104c1a1b Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-01-05 16:03:24 +01:00
Francis Appels
ffc314d1a7 FIX module builder template setup.php for default doc model. 2023-01-05 11:13:11 +01:00
Laurent Destailleur
9aa6e59f9b Look and feel v18 2023-01-05 04:04:16 +01:00
Laurent Destailleur
566fb52fb8 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-01-04 15:38:57 +01:00
Laurent Destailleur
eed3cdd9cc Debug v17 2023-01-04 15:10:53 +01:00
Laurent Destailleur
a4472f52e2 Debug v17 2023-01-04 14:15:07 +01:00
Laurent Destailleur
6580aa056a Clean code 2023-01-03 19:05:13 +01:00
Laurent Destailleur
5c17b3ba92
Merge pull request #23367 from lamrani002/ModulBuilderMenuAdd
NEW updating in modulbuilder on tab Menu when adding object
2023-01-02 00:26:01 +01:00
Laurent Destailleur
4c85236243 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-12-31 17:30:44 +01:00
Laurent Destailleur
97222603c1 Debug v17 2022-12-31 17:14:58 +01:00
Laurent Destailleur
8774f4f092 Fix warning qodana 2022-12-31 13:44:11 +01:00
Laurent Destailleur
e977a95cc7 Fix warning 2022-12-31 13:23:09 +01:00
Laurent Destailleur
15c05d9b7d Fix warnings 2022-12-31 12:39:42 +01:00
Laurent Destailleur
ea42fc7605 Clean code, fix warnings 2022-12-30 18:43:43 +01:00
Laurent Destailleur
cdb9aa5ba0 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-12-30 13:29:06 +01:00
Laurent Destailleur
54936c916c Fix MO hang when no thirdparties are set 2022-12-30 13:27:12 +01:00
Laurent Destailleur
3dfe09d1fe Fix doxygen 2022-12-30 02:24:05 +01:00
Laurent Destailleur
6c223eafc9 Fix doxygen and warnings 2022-12-30 02:22:35 +01:00
Lamrani Abdel
aa5419cfb5 update in modulbuilder for menu object 2022-12-29 16:10:53 +01:00
Laurent Destailleur
ec95c64024 Clean code 2022-12-28 23:23:32 +01:00
Laurent Destailleur
aea48e87de Clean code 2022-12-28 23:20:42 +01:00
Laurent Destailleur
6824f82cc8 Fix warnings 2022-12-28 13:58:23 +01:00
Laurent Destailleur
a37c74374d
Merge pull request #23340 from Easya-Solutions/new-agenda-event-new-url-percentage-default
NEW remove default percentage for event creation url
2022-12-27 14:47:06 +01:00
Laurent Destailleur
735309b010 Dolibarrization 2022-12-27 01:27:42 +01:00
Laurent Destailleur
7c7f0a3322 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2022-12-26 23:59:45 +01:00
Laurent Destailleur
5a26eadfea Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-12-26 23:59:19 +01:00
Laurent Destailleur
9b22d1a8a1 WIP Work on dol_openinpopup 2022-12-26 15:14:55 +01:00
VESSILLER
144a7e01b4 NEW remove default percentage for event creation url 2022-12-26 14:33:30 +01:00
Laurent Destailleur
f0a862712f Debug v17 2022-12-26 12:44:16 +01:00
Frédéric FRANCE
a08d84b995 fix code 2022-12-23 14:11:13 +01:00
Frédéric France
637fc95265 clean code 2022-12-22 22:29:24 +01:00
Laurent Destailleur
8dd332a606
Merge pull request #23245 from grandoc/new_branch_17_12_2022
update code toward php 8 compliance
2022-12-22 14:42:00 +01:00
Laurent Destailleur
17efd55af4
Merge branch '16.0' into FIX#23087 2022-12-22 13:46:36 +01:00
Laurent Destailleur
357b69a90b Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-12-22 01:11:03 +01:00
Laurent Destailleur
394c3d5c3c Fix var 2022-12-22 00:59:54 +01:00
Laurent Destailleur
e06bad5112 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2022-12-21 21:15:00 +01:00
Frédéric FRANCE
f11418c108 doc translation 2022-12-21 17:23:33 +01:00
Frédéric FRANCE
690562c22e add numbering modules for members 2022-12-21 16:43:38 +01:00
IC-Florian
471260738a
FIX : Product list in setup.php in new Module 2022-12-21 12:03:32 +01:00
Florian
2f64eaff05 FIX : CI 2022-12-20 12:25:20 +01:00
Florian
ec32d284eb FIX : Product list in setup.php in new Module 2022-12-20 11:31:44 +01:00
Philippe GRAND
310b40bcb2 update code toward php 8 compliance 2022-12-17 14:48:52 +01:00
Philippe GRAND
8ecd895dc7 update code toward php 8 compliance 2022-12-17 14:43:55 +01:00
Laurent Destailleur
3b87aadc48 Debug v17 2022-12-16 12:59:47 +01:00
Philippe GRAND
b573e0e453 Update code for php8 compliance 2022-12-10 16:08:09 +01:00
Laurent Destailleur
18bb535787 Debug v17 2022-12-08 11:03:52 +01:00
Laurent Destailleur
7deccc97b1 Fix #yogosha13774 2022-12-05 03:08:57 +01:00
Laurent Destailleur
48a423d5e3 Doc 2022-12-01 21:09:27 +01:00
Laurent Destailleur
839df739a4 Debug v17 2022-11-29 01:24:04 +01:00
hystepik
c1b355fcac Fix : php 8.1 warnings 2022-11-27 00:44:05 +01:00
Laurent Destailleur
7904c1b83e
Merge pull request #23013 from Delthair/patch-1
Fix #22998 Disabled module before delete (modulebuilder)
2022-11-26 12:42:33 +01:00
stickler-ci
c8090a0361 Fixing style errors. 2022-11-26 10:13:48 +00:00
Laurent Destailleur
e77aa31e47
Merge pull request #23009 from atm-maxime/fix_count_in_lists
Fix count in lists
2022-11-26 10:21:29 +01:00
Delthair
60257cec09
Fix #22998 Disabled module before delete (modulebuilder)
Ensure that the module is disabled before delete
2022-11-26 10:06:39 +01:00
Maxime Kohlhaas
8c597543e1 Fix : use count() in lists - part 1 2022-11-26 00:54:49 +01:00
Laurent Destailleur
0165c6d490 Better error management on API delete 2022-11-26 00:22:01 +01:00
Laurent Destailleur
2dffe3748d Debug v17 - Fix missing delete picto on ODT setup 2022-11-18 13:41:27 +01:00
Laurent Destailleur
aacb7b16a4 Fix installmodules.lock must also block module builder 2022-11-16 22:36:08 +01:00
Laurent Destailleur
927223bfe3 Clean package generation (exclude backup files) 2022-11-14 02:34:09 +01:00
Laurent Destailleur
d0a824c5e9 Debug v17 2022-11-03 19:49:57 +01:00
Laurent Destailleur
9aeb1b0f86 Remove no more used option MODULEBUILDER_FOREVERYONE
Add menu entry in main menu Tools for Modulebuilder and API explorer
2022-11-01 11:46:21 +01:00
Laurent Destailleur
a52de14003 Debug hrm module 2022-10-20 22:56:07 +02:00
Laurent Destailleur
39daea9755 Exclude .git dir fom package generation 2022-10-19 17:45:45 +02:00
Laurent Destailleur
71b7ef1924
Merge pull request #22525 from FHenry/dev_new_rank_contract_line_20512
NEW: Manage Position (Rank) on Contract Lines
2022-10-13 10:00:15 +02:00
Laurent Destailleur
95b69eaefb Clean code 2022-10-12 19:57:25 +02:00
Laurent Destailleur
f718de344b Fix typo 2022-10-12 19:40:21 +02:00
Laurent Destailleur
d3797c48a8 Fix warnings 2022-10-12 16:17:25 +02:00
Laurent Destailleur
9fa00c1771 Fix trans in comments 2022-10-12 15:29:30 +02:00
Laurent Destailleur
62c3d3b2f0 MODULEBUILDER_SPECIFIC_EDITOR_NAME/URL is now a stable option 2022-10-12 14:06:30 +02:00
Florian HENRY
eb533294d1 review 2022-10-11 08:59:15 +02:00
Laurent Destailleur
201b774d6d Clean code 2022-10-10 20:14:51 +02:00
Laurent Destailleur
221b2dc288 Standardize code 2022-10-10 10:46:46 +02:00
Florian HENRY
e2e4e63bd1 Merge branch 'develop' of github.com:Dolibarr/dolibarr into dev_new_rank_contract_line_20512 2022-10-09 14:12:39 +02:00
Florian HENRY
d597eb8202 NEW: Manage Position (Rank) on Contract Lines 2022-10-07 14:43:58 +02:00
Philippe GRAND
82c7a6e9f0 update code towards php8 compliance 2022-10-06 16:57:43 +02:00
Philippe GRAND
5612f1dfea update code towards php8 compliance 2022-10-03 11:40:14 +02:00
Laurent Destailleur
07966f5e6b Clean code 2022-10-01 14:00:43 +02:00
Frédéric France
c7ee2f413c min php version is 7.0 2022-09-27 20:48:47 +02:00
Laurent Destailleur
fe6dcb2269 NEW ModuleBuilder can generate code of class from an existing SQL table 2022-09-27 13:37:38 +02:00
Laurent Destailleur
edaa111461 Replace use of png file for module image with a font awesome image 2022-09-27 12:05:11 +02:00
Laurent Destailleur
5e6e6e1c98 NEW #22370 Modulebuilder supports 'alwayseditable' (like extrafields) 2022-09-27 01:50:56 +02:00
javieralapps4up
00d162c235 Update myobject_list.php
Better code now
2022-09-25 18:59:57 +02:00
Laurent Destailleur
d302ed0135
Merge pull request #21916 from javieralapps4up/patch-2
Date filters are lost when clicking on a title
2022-09-25 18:57:23 +02:00
Alexandre SPANGARO
ab9dda0f93 Use isModEnabled 2022-09-25 06:31:42 +02:00
Laurent Destailleur
d314ed380b NEW Can edit property css, cssview, csslist on extrafields 2022-09-22 13:01:11 +02:00
Laurent Destailleur
39c81ce2c7
Merge pull request #22277 from frederic34/pr/grandoc/22276
Pr/grandoc/22276
2022-09-20 00:49:08 +02:00
Frédéric FRANCE
8221e4c4bd wip 2022-09-19 14:16:23 +02:00
Frédéric France
17fa3b327e fix usage of getDolGlobalInt 2022-09-14 21:33:43 +02:00
UT from dolibit
d90ca726f4
Update setup.php 2022-09-13 08:53:02 +02:00
Laurent Destailleur
59e86f4a6b NEW Make module WebservicesClient deprecated. Use module WebHook instead 2022-09-12 15:16:38 +02:00
Laurent Destailleur
45c9e6064e FIX #yogosha12439 Remove define('NOCSRFCHECK', '1') 2022-09-12 12:47:00 +02:00
Laurent Destailleur
4566342d59 FIX #yogosha12439 Remove define('NOCSRFCHECK', '1') 2022-09-12 11:47:06 +02:00
Laurent Destailleur
7a277d9560
Merge branch 'develop' into loaddolibarrenv 2022-09-09 17:02:05 +02:00
Laurent Destailleur
b23ab2cb71 FIX #yogosha12266 2022-09-09 13:58:54 +02:00
Frédéric France
da8617e3ff Merge remote-tracking branch 'upstream/develop' into loaddolibarrenv 2022-09-08 18:59:23 +02:00
Laurent Destailleur
90d58bde27 Clean module datapolicy 2022-09-08 16:19:59 +02:00
Laurent Destailleur
c3f673c3ad Clean permissions for barcode menu 2022-09-08 14:58:00 +02:00
Laurent Destailleur
6b3095ae9a Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-09-08 14:10:28 +02:00
Frédéric France
07e761d115 Merge remote-tracking branch 'upstream/develop' into loaddolibarrenv 2022-09-07 20:37:29 +02:00
Frédéric France
8d33953142 add comment 2022-09-07 20:08:59 +02:00
Laurent Destailleur
50169bc96a Clean code 2022-09-07 15:50:40 +02:00
Laurent Destailleur
d776d36e8b
Update myobject_list.php 2022-09-07 14:36:50 +02:00
javieralapps4up
585a936154
Update myobject_list.php
Better code now
2022-09-07 00:34:22 +02:00
javieralapps4up
d65c955d8d
Update myobject_list.php 2022-09-06 15:27:24 +02:00
javieralapps4up
b01dbdb3a2
Update myobject_list.php 2022-09-06 15:25:25 +02:00
Laurent Destailleur
760c6e581e
Merge pull request #22060 from grandoc/new_branch_03_09_2022
Update code
2022-09-03 11:44:36 +02:00
Laurent Destailleur
a67008f7e9
Merge pull request #22058 from grandoc/16.0
FIX : bug#22057
2022-09-03 11:38:36 +02:00
Philippe GRAND
371f5ee581 Update code 2022-09-03 11:30:24 +02:00
Laurent Destailleur
1888d561d6 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2022-09-02 11:06:34 +02:00
Laurent Destailleur
2c46410675 FIX list of email in public ticket interface 2022-09-01 11:47:46 +02:00
Frédéric France
8e66b7207e replace ! empty by !empty 2022-08-31 22:14:20 +02:00
Frédéric France
00da52ef8c fix php8 warnings 2022-08-31 22:12:25 +02:00
Francis Appels
aca6609f21 Close Remove trigger ORDER_SUPPLIER_DISPATCH #18486 2022-08-29 11:36:19 +02:00
Laurent Destailleur
d0e08818e1
Merge pull request #21931 from grandoc/new_branch_27_08_2022
FIX php8 compatibility
2022-08-29 01:09:49 +02:00
Laurent Destailleur
e7c08ea543
Merge pull request #21922 from dolibit-ut/patch-449
Update index.php
2022-08-29 00:50:04 +02:00
Philippe GRAND
a58fe2e896 FIX php8 compatibility 2022-08-28 14:19:25 +02:00
Laurent Destailleur
a21f117e78 Log message 2022-08-27 19:23:05 +02:00
stickler-ci
b8f4433ec8 Fixing style errors. 2022-08-27 11:41:55 +00:00
UT from dolibit
d6f7115b42
Update index.php
line 937  ->  'help'=>'LinkToThirdparty'),
2022-08-27 13:37:06 +02:00
javieralapps4up
65cf350367
Date filters are lost when clicking on a title
When filtering on a date, $param ONLY contains that entire date. I don't know if it's better to fill $param with month, day and year or get the full date (unix time)
2022-08-27 11:48:05 +02:00
Laurent Destailleur
6d80b6a710 dolButtonToOpenUrlInDialogPopup works better with nojs=1 2022-08-23 12:25:44 +02:00
Laurent Destailleur
94da628cf4 Clean code for http header + better support for Content-Security-Policy 2022-08-16 15:19:45 +02:00
Laurent Destailleur
533e4f2424 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/langs/fr_FR/accountancy.lang
	htdocs/langs/fr_FR/admin.lang
	htdocs/langs/fr_FR/cashdesk.lang
	htdocs/langs/fr_FR/main.lang
	htdocs/langs/fr_FR/members.lang
	htdocs/langs/fr_FR/products.lang
2022-08-12 16:03:09 +02:00
Laurent Destailleur
059d0073ff FIX Maxi debug v16 2022-08-12 15:54:50 +02:00
Laurent Destailleur
528d54ba79 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-08-02 20:28:07 +02:00
Philippe GRAND
576a1fd5a1 add translation 2022-08-02 12:35:27 +02:00
Laurent Destailleur
1fbd4b1c2d Clean code 2022-07-31 20:12:22 +02:00
Laurent Destailleur
ab2afd772b
Merge pull request #21600 from ymollard/eventorg-fixes
FIX: EventOrganization Missing databases entries and labels
2022-07-29 15:40:21 +02:00
Laurent Destailleur
37c725fc6c NEW Can delete a website even if not empty 2022-07-27 23:01:33 +02:00
Yoan Mollard
ae70dc11c6 Fixed labels 2022-07-25 22:28:07 +02:00
Laurent Destailleur
ab81492fa4 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/core/class/html.formwebsite.class.php
	htdocs/core/lib/cron.lib.php
2022-07-24 22:17:25 +02:00
Laurent Destailleur
f024dcdb1a Doc 2022-07-24 22:13:36 +02:00
Laurent Destailleur
e465c0f34b Debug v16 2022-07-24 19:05:55 +02:00
Laurent Destailleur
58923ec3d7 Merge 2022-07-24 11:21:02 +02:00
Laurent Destailleur
24f8e9c401 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-07-22 18:09:38 +02:00
Laurent Destailleur
3761c920eb Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
Conflicts:
	htdocs/core/modules/modPartnership.class.php
	htdocs/modulebuilder/template/core/modules/modMyModule.class.php
2022-07-22 17:43:35 +02:00
Laurent Destailleur
d9f7a3efd1 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
Conflicts:
	htdocs/product/inventory/inventory.php
2022-07-22 17:38:24 +02:00
Laurent Destailleur
50af2747a2 Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2022-07-22 17:35:03 +02:00
Noé Courtier
276168ef6f Fix: tabhelp must be present in every module 2022-07-19 17:14:57 +02:00
Laurent Destailleur
6d7a45ddf4 Fix reposition 2022-07-15 15:53:05 +02:00
Laurent Destailleur
a864771974 Debug 2022-07-15 15:51:55 +02:00
Laurent Destailleur
4140cc084a Debug 2022-07-15 15:51:46 +02:00
Laurent Destailleur
af90eb0d02 Debug 2022-07-15 15:51:31 +02:00
Laurent Destailleur
1d0ba05e90 Debug 2022-07-15 15:35:45 +02:00
Laurent Destailleur
504383c4a2 Fix reposition 2022-07-15 14:37:35 +02:00
Laurent Destailleur
45af1a6c9c Debug 2022-07-15 14:31:00 +02:00
Laurent Destailleur
801fa03a80 Debug 2022-07-15 13:50:22 +02:00
Laurent Destailleur
b000ee7c50 NEW Add API for partnership module
Debug module builder
2022-07-15 13:41:02 +02:00
Laurent Destailleur
fb96145b49 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-07-12 02:05:20 +02:00
Francis Appels
490944baac Fix php 8 warning 2022-07-11 17:29:26 +02:00
Laurent Destailleur
25e034721c Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-07-11 00:06:57 +02:00
Laurent Destailleur
24dc936000 Revert "default to create on card.php if $action is empty"
This reverts commit e0b664066b.
2022-07-11 00:05:50 +02:00
Christian Foellmann
e0b664066b default to create on card.php if $action is empty 2022-07-11 00:01:42 +02:00
Christian Foellmann
aaca9bc03d default to create on card.php if $action is empty 2022-07-08 09:16:02 +02:00
Laurent Destailleur
15e0b7cbb8 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-07-07 17:17:27 +02:00
Laurent Destailleur
9036ab94ab Fix contextpage 2022-07-07 17:14:21 +02:00
Laurent Destailleur
745f504a27 Clean init process 2022-07-06 15:47:14 +02:00
Laurent Destailleur
ae16c278a0
Update modMyModule.class.php 2022-07-06 15:00:50 +02:00
bagtaib
696a832ef7 add default value for picto 2022-07-06 10:16:03 +02:00
bagtaib
377e079a6e backend 2022-07-06 07:56:42 +02:00
bagtaib
1d3181ea9f affichage 2022-07-06 05:50:53 +02:00
Laurent Destailleur
ad9c91fc25 Debug v16 2022-06-30 14:40:03 +02:00
Laurent Destailleur
8594bd9528 Debug v16 2022-06-30 13:46:07 +02:00
Laurent Destailleur
8f7ec29ccc Clean code 2022-06-30 04:36:25 +02:00
Laurent Destailleur
4c4e081997 Debug v16 2022-06-28 13:09:53 +02:00
Laurent Destailleur
8ee30e067f Rename var 2022-06-20 02:23:37 +02:00
Laurent Destailleur
eeff8fdc0d Debug v16 2022-06-20 02:10:27 +02:00
Laurent Destailleur
e97f021380 Fix #yogosha11295 2022-06-19 19:02:16 +02:00
Laurent Destailleur
08a942dca8 # WARNING: head commit changed in the meantime
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2022-06-17 14:52:51 +02:00
Laurent Destailleur
a4fe40027a Fix missing var 2022-06-16 08:53:31 +02:00
Francis Appels
8da6d4b637 Fix modulebuilder for object sharing. 2022-06-15 14:53:44 +02:00
Laurent Destailleur
dd392143e1 Fix conf->projet conf->project 2022-06-14 17:53:17 +02:00
Laurent Destailleur
bc11cf62f8 FIX #hunterdev2acfc8fe-247c-4f88-aeaa-042b6b8690a0 2022-06-13 10:44:20 +02:00
Faustin
ef959ecddd FIX#21093 2022-06-11 00:18:38 +02:00
Frédéric FRANCE
38b18a68d7
Merge branch 'develop' into useismodenabled 2022-06-10 10:07:41 +02:00
Laurent Destailleur
4040f65a33 Debug v16 2022-06-10 09:17:48 +02:00
Frédéric France
e060e31e5b use isModEnabled function 2022-06-09 22:54:22 +02:00
Frédéric France
400afc937f use isModEnabled function 2022-06-09 22:16:48 +02:00
Laurent Destailleur
1838baaa5c Debug v16 2022-06-08 21:20:12 +02:00
Laurent Destailleur
cd041c9ea1 Clean code 2022-06-03 02:41:00 +02:00
Laurent Destailleur
1655890f84 Debug v16 2022-05-31 10:35:36 +02:00
Laurent Destailleur
f6ad688ddd FIX module for emailing target selection must use a condition on module 2022-05-28 20:50:24 +02:00
Laurent Destailleur
dcfb0679c8 FIX Look and field v16 for list of lot 2022-05-28 12:24:11 +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
Laurent Destailleur
1a6903f677 Debug v16 2022-05-23 11:56:39 +02:00
Maxime Kohlhaas
fb776e2a96 Fix scrutinizer 2022-05-22 00:39:57 +02:00
Laurent Destailleur
d5344cf2e1
Merge pull request #20950 from atm-john/new_form_setup_color
Fix backport for 16 and ADD color, default value ,
2022-05-21 17:27:14 +02:00
John BOTELLA
321195ef96 add color 2022-05-21 16:35:10 +02:00
Laurent Destailleur
6bc7cbd106
Merge pull request #20938 from atm-john/new_formsetup_as_default
NEW form setup and backport as default setup builder
2022-05-21 15:44:08 +02:00
John BOTELLA
9ba1020298 Fix version detect 2022-05-21 15:03:10 +02:00
John BOTELLA
cf321dd8e5 change comment 2022-05-21 01:26:02 +02:00
Laurent Destailleur
ef32179ba7
Merge pull request #20935 from atm-maxime/fix_fields_check_enabled
Fix : fields must check module enabled
2022-05-21 00:48:22 +02:00
John BOTELLA
e48bf14dae Merge branch 'develop' of github.com:Dolibarr/dolibarr into new_formsetup_as_default 2022-05-21 00:38:53 +02:00
John BOTELLA
f8dcc1daaf Add form setup and backport as default setup builder 2022-05-21 00:36:13 +02:00
John BOTELLA
72bfedaba1 Add form setup and backport as default setup builder 2022-05-21 00:33:28 +02:00
Maxime Kohlhaas
cff5ec8605 Fix : fields must check module enabled 2022-05-21 00:08:18 +02:00
Laurent Destailleur
d9dbfd063b Debug v16 2022-05-20 23:34:58 +02:00
Laurent Destailleur
58a77ae890
Merge pull request #20134 from Hystepik/develop#2
Fix : fix bug in modulebuilder and fix php8.0 warnings in modulebuilder
2022-05-20 22:50:35 +02:00
Laurent Destailleur
4b996f79a9 Debug v16 2022-05-19 13:52:29 +02:00
Laurent Destailleur
e5cda0b80e Debug v16 2022-05-19 11:55:14 +02:00
Laurent Destailleur
e1c2968ae7 Look and feel v16 2022-05-18 23:11:59 +02:00
Laurent Destailleur
0d20a3b606 Prepare code for dic management 2022-05-18 21:54:38 +02:00
Laurent Destailleur
5736709991 Look and feel v16 2022-05-18 16:55:03 +02:00
Laurent Destailleur
308e7a3d9b Fix scrutinizer 2022-05-18 12:40:44 +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
Florian HENRY
61f7c4395b fix: module builder template bad error message affactation 2022-05-17 11:55:57 +02:00
Laurent Destailleur
4cc1f67632 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/compta/bank/line.php
2022-05-16 16:03:07 +02:00
Laurent Destailleur
775a8c5334 Look and feel v16 2022-05-12 20:18:58 +02:00
Laurent Destailleur
7a361a3bde More info to help debug 2022-05-12 14:28:17 +02:00
Laurent Destailleur
7f1e8384dc Clean code 2022-05-12 02:02:04 +02:00
Laurent Destailleur
fc718e68ee css 2022-05-10 11:38:56 +02:00
Laurent Destailleur
f52a7a26f6 Debug v16 - Fix for postgresql - Fix for sql loading per module - php8 2022-05-08 15:18:34 +02:00
Laurent Destailleur
fea8b263f9 NEW Add a tab with list of application on the jobposition file. 2022-05-05 21:56:59 +02:00
Laurent Destailleur
62dd7244a3 css 2022-05-05 18:29:36 +02:00
Laurent Destailleur
2c8830a798
Merge pull request #20655 from bb2a/Move-checkbox-column-as-first-column-on-modulebuilder
Move checkbox column as first column on modulebuilder
2022-05-04 20:40:29 +02:00
Anthony Berton
ff696acab8
Update myobject_list.php 2022-05-04 08:43:14 +02:00
Laurent Destailleur
d7398f573c Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-05-01 20:49:43 +02:00
Laurent Destailleur
6308b700d5 # WARNING: head commit changed in the meantime
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-05-01 20:47:54 +02:00
Laurent Destailleur
e2bf596589 Fix missing picto 2022-05-01 17:58:37 +02:00
Laurent Destailleur
755850d646 Debug v16 2022-05-01 17:44:26 +02:00
Laurent Destailleur
b2ec035d21 Debug v16 2022-05-01 17:39:57 +02:00
Laurent Destailleur
08d78dd33b NEW More feature that can be modifed after module generation 2022-05-01 15:05:25 +02:00
Laurent Destailleur
7b8e08bbf6 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-04-30 17:28:55 +02:00
Laurent Destailleur
819568bfbf Fix generation of specimen pdf for modulebuilder and recruitment module 2022-04-30 17:19:18 +02:00
Laurent Destailleur
17a2aa8f1b Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
Conflicts:
	htdocs/modulebuilder/template/class/myobject.class.php
2022-04-29 17:27:12 +02:00
Laurent Destailleur
9e23b30728 Fix remove useless file 2022-04-29 16:22:04 +02:00
Laurent Destailleur
d496ad65e6 Enhance the feature of keyword detection for partnership 2022-04-29 11:16:15 +02:00
Aloïs Micard
fb7f0545e4 Fix error reporting in getLinesArray() 2022-04-27 17:56:31 +02:00
BB2A Anthony Berton
4688b96d93 Add option MAIN_CHECKBOX_LEFT_COLUMN 2022-04-15 15:19:14 +02:00
BB2A Anthony Berton
6b264733e4 Move-checkbox-column-as-first-column-on-modulebuilder 2022-04-15 11:21:02 +02:00
Laurent Destailleur
2113a944ce Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-04-14 23:14:56 +02:00
Laurent Destailleur
0c82ce1b69 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2022-04-14 23:04:36 +02:00
Laurent Destailleur
031669493d Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2022-04-14 23:03:35 +02:00
Laurent Destailleur
aee0c8afc6
Merge pull request #20612 from vold-lu/add_tabs_in_module_builder
NEW: ModuileBuilder - Add tabs view in module builder
2022-04-14 22:17:51 +02:00