Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
56f0ffee
Commit
56f0ffee
authored
8 years ago
by
florian HENRY
Browse files
Options
Downloads
Patches
Plain Diff
add category entry menu into auguria menu sql
parent
cd1f78cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/core/menus/init_menu_auguria.sql
+3
-0
3 additions, 0 deletions
htdocs/core/menus/init_menu_auguria.sql
with
3 additions
and
0 deletions
htdocs/core/menus/init_menu_auguria.sql
+
3
−
0
View file @
56f0ffee
...
...
@@ -285,6 +285,9 @@ insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, left
insert
into
llx_menu
(
module
,
enabled
,
menu_handler
,
type
,
rowid
,
mainmenu
,
leftmenu
,
fk_menu
,
url
,
titre
,
level
,
langs
,
perms
,
target
,
usertype
,
position
,
entity
)
values
(
''
,
'$conf->projet->enabled'
,
__HANDLER__
,
'left'
,
3801
__
+
MAX_llx_menu__
,
'project'
,
''
,
3800
__
+
MAX_llx_menu__
,
'/projet/tasks.php?leftmenu=projects&action=create'
,
'NewTask'
,
1
,
'projects'
,
'$user->rights->projet->creer'
,
''
,
2
,
1
,
__ENTITY__
);
insert
into
llx_menu
(
module
,
enabled
,
menu_handler
,
type
,
rowid
,
mainmenu
,
leftmenu
,
fk_menu
,
url
,
titre
,
level
,
langs
,
perms
,
target
,
usertype
,
position
,
entity
)
values
(
''
,
'$conf->projet->enabled'
,
__HANDLER__
,
'left'
,
3802
__
+
MAX_llx_menu__
,
'project'
,
''
,
3800
__
+
MAX_llx_menu__
,
'/projet/tasks/list.php?leftmenu=projects&mode=mine'
,
'List'
,
1
,
'projects'
,
'$user->rights->projet->lire'
,
''
,
2
,
2
,
__ENTITY__
);
insert
into
llx_menu
(
module
,
enabled
,
menu_handler
,
type
,
rowid
,
mainmenu
,
leftmenu
,
fk_menu
,
url
,
titre
,
level
,
langs
,
perms
,
target
,
usertype
,
position
,
entity
)
values
(
''
,
'$conf->projet->enabled'
,
__HANDLER__
,
'left'
,
3803
__
+
MAX_llx_menu__
,
'project'
,
''
,
3800
__
+
MAX_llx_menu__
,
'/projet/activity/perweek.php?leftmenu=projects&mode=mine'
,
'NewTimeSpent'
,
1
,
'projects'
,
'$user->rights->projet->lire'
,
''
,
2
,
3
,
__ENTITY__
);
-- Project - Categories
insert
into
llx_menu
(
module
,
enabled
,
menu_handler
,
type
,
rowid
,
mainmenu
,
leftmenu
,
fk_menu
,
url
,
titre
,
level
,
langs
,
perms
,
target
,
usertype
,
position
,
entity
)
values
(
''
,
'$conf->categorie->enabled'
,
__HANDLER__
,
'left'
,
3804
__
+
MAX_llx_menu__
,
'project'
,
'cat'
,
3
__
+
MAX_llx_menu__
,
'/categories/index.php?leftmenu=cat&type=6'
,
'Categories'
,
0
,
'categories'
,
'$user->rights->categorie->lire'
,
''
,
2
,
4
,
__ENTITY__
);
insert
into
llx_menu
(
module
,
enabled
,
menu_handler
,
type
,
rowid
,
mainmenu
,
leftmenu
,
fk_menu
,
url
,
titre
,
level
,
langs
,
perms
,
target
,
usertype
,
position
,
entity
)
values
(
''
,
'$conf->categorie->enabled'
,
__HANDLER__
,
'left'
,
3805
__
+
MAX_llx_menu__
,
'project'
,
''
,
3200
__
+
MAX_llx_menu__
,
'/categories/card.php?action=create&type=6'
,
'NewCategory'
,
1
,
'categories'
,
'$user->rights->categorie->creer'
,
''
,
2
,
0
,
__ENTITY__
);
-- Tools
insert
into
llx_menu
(
module
,
enabled
,
menu_handler
,
type
,
rowid
,
mainmenu
,
leftmenu
,
fk_menu
,
url
,
titre
,
level
,
langs
,
perms
,
target
,
usertype
,
position
,
entity
)
values
(
''
,
'$conf->mailing->enabled'
,
__HANDLER__
,
'left'
,
3900
__
+
MAX_llx_menu__
,
'tools'
,
'mailing'
,
8
__
+
MAX_llx_menu__
,
'/comm/mailing/index.php?leftmenu=mailing'
,
'EMailings'
,
0
,
'mails'
,
'$user->rights->mailing->lire'
,
''
,
0
,
0
,
__ENTITY__
);
insert
into
llx_menu
(
module
,
enabled
,
menu_handler
,
type
,
rowid
,
mainmenu
,
leftmenu
,
fk_menu
,
url
,
titre
,
level
,
langs
,
perms
,
target
,
usertype
,
position
,
entity
)
values
(
''
,
'$conf->mailing->enabled'
,
__HANDLER__
,
'left'
,
3901
__
+
MAX_llx_menu__
,
'tools'
,
''
,
3900
__
+
MAX_llx_menu__
,
'/comm/mailing/card.php?leftmenu=mailing&action=create'
,
'NewMailing'
,
1
,
'mails'
,
'$user->rights->mailing->creer'
,
''
,
0
,
0
,
__ENTITY__
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment