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
26d5392e
Commit
26d5392e
authored
12 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Add more sources
parent
dca1c715
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/install/mysql/data/llx_c_input_reason.sql
+12
-9
12 additions, 9 deletions
htdocs/install/mysql/data/llx_c_input_reason.sql
with
12 additions
and
9 deletions
htdocs/install/mysql/data/llx_c_input_reason.sql
+
12
−
9
View file @
26d5392e
-- Copyright (C) 2011 Laurent Destailleur <eldy@users.sourceforge.net>
-- Copyright (C) 2011 Philippe Grand
-- Copyright (C) 2011
-2012
Laurent Destailleur <eldy@users.sourceforge.net>
-- Copyright (C) 2011
Philippe Grand
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
...
...
@@ -21,10 +21,13 @@
-- de l'install et tous les sigles '--' sont supprimés.
--
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
1
,
'SRC_INTE'
,
'Web site'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
2
,
'SRC_CAMP_MAIL'
,
'Mailing campaign'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
3
,
'SRC_CAMP_PHO'
,
'Phone campaign'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
4
,
'SRC_CAMP_FAX'
,
'Fax campaign'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
5
,
'SRC_COMM'
,
'Commercial contact'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
6
,
'SRC_SHOP'
,
'Shop contact'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
7
,
'SRC_CAMP_EMAIL'
,
'EMailing campaign'
,
1
);
\ No newline at end of file
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
1
,
'SRC_INTE'
,
'Web site'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
2
,
'SRC_CAMP_MAIL'
,
'Mailing campaign'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
3
,
'SRC_CAMP_PHO'
,
'Phone campaign'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
4
,
'SRC_CAMP_FAX'
,
'Fax campaign'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
5
,
'SRC_COMM'
,
'Commercial contact'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
6
,
'SRC_SHOP'
,
'Shop contact'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
7
,
'SRC_CAMP_EMAIL'
,
'EMailing campaign'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
8
,
'SRC_WOM'
,
'Word of mount'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
9
,
'SRC_PARTNER'
,
'Partner'
,
1
);
INSERT
INTO
llx_c_input_reason
(
rowid
,
code
,
label
,
active
)
VALUES
(
10
,
'SRC_EMPLOYEE'
,
'Employee'
,
1
);
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