docs(multi lang support): work on getting multi lang support working
@@ -15,28 +15,28 @@ Please note that if you plan to utlize the scanner app you must use IIS to run a
|
||||
1. Open IIS
|
||||
2. Expand the plant and select application pools
|
||||
|
||||

|
||||

|
||||
|
||||
3. Right click and create application
|
||||
|
||||

|
||||

|
||||
|
||||
4. Name is Logistics Support Tool
|
||||
|
||||
- Change .NET CLR verion to not managed
|
||||
- leave the rest as default
|
||||
|
||||

|
||||

|
||||
|
||||
## Create the website
|
||||
|
||||
1. Expand the Sites
|
||||
|
||||

|
||||

|
||||
|
||||
2. Right click on default site and click "Add Application..."
|
||||
|
||||

|
||||

|
||||
|
||||
3. Fill out the form like below
|
||||
|
||||
@@ -48,7 +48,7 @@ Please note that if you plan to utlize the scanner app you must use IIS to run a
|
||||
E:\LST\lstWrapper
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Making sure websocket is enabled
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
id: install
|
||||
---
|
||||
|
||||
# Install Process
|
||||
@@ -105,7 +106,7 @@ Make sure you have installed both
|
||||
open the app in vs code
|
||||
open terminal
|
||||
|
||||

|
||||

|
||||
|
||||
run the install command
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
id: intro
|
||||
title: intro.title
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
# Logisitcs Support Tool Intro
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
id: ocp
|
||||
---
|
||||
|
||||
# Material Consumption
|
||||
@@ -22,7 +23,7 @@ here you will be able to see the logs for the last 4 hours to identifty what the
|
||||
|
||||
below is an example of missing materials.
|
||||
|
||||

|
||||

|
||||
|
||||
as you see this lot is missing a lot of items. if the packer keeps pressing the pause button you will see quite a few of these.
|
||||
|
||||
@@ -39,16 +40,16 @@ To correct these errors follow each error.
|
||||
|
||||
Grab a scanner and scan the Consume non-prepared material
|
||||
|
||||

|
||||

|
||||
|
||||
next grab the production work order of the lot you will be running the material on.
|
||||
Then scan the top barcode.
|
||||
|
||||

|
||||

|
||||
|
||||
Lastly scan the cage of preforms, resin, or color you will be consuming to the lot.
|
||||
|
||||

|
||||

|
||||
|
||||
## Consuming new manual material via LST.
|
||||
|
||||
@@ -58,7 +59,7 @@ Click on material helper on the left side bar.
|
||||
|
||||
Enter the lot and running number and click consume, the card also comes with basic insturctions.
|
||||
|
||||

|
||||

|
||||
|
||||
This will do the exact same process as using the scanner.
|
||||
|
||||
@@ -75,7 +76,7 @@ then you will want to add the enter the running number and the original quantity
|
||||
|
||||
label example to show where to look
|
||||
|
||||

|
||||

|
||||
|
||||
NOTE: preforms have there quantity on the label as well and you can still use the external running number(iowas perform running numebr) to move to the next lot.
|
||||
|
||||
@@ -83,15 +84,15 @@ Last part you will need is the lot number you will be moving the material too.
|
||||
|
||||
Like in the consume lst comes with basic insturctions as well.
|
||||
|
||||

|
||||

|
||||
|
||||
Please see example errors that you could see when utlizeing the lotTransfer card.
|
||||
|
||||
   
|
||||
   
|
||||
|
||||
The below specfic and very generic error is more than likely an input error. And that could be the running number is wrong and never actually was in the system, but in the event everything was checked and you still get the error please report by entering a helpdesk ticket.
|
||||
|
||||

|
||||

|
||||
|
||||
## Manual return and consume
|
||||
|
||||
@@ -110,7 +111,7 @@ Grab your label you are wanting to move to the next lot
|
||||
|
||||
Note the running number and qty. you will not ever be able to reprint for more than the qty that is currenty on the label
|
||||
|
||||

|
||||

|
||||
|
||||
next open up alpla label (any version of alpla label will work for this step) and click on the reprint tab.
|
||||
|
||||
@@ -120,13 +121,13 @@ NOTE: if you see the yellow triangle like in the below example this indicates th
|
||||
|
||||
please reach out to your manager or supervisor to ask for next steps on what to do.
|
||||
|
||||

|
||||

|
||||
|
||||
Next take the newly printed label, a scanner, workorder, and location barcode.
|
||||
|
||||
scan
|
||||
|
||||

|
||||

|
||||
|
||||
- Scan the unit (The label you reprinted).
|
||||
- Scan the lane (location where you will be returning this material/preforms to)
|
||||
@@ -136,10 +137,10 @@ Grab the new work order
|
||||
|
||||
Scan
|
||||
|
||||

|
||||

|
||||
|
||||
- Scan the top bar code on the production order
|
||||
|
||||

|
||||

|
||||
|
||||
- Scan the barcode of the label you reprinted
|
||||
|
||||
@@ -33,7 +33,30 @@ const config: Config = {
|
||||
// may want to replace "en" with "zh-Hans".
|
||||
i18n: {
|
||||
defaultLocale: "en",
|
||||
locales: ["en"],
|
||||
locales: ["en", "es"],
|
||||
// localeConfigs: {
|
||||
// en: {
|
||||
// label: "English",
|
||||
// direction: "ltr",
|
||||
// htmlLang: "en-US",
|
||||
// calendar: "gregory",
|
||||
// path: "en",
|
||||
// },
|
||||
// es: {
|
||||
// label: "Español",
|
||||
// direction: "ltr",
|
||||
// htmlLang: "es-ES",
|
||||
// calendar: "gregory",
|
||||
// path: "es",
|
||||
// },
|
||||
// de: {
|
||||
// label: "Deutsch",
|
||||
// direction: "ltr",
|
||||
// htmlLang: "de-DE",
|
||||
// calendar: "gregory",
|
||||
// path: "de",
|
||||
// },
|
||||
// },
|
||||
},
|
||||
|
||||
presets: [
|
||||
@@ -92,6 +115,10 @@ const config: Config = {
|
||||
// label: "GitHub",
|
||||
// position: "right",
|
||||
// },
|
||||
// {
|
||||
// type: "localeDropdown",
|
||||
// position: "right",
|
||||
// },
|
||||
],
|
||||
},
|
||||
footer: {
|
||||
|
||||
@@ -14,6 +14,11 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
|
||||
*/
|
||||
const sidebars: SidebarsConfig = {
|
||||
// By default, Docusaurus generates a sidebar from the docs folder structure
|
||||
// docsSidebar: [
|
||||
// { type: "doc", id: "intro" },
|
||||
// { type: "doc", id: "install" },
|
||||
// { type: "doc", id: "ocp/ocp" },
|
||||
// ],
|
||||
docsSidebar: [{ type: "autogenerated", dirName: "." }],
|
||||
|
||||
// But you can create a sidebar manually
|
||||
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 121 KiB |
|
Before Width: | Height: | Size: 217 KiB After Width: | Height: | Size: 217 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 130 KiB |
|
Before Width: | Height: | Size: 220 KiB After Width: | Height: | Size: 220 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |