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
2d1905c2
Commit
2d1905c2
authored
22 years ago
by
Rodolphe Quiedeville
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
03770833
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/compta/pre.inc.php3
+6
-2
6 additions, 2 deletions
htdocs/compta/pre.inc.php3
htdocs/main.inc.php3
+4
-2
4 additions, 2 deletions
htdocs/main.inc.php3
mysql/tables/Makefile
+3
-0
3 additions, 0 deletions
mysql/tables/Makefile
with
13 additions
and
4 deletions
htdocs/compta/pre.inc.php3
+
6
−
2
View file @
2d1905c2
...
...
@@ -33,7 +33,7 @@ function llxHeader($head = "") {
$menu
=
new
Menu
();
$menu
->
add
(
"/compta/
index
.php3"
,
"Factures"
);
$menu
->
add
(
"/compta/
facture
.php3"
,
"Factures"
);
$menu
->
add_submenu
(
"paiement.php3"
,
"Paiements"
);
$menu
->
add_submenu
(
"fac.php3"
,
"admin fac"
);
...
...
@@ -46,10 +46,14 @@ function llxHeader($head = "") {
$menu
->
add_submenu
(
"pointmort.php3"
,
"Point mort"
);
$menu
->
add_submenu
(
"tva.php3"
,
"TVA"
);
$menu
->
add
(
"/com
m
/propal.php3"
,
"Propal"
);
$menu
->
add
(
"/com
pta
/propal.php3"
,
"Propal
es
"
);
$menu
->
add
(
"bank/index.php3"
,
"Bank"
);
$menu
->
add
(
"voyage/index.php3"
,
"Voyages"
);
$menu
->
add_submenu
(
"voyage/index.php3"
,
"Voyages"
);
$menu
->
add_submenu
(
"voyage/reduc.php3"
,
"Reduc"
);
left_menu
(
$menu
->
liste
);
...
...
This diff is collapsed.
Click to expand it.
htdocs/main.inc.php3
+
4
−
2
View file @
2d1905c2
...
...
@@ -86,8 +86,10 @@ function top_menu($head) {
print
'<TD width="15%" class="menu" align="center">-</TD>'
;
print
'<TD width="15%" class="menu" align="center">'
;
print
'<a class="menu" href="'
.
$conf
->
webcal
->
url
.
'">Calendrier</a>'
;
print
'</TD>'
;
if
(
$conf
->
webcal
->
enabled
)
{
print
'<a class="menu" href="'
.
$conf
->
webcal
->
url
.
'">Calendrier</a>'
;
};
print
' </TD>'
;
print
'<TD width="15%" class="menu" align="center">-</TD>'
;
print
'<TD width="10%" class="menu" align="center">'
.
$user
->
code
.
'</td>'
;
...
...
This diff is collapsed.
Click to expand it.
mysql/tables/Makefile
+
3
−
0
View file @
2d1905c2
...
...
@@ -49,8 +49,11 @@ create:
$(
MYSQL
)
$(
BASE
)
< llx_propaldet.sql
$(
MYSQL
)
$(
BASE
)
< llx_service.sql
$(
MYSQL
)
$(
BASE
)
< llx_soc_recontact.sql
$(
MYSQL
)
$(
BASE
)
< llx_train.sql
$(
MYSQL
)
$(
BASE
)
< llx_user.sql
$(
MYSQL
)
$(
BASE
)
< llx_ventes.sql
$(
MYSQL
)
$(
BASE
)
< llx_voyage.sql
$(
MYSQL
)
$(
BASE
)
< llx_voyage_reduc.sql
$(
MYSQL
)
$(
BASE
)
< societe.sql
$(
MYSQL
)
$(
BASE
)
< socpeople.sql
$(
MYSQL
)
$(
BASE
)
< socstatutlog.sql
...
...
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