Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,10 @@ def select_backend():
|
|
24 |
def release_backend(index):
|
25 |
backend_locks[index].release()
|
26 |
|
27 |
-
#
|
28 |
-
|
|
|
|
|
29 |
|
30 |
# Define the function to answer questions
|
31 |
def get_answer(text):
|
@@ -38,14 +40,2173 @@ def chatbot_interface(Question):
|
|
38 |
return answer
|
39 |
|
40 |
knowledge_base_text = """
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
- Service desk is located at HO 1st floor & Annes near basketball ground.
|
50 |
- for SAP , wifi , network related issue , you should contact Md. Monirul Islam & his contact number 01730372426
|
51 |
- CTC stands for Ceylon Tobacco Company PLC.
|
@@ -56,8 +2217,8 @@ iface = gr.Interface(
|
|
56 |
inputs="text",
|
57 |
outputs="text",
|
58 |
css="footer{display:none !important}",
|
59 |
-
title="
|
60 |
-
description="
|
61 |
theme='compact'
|
62 |
)
|
63 |
|
|
|
24 |
def release_backend(index):
|
25 |
backend_locks[index].release()
|
26 |
|
27 |
+
# Use a pipeline as a high-level helper
|
28 |
+
from transformers import pipeline
|
29 |
+
|
30 |
+
pipe = pipeline("question-answering", model="Intel/dynamic_tinybert")
|
31 |
|
32 |
# Define the function to answer questions
|
33 |
def get_answer(text):
|
|
|
40 |
return answer
|
41 |
|
42 |
knowledge_base_text = """
|
43 |
+
|
44 |
+
3D+ : ;
|
45 |
+
3GGT : The 3 Great Growth Things ;
|
46 |
+
4D : Four "D" model ;
|
47 |
+
60 day crops : 60 day crops ;
|
48 |
+
70/70 : 70/70 'tipping point' ;
|
49 |
+
A1 : Cutter ;
|
50 |
+
A4R : Article Four Review ;
|
51 |
+
AB : Activity Board ;
|
52 |
+
ABC : Activity Based Costing ;
|
53 |
+
ABC : Account Business Competencies ;
|
54 |
+
ABC/LMH : ;
|
55 |
+
AC : Air curing ;
|
56 |
+
ACF : Active Charcoal Filter ;
|
57 |
+
ACF : Active Characoal Filter (Brand Status Report) ;
|
58 |
+
ACM : ;
|
59 |
+
ACO : Amsteram Corporate Office ;
|
60 |
+
ACP : Annual Cycle Plan / Activity Critical Path ;
|
61 |
+
ACT : Air Cured Tobacco ;
|
62 |
+
AD : Annual Demand ;
|
63 |
+
AD : Area Director ;
|
64 |
+
ADC : Average Daily Consumption ;
|
65 |
+
ADH : Adhesive (WMS) ;
|
66 |
+
Admoist : Conditioner ;
|
67 |
+
ADR : American Depository Receipts ;
|
68 |
+
Ad-valorem : Ad-valorem ;
|
69 |
+
AED : Arab Emirates Dirham ;
|
70 |
+
AER : Annual Equivalent Rate ;
|
71 |
+
Aerosort : Sorter ;
|
72 |
+
AF : Air freight ;
|
73 |
+
AFAIRP : As Far As Is Reasonably Practical/Possible ;
|
74 |
+
AFS : Approval for service ;
|
75 |
+
AG : Arabian Gulf ;
|
76 |
+
AGV : Automated Guided Vehicle ;
|
77 |
+
AIA : Attract-Interact-Act ;
|
78 |
+
AIC : Intra community acquisitions ;
|
79 |
+
AIR : Activity Impact Ratio ;
|
80 |
+
Air lift : Air lift ;
|
81 |
+
Air-cured tobacco : Air-cured tobacco ;
|
82 |
+
Air-curing : Air-curing ;
|
83 |
+
AIT : Anti-Illicit Trade ;
|
84 |
+
AIT : Anti Illicit Trade ;
|
85 |
+
AL : Air Lift ;
|
86 |
+
ALPS : Area Leaf Planning System ;
|
87 |
+
AM : Audit Memo/Autonomous Maintenance ;
|
88 |
+
Ambassador : See Amplifier ;
|
89 |
+
AME : Achieving Marketing Excellence database ;
|
90 |
+
AME : Achieving Marketing Excellence database/ or Africa Middle East (region) ;
|
91 |
+
Ameliorants : Additives - usually acids and alkalis - which are added to particularly harsh grades of blends of tobaccos to balance the taste o the smoke. ;
|
92 |
+
AMGP : Additives and Material Guidance Panel (see PSC) ;
|
93 |
+
AMGP : Additives and Material Guidance Panel ;
|
94 |
+
AMO : Average Module Output ;
|
95 |
+
AMO : Average Module output ;
|
96 |
+
AMPAC : America-Pacific (region) ;
|
97 |
+
Amplifier : People who are considered 'role models' in the target group of a particular brand that advocates sales of the brand to others in the same target group. ;
|
98 |
+
AMR : Americas ;
|
99 |
+
AMS : Account Market Share ;
|
100 |
+
AmSSA : Americas and Sub Saharan Africa ;
|
101 |
+
AOP : Adverse Outcome Pathway ;
|
102 |
+
AP : Accounts Payable ;
|
103 |
+
AP : Accounts Payable ;
|
104 |
+
APM : Attribute Process Matrix ;
|
105 |
+
APME : Asia Pacific and Middle East Region ;
|
106 |
+
APO : Advanced Planner & Optimizer (SAP) ;
|
107 |
+
APR : Annual Performance Review ;
|
108 |
+
APS : Advanced Planning Systems / Air Product Separator ;
|
109 |
+
APT : Account Planning Tool ;
|
110 |
+
APV : Accounts Payable Vouchers ;
|
111 |
+
AQL : Acceptance Quality Limit ;
|
112 |
+
AR : Accounts Receivable ;
|
113 |
+
AR : Accounts Receivable ;
|
114 |
+
AR51 : Nobleza Piccardo SACIyF ;
|
115 |
+
ARF : Activity Recommendation Form ;
|
116 |
+
AS400 : ;
|
117 |
+
ASH : Action on Smoking & Health ;
|
118 |
+
ASI : Account Strategic Importance ;
|
119 |
+
ASM : Area Sales Manager ;
|
120 |
+
ASMO : Area Sales & Marketing Office ;
|
121 |
+
ASN : Advanced Ship Notice ;
|
122 |
+
ASP : Application Service Provider ;
|
123 |
+
ASPAC : Asia Pacific Region ;
|
124 |
+
ASTM : American Society of Testing and Materials ;
|
125 |
+
ASU 30 : Adult Smoker Under 30 years old ;
|
126 |
+
ASU30 : Adult smokers under 30 ;
|
127 |
+
AT : Account teams ;
|
128 |
+
ATC : Advanced Technologies Cambridge ;
|
129 |
+
ATD : Anti Tampering Device ;
|
130 |
+
ATIF : Any Time In Full ;
|
131 |
+
ATL : Above The Line (traditional media advertising term) ;
|
132 |
+
Atlas : Cutter ;
|
133 |
+
ATP : Availability to Promise ;
|
134 |
+
ATSM : Adult Tobacco Shopper Marketing ;
|
135 |
+
Attemporation : Attemporation ;
|
136 |
+
ATTL : Advanced Tereasury Technologies Ltd. ;
|
137 |
+
AU70 : Australia Factory ;
|
138 |
+
AUC : Assets under Construction ;
|
139 |
+
AUD : Australian Dollar ;
|
140 |
+
Autofeeder : Autofeeder ;
|
141 |
+
Automation : Automation ;
|
142 |
+
AV : Ad-Valorem / Availability ;
|
143 |
+
AVG : Average ;
|
144 |
+
AW : Active Data Warehouse ;
|
145 |
+
B&H : Benson & Hedges ;
|
146 |
+
B2B : Business to Business ;
|
147 |
+
B2C : Business to Consumer ;
|
148 |
+
B2E : Business to Employee ;
|
149 |
+
BA : Brand Architecture -Brand guidelines that defines the look & feel ;
|
150 |
+
Back Margin : Back Margin ;
|
151 |
+
BADI : Business Add In ;
|
152 |
+
BARQA : British Association for Research Quality Assurance ;
|
153 |
+
BASS : British American Shared Services ;
|
154 |
+
BASSE : British American Shared Service Europe ;
|
155 |
+
BAT ME : BAT Middle East ;
|
156 |
+
BATCA : British American Tobacco Central America ;
|
157 |
+
BATCAP : BAT Capital Corporation ;
|
158 |
+
BATES : Advertising Agency ;
|
159 |
+
BATICS : British American Tobacco Inter Company Settlement ;
|
160 |
+
BatMark : Trademark Department ;
|
161 |
+
BATProbe : General consumer survey GCS analysis tool ;
|
162 |
+
BATPS : British American Tobacco Pension Scheme ;
|
163 |
+
BATUKE : BAT (UK & Export) Ltd ;
|
164 |
+
BAU : Business As Usual ;
|
165 |
+
BBOA : Best Bet Option Analysis ;
|
166 |
+
BC : Base Condition / Business Case ;
|
167 |
+
BCC : Board Compensation Committee ;
|
168 |
+
BCM : Business Continuity Management ;
|
169 |
+
BCOT : Blend Coordination Team ;
|
170 |
+
BCP : Business Continuity Planning ;
|
171 |
+
BCP : Business Contingency Plan / Planning ;
|
172 |
+
BCT : Business Control Teams ;
|
173 |
+
BD : Bobbin Depalletizer ;
|
174 |
+
BD01 : Bangladesh - Dhaka Factory ;
|
175 |
+
BDD : Business Development Department ;
|
176 |
+
BDD : Business Development Department ;
|
177 |
+
BDE : Breakdown Elimination ;
|
178 |
+
BDR : Brand Director Review ;
|
179 |
+
BDR : Brand Director Review ;
|
180 |
+
BE : Bevel Edge(Pack Format) ;
|
181 |
+
BEC : Basic Equipment Conditions: ;
|
182 |
+
Beetle trap : These are traps designed to catch tobacco beetles ;
|
183 |
+
BEG : Brand Enforcement Group (Vendor Group) ;
|
184 |
+
BES : Brand Excellence Series ;
|
185 |
+
BES : Brand Excellence Series Best Practice A procedure/method recommended by the Tobacco Management Board ;
|
186 |
+
BEST : Business Enablers Survey Tool/Belgian Engineering Sortation Technique ;
|
187 |
+
BFL : Breakdown Function Loss ;
|
188 |
+
BFR : Breakdown Function Reduction ;
|
189 |
+
BHAG : Big Hairy Audacious Goal ;
|
190 |
+
BI : Business Intellegence ;
|
191 |
+
BIA : Business Impact Analysis ;
|
192 |
+
BIB : Blend In a Box ;
|
193 |
+
BIM : Brand Image Mapping ;
|
194 |
+
BIM : Brand Image Mapping ;
|
195 |
+
BLACK TOBACCO : ;
|
196 |
+
Blank : WMS - Blank ;
|
197 |
+
Blend : ;
|
198 |
+
Blending : ;
|
199 |
+
Blending Silo : ;
|
200 |
+
BLM : Brand Launch Modification ;
|
201 |
+
BM : Brand Manager/Bench Mark ;
|
202 |
+
BM : Brand Manager ;
|
203 |
+
BMF : Brand Modification Form ;
|
204 |
+
BMP : Brand Marketing Planning ;
|
205 |
+
BMTA : British Measurement Testing Association ;
|
206 |
+
bn : Billion, e.g. 1.3 bn sticks (Brand Status Report) ;
|
207 |
+
BOB-ME : Bobbin Loader ;
|
208 |
+
BOC : Business Optimisation Centre ;
|
209 |
+
BOD : Bill Of Distribution ;
|
210 |
+
BOL : Bill Of Lading ;
|
211 |
+
BOM : Bill of Material ;
|
212 |
+
Bonded : Finished goods (FG) stock held before excise is paid ;
|
213 |
+
BOSS : Business and Operational Systems Steering Group ;
|
214 |
+
BOT : Board Outer (WMS) ;
|
215 |
+
BP : Bigpack ;
|
216 |
+
BPC : Business Planning & Consolidation ;
|
217 |
+
BPCOE : Business Process Centre of Excelence ;
|
218 |
+
BPCS : Business Planning & Control System (Integrated AS400 computer system) ;
|
219 |
+
BPCS : Business Planning & Control System (Integrated AS400 computer system) ;
|
220 |
+
BPF : Brand Project Forum ;
|
221 |
+
BPI : Business Process Improvement ;
|
222 |
+
BPI : Business Process Improvement ;
|
223 |
+
BPK : Board Pack (WMS) ;
|
224 |
+
BPM : Business Project Management ;
|
225 |
+
BPO : Business Process Outsourcing ;
|
226 |
+
BPR : Business Process Re-engineering ;
|
227 |
+
BPR : Business Process Re-engineering ;
|
228 |
+
BPTO : Brand Price Trade-Off ;
|
229 |
+
BPTO : Brand Price Trade-Off ;
|
230 |
+
BR : Business Release ;
|
231 |
+
BRAA : Brazil - Cachoeirinha Factory ;
|
232 |
+
BRAD : Brazil - Uberlândia Factory ;
|
233 |
+
BrAmToCo : British American Tobacco Company ;
|
234 |
+
Brand Pillars : One of the core elements that comprise the marketing mix of the 21st century for a particular brand- for example: PR, Packaging & New Media are all separate brand pillars several projects can be initiated in each of these pillars. ;
|
235 |
+
BritAm : The name of the proprietary type face designed specially for BAT ;
|
236 |
+
BRM : Budget Review Meeting ;
|
237 |
+
BRR : Business Risk Register ;
|
238 |
+
BS : Burley Strips ;
|
239 |
+
BSE : Brand Support Expenditure ;
|
240 |
+
BSE : Brand Support Expenditure ;
|
241 |
+
BSL : Bond Street Lights (brand) ;
|
242 |
+
BSU : Business Service Unit ;
|
243 |
+
BSU : Business Services Unit ;
|
244 |
+
BT : Business Technology ;
|
245 |
+
BTC : BAT Technology Center ;
|
246 |
+
BTC : British American Tobacco Technology Centre ;
|
247 |
+
BTE : Brand Trade Expenditure ;
|
248 |
+
BTL : Below The-Line (traditional merchandising/promotions) ;
|
249 |
+
BU : Business Unit ;
|
250 |
+
Bulk : Bulk ;
|
251 |
+
Bulking : Bulking ;
|
252 |
+
BUM : Business Unit Manager ;
|
253 |
+
BUoM : Based Unit of Measure ;
|
254 |
+
Burrus : Carton ;
|
255 |
+
BVA : Best Value Analysis ;
|
256 |
+
BVS : Brand Value Segmentation ;
|
257 |
+
BW : Business Warehouse ;
|
258 |
+
BY : Burley ;
|
259 |
+
C + C : Cash + Carry ;
|
260 |
+
C&C : Cleaning & Classifying ;
|
261 |
+
C&D : Connect & Develop ;
|
262 |
+
C&F : Casing & Flavours ;
|
263 |
+
C&IS : Control and Information System ;
|
264 |
+
C&L : Classification & Labelling ;
|
265 |
+
C&PCR : Complexity & Product Cost Reduction ;
|
266 |
+
C2P : Conformance to Plan ;
|
267 |
+
C2P : Conformance to Plan ;
|
268 |
+
C2S : Conformance to Schedule ;
|
269 |
+
C2S : Conformance to Schedule ;
|
270 |
+
C48 : Carton ;
|
271 |
+
CA : Camel (brand) ;
|
272 |
+
CAC : Corporate Audit Committee ;
|
273 |
+
CAD : Computer Aided Design/Cash Against Documents ;
|
274 |
+
CAGR : Compound Annual Growth Rate ;
|
275 |
+
CAL : Camel Lights (brand) ;
|
276 |
+
CAO : Computer Assisted Ordering ;
|
277 |
+
CAP : Customer Account Profitability / Conformity Assessment Process / Capsule (WMS) ;
|
278 |
+
CAP1 : Conformity Assessment Process ;
|
279 |
+
CAP2 : Conformity Assessment Process ;
|
280 |
+
CAP3 : Conformity Assessment Process ;
|
281 |
+
CAPA : Corrective and preventive action ;
|
282 |
+
CAPEX : Capital Expenditure ;
|
283 |
+
CAPEX : Capital Expenditure - the investment/purchase of an asset ;
|
284 |
+
CAPI : Computer Assisted Personal Interviews ;
|
285 |
+
Carton : The unit of measure for holding packs (otherwise termed 'outer') ;
|
286 |
+
Cash make cost : Cash make cost ;
|
287 |
+
Casings : Casings ;
|
288 |
+
CASN : Chemical Abstract Service Number ;
|
289 |
+
Castings : Processing terminology ;
|
290 |
+
Category : The segment of the tobacco market or the tobacco category within the retail environment ;
|
291 |
+
Category Management : A distributor-supplier process of managing categories as strategic business units, producing enhanced business results by focusing on delivering consumer value. ;
|
292 |
+
CATI : Computer Assisted Telephone Interview ;
|
293 |
+
CATMAN : Category Management ;
|
294 |
+
CATMAN : Category Management ;
|
295 |
+
CBA : Current Best Approach/Cost Benefit Analysis ;
|
296 |
+
CBI : Competency-Based Interviews ;
|
297 |
+
CBM : Condition Based Maintenance ;
|
298 |
+
CBN : Compelling Business Need (IWS) ;
|
299 |
+
CBPR : Checklist Based Project Review ;
|
300 |
+
CBR : Central Bank Rate ;
|
301 |
+
CBU : Commercial Business Unit ;
|
302 |
+
CC : Consumer Companion ;
|
303 |
+
cc/g : Cubic Centimeters/Gramme ;
|
304 |
+
CCB : Change Control Board ;
|
305 |
+
CCC : Common Communication Code ;
|
306 |
+
CCM : Continuous Control Monitoring ;
|
307 |
+
CCR : Consumer Companion Representant ;
|
308 |
+
CCT : Processing terminology/Consumer Concept test ;
|
309 |
+
CD : Consumer Dialogue / Cross Docking ;
|
310 |
+
CD&I : Consumer Dialogue & Insight ;
|
311 |
+
CDE : Customer Defect Elimination ;
|
312 |
+
CDF : Consumer Disposition Funnel ;
|
313 |
+
CDM : Career Development Meeting ;
|
314 |
+
CDR : Consumer Dialogue through Retail ;
|
315 |
+
CE : Cost Element ;
|
316 |
+
CEA : Cost Element Accounting ;
|
317 |
+
Centre : Colloquial term for Globe House ;
|
318 |
+
CEO : Chief Executive Officer ;
|
319 |
+
CEP : Consumer Engagement Programme ;
|
320 |
+
CES : Competitive Edge Series ;
|
321 |
+
CES : Competitive Edge Series ;
|
322 |
+
CF : Cashflow ;
|
323 |
+
CFC : Controlled Foreign Companies ;
|
324 |
+
CFG : Customer Focus Group / Cross Functional Group ;
|
325 |
+
CFO : Chief Financial Officer ;
|
326 |
+
CFR : CFR (Customer Service) Customer Failure Report/Cumulative Failure Rate ;
|
327 |
+
CFT : Customer Facing Team ;
|
328 |
+
CGU : Cash-generating unit ;
|
329 |
+
CH12 : BAT CH - Boncourt Factory ;
|
330 |
+
CHK : Checker ;
|
331 |
+
CI : Continuous Improvement ;
|
332 |
+
CI : Continuous improvement ;
|
333 |
+
CIA : Change Impact Assessment ;
|
334 |
+
CIC : Capex Investment Committee / Continuous Improvement Coach ;
|
335 |
+
CIC : Capex Investment Committee ;
|
336 |
+
CIES : Centre International des Entreprises de Secteur Alimentaire (The Food Business Forum) ;
|
337 |
+
CIF : Cost, Insurance and Freight (shipping term) ;
|
338 |
+
CIF : Cost, Insurance and Freight (shipping term) ;
|
339 |
+
CIF+MSF : Cost Insurance Freight + Market Support Funds ;
|
340 |
+
CIGMAR : Cigarette Market (Group Marketing Information System) ;
|
341 |
+
CIGMAR : Cigarette Market (Group marketing information system) ;
|
342 |
+
CIL : Clean, Inspect, Lubricate ;
|
343 |
+
CINCT : Caucasus, Israel, Northern Cyprus and Turkey ;
|
344 |
+
CIS : Central Information System ;
|
345 |
+
CIT : Cash in Transit ;
|
346 |
+
CKB : Competitor Knowledge Base ;
|
347 |
+
CL : Centerline Management (e.g. Visual controls of settings, deviation checks vs sticker tags (rapid audit)) / Cut Lamina ;
|
348 |
+
CL : Cut Lamina ;
|
349 |
+
CL03 : BAT Chile Operaciones S.A. - Casablanca ;
|
350 |
+
Classic Virginia : Processing terminology ;
|
351 |
+
Classification : Classification is the grouping of outlets in terms of various criteria ;
|
352 |
+
CLD : Cased Leaf Drier (Tobacco process) or Central Legal Department ;
|
353 |
+
CLD : Cased Leaf Drier (Tobacco process) ;
|
354 |
+
CM : Case / Change Management / Contracts Management / Country Manager ;
|
355 |
+
CM : Case Management ;
|
356 |
+
CMB : Centrally Managed Brands ;
|
357 |
+
CMB : Centrally Managed Brands ;
|
358 |
+
CME : Colin Mear Engineering ;
|
359 |
+
CMMS : Computerized Maintenance Management System ;
|
360 |
+
CMR : Convention relative au contrat de transport international de Marchandise par Route ;
|
361 |
+
CN : Control Navigator ;
|
362 |
+
CNP : Consumer National Promotion ;
|
363 |
+
CNTC : China National Tobacco Co ;
|
364 |
+
CNTC : China National Tobacco Co ;
|
365 |
+
CO : Change Over ;
|
366 |
+
CoA : Certificate of Analysis ;
|
367 |
+
COB : Close of Business ;
|
368 |
+
COC : Cigarette Overhead Conveyor ;
|
369 |
+
COD : Code destroyer ;
|
370 |
+
COE : Centre of Expertise ;
|
371 |
+
CoEs : Centres of Excellence ;
|
372 |
+
COG : Code Generator ;
|
373 |
+
Cogr : Convenience & Grocery ;
|
374 |
+
COI : Compounds of Interest ;
|
375 |
+
COLA : Cost of Living Adjustment ;
|
376 |
+
Comas : Supplier ;
|
377 |
+
Common platform : Common platform ;
|
378 |
+
Communicative name : Communicative name ;
|
379 |
+
CONR : Constant Rate ;
|
380 |
+
Consumer Dialogue Marketing : The way of doing business by building a mutual, beneficial relationship with our consumer franchise through a closed loop of listening, learning and responding. ;
|
381 |
+
Consumer Engagement : Interacting with consumer by engaging in the brand world and creating a dialogue. It is an 'emotional' exposure, a contact opportunity which creates a quantifiable, positive action or emotion from the consumer towards the brand. ;
|
382 |
+
Consumer Off-Take : Consumer Off-Take ;
|
383 |
+
Consumer Price Turnover : Consumer Price Turnover ;
|
384 |
+
Consumer Studies : Consumer Studies ;
|
385 |
+
Convergence : Standardising information and processes. ;
|
386 |
+
COO : Country Of Origin / Cost of Ownership ;
|
387 |
+
COO : Country Of Origin ;
|
388 |
+
COP : Conference of Parties ;
|
389 |
+
COPA : Controlling Profitability Analysis ;
|
390 |
+
CoPlan : BAT Company Plan ;
|
391 |
+
Co-plan : Company plan ;
|
392 |
+
CORA : Corporate & Regulatory Affairs department ;
|
393 |
+
CORA : Corporate & Regulatory Affairs department ;
|
394 |
+
CORESTA : Co-operation Centre for Scientific Research Relative to Tobacco ;
|
395 |
+
CORESTA : Co-operation Centre for Scientific Research Relative to Tobacco ;
|
396 |
+
Corporate signature : The fixed configuration of the British American Tobacco symbol and logotype ;
|
397 |
+
COS : Cost of Sales ;
|
398 |
+
COSO : The Committee of Sponsoring Organisations of the Treadway Commission ;
|
399 |
+
CP : Cycle Plan / Capability of Process / Cigarette Paper ;
|
400 |
+
Cp : Process Capability ;
|
401 |
+
CPC : Common Planning Calendar ;
|
402 |
+
CPE : Critical Process Equipment/Element ;
|
403 |
+
CPFR : Collaborative Planning, Forecasting & Replenishment ;
|
404 |
+
CPI : Cut Per Inch (Tobacco) / Consumer Price Index ;
|
405 |
+
CPK : Process Capability index ;
|
406 |
+
Cpk : Process Capability Index ;
|
407 |
+
CPLT : Central Product Leadership Team ;
|
408 |
+
CPM : Cycle Plan Meeting / Cigarettes Per Minute ;
|
409 |
+
CPMH : Cigarettes Per Man Hour ;
|
410 |
+
CPOM : Cycle Planning Operations Meeting ;
|
411 |
+
CPP : Consumer Promotion Program/Critical Process Parameters ;
|
412 |
+
CPQE : Consumer Physical Quality Evaluation ;
|
413 |
+
CPQE : Consumer Physical Quality Evaluation ;
|
414 |
+
CPS : Consumer Product Safety/Crown Prosecution Service ;
|
415 |
+
CPT : Consumer Product Testing ;
|
416 |
+
CPTO : Consumer Price Turnover ;
|
417 |
+
CQA : Critical Quality Attributes ;
|
418 |
+
CQMS : Corporate Quality Management System ;
|
419 |
+
CQV : Commission, Qualify, Verify (Commissioning, Qualification, Verification) ;
|
420 |
+
CR : Cost Rank / Change Request ;
|
421 |
+
CRA : Change Readiness Assessment ;
|
422 |
+
CREW : CReW - Change Request Exception Waiver ;
|
423 |
+
CRI : Consumer Relevant Innovation ;
|
424 |
+
CRM : Customer Relationship Management ;
|
425 |
+
CRP : Continuous Replenishment Programme ;
|
426 |
+
CRS : Cut Rolled Stem (tobacco) ;
|
427 |
+
CRT : Cut Rag ;
|
428 |
+
CS : Current State / Cut Stem ;
|
429 |
+
CS/3 : An ERP system, now provided by Sage, which supports some of our smaller markets. ;
|
430 |
+
CSF : Critical Success Factors ;
|
431 |
+
CSI : Corporate social investment ;
|
432 |
+
CSL : Controlled Strand Length ;
|
433 |
+
CSM : Customer Satisfaction Measurement ;
|
434 |
+
CSM : Customer Satisfaction Measurement ;
|
435 |
+
CSP : Cluster Strategy Process ;
|
436 |
+
CSQA : Commodity Specification and Quality Agreement ;
|
437 |
+
CSR : Corporate Social Responsibility / Chgemical Safety Report ;
|
438 |
+
CST : Cluster Strategy Team ;
|
439 |
+
CSU : Computer Services Unit ;
|
440 |
+
CT : Central Treasury ;
|
441 |
+
CTA : Contribution to Admin ;
|
442 |
+
CTB : Consolidated Trial Balance ;
|
443 |
+
CTP : Capable-to-Promise (CTP) ;
|
444 |
+
CTS : Cut Tobacco Store ;
|
445 |
+
CU : Capacity Utilization ;
|
446 |
+
CUP : Compliant User Provisioning ;
|
447 |
+
Curing : Processing terminology ;
|
448 |
+
Customer : Retailer ;
|
449 |
+
CV : Control Value/Control Valve ;
|
450 |
+
CVC : Characteristic Value Combinations ;
|
451 |
+
CY : Current year ;
|
452 |
+
D&D : Damaged & Destroyed ;
|
453 |
+
D&D : Damaged & Destroyed ;
|
454 |
+
D&I : Diversity and Inclusion / Distribution & inventory (IPT) ;
|
455 |
+
D&M2AC : Design and make to a cost ;
|
456 |
+
D&O : Director & Officers ;
|
457 |
+
D&S : Design & Specify ;
|
458 |
+
DAC : Dark air cured ;
|
459 |
+
DB : Defined Benefit ;
|
460 |
+
DB Agencies : Database Agencies ;
|
461 |
+
DBNR : Days Before Next Run ;
|
462 |
+
DC : Distribution Centre / Data Centre / Defined Contribution(Pension) ;
|
463 |
+
DCC : Direct Cylinder Conditioning ;
|
464 |
+
DCCC : Direct Cylinder Conditionning and Casing ;
|
465 |
+
DCCC : Direct Conditioning & Casing Cylinder ;
|
466 |
+
DCF : Discounted Cash Flow ;
|
467 |
+
DCF : Discounted Cash Flow ;
|
468 |
+
DCTA : Digital coding and Tracking Association ;
|
469 |
+
DD : Doubtful Debts ;
|
470 |
+
DD1 : Down-Day ;
|
471 |
+
DDC : Distributor Distribution Centre ;
|
472 |
+
DDG : Device Development Guideline ;
|
473 |
+
DDP : Delivery Duty Paid ;
|
474 |
+
DDS : Daily Direction Setting ;
|
475 |
+
DDU : Delivery Duty Unpaid ;
|
476 |
+
DE : Design effectiveness ;
|
477 |
+
DE27 : DE Bayreuth ;
|
478 |
+
Declink : Massflow Conveyor ;
|
479 |
+
DEER : Directly Extruded Expanded Recon ;
|
480 |
+
DEER : Directly Expanded Extruded Reconstituted (tobacco) ;
|
481 |
+
Delphi : Reclaimer ;
|
482 |
+
DES : Distribution Edge Series ;
|
483 |
+
DES : Distribution Edge Series ;
|
484 |
+
DEX : Direct Exchange ;
|
485 |
+
DEX-UCS : Direct Exchange UCS ;
|
486 |
+
DF : Demand Forecasting ;
|
487 |
+
DF10 : ;
|
488 |
+
DFA : Demand Forecast Accuracy ;
|
489 |
+
DFMEA : Design Failure Modes Effects and Analysis ;
|
490 |
+
DFSS : Designed For Six Sigma ;
|
491 |
+
DG : Deployment Group ;
|
492 |
+
DH : Defect Handling (IWS terminology) ;
|
493 |
+
DI : Data Integrity ;
|
494 |
+
DICE : DICE Chart ;
|
495 |
+
Dickinson : Supplier ;
|
496 |
+
DIET : Processing Term ;
|
497 |
+
DIP : Diversified International Product ;
|
498 |
+
Discovery : ;
|
499 |
+
Distribution : ;
|
500 |
+
DKS : Dunhill King Size (brand) ;
|
501 |
+
DM : Data Management ;
|
502 |
+
DM2C : Design & Make to a Cost ;
|
503 |
+
DME : Distance to Mouth End ;
|
504 |
+
DMM : Distributor Management Manual ;
|
505 |
+
DMR : Deployment Metrics Review ;
|
506 |
+
DMS : Daily Management System ;
|
507 |
+
DNP : Duty Not Paid ;
|
508 |
+
DNP\DPP : Duty Not Paid / Duty Partly Paid(DPP) ;
|
509 |
+
DO : Distribution Outlets ;
|
510 |
+
DoA : Delegation of Authorities ;
|
511 |
+
Documentum : ;
|
512 |
+
DOL : Daily Overdraft Limit ;
|
513 |
+
DOM : Demand Operations Manager ;
|
514 |
+
DOR : Do On the Run ;
|
515 |
+
DP : Duty Paid ;
|
516 |
+
DPP : Direct Product Profitability / Duty Partly Paid ;
|
517 |
+
DQ : Data Quality ;
|
518 |
+
DQC : Data Quality Check ;
|
519 |
+
DR : Distribution Representative / Disaster Recovery ;
|
520 |
+
DRBU : Direct Reporting Business Unit ;
|
521 |
+
DRF : Dust Recovery Filter ;
|
522 |
+
DRF : Dust Recovery Filter ;
|
523 |
+
DRG : Design Reference Group ;
|
524 |
+
Drill down : Brand Communication implemented at SQ level that is reflected in HQ and NQ. ;
|
525 |
+
DRIP : Dividend Re-investment Programme ;
|
526 |
+
DRP : Distribution Resource Planning / Disaster Recovery Programme / Distributions Requirement Planning ;
|
527 |
+
DRWO : Designing Risk & Waste Out ;
|
528 |
+
DS : Demi Slim ;
|
529 |
+
DSA : Daily Sales Average ;
|
530 |
+
DSBS : Deferred Share Benefit Scheme ;
|
531 |
+
DSD : Direct Store Delivery ;
|
532 |
+
DSM : Demand Supply Meeting ;
|
533 |
+
DSS : Direct Store Sales ;
|
534 |
+
DT : Down Time ;
|
535 |
+
DTI : Department of Trade and Industry / Down Time Indicator / Duty transit Insurance ;
|
536 |
+
DTI : Department of Trade and Industry ;
|
537 |
+
DTR : Double Tax Relief ;
|
538 |
+
DTS : Digital Tax Stamps ;
|
539 |
+
DTS : Digital Tax Stamps ;
|
540 |
+
DTV : Digital Tax Verification ;
|
541 |
+
DV : Digital Verification ;
|
542 |
+
DV : Digital Verification ;
|
543 |
+
DWB : Dry Weight Basis ;
|
544 |
+
DWR+ : Reclaimer ;
|
545 |
+
DX : Distribution Excellence ;
|
546 |
+
DX : Distribution Excellence ;
|
547 |
+
DXS : Distribution Excellence ;
|
548 |
+
DZ01 : Oran Factory ;
|
549 |
+
E2E : End to End ;
|
550 |
+
EAI : Enterprise Applications Integration ;
|
551 |
+
EAN : European Article Numbering ;
|
552 |
+
EAS : Enterprise Applications Strategy ;
|
553 |
+
EBF : Employees Benevolant Funds ;
|
554 |
+
EBITDA : Earnings before interest, tax, depreciation and amortization ;
|
555 |
+
ECA : European and Central Asia ;
|
556 |
+
ECC : Enterprise (Resource Planning) Central Component ;
|
557 |
+
ECGD : Export Credit Guarantee Department ;
|
558 |
+
ECLT Foundation : Eliminating Child Labour in Tobacco Growing Foundation ;
|
559 |
+
ECP : Euro Commercial Paper ;
|
560 |
+
ECR : Efficient Consumer Response ;
|
561 |
+
ECRS : Eliminate Combine Reduce/Reorder Simplify/Standardize ;
|
562 |
+
EDC : European Data Centre ;
|
563 |
+
EDI : Electronic Data Interchange ;
|
564 |
+
EDI : Electronic Data Interchange ;
|
565 |
+
EDLC : Every Day Low Cost ;
|
566 |
+
EDLP : Every Day Low Prices ;
|
567 |
+
EDM : Executive Directors' Meeting / Enterprise Data Model ;
|
568 |
+
EDP : Electronic Data Processing ;
|
569 |
+
EEAME : Eastern Europe, Africa & Middle East ;
|
570 |
+
EEC : European Employee Council ;
|
571 |
+
EELT : East European Leadership Team ;
|
572 |
+
EEMEA : Eastern Europe Middle East and Africa ;
|
573 |
+
EFM : Export Finance Manager ;
|
574 |
+
EFT : Electronic Fund Transfer ;
|
575 |
+
EFTL : European Finance Leadership Team ;
|
576 |
+
EFTPos : Electronic Fund Transfer at Point of Sale ;
|
577 |
+
EH&S : Environmenal, Health and Safety ;
|
578 |
+
EH&S : Environment, Health and Safety ;
|
579 |
+
EIR : Effective Interest Rate ;
|
580 |
+
EISP : Enterprise Infrastructure and Services Programme ;
|
581 |
+
ELPc : Extra low price cigarettes ;
|
582 |
+
ELT : Extended Leadership Team ;
|
583 |
+
EM : Environment Management / End Market ;
|
584 |
+
EMDM : European Master Data Management ;
|
585 |
+
EMEA : Europe, Middle East and Africa ;
|
586 |
+
EMEA : Europe Middle East Africa region ;
|
587 |
+
EMF : Effective market focus ;
|
588 |
+
EMF II : Effective Market Focus ;
|
589 |
+
EMF2 : Effective Market Focus ;
|
590 |
+
EMIS : European Mathematical Information Service ;
|
591 |
+
EMLT : European Marketing Leadership Team ;
|
592 |
+
EMO : External Manufacturing Organization ;
|
593 |
+
EMTT : Endmarket Top Team ;
|
594 |
+
ENA : Europe and North Africa ;
|
595 |
+
ENT : Enterprise Management (IWS Pillar) ;
|
596 |
+
EO : Equipment Owner/ship ;
|
597 |
+
EOD : End of the day ;
|
598 |
+
EOM : Enterprise Operating Model ;
|
599 |
+
EOQ : Economic Order Quantities ;
|
600 |
+
EOS : Exchange Of Sale ;
|
601 |
+
EOSB : End of Service Benefits ;
|
602 |
+
EP : Electrostatic Perforation ;
|
603 |
+
EP : Electrostatic Perforation ;
|
604 |
+
EPAP : Experimental Product Advisory Panel ;
|
605 |
+
E-PDC : European Product Development Committee ;
|
606 |
+
EPF : Economic Production Frequency ;
|
607 |
+
EPoS : Electronic Point of Sales ;
|
608 |
+
EPP : European Productivity Portfolio ;
|
609 |
+
EPPE : Export Production Planning Executive ;
|
610 |
+
EPPM : European Productivity Portfolio Manage ;
|
611 |
+
EPR : Effective Problem Resolution ;
|
612 |
+
EPS : Earnings Per Share ;
|
613 |
+
EQUATA : Combustible Quality system (visuals) ;
|
614 |
+
ER : Expert Review ;
|
615 |
+
ERM : Enterprise Role Management / Exchange Rate Mechanism ;
|
616 |
+
ERP : Enterprise Resourcing Planning ;
|
617 |
+
ERTS : Enhanced Remote Planning Shed ;
|
618 |
+
esh : Extended Scheduling Horizon ;
|
619 |
+
ESOP : Employee Stock Ownership Plan ;
|
620 |
+
ESOS : Executive Share Option Scheme ;
|
621 |
+
ESRO : Employees Savings Related Options ;
|
622 |
+
ESSC : External Secondary Supply Chain ;
|
623 |
+
ET : Executrac / Expanded Tobacco / Education & Training ;
|
624 |
+
ETI : BAT Acquisition ;
|
625 |
+
ETR : Effective Tax Rate ;
|
626 |
+
ETS : Environmental Tobacco Smoke ;
|
627 |
+
ETS : Environmental Tobacco Smoke ;
|
628 |
+
EUCA : EU Cooperation Agreement with BAT on illicit trade ;
|
629 |
+
EUP : End User Procedure ;
|
630 |
+
EVA : Economic Value Added ;
|
631 |
+
EVP : Employer Value Proposition ;
|
632 |
+
EWC : Expected Week of Confinement ;
|
633 |
+
EWP : Engineering Work Process ;
|
634 |
+
Excise Credit : ;
|
635 |
+
Excise Incidence : ;
|
636 |
+
Excise Payable : ;
|
637 |
+
Excise Yield : ;
|
638 |
+
ExCo : Executive Committee ;
|
639 |
+
Expat : Expatriate ;
|
640 |
+
F&SV : Fixed and Semi Variable Expenses ;
|
641 |
+
F&SV's : Fixed and Semi Variable Expenses ;
|
642 |
+
F2F : Face to Face ;
|
643 |
+
F2S : Forecast to Stock ;
|
644 |
+
FA : Fixed Assets ;
|
645 |
+
FAP : Finance Appreciation Programme ;
|
646 |
+
FAQ : Frequently Asked Question(s) ;
|
647 |
+
FAR : Fixed Assets Register ;
|
648 |
+
FBD : Fluidised Bed Dryer ;
|
649 |
+
FC : Flue Cured / Fine Cut / Fully Combustible ;
|
650 |
+
FC : Flue Cured ;
|
651 |
+
FC8 : Filter combiner 800 ;
|
652 |
+
FCC : FractureCode Corporation ;
|
653 |
+
FCF : Free Cash Flow ;
|
654 |
+
FCL : Full Container Load ;
|
655 |
+
FCTC : Framework Convention of Tobacco Control ;
|
656 |
+
FCTC : Framework Convention on Tobacco Control (WHO international Treaty) ;
|
657 |
+
FCV : Flue Cured Virginia ;
|
658 |
+
FCV : Flue Cured Virginia ;
|
659 |
+
FD : Finance Director ;
|
660 |
+
FD : Finance Director ;
|
661 |
+
FDA : Food and Drug Administration ;
|
662 |
+
FDD : Finance Director Delegate checklist ;
|
663 |
+
FDI : Foreign Direct Investments ;
|
664 |
+
FDP : Finance Development Programme ;
|
665 |
+
FEFO : First Expired First Out ;
|
666 |
+
FEI : Front End Innovation ;
|
667 |
+
FEM : Factory Engagement Meeting ;
|
668 |
+
FF : Full Flavour / Field Force ;
|
669 |
+
FF : Full Flavour (Brand Status Report) ;
|
670 |
+
FFI : Fauna and Flora International ;
|
671 |
+
FFP : Factory Foot Print ;
|
672 |
+
FFR : Forecast Fill Rate ;
|
673 |
+
FG : Finished Goods / Focus Group ;
|
674 |
+
FGS : Finished Good Stock / Finished Goods Sales ;
|
675 |
+
FGV : Finished Goods Validation ;
|
676 |
+
FHC : Financial Health Check ;
|
677 |
+
FI : Focussed Improvement (IWS Pillar) ;
|
678 |
+
FI : Filter ;
|
679 |
+
Fibex : Fibre Extrusion ;
|
680 |
+
FIFO : First In First Out ;
|
681 |
+
Fill Value : Processing terminology ;
|
682 |
+
Filtromat : Filter Feeder ;
|
683 |
+
FITM : Functional IT Manager ;
|
684 |
+
FJ01 : Fiji Factory - Suva ;
|
685 |
+
Flagship store : A retail store that engages target consumers into a brand world. ;
|
686 |
+
Flavouring : Processing terminology ;
|
687 |
+
Flavourings : Top dressings which are applied onto cut tobacco in small quantities towards the end of the primary process ;
|
688 |
+
Flexport : Modules ;
|
689 |
+
FLT : Finance Leadership Team / Fork Lift Truck ;
|
690 |
+
Flue-curing : A curing process which uses a flue to transmit heat to leaf to dry it and promote chemical change ;
|
691 |
+
FMC : Factory Made/Manufactured Cigarettes ;
|
692 |
+
FMCG : Fast Moving Consumer Goods ;
|
693 |
+
FMD : Filter Manufacturing Department ;
|
694 |
+
FMEA : Failure Modes Effects and Analysis ;
|
695 |
+
FMECA : Failure Modes Effects Criticality Analysis ;
|
696 |
+
FMGC : Fast Moving Goods Companies ;
|
697 |
+
FOB : Free On Board ;
|
698 |
+
FOC : Free Of Charge / Fixed Order Cycles ;
|
699 |
+
Focke : Supplier ;
|
700 |
+
FOQ : Fixed Order Quantity ;
|
701 |
+
Foresight : Sales forecasting and supply chain system ;
|
702 |
+
Foresight : Sales forecasting and supply chain system ;
|
703 |
+
FP : Filling Power ;
|
704 |
+
FPD : Foreign Particle Detector ;
|
705 |
+
FPI : Finished Product Inspection ;
|
706 |
+
FPI : Finished Product Inspection ;
|
707 |
+
FPO : Full pass on ;
|
708 |
+
FPS : Final Product Silo ;
|
709 |
+
FR : Filter Rod (WMS) ;
|
710 |
+
FRC : Financial Reporting Council ;
|
711 |
+
FRD : Filter Rod Department ;
|
712 |
+
Front margin : ;
|
713 |
+
FS : Future State ;
|
714 |
+
FSD : Financial Service Desk ;
|
715 |
+
FSLI : Financial Statements Line Items ;
|
716 |
+
FSP : Forward Stock Planner ;
|
717 |
+
FSS : Finance Shared Services ;
|
718 |
+
FSSC : Financial Shared Service Centre ;
|
719 |
+
FSV : Financial Statement Version ;
|
720 |
+
FT : Filter Tow ;
|
721 |
+
FTA : Filter Tip Attacher ;
|
722 |
+
FTD : Feedback To Design ;
|
723 |
+
FTE : Full Time Equivalent/Employee ;
|
724 |
+
FTO : Freedom To Operate ;
|
725 |
+
FTSE : Financial Times Stock Exchange ;
|
726 |
+
FTZ : Free Trade Zone ;
|
727 |
+
FU : Follow-up ;
|
728 |
+
FV : Fill Value ;
|
729 |
+
FX : Financial Exchange ;
|
730 |
+
FY : Full Year ;
|
731 |
+
FYI : For Your Information ;
|
732 |
+
G2 : Grey advertising agency ;
|
733 |
+
G2G : Go to Go time ;
|
734 |
+
GAAP : Generally Accepted Accounting Principles ;
|
735 |
+
GAM : Group Accounting Manual ;
|
736 |
+
GAM : Group Accounting Manual ;
|
737 |
+
GAMS : Glue Application Monitoring System ;
|
738 |
+
Garbuio : Supplier ;
|
739 |
+
Garniture : ;
|
740 |
+
GB : Gauloises Blondes ;
|
741 |
+
GB24 : BAT (Corby) Limited ;
|
742 |
+
GBL : Gauloises Blondes Legeres ;
|
743 |
+
GBLT : Global Blending Leadership Team ;
|
744 |
+
GBM : Group Brand Manager ;
|
745 |
+
GBM : Group Brand Manager ;
|
746 |
+
GBS : Global Business Services ;
|
747 |
+
GBS HR : Global Business Service HR ;
|
748 |
+
GBU : Global Business Unit ;
|
749 |
+
GBV : Gross book value ;
|
750 |
+
GCC : Gulf Cooperation Council ;
|
751 |
+
GCEU : Global Customer Engagement Unit ;
|
752 |
+
GCI : Global Commerce Initiative ;
|
753 |
+
GCMI : Greece, Cyprus Malta & Israel ;
|
754 |
+
GCoA : Group Chart of Accounts ;
|
755 |
+
GCP : Good Clinical Practice ;
|
756 |
+
GCS : General Consumer Survey ;
|
757 |
+
GD : Supplier ;
|
758 |
+
GD : Italian cigarette machinery supplier ;
|
759 |
+
GD X1 : Soft cup packer ;
|
760 |
+
GD X2 : Hinge lid packer ;
|
761 |
+
GD X2000 : High speed HL packer ;
|
762 |
+
GD X500 : High speed SC packer ;
|
763 |
+
GDB : Global Drive Brand ;
|
764 |
+
GDB+2 : Global Drive Brands +2 ;
|
765 |
+
GDFP : Global Demand Forecasting Project ;
|
766 |
+
GDP : Gross Domestic Product ;
|
767 |
+
GDPR : General Data Protection Regulation ;
|
768 |
+
GDX1 : Soft cup packer ;
|
769 |
+
GDX2 : Hinge lid packer ;
|
770 |
+
GDX2000 : High speed HL packer ;
|
771 |
+
GDX500 : High speed SC packer ;
|
772 |
+
GeHOP : Geographic Head Of Procurement ;
|
773 |
+
GENA : Global Enterprise Network Architecture ;
|
774 |
+
Generic : ;
|
775 |
+
Geo marketing : Tool that is used to help identify geographic areas populated with your target group. ;
|
776 |
+
GGP : Global Graduate Programme ;
|
777 |
+
GH : Globe House- The British American Tobacco headquarters ;
|
778 |
+
GHS : Globally Harmonised System ;
|
779 |
+
GHW : Graphic/Government Health Warnings ;
|
780 |
+
GI : Goods Issued ;
|
781 |
+
GIP : Global Integration Program ;
|
782 |
+
GIPS : Group Intellectual Property Service ;
|
783 |
+
GIT : Goods in Transit ;
|
784 |
+
GIV : Gross Invoice Value ;
|
785 |
+
GJ : Gigajoule ;
|
786 |
+
GL : General Ledger ;
|
787 |
+
Global CORE : A set of standard global processes and data which enables convergence, defined by authorised managers in Finance and Operations. ;
|
788 |
+
GLOSS : Global Leaf Order Supply System ;
|
789 |
+
GLP : Global Leaf Pool ;
|
790 |
+
GLS : Good Laboratory System ;
|
791 |
+
GLSU : General Ledger Spreadsheet Uploader ;
|
792 |
+
GLT : Green Leaf Threshing ;
|
793 |
+
GM : General Manager / Gross Margin ;
|
794 |
+
GM : General Manager ;
|
795 |
+
GMALT : Global Manufacturing Leadership Team ;
|
796 |
+
GMAPP : Group Manual of Accounting Policies & Procedures ;
|
797 |
+
GMDM : Global Master Data Management ;
|
798 |
+
GMES : Global Manufacturing Executive System ;
|
799 |
+
GMLT : Global Manufacturing Leadership Team / Global Marketing Leadership Team ;
|
800 |
+
GMP : Good Manufacturing Practice ;
|
801 |
+
gnaa : Greater North America Area ;
|
802 |
+
GNC : Global Naming Convention ;
|
803 |
+
GOD : Global Operations Director ;
|
804 |
+
Godioli and Bellanti : Supplier ;
|
805 |
+
GOLT : Global Operations Leadership Team ;
|
806 |
+
GOM : Group Operating Model ;
|
807 |
+
GOM : Global Operating Model ;
|
808 |
+
GOV-CHK : Government Checker ;
|
809 |
+
GP : Glide Path ;
|
810 |
+
GPA : Global Process Audit ;
|
811 |
+
GPC : Group Product Champion ;
|
812 |
+
GPDC : Global Product Development Council ;
|
813 |
+
GPGP : Global Policies & Group Principles ;
|
814 |
+
GPI : General Price Increase ;
|
815 |
+
GPLT : Global Product Leadership Team ;
|
816 |
+
GPMO : Global Programme Management Office ;
|
817 |
+
GPOC : Global Product Optimisation Council ;
|
818 |
+
GPS : Global Process Standards / Global Product Stewardship ;
|
819 |
+
GPSG : Global Product Steering Group ;
|
820 |
+
GQLT : Global Quality Leadership Team ;
|
821 |
+
GQT : Group Quality Team ;
|
822 |
+
GR : Goods Received ;
|
823 |
+
GR&D : Group Research & Development ;
|
824 |
+
Grades : Processing terminology ;
|
825 |
+
GRC : Governance, Risk & Compliance ;
|
826 |
+
GRC PC : Governance Risk & Control – Process Control ;
|
827 |
+
GRE : Global Retail Excellence ;
|
828 |
+
GRE : Global Retail Excellence ;
|
829 |
+
Grey : Grey advertising agency ;
|
830 |
+
Grey : Grey advertising agency ;
|
831 |
+
Griffin Cardwell : Supplier ;
|
832 |
+
GRMC : Global Risk Management Committee ;
|
833 |
+
GRNI : Goods Received but not invoiced ;
|
834 |
+
Gross Weight : Gross Weight ;
|
835 |
+
GRP : Gross Rating Points ;
|
836 |
+
GRRR : Global Ruthless Relentless Repeatability ;
|
837 |
+
GS&I : Global Supply and Inventory ;
|
838 |
+
GSC : Global Supply Chain / Global Standards Council ;
|
839 |
+
GSCS : Global Supply Chain Strategy ;
|
840 |
+
GSCSC : Global Supply Chain Service Centre ;
|
841 |
+
GSCSCLT : Global Supply Chain Service Centre Leadership Team ;
|
842 |
+
GSD : Group Service Delivery or Global Service Desk ;
|
843 |
+
GSD- CS : Customer Services ;
|
844 |
+
GSD- CS- S : Customer Services- Solutions ;
|
845 |
+
GSD- CS- T : Customer Services- Technologies ;
|
846 |
+
GSD- CS-A : Customer Services- Applications ;
|
847 |
+
GSD- IT- S : IT- Security ;
|
848 |
+
GSI : General Standing Instructions ;
|
849 |
+
GSM : Grams per Square Meter / Global Specification Management ;
|
850 |
+
GSMP : Global Service Management Project ;
|
851 |
+
GSOP : Global Sales Operations Planning ;
|
852 |
+
GSOP : Global Sales Operations Planning ;
|
853 |
+
GSP : General System of Tariffs and Preferences / Global Specification Platform / Global Strategy Process ;
|
854 |
+
GSS : Global Specification Services ;
|
855 |
+
GST : Global Scheduling Tool / Government Sales Tax ;
|
856 |
+
GSUM : Global Start-Up Methodology ;
|
857 |
+
GT : General Trade ;
|
858 |
+
GTGG : Global TOM Governance Group ;
|
859 |
+
GTM : Global Technology Manager J ;
|
860 |
+
GTM : Global Technology Manager ;
|
861 |
+
GTNF : Global Tobacco Nicotine Forum ;
|
862 |
+
GTO : Gross Turnover ;
|
863 |
+
GTR : Global Travel and Retail ;
|
864 |
+
GUI : Graphical User Interface ;
|
865 |
+
GUI : Graphic User Interface ;
|
866 |
+
GWAN : Global Wide Area Network ;
|
867 |
+
GWD : Gross Weighted Distribution (Brand Status Report) ;
|
868 |
+
HACCP : Hazard Analysis Critical Control Point ;
|
869 |
+
HAS : Historical Analysis of Spend ;
|
870 |
+
Hauni : Supplier ;
|
871 |
+
HB : Haus Bergman (Cigarette Brand) ;
|
872 |
+
HBS : High Bay Storage ;
|
873 |
+
HC : Health Check ;
|
874 |
+
HCM : Human Capital Management ;
|
875 |
+
HCS : HoReCa Classification System - system used by Belgium to help determine SQ, HQ & NQ outlets ;
|
876 |
+
HDT : Dryer ;
|
877 |
+
HES : High Efficiency Sieve/Heat Exchanger Screw ;
|
878 |
+
HFM : High Efficiency Sieve/Heat Exchanger Screw ;
|
879 |
+
HHD : High Humidity Dryer ;
|
880 |
+
HITM : Headquarters IT Manager ;
|
881 |
+
HL : Hinge Lid ;
|
882 |
+
HLC : Hinged Lid Corners (board type for cigarette packs) ;
|
883 |
+
HLP : Hinge Lid Packer ;
|
884 |
+
HLR : Highlight Report ;
|
885 |
+
HMC : Hand made cigarettes ;
|
886 |
+
HMI : Human Machine Interface ;
|
887 |
+
HMRC : Her Royal Majesty's Revenue an Customs ;
|
888 |
+
HN01 : Tabacalera Hondureña SA - San Pedro Sula ;
|
889 |
+
HnB : Heat not Burn ;
|
890 |
+
HND : Processing Term ;
|
891 |
+
HoCM : Head Of Category Management ;
|
892 |
+
HOD : Head Of Department ;
|
893 |
+
HOD : Head Of Department ;
|
894 |
+
HOF : Head Of Function ;
|
895 |
+
HOF : Head Of Function ;
|
896 |
+
HOHR : Head of Human Ressources ;
|
897 |
+
HOLO : Head Of Leaf Operations ;
|
898 |
+
HOLOS : Holistic System ;
|
899 |
+
HOLP : Head Of Leaf Processing ;
|
900 |
+
HOP : High Opacity Paper ;
|
901 |
+
Hopper : ;
|
902 |
+
HoReCa : Hotel, Restaurant & Cafe ;
|
903 |
+
HORECA : Hotels, Restaurants and Cafes ;
|
904 |
+
Horsley Court : International Training Center at Horsley, Surrey, UK ;
|
905 |
+
HOS : Head Office Services ;
|
906 |
+
HOS : Head Office Services ;
|
907 |
+
HOT : Head Of Trade ;
|
908 |
+
HPO : High Performance Organization ;
|
909 |
+
HPQC : Hewlett Packard Quality Centre ;
|
910 |
+
HPV : High Production Volume ;
|
911 |
+
HPWS : High Performance Work System ;
|
912 |
+
HQ : High Quality ;
|
913 |
+
HR : Human Resources ;
|
914 |
+
HSE : Health and Safety Executive ;
|
915 |
+
HSU : High Speed Unit ;
|
916 |
+
HT : Conditioner ;
|
917 |
+
HTD : High Temperature Dryer ;
|
918 |
+
HTR : Hard To Reach ;
|
919 |
+
Hu mectants : Additives to blends which assist moisture retention ;
|
920 |
+
HU13 : Pécs Main Factory ;
|
921 |
+
HU15 : Pécs LCO Factory ;
|
922 |
+
Humectants : Processing terminology ;
|
923 |
+
HVST : High Velocity Steam/Stem Tube ;
|
924 |
+
HW : Hollywood (cigarette brand) ;
|
925 |
+
HWL : Health Warning Label ;
|
926 |
+
Hyperion : Financial terminology ;
|
927 |
+
I&C : Information and Consultation/Installation and commissioning ;
|
928 |
+
IA : International Assignment / Impact Assessment / inventory availability ;
|
929 |
+
IAA : International Advertising Association ;
|
930 |
+
IAA : International Advertising Association ;
|
931 |
+
IAD : Invoice Authorization Database ;
|
932 |
+
IATA : Intenational Air Transport Association ;
|
933 |
+
IB : International Brand / Inner Bundling (WMS) ;
|
934 |
+
IBG : International Brand Group ;
|
935 |
+
IBG : International Brand Group ;
|
936 |
+
IBIS : Packing machinery ;
|
937 |
+
IBPM : Integrated Budgeting and Planning Management ;
|
938 |
+
IC : Inter Company ;
|
939 |
+
ICA : Inward Cartage Allowance ;
|
940 |
+
ICC : International Chamber of Commerce ;
|
941 |
+
ICC : International Chamber of Commerce ;
|
942 |
+
ICFR : Internal Control Over Financial Reporting ;
|
943 |
+
ICG : Interchangeable goods / Interchangeable groups ;
|
944 |
+
ICP : Individual Career Plan ;
|
945 |
+
ICP : Individual Career Plan ;
|
946 |
+
IDD : If Down - Do ;
|
947 |
+
IDM : Initiative Diamond Management ;
|
948 |
+
IDP : Individual Development Programme ;
|
949 |
+
IDP : Individual Development Programme ;
|
950 |
+
IDT : Inventory drive team ;
|
951 |
+
IE : Incident Elimination (IWS) / Inventory Effeciency ;
|
952 |
+
IEIS : International Executive Incentive Scheme ;
|
953 |
+
IF : Inner Frame (WMS) ;
|
954 |
+
IFRS : International Financial Reporting Standards ;
|
955 |
+
IFT : Induced Failure Test ;
|
956 |
+
IG : Individual Grocery ;
|
957 |
+
IGT : Intercompany Global Team ;
|
958 |
+
IH : Industry Hygiene ;
|
959 |
+
IH&S : Industrial Health and Safety ;
|
960 |
+
IHC : In House Cash ;
|
961 |
+
IIR : Injury Incident Rate ;
|
962 |
+
IKA : International Key Account ;
|
963 |
+
IKEA : Integrated Key Element Assessment ;
|
964 |
+
ILO : International Labour Organisation ;
|
965 |
+
IM : Initiative Management (IWS Pillar) ;
|
966 |
+
IMASCO : Financial services, tobacco and retailing group (Canada) ;
|
967 |
+
IMASCO : Financial services, tobacco and retailing group (Canada) ;
|
968 |
+
"IMF : Incident Management Feedback
|
969 |
+
; "
|
970 |
+
IMI : Incoming Materials Inspection ;
|
971 |
+
IMP : International Marketing Principles ;
|
972 |
+
IMP : Importer ;
|
973 |
+
IMS : International Marketing Standards or In Market Sales ;
|
974 |
+
International spec : A term referring to the approximate length of international cigarettes (87mm long) ;
|
975 |
+
IP : Ingress of Protection/Intellectual Property ;
|
976 |
+
IPHSA : International Public Health & Scientific Affairs Centre of Expertise ;
|
977 |
+
IPO : Initial Public Offering ;
|
978 |
+
IPRA : International Political and Regulatory Affairs ;
|
979 |
+
IPS : Initial Problem Solving ;
|
980 |
+
IPT : Integrated Planning Transformation ;
|
981 |
+
IR : Information Request / Industrial Relations ;
|
982 |
+
IRI : Immediately Reportable Incident ;
|
983 |
+
IRR : Internal Rate of Return ;
|
984 |
+
IS : International Staff ;
|
985 |
+
ISF : In store Furniture ;
|
986 |
+
ISIS : Packing machinery / Supplier ;
|
987 |
+
ISO : International Standards Organisation ;
|
988 |
+
ISO : International Organisation for Standardisation ;
|
989 |
+
ISU : Instantaneous Start-Up ;
|
990 |
+
IT : Information Technology ;
|
991 |
+
IT- BE : Information Technology- Business Engagement ;
|
992 |
+
IT- BI : Information Technology- Business Information ;
|
993 |
+
IT- SDM : Information Technology- Service Delivery Management ;
|
994 |
+
ITC : India Tobacco Company (subsidiary) ;
|
995 |
+
ITCL : Imperial Tobacco Co. (Canada) ;
|
996 |
+
ITD : Information Technology Department ;
|
997 |
+
ITD : Information Technology Department ;
|
998 |
+
ITG : Imperial Tobacco Group ;
|
999 |
+
ITG : Imperial Tobacco Group ;
|
1000 |
+
ITGA : International Tobacco Growers' Association ;
|
1001 |
+
ITGC : Information Technology General Controls ;
|
1002 |
+
ITL : Imperial Tobacco Limited ;
|
1003 |
+
ITM : International Tobacco Machinery ;
|
1004 |
+
ITM : International Tobacco machinery (Supplier)/ Principle of a Rotary Drier Process ;
|
1005 |
+
ITP : Illicit Trade Protocol ;
|
1006 |
+
ITPP : Innovative Tobacco Processing Plant ;
|
1007 |
+
ITT : Internationally Traded Tobacco ;
|
1008 |
+
ITX : IT Transformation ;
|
1009 |
+
IU : Intelligence Unit ;
|
1010 |
+
IWG : Industry Working Group ;
|
1011 |
+
IWS : Integrated Work System ;
|
1012 |
+
IWT : Inventory Within Target ;
|
1013 |
+
JF : Job Families ;
|
1014 |
+
JIT : Just In Time ;
|
1015 |
+
JKAM : Junior Key Account Manager ;
|
1016 |
+
JML : Joiners, Movers, Leavers ;
|
1017 |
+
JND : Just Noticeable Difference ;
|
1018 |
+
JO03 : BAT Jordan - Amman Factory ;
|
1019 |
+
Joshua : Advertising agency ;
|
1020 |
+
JP : Journey Plan ;
|
1021 |
+
JPGL : John Player Gold Leaf (brand) ;
|
1022 |
+
JPGL : John Player Gold Leaf ;
|
1023 |
+
JPS : John Player Special (brand) ;
|
1024 |
+
JPS : John Player Special ;
|
1025 |
+
JRC : Joint Research Centre ;
|
1026 |
+
JTI : Japan Tobacco International ;
|
1027 |
+
JV : Joint Venture ;
|
1028 |
+
JV : Joint Venture ;
|
1029 |
+
KA : Key Accounts ;
|
1030 |
+
Kahl : Supplier ;
|
1031 |
+
KAM : Key Account Manager ;
|
1032 |
+
KAM : Key Account Management ;
|
1033 |
+
KAPPA : Key Area Paper ;
|
1034 |
+
KB : Knowledge Base ;
|
1035 |
+
KCM : Key Competitor Metrics ;
|
1036 |
+
KCN : Key Control Navigator ;
|
1037 |
+
KDF : Filter Rod Maker ;
|
1038 |
+
KE01 : BAT Kenya - Nairobi ;
|
1039 |
+
KEA : Key Element Assessment ;
|
1040 |
+
Kennametal : Supplier ;
|
1041 |
+
KH01 : BATC Factory Plant - Phnom Penh ;
|
1042 |
+
KIL : Key Issues List ;
|
1043 |
+
King size : A term referring to the approximate length of a cigarette (87-94mm long) ;
|
1044 |
+
KLD : Dryer ;
|
1045 |
+
KLK : ;
|
1046 |
+
KM : Knowledge Management ;
|
1047 |
+
Koehl : Supplier ;
|
1048 |
+
KOR : Keep Ops Running ;
|
1049 |
+
KOR : Keep Ops Running (a capex category) ;
|
1050 |
+
KPI : Key Performance Indicators ;
|
1051 |
+
KPL : Kent Premium Lights ;
|
1052 |
+
KR07 : Sacheon BAT Korea Manufacturing ;
|
1053 |
+
KRA : Key Result Areas ;
|
1054 |
+
KRA : Key Result Areas ;
|
1055 |
+
KS : King Size (cigarette) ;
|
1056 |
+
KS : King Size ;
|
1057 |
+
KSA : Kingdom of Saudi Arabia ;
|
1058 |
+
KSB : King Size Box ;
|
1059 |
+
KSBA : Key Balance Sheet Accounts ;
|
1060 |
+
KSF : King Size Filter ;
|
1061 |
+
KSF : King Size Filter ;
|
1062 |
+
KSS : King Size Super Slim ;
|
1063 |
+
KT : Kent (brand) / Knowledge transfer ;
|
1064 |
+
KT 2 : Cutter ;
|
1065 |
+
KT 3 : Cutter ;
|
1066 |
+
KT2 : Cutter ;
|
1067 |
+
KT3 : Cutter ;
|
1068 |
+
KTC : Cutter ;
|
1069 |
+
KTH : Cutter ;
|
1070 |
+
KYC : Know your Customer ;
|
1071 |
+
L&B : Lambert & Butler (brand) ;
|
1072 |
+
L&B : Lambert & Butler ;
|
1073 |
+
L&D : Logistics and Distribution / Learning & Development ;
|
1074 |
+
L&M : Liggett & Myers (brand) ;
|
1075 |
+
L&M : Liggett & Myers ;
|
1076 |
+
LA : Launch Authorisation / Loss Allocation ;
|
1077 |
+
LAC : Latin America and the Caribbean ;
|
1078 |
+
LACAR : Latin America and the Caribbean ;
|
1079 |
+
Lamina : Lamina ;
|
1080 |
+
LAN : Local Area Network / Financial services, tobacco and retailing group (Canada) ;
|
1081 |
+
Landscape management : Landscape management ;
|
1082 |
+
LAP : Laminated Pouch (WMS) ;
|
1083 |
+
Laserport : Cigarette Maker Laser ;
|
1084 |
+
LAT : Leadership Assessment Tool ;
|
1085 |
+
LB : Local Brand ;
|
1086 |
+
LC : Leaf Council / Local Currency ;
|
1087 |
+
LCC : Life Cycle Costs ;
|
1088 |
+
LCL : Lower Control Limit ;
|
1089 |
+
LD : Lady lighter ;
|
1090 |
+
LDE : Local Deployment Execution (IPT) ;
|
1091 |
+
LDR : Leadership (IWS Pillar) ;
|
1092 |
+
LDW : Laid Down Weight ;
|
1093 |
+
LE : Latest Estimate / Logistics Execution ;
|
1094 |
+
Leaf : ;
|
1095 |
+
LEC : Leaf Executive Council ;
|
1096 |
+
LEDS : Line Event Data System ;
|
1097 |
+
Legal names : ;
|
1098 |
+
Legg : Supplier ;
|
1099 |
+
LEO : Legal Entity Object ;
|
1100 |
+
LEP : Limited Edition Pack ;
|
1101 |
+
LES : Logistic Execution System ;
|
1102 |
+
Levant : Lebanon, Syria, Jordan & Yemen ;
|
1103 |
+
LEX : Legal and External Affairs ;
|
1104 |
+
LFRs : Legal, Fiscal and Regulatory ;
|
1105 |
+
LIFO : Last In First Out ;
|
1106 |
+
LIFO : Last in first out ;
|
1107 |
+
LIMS : Laboratory Information Management System ;
|
1108 |
+
LIP : Lower Ignition Propensity ;
|
1109 |
+
LIW : Loss In Weight ;
|
1110 |
+
LK01 : Colombo Factory ;
|
1111 |
+
LL : Line Lead / Lower Limit ;
|
1112 |
+
LLC : Line Coach ;
|
1113 |
+
LLL : Lessons Learned Log ;
|
1114 |
+
LLP : Lead Logistics Partner ;
|
1115 |
+
LM : Licensed Manufacture ;
|
1116 |
+
LN : Lotus Notes ;
|
1117 |
+
LOC : Letter Of Credit ;
|
1118 |
+
Locator : ;
|
1119 |
+
LOF : Cigarette Maker ;
|
1120 |
+
LOG : Cigarette Maker ;
|
1121 |
+
LOGA : Cigarette Maker ;
|
1122 |
+
Logotype : ;
|
1123 |
+
Look & Feel : The look (visual design) and feel (materials used) of any brand communication developed ;
|
1124 |
+
LOS : Line of Sight ;
|
1125 |
+
LOV : List Of Values ;
|
1126 |
+
LPA : Launch Plan Agreement ;
|
1127 |
+
LPE : Latest Profit Estimate ;
|
1128 |
+
LPO : Local Purchase Order ;
|
1129 |
+
LPV : Low Production Volume ;
|
1130 |
+
LRR : Leaf Reception Room ;
|
1131 |
+
LS : Lucky Strike / Line Structure (LL, ML, PL) ;
|
1132 |
+
LS : Lucky Strike (Brand Status Report) ;
|
1133 |
+
LSC : Logistic Service Center / Line Structure Coaches (LLC, MLC, PLC) ;
|
1134 |
+
LSD : Laboratory Services Department ;
|
1135 |
+
LSL : Lucky Strike Lights / Lower Specification Limit ;
|
1136 |
+
LSM : Leaf Suppliers Manual ;
|
1137 |
+
LSS : Low Smoke Smell ;
|
1138 |
+
LT : Loss Tree / Leadership Team ;
|
1139 |
+
LTR : LTR ;
|
1140 |
+
Luckies : International Brand/Lucky Strike ;
|
1141 |
+
LUM : Line under microscope ;
|
1142 |
+
LWC : Lost Workday Case ;
|
1143 |
+
LWCIR : Lost Workday Case Incident Rate ;
|
1144 |
+
LY : Last Year ;
|
1145 |
+
M&A : Mergers and Acquistions ;
|
1146 |
+
M&A : Mergers and Acquisitions ;
|
1147 |
+
M&R : Maintenance & Repair ;
|
1148 |
+
M&S : Materials and Supplies ;
|
1149 |
+
M2U : Manufacture To User ;
|
1150 |
+
MA : Marlboro/Management Accounts ;
|
1151 |
+
MAC : Marine & Air Control ;
|
1152 |
+
MAEP : Mean Absolute Percent Error ;
|
1153 |
+
MAL : Marlboro Lights ;
|
1154 |
+
Man : Manufacturer ;
|
1155 |
+
ManEx : Manufacturing Exellence ;
|
1156 |
+
ManEx : Manufacturing Exellence (assessments) ;
|
1157 |
+
MAPE : Method of Assessing Smoking Quality ;
|
1158 |
+
Market : Market ;
|
1159 |
+
Market Capitalisation : Market Capitalisation ;
|
1160 |
+
Market review : Market review ;
|
1161 |
+
Marketing Standards : A self imposed system of regulation defining acceptable standards of communication ;
|
1162 |
+
MASQ : Method for Assessing Smoking Quality ;
|
1163 |
+
MASQ : Method for Assessing Smoking Quality ;
|
1164 |
+
MAT : Machinery Acceptance Test ;
|
1165 |
+
MAT : Moving Annual Total (Brand Status Report) ;
|
1166 |
+
MatQuIS : Material Quality Information System ;
|
1167 |
+
Maxfli : TM&D Information System ;
|
1168 |
+
Maxfli : TM&D Information System ;
|
1169 |
+
MBO : Marlboro ;
|
1170 |
+
MC : Moisture Content / Manufacturing Cost / Machine / Monte Carlo ;
|
1171 |
+
MCE : Minimum Collectable Excise ;
|
1172 |
+
MCF : Manageable Cash Flow ;
|
1173 |
+
MCG : Manufacturing Centre Gateway ;
|
1174 |
+
MCS : Manufacturing Contingency Sourcing ;
|
1175 |
+
MCSP : Manufacturing Contigency Supply Plan ;
|
1176 |
+
MCT : Minimum Collectable Taxation ;
|
1177 |
+
MD : Managing Director / Master Data ;
|
1178 |
+
MD : Managing Director ;
|
1179 |
+
MDC : Marketing Development Centres ;
|
1180 |
+
MDC : Marketing Development Centres ;
|
1181 |
+
MDD : Management Decision Diary ;
|
1182 |
+
MDDS : Machine Desing and Documentation Standard ;
|
1183 |
+
MDG : Master Data Governance ;
|
1184 |
+
MDM : Master Data Management ;
|
1185 |
+
MDS : Marketing Tool for CD ;
|
1186 |
+
MDSG : Manufacturing Development Steering Group ;
|
1187 |
+
ME : Middle East / Maxim / Manufacturing Execution ;
|
1188 |
+
MEC : Manufacturing Executive Council ;
|
1189 |
+
MEC : Manufacturing Executive Council ;
|
1190 |
+
MEEG : Managed External Email Gateway ;
|
1191 |
+
MEIO : Multi Echelon Inventory Optimization ;
|
1192 |
+
MENA : Middle East, North Africa ;
|
1193 |
+
MEP : Manufacturing Essentials Programme ;
|
1194 |
+
MEP : Manufacturing Essentials Programme (training course) ;
|
1195 |
+
MES : Manufacturing Execution System ;
|
1196 |
+
MES : Manufacturing Execution System ;
|
1197 |
+
MESA : Middle East South Asia ;
|
1198 |
+
MESCA : Middle East, South and Central Asia (Region) ;
|
1199 |
+
MET : Minimum Excise Tax ;
|
1200 |
+
Metering Band : Process machinery ;
|
1201 |
+
MFC : Manufacturing Cost ;
|
1202 |
+
MFEI : Marketing Finance Excellence Index ;
|
1203 |
+
Mfg Cig. : Manufactured Cigarette ;
|
1204 |
+
MFU : Marketing Finance Unit ;
|
1205 |
+
MFU : Marketing Finance Unit ;
|
1206 |
+
MGP : Materials Guidance Panel ;
|
1207 |
+
MHE : Materials Handling Equipment ;
|
1208 |
+
MHI : Monthly Household Income ;
|
1209 |
+
MHRA : Medicines and Health Care Products Regulatory Agency ;
|
1210 |
+
MI : Marketing investment ;
|
1211 |
+
MIGTPA : Master Inter-Group Treasury Products Agreement ;
|
1212 |
+
Mille : One thousand Cigarettes ;
|
1213 |
+
Mille : Measurement for per thousand cigarette sticks ;
|
1214 |
+
MIN-G : Marketing Information& Numbers - Global ;
|
1215 |
+
MIR : Miscellaneous Invoice Request ;
|
1216 |
+
MIS : Management Information System ;
|
1217 |
+
MISD : Marketing Intelligence & Staff Department ;
|
1218 |
+
Mixed System : Financial terminology ;
|
1219 |
+
MKT : Marketing ;
|
1220 |
+
ML : Maintenance Lead ;
|
1221 |
+
MLA : Minimum legal age ;
|
1222 |
+
MLC : Maintenance Lead Coach ;
|
1223 |
+
MLE : Module Learning Element ;
|
1224 |
+
MLT : Marketing Leadership Team ;
|
1225 |
+
MM : Maintenance Manager / Materials Manager ;
|
1226 |
+
MMIS : Maintenance Manager Information System ;
|
1227 |
+
MND : Processing Term ;
|
1228 |
+
Modified Virginia : Processing Term ;
|
1229 |
+
MOE : Major Obsolescence Electronic ;
|
1230 |
+
MOE : Major Obsolescence Electronic ;
|
1231 |
+
MOM : Month on Month (Brand Status Report) ;
|
1232 |
+
MOPaD : Methodology of Packaging Development ;
|
1233 |
+
MOPD : Methodology of Process Development ;
|
1234 |
+
MOPE : Monthly Operating Profit Estimate ;
|
1235 |
+
MOQ : Minimum Order Quantity ;
|
1236 |
+
MoS : Measures of success ;
|
1237 |
+
MOU : Memorandum Of Understanding ;
|
1238 |
+
MOU : Memorandum Of Understanding ;
|
1239 |
+
MP : Maintenance Planner / Material Planner / Prevention or Master Plan ;
|
1240 |
+
MP&S : Maintenance Planning & Scheduling (IWS) ;
|
1241 |
+
MPC : Marketing Portfolio Committee / Monetary Policy Committee ;
|
1242 |
+
MPD : Manufacturing Performance Dashboard ;
|
1243 |
+
MPD : Manufacturing Performance Dashboard ;
|
1244 |
+
MPEP : Master Planner for external procurement (IPT) ;
|
1245 |
+
"MPI : Market Price Index
|
1246 |
+
; "
|
1247 |
+
MPLE : Managing People Lawfully & Effectively ;
|
1248 |
+
MPN : Manufacturer Part Number ;
|
1249 |
+
MPPC : Most Popular Price category ;
|
1250 |
+
MPQ : Managing Product Quality ;
|
1251 |
+
MPR : Manual Payment Request ;
|
1252 |
+
MPS : Master Production Schedule / Maintenance Planning and Scheduling ;
|
1253 |
+
MPSA : Master Production Schedule Adherence ;
|
1254 |
+
MPSG : Marketing & Product Strategy Group ;
|
1255 |
+
MQ : Material Qualification ;
|
1256 |
+
MQI : Manufacturing Quality Index ;
|
1257 |
+
MQI : Manufacturing Quality Index ;
|
1258 |
+
MQS : Material Qualification Stage ;
|
1259 |
+
MQS 1 : Material Qualification Stage 1 ;
|
1260 |
+
MQS 2 : Material Qualification Stage 2 ;
|
1261 |
+
MQS 3 : Material Qualification Stage 3 ;
|
1262 |
+
MQS1 : Material Qualification Stage 1 ;
|
1263 |
+
MQS2 : Material Qualification Stage 2 ;
|
1264 |
+
MQS3 : Material Qualification Stage 3 ;
|
1265 |
+
MR&I : Marketing Research & Information ;
|
1266 |
+
MR&I : Market Research and Information ;
|
1267 |
+
MRA : Manufacturing Readiness Assesment ;
|
1268 |
+
MRCFF : Multicurrency Rolling Cashflow Forecast ;
|
1269 |
+
MRH : Management Reporting Hierarchy ;
|
1270 |
+
MRIB : Market research initiating brief ;
|
1271 |
+
MRO : Maintenance, Repair & Operations ;
|
1272 |
+
MRP : Manufacturing Resource Planning ;
|
1273 |
+
MRP : Materials Resource Planning ;
|
1274 |
+
MRP 2 : Manufacturing Resource Planning II ;
|
1275 |
+
MRPII : Manufacturing resource planning process ;
|
1276 |
+
MS : Minor Stop / Mainstream Smoke ;
|
1277 |
+
MSA : Machine Standardization Audit / Master Settlement Agreement ;
|
1278 |
+
MSD : Microsoft Dynamics ;
|
1279 |
+
MSDS : Materials Safety Data Sheet ;
|
1280 |
+
MSE : Marketing Spend Effectivness ;
|
1281 |
+
MSHG : Materials Specification Harmonisation Group ;
|
1282 |
+
MSM : Material Supply Management ;
|
1283 |
+
MSP : Managing Successful Programmes ;
|
1284 |
+
MSP : Market Share Points (Brand Status Report) ;
|
1285 |
+
MSU : Marketing Service Unit ;
|
1286 |
+
MSVD : Material Stock Value & Duration ;
|
1287 |
+
MT : Materials Testing / management Trainee ;
|
1288 |
+
MTBF : Mean Time Between Failure ;
|
1289 |
+
MTBF : Mean Time Between Failure ;
|
1290 |
+
MTBM : Mean Time Between Maintenance ;
|
1291 |
+
MTBS : Mean Time Between Stops ;
|
1292 |
+
MTC : Malaysian Tobacco Company ;
|
1293 |
+
MTM : Market-to-market ;
|
1294 |
+
MTO : Made to Order ;
|
1295 |
+
MTS : Made to Stock ;
|
1296 |
+
MTS : Make to Stock ;
|
1297 |
+
MTTR : Mean Time to Repair ;
|
1298 |
+
MU : Material Utilization ;
|
1299 |
+
MV : Modified Virgina ;
|
1300 |
+
MX03 : BAT Mexico ;
|
1301 |
+
MXS : Marketing Excellence Series ;
|
1302 |
+
MY02 : BAT Malaysia ;
|
1303 |
+
MYO : Make your Own ;
|
1304 |
+
MYO : Make your own (a type of loose tobacco) ;
|
1305 |
+
MZ04 : BAT Mozambique ;
|
1306 |
+
NA : Net Available/ Not Applicable ;
|
1307 |
+
NAKAM : National Key Account Manager ;
|
1308 |
+
NAMAS : National Measurement Accreditation Service ;
|
1309 |
+
NAMAS : National Measurement Accreditation Service ;
|
1310 |
+
Nano : Cigarette Maker ;
|
1311 |
+
National signatures : National signatures ;
|
1312 |
+
NBD : New Business Development ;
|
1313 |
+
NBMC : Non-Branded Master Cases ;
|
1314 |
+
NBSE : Non Brand Span Expenditure ;
|
1315 |
+
NBV : Net book value ;
|
1316 |
+
NCL : Non Criminal Losses ;
|
1317 |
+
NCM : Non-conforming Material ;
|
1318 |
+
NCO : Network Change Opportunities ;
|
1319 |
+
NCP : Non-Conforming Product / Nicotine Containing Product ;
|
1320 |
+
ND : Normal Deterioration ;
|
1321 |
+
NDC : Supplier ;
|
1322 |
+
NEC : Northern European Cluster ;
|
1323 |
+
NEO : SAP NetWeaver Cloud Platform ;
|
1324 |
+
Net Cost : Financial Terminology ;
|
1325 |
+
Net Weight : Net Weight ;
|
1326 |
+
New Media : Digital communication channels, such as web-based technology, mobile phone technology etc. ;
|
1327 |
+
NEX : Network Exchange ;
|
1328 |
+
NFC : Near Field Communication ;
|
1329 |
+
NFDPM : Nicotine Free Dry Particulate Matter ;
|
1330 |
+
NFDPM : Nicotine Free Dry Particulate Matter (tar, new terminology) ;
|
1331 |
+
NG : Northern Gulf ;
|
1332 |
+
NG03 : British American Tobacco Nigeria Limited ;
|
1333 |
+
NGO : Non-governmental Organisation ;
|
1334 |
+
NGP : Next Generation Products ;
|
1335 |
+
NI : Nielsen ;
|
1336 |
+
NIS : New International Standards ;
|
1337 |
+
NL33 : BAT Niemeyer Groningen ;
|
1338 |
+
NM1 : New Market One ;
|
1339 |
+
NMA : National Manufacturers Association ;
|
1340 |
+
NNAS : Number of non-attributable Stops ;
|
1341 |
+
NnaS : Number of non-attributable Stops ;
|
1342 |
+
NND : Net Net Density ;
|
1343 |
+
NOC : Network Operations Centre ;
|
1344 |
+
Non-Traditional Media tools : Communication channels other than ATL & BTL for e.g. media PR, New Media, Consumer Engagement etc. ;
|
1345 |
+
North Africa : Morocco, Algeria, Tunisia, Libya, Egypt & Soudan ;
|
1346 |
+
NP : Net Permeability ;
|
1347 |
+
NP : Net Permeability ;
|
1348 |
+
NPAT : Net Profit After Tax ;
|
1349 |
+
NPBT : Net Profit Before Tax ;
|
1350 |
+
NPD : New Product Development ;
|
1351 |
+
NPI : New Product Introduction ;
|
1352 |
+
NPV : Net Present Value ;
|
1353 |
+
NPV : Net Present Value ;
|
1354 |
+
NQ : Normal Quality ;
|
1355 |
+
NQP : Normal Quality Prestige ;
|
1356 |
+
NSM : National Sales Meeting ;
|
1357 |
+
NSS : New Supplier Selections ;
|
1358 |
+
NSWH : Near Site Warehouse ;
|
1359 |
+
NTA : Net Trading Assets ;
|
1360 |
+
NTM : Nottingham Tobacco Machinery ;
|
1361 |
+
NTMR : Neighbourhood Trade Marketing ;
|
1362 |
+
NTO : Net Turnover ;
|
1363 |
+
NTRM : Non Tobacco Related Material ;
|
1364 |
+
NTRM : Non Tobacco Related Material ;
|
1365 |
+
NVC : Net variable cost ;
|
1366 |
+
NWA : Non Wrapped Acetate ;
|
1367 |
+
NWOM : New World of Marketing ;
|
1368 |
+
O&M : Ogilvy & Mather advertising agency ;
|
1369 |
+
O&M : Ogilvy & Mather advertising agency ;
|
1370 |
+
O2C : Order to Cash ;
|
1371 |
+
OA : Opportunity Analysis ;
|
1372 |
+
OA : Opportunity Analysis ;
|
1373 |
+
OBU : Operational Business Unit/ Factory ;
|
1374 |
+
OCA : Outward Carriage Allowance ;
|
1375 |
+
OCC : Optimistic Concurrency Control ;
|
1376 |
+
OCF : Operational Cashflow ;
|
1377 |
+
OCI : Operating Company Income (UOP) ;
|
1378 |
+
OCR : Optical Character Recognition ;
|
1379 |
+
OCR : Optical Character Recognition ;
|
1380 |
+
OCV : Optical Character verification ;
|
1381 |
+
OD : Outcome Driver / Organisational Design ;
|
1382 |
+
ODG : Operational Design Group ;
|
1383 |
+
ODMS : One Day Material Store ;
|
1384 |
+
ODP : Operational Demand Planning ;
|
1385 |
+
ODS : One Day Store (Wrapping Material) / Operational Data Store ;
|
1386 |
+
OE : Order Estimate / Operating Effectiveness ;
|
1387 |
+
OE : Order Estimate ;
|
1388 |
+
OECD : Organization for Economic Cooperation and Development ;
|
1389 |
+
OEE : Overall Equipment Effectiveness/Efficiency ;
|
1390 |
+
OEI : Other expenses internal ;
|
1391 |
+
OEL : Occupational Exposure Limit ;
|
1392 |
+
OEM : Original Equipment Manufacturer ;
|
1393 |
+
OEM : Original Equipment Manufacturer ;
|
1394 |
+
OFEI : Operations finance excellence index ;
|
1395 |
+
Offal : Processing terminology ;
|
1396 |
+
OFI : Opportunity for Improvement ;
|
1397 |
+
OFR : Order fill rate ;
|
1398 |
+
OGL : Open General License ;
|
1399 |
+
OGSM : Objectives, Goals, Strategies, Measures ;
|
1400 |
+
OHA : Organization Health Assessment ;
|
1401 |
+
"OIE : Other income external
|
1402 |
+
; "
|
1403 |
+
OII : Other income internal ;
|
1404 |
+
OLAF : European Anti-Fraud Office ;
|
1405 |
+
OLAP : On-Line Analytical Processing ;
|
1406 |
+
OLT : Operations Leadership Team ;
|
1407 |
+
OM : Operating Model / Outcome Milestones ;
|
1408 |
+
OMBC : Operating Model Business Case ;
|
1409 |
+
ONB : Onboarding ;
|
1410 |
+
OO : Other Overheads ;
|
1411 |
+
OOH : Out Of Home ;
|
1412 |
+
OOH : Out Of Home ;
|
1413 |
+
OOL : Out Of Limits ;
|
1414 |
+
OOO : Out of office ;
|
1415 |
+
OOR : Open Order Report ;
|
1416 |
+
OOS : Out of Stock ;
|
1417 |
+
OP : Organizational Process (Assessment) / Operating Profit ;
|
1418 |
+
OPB : Operations Portfolio Board ;
|
1419 |
+
OpCo : Operating Company ;
|
1420 |
+
Operation : The term used to describe a manufactured unit of stem and lamina ;
|
1421 |
+
OpEx : Operating Expenditure ;
|
1422 |
+
OPL : One Point Lessons ;
|
1423 |
+
OPM : Organisation Performance Model (IWS) ;
|
1424 |
+
OPO : Other Production Overheads ;
|
1425 |
+
OPOL : Open Purchase Order List ;
|
1426 |
+
OR : Oriental Leaf ;
|
1427 |
+
ORA : Overall Risk Assessment ;
|
1428 |
+
Oracle : Oracle Market Research Ltd ;
|
1429 |
+
ORG : Organization ;
|
1430 |
+
Oriental : Oriental Leaf ;
|
1431 |
+
Oriental (OR) : Oriental blends are normally composed of 100% sun-cured tobacco ;
|
1432 |
+
Oriental tobacco : Small aromatic leaf generally grown around the middle eastern Mediterranean region used for its characteristic smoking quality ;
|
1433 |
+
ORSC : Operations Regional Standards Council ;
|
1434 |
+
ORT : Odour Reducing Technology ;
|
1435 |
+
OSC : Operations Standards Councils ;
|
1436 |
+
OSIRIS : Packing machinery ;
|
1437 |
+
OSOR : One Substance One Registration ;
|
1438 |
+
OSP : Operational Supply Planning ;
|
1439 |
+
OT : Oracle Tracker ;
|
1440 |
+
OT/OM : Operation Technician/Manager ;
|
1441 |
+
OTC : Other Tobacco Categories ;
|
1442 |
+
OTDP : Operations Transformation Data Project ;
|
1443 |
+
OTIF : On Time In Full ;
|
1444 |
+
OTIF : On Time In Full ;
|
1445 |
+
OTP : Other Tobacco Products ;
|
1446 |
+
OTS : Opportunity To See ;
|
1447 |
+
OTS : Opportunity To See ;
|
1448 |
+
Outer : The unit of measure for holding packs (otherwise termed 'carton') ;
|
1449 |
+
Outlet : Point of purchase ;
|
1450 |
+
OV : Oven Volatile ;
|
1451 |
+
P E Ratio : Price Earnings Ratio ;
|
1452 |
+
P&E : Price & Excise ;
|
1453 |
+
P&HM : Pest & Hygiene Management ;
|
1454 |
+
P&L : Profit & Loss ;
|
1455 |
+
P&L : Profit & Loss ;
|
1456 |
+
P&P : Programmes and Projects ;
|
1457 |
+
P&R : Planning and Reporting ;
|
1458 |
+
P2P : Procure to Pay ;
|
1459 |
+
PAC : Platforms Aligned Committee ;
|
1460 |
+
PACE : Performance Appraisal and Career Evaluation ;
|
1461 |
+
PACE : Performance Appraisal and Career Evaluation ;
|
1462 |
+
Pack : Cigarette packet ;
|
1463 |
+
PAF : Preliminary Approval Form ;
|
1464 |
+
PAGB : Proprietary Association of Great Britain ;
|
1465 |
+
Pallet : ;
|
1466 |
+
PAP : Personal Action Plan ;
|
1467 |
+
PAP : Personal Action Plan ;
|
1468 |
+
PASS : Personal Administration Site Services ;
|
1469 |
+
PASSIM : Cigarette maker ;
|
1470 |
+
PAT : Profit After Tax / Project Assessment Tool ;
|
1471 |
+
PBAT : Principle Behavior Assessment Tool ;
|
1472 |
+
PBI : Power BI ;
|
1473 |
+
PBIT : Profit Before Interest & Tax ;
|
1474 |
+
PBP : Puff By Puff ;
|
1475 |
+
PBT : Profit Before Tax ;
|
1476 |
+
PBT : Profit Before Tax ;
|
1477 |
+
PBV : Product Brand Value ;
|
1478 |
+
PC : Product Centre / Project Commitment / Politically Correct / Personal Computer ;
|
1479 |
+
PCD : Pathway for Continuous Development / Pitch Circle Diameter ;
|
1480 |
+
PCoE : Process Centre of Excellence ;
|
1481 |
+
PCR : Production Change Request ;
|
1482 |
+
PD : Pressure Drop ;
|
1483 |
+
PDBI : Property Damage & Business Interruption ;
|
1484 |
+
PDC : Product Development Committee ;
|
1485 |
+
PDC : Product Development Committee ;
|
1486 |
+
PDCA : Plan, Do, Check, Act ;
|
1487 |
+
PDD : Programme Definition Document ;
|
1488 |
+
PDM : Project Delivery Manager ;
|
1489 |
+
PDP : Product Development Plan ;
|
1490 |
+
PDPC : Primary Delivered Product Cost ;
|
1491 |
+
PDSG : Product Development Strategy Group ;
|
1492 |
+
PDT : Product Development Team / Planned Down Time / Planned Delivery Time ;
|
1493 |
+
PE : Price to earnings ratio / Production Execution/ Project Establishment ;
|
1494 |
+
PEC : Procurement Executive Committee ;
|
1495 |
+
PEC : Procurement Executive Committee ;
|
1496 |
+
PEM : Programme Effectiveness Management ;
|
1497 |
+
PEPY : Political & Regulatory, Economic & Competitive, Social & Technological Environmental analysis ;
|
1498 |
+
Perten : Supplier ;
|
1499 |
+
PeTra : PErformance TRAnsformation (Programme) ;
|
1500 |
+
PF : Film (WMS) ;
|
1501 |
+
PFD : Process Flow Diagram ;
|
1502 |
+
PFMEA : Process Failure mode and Effect Analysis ;
|
1503 |
+
PFR : Product Fill Rate ;
|
1504 |
+
PFS : Process Flow Sheet ;
|
1505 |
+
PG27 : Madang Factory ;
|
1506 |
+
PHW : Pictorial Health Warning ;
|
1507 |
+
PI&T : Product Integrity & Traceability ;
|
1508 |
+
PIB : Product Initiation Brief / Paper Inner Bundling ;
|
1509 |
+
PIC : Personal Information Centre ;
|
1510 |
+
PID : Project Initiation Document / Proportional Integral Derivative ;
|
1511 |
+
PIL : Process improvement Lead ;
|
1512 |
+
PIM : Portfolio Integration Meeting ;
|
1513 |
+
PIP : Personal Improvement Plan ;
|
1514 |
+
PIPO : Phase In Phase Out ;
|
1515 |
+
PIR : Post Implementation Review / Purchase Info Record ;
|
1516 |
+
PIT : Point In Time ;
|
1517 |
+
PK01 : Pakistan - Jhelum factory ;
|
1518 |
+
PK02 : Pakistan - Akora factory ;
|
1519 |
+
PKF : Product Knowledge Foundation ;
|
1520 |
+
PL : Process Lead ;
|
1521 |
+
PL01 : Poland - Augustow Factory ;
|
1522 |
+
PLA : Poly Lactose Acetate ;
|
1523 |
+
Plasticiser : Filter rod component ;
|
1524 |
+
PLB : Paper Label (WMS) ;
|
1525 |
+
PLC : Programmable Logic Controller / Public Listed Company / Process Lead Coach ;
|
1526 |
+
PLM : Product Lifecycle Management ;
|
1527 |
+
PLP : Product Line Profitability ;
|
1528 |
+
PLS : Plan Logistic Services ;
|
1529 |
+
PLS : Plan Logistic Services ;
|
1530 |
+
PLT : Procurement Leadership Team ;
|
1531 |
+
PLU : Price Lookup function / People Like Us ;
|
1532 |
+
PM : Predictive Maintenance /Preventative Maintenance / Progressive Maintenance/ Plant Manager / Program Manager / Pall Mall ;
|
1533 |
+
PM : Pall Mall ;
|
1534 |
+
PM&H : Pest Management and Hygiene ;
|
1535 |
+
PMD : Primary Manufacturing Department ;
|
1536 |
+
PMI : Philip Morris International ;
|
1537 |
+
PMI : Philip Morris International ;
|
1538 |
+
PML : Pall Mall Lights ;
|
1539 |
+
PMO : Portfolio or Programme or Project Management Office PPPM ;
|
1540 |
+
PMWNF : Particulate Matter Water & Nicotine Free (tar old terminology) ;
|
1541 |
+
PNG : Papua New Guinea ;
|
1542 |
+
PNT : Price Net of Tax ;
|
1543 |
+
PO : Purchase Order / Performance Objective / Project Objective ;
|
1544 |
+
POA : Power of Attorney ;
|
1545 |
+
POAP : Plan On A Page ;
|
1546 |
+
POC : Proof of Concept ;
|
1547 |
+
POM : Purchase Order Management ;
|
1548 |
+
POP : Point Of Purchase ;
|
1549 |
+
POP : Point of Purchase ;
|
1550 |
+
POPIC : Point of Purchase Innovation Centre ;
|
1551 |
+
POrg : Purchasing Organization ;
|
1552 |
+
POS : Point of Sale ;
|
1553 |
+
POSM : Point of Sale Material ;
|
1554 |
+
POSS : Plant Operating Strategy System ;
|
1555 |
+
POT : Paid on Time ;
|
1556 |
+
POV : Point of View ;
|
1557 |
+
PP : Production Plan ;
|
1558 |
+
PP&D : Product Planning & Development ;
|
1559 |
+
PPA : Psychophysical Analysis . Purchase Price Allocation ;
|
1560 |
+
PPA : Psychophysical Analysis ;
|
1561 |
+
PPB : Productivity Portfolio Board ;
|
1562 |
+
PPCT : Printed packaging costing tool ;
|
1563 |
+
PPDA : Planning Parameter Download Automation ;
|
1564 |
+
PPE : Product Physical Evaluation ;
|
1565 |
+
PPORD : Product Process Orientated Research Development ;
|
1566 |
+
PPP : Plant Protection Products / Portfolio, Programmes & Projects ;
|
1567 |
+
PPS : Public Place Smoking ;
|
1568 |
+
PPVP : Product Performance Validation Plan ;
|
1569 |
+
PQ : Packaging material Qualification ;
|
1570 |
+
PQC : Product Quality Control ;
|
1571 |
+
PQCDSM : Productivity Quality Cost Delivery Safety Morale ;
|
1572 |
+
PQI : Product Quality Index ;
|
1573 |
+
PQIT : Product Quality Improvement Team ;
|
1574 |
+
PQRS : Product Quality Rating System ;
|
1575 |
+
PR : Process Reliability / Purchase Requisition ;
|
1576 |
+
PRCC : Process related conversion cost ;
|
1577 |
+
PREP : Potentially Reduced Exposure Product ;
|
1578 |
+
Pre-SOP : Pre Sales & Operations Planning ;
|
1579 |
+
PRF : Project Recommendation Form ;
|
1580 |
+
Pricer : Software ;
|
1581 |
+
Pricer : Software to analyse results of BPTO (Brand Price Trade-off) ;
|
1582 |
+
PRINCE : Projects IN Controlled Environment ;
|
1583 |
+
PRIV-CHK : Private Checker ;
|
1584 |
+
PRM : Portfolio Reporting Milestones ;
|
1585 |
+
Product Maturation Stock : ;
|
1586 |
+
Prolab : Cigarette Maker ;
|
1587 |
+
Protos : Cigarette Maker ;
|
1588 |
+
PRP : Profit Related Pay ;
|
1589 |
+
PRP : Profit Related Pay ;
|
1590 |
+
PRRP : Potentially Reduced Risk Product ;
|
1591 |
+
PS : Product Supply ;
|
1592 |
+
PS : Peter Stuyvesant (Brand Status Report) ;
|
1593 |
+
PS&RA : Product Safety & Regulatory Affairs ;
|
1594 |
+
PSC : Product Stewardship Council ;
|
1595 |
+
PSD : Particle Size Distribution ;
|
1596 |
+
PSE : Product Sensory Evaluation ;
|
1597 |
+
PSG : Product Steering Group ;
|
1598 |
+
PSG : Product Steering Group ;
|
1599 |
+
PSHG : Product Specification Harmonisation Group ;
|
1600 |
+
PSM : Product Space Mapping / Product Support Services ;
|
1601 |
+
PSM : Product Space Mapping ;
|
1602 |
+
PSP : Product Stewardship Plan ;
|
1603 |
+
PSR : Packed Store Room ;
|
1604 |
+
PSU : Production Services Unit ;
|
1605 |
+
PSU : Production Services Unit ;
|
1606 |
+
Psychographics : Mental characteristics of a group of people i.e. lifestyle, behaviour, interests etc. ;
|
1607 |
+
PTA : Product Transformation Analysis (IWS) ;
|
1608 |
+
PTC : Pakistan Tobacco Company ;
|
1609 |
+
PTF : Planning Time Fence ;
|
1610 |
+
PTFE : Polytetrafluoroethylene ;
|
1611 |
+
PTM : Programme TaO Methodology ;
|
1612 |
+
PTP : Personal Training Portfolio ;
|
1613 |
+
pts : Percentage Points ;
|
1614 |
+
PUOM : Purchased unit of measurement ;
|
1615 |
+
PV : Performance Validation ;
|
1616 |
+
PVP : Product Validation Plan ;
|
1617 |
+
PVV : Product Volume Verification ;
|
1618 |
+
PW : Plug Wrap (WMS) / Product Wheel ;
|
1619 |
+
PWC : Price Waterhouse Coopers ;
|
1620 |
+
PWP : Packaging Work Process ;
|
1621 |
+
PZ : Plasticizer ;
|
1622 |
+
Q : Quality (IWS Pillar) ;
|
1623 |
+
Q&A : Questions and asnwers ;
|
1624 |
+
Q2 : Quality Reporting System ;
|
1625 |
+
QA : Quality Assurance ;
|
1626 |
+
QA : Quality Assurance ;
|
1627 |
+
QAS : Quality Acceptance Standards ;
|
1628 |
+
QB : Quaterly Briefing ;
|
1629 |
+
QBR : Quarterly Business Review ;
|
1630 |
+
QBS : Quarterly Borrowings Survey ;
|
1631 |
+
QC : Quality Control / Quarterly Control ;
|
1632 |
+
QCP : Quality Control Plan ;
|
1633 |
+
QI : Quality Inspection ;
|
1634 |
+
QL : Quality Loss ;
|
1635 |
+
QM : Quality Manager ;
|
1636 |
+
QMR : Quarterly Marketing Report ;
|
1637 |
+
QMR : Quarterly Marketing Report ;
|
1638 |
+
QMS : Quality Management System ;
|
1639 |
+
QPR : Quarterly Profit Review/Quarterly Progress Review ;
|
1640 |
+
QR : Quick Response ;
|
1641 |
+
QRB : Quality Review Board ;
|
1642 |
+
QS : Qualitative Study ;
|
1643 |
+
QSC : Quick Size Change ;
|
1644 |
+
QSC : Quick Size Change ;
|
1645 |
+
QTM : Quality Test Machine ;
|
1646 |
+
QTP : Quality Through People ;
|
1647 |
+
QTR : Quarterly …. ;
|
1648 |
+
QUAIL : Quality In Leaf ;
|
1649 |
+
Quantum : TM&D information system ;
|
1650 |
+
Quest : Quality Enabler Survey Team ;
|
1651 |
+
R&As : Report & Accounts ;
|
1652 |
+
R&B : Remuneration & Benefits ;
|
1653 |
+
R&D : Research & Development ;
|
1654 |
+
R&D : Research & Development ;
|
1655 |
+
R&R : Repairs & Renewals ;
|
1656 |
+
R&RS : Repairs & Renewals Stocks (or System) ;
|
1657 |
+
R2M : Route to market ;
|
1658 |
+
R2P : Requisition to Pay / Record To report ;
|
1659 |
+
R4F : Ready for future ;
|
1660 |
+
R4R : Ready for Regulation ;
|
1661 |
+
RA : Retail Audit ;
|
1662 |
+
RA share : Retail Audit (consumed) ;
|
1663 |
+
RAC : Regional Audit Controllers ;
|
1664 |
+
RACC : Regional Audit and CSR Committee ;
|
1665 |
+
RACI : Responsible, Accountable, Consulted, Informed ;
|
1666 |
+
RACM : Risk & Controls Matrix ;
|
1667 |
+
RAG : Red, Amber, Green Status ;
|
1668 |
+
RAI : Reynolds American Incorporated ;
|
1669 |
+
RAID : Risks, Assumptions, Issues and Dependencies ;
|
1670 |
+
RAL : Regulatory Analysis Laboratory ;
|
1671 |
+
RAR : Risk Analysis and Remediation ;
|
1672 |
+
RB : Round Corner ;
|
1673 |
+
RBG : Regional Brand Group ;
|
1674 |
+
RBS : Retirement Benefit Schemes (costs) ;
|
1675 |
+
RBU : Regional Business Unit ;
|
1676 |
+
RBU : Regional Business Unit ;
|
1677 |
+
RC : Cutter / Round Corner (Pack Format) ;
|
1678 |
+
RCA : Root Cause Analysis ;
|
1679 |
+
RCCP : Rough Cut Capacity Plan ;
|
1680 |
+
RCD : Rebates Commission & Discounts ;
|
1681 |
+
RCEE : Rothmans Central Eastern Europe ;
|
1682 |
+
"RCF : Revolving credit facility
|
1683 |
+
; "
|
1684 |
+
RCM : Reliability Centered Maintenance ;
|
1685 |
+
RCO : Rapid Change Over (IWS) ;
|
1686 |
+
RCP : Retail Classification Platform ;
|
1687 |
+
RCP : Retail Classification Platform ;
|
1688 |
+
RCS : Retail Classification System ;
|
1689 |
+
RCS 5 : Retail Classification System version 5 ;
|
1690 |
+
RD : Regional Director ;
|
1691 |
+
RD : Regional Director ;
|
1692 |
+
RDC : Retailer Distribution Centre ;
|
1693 |
+
RDF : Retail Disposition Funnel ;
|
1694 |
+
RDT : Radio Data Terminal ;
|
1695 |
+
RE : Run Efficiency/Reconstituted Tobacco/Regular ;
|
1696 |
+
RE : Recon ;
|
1697 |
+
REC : Research Executive Council ;
|
1698 |
+
REC : Research Executive Council ;
|
1699 |
+
RECON : Reconstituted Tobacco ;
|
1700 |
+
Reconstituted : Processing term ;
|
1701 |
+
RES : Retail Environment Strategy (maximum impact in stores) ;
|
1702 |
+
Resy : Massflow Reservoir ;
|
1703 |
+
Retail Census : ;
|
1704 |
+
Retail Universe : The total number of retail outlets in a specified area (i.e. Country or City) ;
|
1705 |
+
RF : Round corner Front ;
|
1706 |
+
RFC : Regional Finance Controller / Rothmans Fine Cut ;
|
1707 |
+
RFP : Request for Proposal ;
|
1708 |
+
RHOP : Regional Head Of Procurement ;
|
1709 |
+
RHRM : Regional Human Resources Manager ;
|
1710 |
+
RHRM : Regional Human Resources Manager ;
|
1711 |
+
RI : Rothmans International ;
|
1712 |
+
Riedel : Supplier ;
|
1713 |
+
RIG : Regional improvement group ;
|
1714 |
+
Ripping : Processing term ;
|
1715 |
+
RIS : Retail Incentive Scheme ;
|
1716 |
+
RIT : Regional Improvement Team ;
|
1717 |
+
RITM : Regional IT Manager ;
|
1718 |
+
RJR : RJ Reynolds ;
|
1719 |
+
RJR : RJ Reynolds ;
|
1720 |
+
RJRT : RJ Reynolds Tobacco ;
|
1721 |
+
RKS : Rothmans King Size (Brand Status Report) ;
|
1722 |
+
RKSF : Rothmans King Size Filtered (brand) ;
|
1723 |
+
RLA : Reloc Label (WMS) ;
|
1724 |
+
RLT : Regional Leadership Team ;
|
1725 |
+
RM : Record Management/Regional Manager ;
|
1726 |
+
RM : Regional Manager ;
|
1727 |
+
RML : Retail Media Landscape ;
|
1728 |
+
RMM : Regional Marketing Manager ;
|
1729 |
+
RMM : Regional Marketing Manager ;
|
1730 |
+
RMO : Retail Media Outlet/s same as Superior Quality outlet/s ;
|
1731 |
+
RMS : Retail Measurement Surveys ;
|
1732 |
+
RMT : Regional Management Team ;
|
1733 |
+
RMT : Regional Management Team ;
|
1734 |
+
RO : Rothmans King Size (brand) ;
|
1735 |
+
RO02 : Ploiesti Factory ;
|
1736 |
+
ROCE : Return On Capital Employed ;
|
1737 |
+
ROCE : Return On Capital Employed ;
|
1738 |
+
ROD : Regional Operations Director ;
|
1739 |
+
ROE : Return On Equity / Roll-Out Education ;
|
1740 |
+
ROI : Return On Investment ;
|
1741 |
+
ROLT : Regional Operations Leadership Team ;
|
1742 |
+
ROM : Regional Operations Manager ;
|
1743 |
+
ROM : Regional Operations Manager ;
|
1744 |
+
RONA : Return On Net Assets ;
|
1745 |
+
RONA : Return On Net Assets ;
|
1746 |
+
RONS : Return On Net Stockholding ;
|
1747 |
+
RONTA : Return on Net Trading Assets ;
|
1748 |
+
ROSE : Return On Shareholders' Equity ;
|
1749 |
+
ROSE : Return On Shareholders' Equity ;
|
1750 |
+
ROSF : Return On Shareholder Funds ;
|
1751 |
+
RPA : Robotic Process Automation ;
|
1752 |
+
RPC : Regional Product Centre ;
|
1753 |
+
RPI : Retail Price Index ;
|
1754 |
+
RPM : Regional Procurement Managers ;
|
1755 |
+
RPM : Regional Procurement Managers ;
|
1756 |
+
RPN : Risk Priority Number ;
|
1757 |
+
RPRC : Regional Portfolio Review Committees ;
|
1758 |
+
RPSG : Regional Product Steering Group ;
|
1759 |
+
RPT : Routine Product Testing ;
|
1760 |
+
RQA : Retail Quality Assessment ;
|
1761 |
+
RQI : Retail Quality Index ;
|
1762 |
+
RQI : Retail Quality Index ;
|
1763 |
+
RR : Risk Register / Rapid Response ;
|
1764 |
+
RRA : Rate Reliability Advisor ;
|
1765 |
+
RRB : Resource Related Billing ;
|
1766 |
+
RRP : Reduced Risk Product ;
|
1767 |
+
RRP : Recommended Retail Price (Brand Status Report) ;
|
1768 |
+
RS : Regular Size or Raw Stem ;
|
1769 |
+
RS : Regular Size ;
|
1770 |
+
RSH : Processing term ;
|
1771 |
+
RSH : Ripper Shorts ;
|
1772 |
+
RSM : Rothmans Special Mild (brand) ;
|
1773 |
+
RSP : Retail Selling Price ;
|
1774 |
+
RSS : Robust Study Summary ;
|
1775 |
+
RSU : Regional Support Unit ;
|
1776 |
+
RSU : Retail Selling Unit (Brand Status Report) ;
|
1777 |
+
RTA : Road Traffic Accident ;
|
1778 |
+
RTC : Route to Consumer ;
|
1779 |
+
RTM : Route to Market ;
|
1780 |
+
RTP : Reduced Toxicity Product ;
|
1781 |
+
RTPM : Role to Position Mapping ;
|
1782 |
+
RTS : Reconstituted Tobacco Sheet / Massflow Conveyor ;
|
1783 |
+
RTS : Reconstituted Tobacco Sheet ;
|
1784 |
+
RTT : Run To Target (IWS) ;
|
1785 |
+
RU : Rate Utilization ;
|
1786 |
+
RU40 : Saratov factory ;
|
1787 |
+
RU41 : Saint Petersburg factory and LC ;
|
1788 |
+
RYO : Roll Your Own (Loose tobacco) ;
|
1789 |
+
RYO : Roll Your Own ;
|
1790 |
+
S&I : Suppy & Inventory ;
|
1791 |
+
S&M : Sales & Marketing ;
|
1792 |
+
S&OP : Sales & Operations Planning ;
|
1793 |
+
S&P : Strategy & Planning ;
|
1794 |
+
S&RA : Scientific & Regulatory Affairs ;
|
1795 |
+
S&W : Salaries and Wages ;
|
1796 |
+
S&W : Salaries and Wages ;
|
1797 |
+
S2K : ;
|
1798 |
+
S90 : ;
|
1799 |
+
SAA : South Asia Areas ;
|
1800 |
+
SaaS : Software as a Service ;
|
1801 |
+
SAD : Single Administrative Document ;
|
1802 |
+
SAM : Strategic Account Management / Strategic Asset Manager ;
|
1803 |
+
SAM : Strategic Account Management ;
|
1804 |
+
SAP : Systems, Applications & Products in data processing ;
|
1805 |
+
SAP : Systems, Applications and Products in data processing (German Enterprise planning system) ;
|
1806 |
+
SAP BI : SAP Business Information ;
|
1807 |
+
SAP BW : SAP Business Warehouse ;
|
1808 |
+
SAS : Shelf Advertising System ;
|
1809 |
+
SB : Stock Build ;
|
1810 |
+
SB01 : Solomon Factory - Honiara ;
|
1811 |
+
SBM : Strategic Brand Manager ;
|
1812 |
+
SBO : Sales Based Ordering ;
|
1813 |
+
SC : Soft Cup / Standing Committee / Staff Council ;
|
1814 |
+
SC : Soft Cup ;
|
1815 |
+
SCADA : Supervisory Control And Data Acquisition ;
|
1816 |
+
SCAM : Supply Chain Above Market ;
|
1817 |
+
SCC : Supply Chain Compliance ;
|
1818 |
+
SCCSE : Supply Chain Customer Service Excellence ;
|
1819 |
+
SCDT : Supply Chain Drive Team / Supply Chain Diagnostic Tool ;
|
1820 |
+
SCE : Supply Chain Excellence ;
|
1821 |
+
SCE : Supply Chain Excellence ;
|
1822 |
+
SCEE : Supply Chain Eastern Europe ;
|
1823 |
+
SCEM : Supply Chain Event Management ;
|
1824 |
+
SCIA : Supply Chain Impact Assessment ;
|
1825 |
+
SCIA : Supply Scain Impact Assesment ;
|
1826 |
+
SCIP : Supply Chain Improvement Project ;
|
1827 |
+
SCM : Supply Chain Management / Solution Centre managers ;
|
1828 |
+
SCOR : Supply Chain Operations Reference Model ;
|
1829 |
+
SCS : Supply Chain Strategy ;
|
1830 |
+
SCSC : Supply Chain Service Centre ;
|
1831 |
+
SCSC : Supply Chain Service Centre ;
|
1832 |
+
SCTM : Supply Chain Technology Manager ;
|
1833 |
+
SCTV : Supply Chain Tax Verification ;
|
1834 |
+
SCTV : Supply Chain Tracking and Verification ;
|
1835 |
+
SCWE : Supply Chain Western Europe ;
|
1836 |
+
SCWE : Supply Chain West Europe ;
|
1837 |
+
SD : Standard Deviation / Sales Distribution ;
|
1838 |
+
SD EVO : Cutter ;
|
1839 |
+
SDDS : Strategy Development and Deployment Systems ;
|
1840 |
+
SDG : Strategic Design Group ;
|
1841 |
+
SDM : Service Delivery Manager/Model ;
|
1842 |
+
SDS : Safety Data Sheet/Shredded Stem ;
|
1843 |
+
SDS : Shredded Stem ;
|
1844 |
+
SDWT : Self Directed Work Teams ;
|
1845 |
+
SDWT Self : Directed Working Teams ;
|
1846 |
+
SE : Sensory Evaluation ;
|
1847 |
+
SEC : US Securities and Exchange Commission ;
|
1848 |
+
Sellex : Selling Expenses ;
|
1849 |
+
SEM : Strategic Enterprise Management ;
|
1850 |
+
SEPA : Single Euro Payments Area ;
|
1851 |
+
SF : Success Factors ;
|
1852 |
+
SFDP : Senior Finance Development Programme ;
|
1853 |
+
SFG : Semi-finished Goods ;
|
1854 |
+
SFR : Semi-finished Goods - Filter Rods ;
|
1855 |
+
SG : Southern Gulf / Steering Group ;
|
1856 |
+
SG21 : Singapore Factory ;
|
1857 |
+
SGM : Steering Group Meeting / Strategic Global Marketing ;
|
1858 |
+
SGPH : Singapore Planning Hub ;
|
1859 |
+
SH : Section Head ;
|
1860 |
+
SH : Section Head ;
|
1861 |
+
SHC : Shipping Case ;
|
1862 |
+
Shipper : The unit of measure for holding cartons or outers ;
|
1863 |
+
SHP : Stock Holding Policy ;
|
1864 |
+
SIDS : Screening Information Data Sets ;
|
1865 |
+
SIEF : Substance Information Exchange Forum ;
|
1866 |
+
SIG : Strategic Innovations Group ;
|
1867 |
+
Signature : Our corporate signature consisting of our three-leaf symbol in corporate yelow and the logotype in the BritAm typeface in corporate blue, in a fixed configuration ;
|
1868 |
+
SIL : Processing term ;
|
1869 |
+
SIMPL : Successful Initiative Management & Product Launch ;
|
1870 |
+
SIMPTWW : Safety Information Material People Tool Where Who ;
|
1871 |
+
SIMS : Substance Inventory Management System ;
|
1872 |
+
SIS : Shipment Information System ;
|
1873 |
+
SITA : Worldwide telecommunications link ;
|
1874 |
+
SITA : Worldwide telecommunications link ;
|
1875 |
+
SITPRO : Simplification of International Trade Procedures ;
|
1876 |
+
SITPRO : Simplification of International Trade Procedures ;
|
1877 |
+
SKU : Stock Keeping Unit ;
|
1878 |
+
SL : Source List ;
|
1879 |
+
SL : Super Long ;
|
1880 |
+
SLA : Service Level Agreement / Strategic Leadership Agenda ;
|
1881 |
+
SLD : Severity, Likelihood, Detection ;
|
1882 |
+
SLOBS : Slow Moving & Obsolete Stocks ;
|
1883 |
+
Sloc : Storage Location ;
|
1884 |
+
SLS : Shelf Life Study ;
|
1885 |
+
SLT : Site Leadership Team ;
|
1886 |
+
SM : Service Management ;
|
1887 |
+
SM@RT : Standardised Materials At Realistic Transfer Prices ;
|
1888 |
+
Small Lamina : Processing term ;
|
1889 |
+
Smalls : Processing term ;
|
1890 |
+
SMART : Specific, Measurable, Achievable, Relevant, Time-based (Objectives) ;
|
1891 |
+
SMD : Secondary Manufacturing Department ;
|
1892 |
+
SME : Subject Matter Expert ;
|
1893 |
+
SMF : Senior Managers Finance programme ;
|
1894 |
+
SMP : Strategic Marketing Programme / Shared Materials Planning ;
|
1895 |
+
SMS : Senior Managers Skills Workshop ;
|
1896 |
+
SN : Supply Network (IWS Pillar) ;
|
1897 |
+
SND : Supply Network Design ;
|
1898 |
+
SNO : Supply Network Operations ;
|
1899 |
+
SNOLT : SNO lead team ;
|
1900 |
+
SNP : Supply Network Planning ;
|
1901 |
+
SNPLT : SNP lead team ;
|
1902 |
+
SNS : Supply Networking Systems ;
|
1903 |
+
SO : Sales Order ;
|
1904 |
+
SOB : Source of Business ;
|
1905 |
+
SOBC : Standards of Business Conduct ;
|
1906 |
+
SOC : Source of Contamination, Standard Operating Conditions, Span Of Control, Statement Of Capability, Special Operations Command, State Of Charge, Separation of Concerns, Statement of Case, Special Operations Component, Systems Operations Control, Schedule of Compliance, System Operations Concept, Standard of Conduct, Statement of Overriding Considerations, Sales Order Confirmation ;
|
1907 |
+
SOD : Segregation of Duties ;
|
1908 |
+
SoDA : Statement of Delegated Authorities / Service Operation Desk Application ;
|
1909 |
+
SOH : Stocks on hand ;
|
1910 |
+
SOM : Share of Market/Source of Manufacture ;
|
1911 |
+
SOP : Sales Operations Planning / Standard Operational Procedure / Start of Production ;
|
1912 |
+
SOP : Sales Operations Planning ;
|
1913 |
+
SOR : Statement Of Requirment ;
|
1914 |
+
SOS : Share of Segment - Start of Shipment ;
|
1915 |
+
SOSUC : System Owner Step-Up Card ;
|
1916 |
+
Soton : Southampton ;
|
1917 |
+
SOV : Share of Voice (and spend) ;
|
1918 |
+
SoW : Statement of Work ;
|
1919 |
+
SOX : Sarbanes Oxley Act ;
|
1920 |
+
SP : Supply Planning ;
|
1921 |
+
SP&I : Strategic Planning and Insights (department) ;
|
1922 |
+
SPC : Statistical Process Control ;
|
1923 |
+
SPD&S : Strategic Product Development & Support ;
|
1924 |
+
Specific : Tobacco terminology ;
|
1925 |
+
SPI : Strategy Planning Insights ;
|
1926 |
+
SPK : Special Procurement Key ;
|
1927 |
+
SPLY : Same Period Last Year ;
|
1928 |
+
SPM : Superuser Privilege Management ;
|
1929 |
+
SPOC : Single Point of Contact ;
|
1930 |
+
SPR : Stock Projection Review ;
|
1931 |
+
SPRT : Sequential Probability Ratio Test ;
|
1932 |
+
SPU : Secondary Packing Unit ;
|
1933 |
+
SQ : Square Corner / Superior Quality Outlet ;
|
1934 |
+
SQP : Supplier Quality Partnership ;
|
1935 |
+
SQPCDM : Safety Quality Production Cost Delivery Morale ;
|
1936 |
+
SR : Service Request (IT) / Study Request ;
|
1937 |
+
SRB : Feeder ;
|
1938 |
+
SRCC : Support Related Conversion Cost ;
|
1939 |
+
SRF : Supplier Request Forms ;
|
1940 |
+
SRG : Scientific Research Group ;
|
1941 |
+
SRM : Supplier Relationship Management / Specified Risk Material ;
|
1942 |
+
SRO : Supervised Re-Order / Service and Repair Organization / Senior Responsible Owner ;
|
1943 |
+
SRT : Sheet Reconstituted Tobacco ;
|
1944 |
+
SRT : Sheet Reconstituted Tobacco ;
|
1945 |
+
SRTP : Social Responsibility in Tobacco Production ;
|
1946 |
+
SS : Sidestream Smoke / Six Sigma / Shell & Slide / Super Slim ;
|
1947 |
+
SS&T : Strategic Science & Technology ;
|
1948 |
+
SSBP : Small Strips By-Pass ;
|
1949 |
+
SSC : Secondary Supply Chain / Shared Service Centre ;
|
1950 |
+
SSCC : Serial Shipping Container Code ;
|
1951 |
+
SSG : Systems Steering Group ;
|
1952 |
+
ST : Scheduled Time ;
|
1953 |
+
STC : Smoking Tobacco & Cigars ;
|
1954 |
+
STDD : Standdisplay ;
|
1955 |
+
STEM : Shared Terms for Export Manufacture / Stem ;
|
1956 |
+
Stem Shredding : Processing Term ;
|
1957 |
+
STEP : Success Through Effective Performance ;
|
1958 |
+
STI : Stocks in Transit ;
|
1959 |
+
STK : Skandinavisk Tobakskompagni (Denmark) ;
|
1960 |
+
STK : Skandinavisk Tobakskompagni (Denmark) ;
|
1961 |
+
STL : Shift Team Leader ;
|
1962 |
+
STM : Simulated Test Market / Speed to Market ;
|
1963 |
+
STNU : Staffed Time Not Used ;
|
1964 |
+
STO : Stock Transport Order ;
|
1965 |
+
STP : Smokeless Tobacco Products ;
|
1966 |
+
STR : Stock Transfer Requisition ;
|
1967 |
+
STS : Steam Treated Stem ;
|
1968 |
+
STS : Steam Treated Stem ;
|
1969 |
+
SU : Scheduled Utilization ;
|
1970 |
+
Sun cured : Tobacco ;
|
1971 |
+
Sun-cured tobacco : Also known as oriental tobacco ;
|
1972 |
+
SUP : Single Use Plastics Directive ;
|
1973 |
+
SUPD : Single Use Plastics Directive ;
|
1974 |
+
SUPI : Secure Unique Product Identifier ;
|
1975 |
+
SUTL : Singapore United Tobacco Limited ;
|
1976 |
+
SWAN : Sales Weighted Average Nicotine ;
|
1977 |
+
SWAP : Sales Weighted Average Price ;
|
1978 |
+
SWAT : Sales Weighted Average Tar ;
|
1979 |
+
SWOT : Strength, Weaknesses, Opportunities & Threats ;
|
1980 |
+
SWP : Standard Work Process ;
|
1981 |
+
T&A : Technical & Advisory Fee ;
|
1982 |
+
T&E : Travel and Expenses ;
|
1983 |
+
T&T : Track and Trace ;
|
1984 |
+
T&T : Track and Trace Project ;
|
1985 |
+
TA : Target Audience ;
|
1986 |
+
TAMs : Template Adherence Metrics ;
|
1987 |
+
TANIC : Tabacalera Nicarguense SA ;
|
1988 |
+
TaO : TOM & OneSAP ;
|
1989 |
+
Target consumer : A group of people that have been defined by demographics, psychographics & socio-economic groups for a particular brand ;
|
1990 |
+
Target outlet universe : That part of the total universe most relevant to build your brand(s) ;
|
1991 |
+
TB : Total blend ;
|
1992 |
+
TB : Total blend ;
|
1993 |
+
TBA : Target Balancing ;
|
1994 |
+
TBC : To Be Confirmed ;
|
1995 |
+
TBD : To be decided ;
|
1996 |
+
TBM : Time Based Maintenance ;
|
1997 |
+
TBP : Tipping Base Paper ;
|
1998 |
+
TBS : To be settled ;
|
1999 |
+
TCI : Total Customer Investment ;
|
2000 |
+
TCO : Total Cost Ownership ;
|
2001 |
+
TCP : Trade Coverage Plan ;
|
2002 |
+
TCR : Transport change request ;
|
2003 |
+
TD : Top Dressing ;
|
2004 |
+
TDB : Technical database ;
|
2005 |
+
TDC : Total Delivered Cost / Technical Development Corp / Top Dressing Cylinder ;
|
2006 |
+
TDD : Trade Development Department ;
|
2007 |
+
TDM : Trade Development Manager ;
|
2008 |
+
TDR : Tvornica Duhana Rovinj ;
|
2009 |
+
TEBs : Tailored End Brands ;
|
2010 |
+
TEI : Total Employee Involvement ;
|
2011 |
+
TEO : Total Employee Ownership ;
|
2012 |
+
TF : Tray Filler ;
|
2013 |
+
TFRD : Filter Rod Department ;
|
2014 |
+
TFS : Transformation Flow Sheet ;
|
2015 |
+
TFT : Tobacco Fusion Technology ;
|
2016 |
+
th : Milles ;
|
2017 |
+
THP : Tobacco Heated Product ;
|
2018 |
+
TIC : Tobacco Insurance Company ;
|
2019 |
+
TICS : Total Integrity Communications System (Quality Reporting) ;
|
2020 |
+
TIH : Tactical Inventory Hub ;
|
2021 |
+
TIR : Total Incident Rate ;
|
2022 |
+
TL : Team Leader ;
|
2023 |
+
TLD : Task Level Description ;
|
2024 |
+
TLE : Tobacco Leaf Extract ;
|
2025 |
+
TM : Tobacco Moisture gauge ;
|
2026 |
+
TM&D : Trade Marketing & Distribution ;
|
2027 |
+
TM&DX : Trade Marketing & Distribution Execution ;
|
2028 |
+
TMA : Tobacco Manufacturers' Association ;
|
2029 |
+
TMA : Tobacco Manufacturers' Association ;
|
2030 |
+
TMB : Tobacco Management Board ;
|
2031 |
+
TMC : Total Manufacturing Cost / Trade Marketing Communication / Tailor Made Cigarettes ;
|
2032 |
+
TMC : Trade Mark Communication ;
|
2033 |
+
TMD : Trade Marketing Diversification ;
|
2034 |
+
TMD : Trade Mark Diversification ;
|
2035 |
+
TMDM : Trade Marketing Distribution Manager ;
|
2036 |
+
TME : Trade Marketing Execution ;
|
2037 |
+
TMFA : Time Mapping & Flow Analysis ;
|
2038 |
+
TMI : Tobacco Manufacturers (India) Ltd ;
|
2039 |
+
TMM : Total Market Model ;
|
2040 |
+
TMO : Trade Marketing Outlet/s same as High Quality outlet/s ;
|
2041 |
+
TMR : Trade Marketing Representant ;
|
2042 |
+
TMR : Trade Marketing Representative ;
|
2043 |
+
TMS : Trade Mark Service ;
|
2044 |
+
TMVF : Trade Mark Verification ;
|
2045 |
+
TNA : Training Needs Analysis ;
|
2046 |
+
TNE : Tobacco Nothing Else ;
|
2047 |
+
TO : Transport Order ;
|
2048 |
+
TOFI : Reclaimer ;
|
2049 |
+
TOM : Target Operating Model / Type Of Machine ;
|
2050 |
+
Tomra : Supplier ;
|
2051 |
+
TOP : Type Of Part ;
|
2052 |
+
TOR : Terms of Reference ;
|
2053 |
+
TOS : Tear Off Strip (WMS) ;
|
2054 |
+
TOT : Total Offer Test (Marketing)/ Terms of Trade (Finance) ;
|
2055 |
+
TOT : Total Offer Test ;
|
2056 |
+
Tow : Cigarette component ;
|
2057 |
+
TP : Trading Profit / Tipping Paper ;
|
2058 |
+
TP : Technology Provider ;
|
2059 |
+
TPD : Tobacco Products Directive ;
|
2060 |
+
TPDA : Tobacco Products Duty Act ;
|
2061 |
+
TPES : Towers Perring Eagles Star Shares Plan services Ltd ;
|
2062 |
+
TPM : Total Particulate Matter / Total Productive Maintenance ;
|
2063 |
+
TPO : Transactional Procurement Optimisation ;
|
2064 |
+
TPRI : Trade Performance Related Investment ;
|
2065 |
+
TQM : Total Quality Management ;
|
2066 |
+
TQM : Total Quality Management ;
|
2067 |
+
TR : Technical Review ;
|
2068 |
+
TR45 : BAT - Samsun ;
|
2069 |
+
TRA : Technical Readiness Assessment ;
|
2070 |
+
Traditional Advertising : Above the Line advertising - TV, Print and Out of Home ;
|
2071 |
+
Trend follower : People who follow trends ;
|
2072 |
+
Trendsetter : People who set trends that others follow ;
|
2073 |
+
Triacetin : Cigarette component ;
|
2074 |
+
TRL : Target Rate Loss / Technical Readiness Leader ;
|
2075 |
+
TRM : Talent Review Meetings ;
|
2076 |
+
TS : Technical Standards ;
|
2077 |
+
TSC : Technical Steering Council ;
|
2078 |
+
TSP : Total System Profit ;
|
2079 |
+
TSR : Total Shareholders Return ;
|
2080 |
+
TSU : Technology Scouting Unit ;
|
2081 |
+
TSV : Slicer ;
|
2082 |
+
TT : Twin Ten / Top Team ;
|
2083 |
+
TT&C : Trading Terms & Conditions ;
|
2084 |
+
TT&T : Technology Transfer & Training ;
|
2085 |
+
TT04 : The West Indian Tobacco Company - Port of Spain ;
|
2086 |
+
TTL : Through-the-line ;
|
2087 |
+
TUA : Tobacco Utilisation Assessment ;
|
2088 |
+
TUA : Tobacco Utilisation Assessment ;
|
2089 |
+
TV : Tip Ventilation ;
|
2090 |
+
TWF : The Way Forward ;
|
2091 |
+
TWR : Weight of Rejected ;
|
2092 |
+
TWR : Weight of Rejected ;
|
2093 |
+
UA01 : BAT Prilucki ;
|
2094 |
+
UAE : United Arab Emirates ;
|
2095 |
+
UAT : User Acceptance Testing ;
|
2096 |
+
UCC : Uniform Code Council ;
|
2097 |
+
UCL : Upper Control Limit ;
|
2098 |
+
UCS : Uniform Communication Standard-II transactions ;
|
2099 |
+
UGM : User Group Meeting ;
|
2100 |
+
UI : User Interface ;
|
2101 |
+
UK OPS : UK Operations (Southampton & Corby) ;
|
2102 |
+
UKAS : United Kingdom Accreditation Service ;
|
2103 |
+
UKIB : UK International brand ;
|
2104 |
+
UKOps : UK Operations ;
|
2105 |
+
UL : Ultra Lights ;
|
2106 |
+
UNSPSC : Universal Standards Products Service Classification ;
|
2107 |
+
UOM : Unit Of Measure ;
|
2108 |
+
UOP : Underline Operating Profit ;
|
2109 |
+
UP : Un-authorized Product ;
|
2110 |
+
UPC : Universal Product Code ;
|
2111 |
+
UPDT : Unplanned Downtime (IWS) ;
|
2112 |
+
UPS : Uninteruptable Power Supply / Unified Problem Solving ;
|
2113 |
+
UPS : Uninterupptable Power Supply ;
|
2114 |
+
URS : User Requirement Specification ;
|
2115 |
+
US Blended : United States Blended tobacco ;
|
2116 |
+
USB : Universal Serial Bus ;
|
2117 |
+
USDA : Us Department of Agriculture ;
|
2118 |
+
USIB : US International brand ;
|
2119 |
+
USL : Upper Specification Limit ;
|
2120 |
+
USP : Universal Stock Policy ;
|
2121 |
+
UT : Up Time / Unit Testing ;
|
2122 |
+
UTC : Coordinated Universal Time ;
|
2123 |
+
UZ02 : Cigarette factory - Samarqand ;
|
2124 |
+
V3 : Version 3 (BAT's Standard Seibel CRM Platform) ;
|
2125 |
+
VA : Virginia tobacco ;
|
2126 |
+
VAA : Value Adding Activity ;
|
2127 |
+
VAD : Dryer ;
|
2128 |
+
Varios : Massflow Reservoir ;
|
2129 |
+
VAT : Value Added Tax - Vendor Acceptance Testing ;
|
2130 |
+
VC : Volume Classification / Visual Controls ;
|
2131 |
+
VCF : Vendor Creation Form ;
|
2132 |
+
VE09 : C.A. Cigarrera Bigott Sucs - Valencia ;
|
2133 |
+
VE10 : C.A. Cigarrera Bigott Sucs - Caracas ;
|
2134 |
+
VEO : Virtual Electronic Ordering ;
|
2135 |
+
VFD : Variable Frequency Drive ;
|
2136 |
+
VFM : Value For Money ;
|
2137 |
+
VI : Virginia tobacco ;
|
2138 |
+
VIES : VAT Information Exchange System ;
|
2139 |
+
VIS : Vertically Inclined Slicer ;
|
2140 |
+
VMI : Vendor Managed Inventory ;
|
2141 |
+
VMR : Vendor Managed Replenishment ;
|
2142 |
+
VN10 : Vina-BAT SMD Joint Venture - Ho Chi Minh City ;
|
2143 |
+
VN11 : BAT-Vinataba (JV) Ltd - Dong Nai factory ;
|
2144 |
+
VR : Viceroy (brand) ;
|
2145 |
+
VRL : Viceroy Lights (brand) ;
|
2146 |
+
VSM : Value Stream Mapping (IWS) ;
|
2147 |
+
VST : Vazir Sultan Tobacco (India) ;
|
2148 |
+
VSU : Vertical Start-UP ;
|
2149 |
+
VWD : Volume Weighted Distribution ;
|
2150 |
+
W : Winston ;
|
2151 |
+
W3 : The Way We Work ;
|
2152 |
+
WA : Reloc ;
|
2153 |
+
WAC : Weighted Average Cost ;
|
2154 |
+
WACC : Weighted Average Cost of Capital ;
|
2155 |
+
WALT : Weighted Average Lead Time ;
|
2156 |
+
WAP : Weighted Average Price ;
|
2157 |
+
WAR : Warehouse Receipt ;
|
2158 |
+
WBS : Workgroup Breakdown Structure ;
|
2159 |
+
WC : Weigh Conveyor ;
|
2160 |
+
WCC : Weekly Control Cycle ;
|
2161 |
+
WCF : World Class Finance ;
|
2162 |
+
WDP : Work & Development Plan (an individuals) ;
|
2163 |
+
WDS : Weekly Direction Setting ;
|
2164 |
+
WE : Reloc Bevel Edge ;
|
2165 |
+
WECT : Western Europe Central Trading ;
|
2166 |
+
WEL : Workplace Exposure Limit ;
|
2167 |
+
WH : Weighted Handling ;
|
2168 |
+
WHO : World Health Organisation ;
|
2169 |
+
WHT : Withholding Tax ;
|
2170 |
+
WIC : World Investment Co Ltd ;
|
2171 |
+
Winnows : Processing Term ;
|
2172 |
+
WIP : Work in progress ;
|
2173 |
+
WL : Winston Lights (brand) ;
|
2174 |
+
WM : Warehouse Management ;
|
2175 |
+
WMS : Warehouse Management System / Wrapping MaterialS /Wrapping Material Specification ;
|
2176 |
+
WMS : Warehouse Management System / Wrapping Materials Store ;
|
2177 |
+
WO : Write off ;
|
2178 |
+
WOC : Width Of Cut ;
|
2179 |
+
Wolverine Proctor : Supplier ;
|
2180 |
+
WOM : Word Of Mouth ;
|
2181 |
+
WOOS : Weighted Out of Stock ;
|
2182 |
+
WOW : Winning in Our World / Way Of Working ;
|
2183 |
+
WPA : Work Point Analysis ;
|
2184 |
+
WPI : Work Progress Improvement (IWS) ;
|
2185 |
+
WPP : Weekly Planning Process ;
|
2186 |
+
WR : Weight of Reject ;
|
2187 |
+
WR : Weight of Rejected ;
|
2188 |
+
WS01 : Samoa Manufacturing - Apia ;
|
2189 |
+
WSP : Wholesale Selling Price ;
|
2190 |
+
WTCF : Winning Through Consumer Focus ;
|
2191 |
+
WTL : Water Treated Lamina ;
|
2192 |
+
WTS : Water Treated Stem ;
|
2193 |
+
WWA : Where-Where Analysis / Why-Why Analysis ;
|
2194 |
+
WWB : Wet Weight Basis ;
|
2195 |
+
WWTP : Wastewater Treatment Plant ;
|
2196 |
+
YAUS : Young Adult Urban Smokers ;
|
2197 |
+
YE : Year End ;
|
2198 |
+
YoY : Year on Year ;
|
2199 |
+
YSP : Youth Smoking Prevention ;
|
2200 |
+
YTD : Year to Date ;
|
2201 |
+
YTG : Year to Go / Year to Goal ;
|
2202 |
+
YV : Your Voice Survey ;
|
2203 |
+
ZA04 : BAT South Africa - Heidelberg ;
|
2204 |
+
ZLJM : Zero Loss Journey Map ;
|
2205 |
+
ZW06 : BAT Zimbabwe - Harare ;
|
2206 |
+
APSCSC : Asia Pacific Supply Chain Service Centre ;
|
2207 |
+
NAA : North Asia Area ;
|
2208 |
+
|
2209 |
+
|
2210 |
- Service desk is located at HO 1st floor & Annes near basketball ground.
|
2211 |
- for SAP , wifi , network related issue , you should contact Md. Monirul Islam & his contact number 01730372426
|
2212 |
- CTC stands for Ceylon Tobacco Company PLC.
|
|
|
2217 |
inputs="text",
|
2218 |
outputs="text",
|
2219 |
css="footer{display:none !important}",
|
2220 |
+
title="BATB Acronym Finder",
|
2221 |
+
description="",
|
2222 |
theme='compact'
|
2223 |
)
|
2224 |
|