Compare commits

...

4 Commits

6 changed files with 23 additions and 10 deletions

13
CHANGELOG.md Normal file
View File

@@ -0,0 +1,13 @@
# All Changes to LST can be found below.
### 1.0.1 (2025-08-27)
### 📝 Chore
* **app:** added in commit cz and version for change logs ([3dad89c](https://git.tuffraid.net/cowch/lst/commits/3dad89c02bd699f007ba8c969cf75ca96b60649e))
### 📚 Documentation
* **ocp:** added in material lot docs ([b0e74b2](https://git.tuffraid.net/cowch/lst/commits/b0e74b2fa9c753b82f8033a827bbad18543155b7))

View File

@@ -30,10 +30,10 @@ To correct these errors follow each error.
- for autoconsume items missing you will need to move materials, that are considered autoconsume to an autoconsume location. - for autoconsume items missing you will need to move materials, that are considered autoconsume to an autoconsume location.
- for manual materials you will need to - for manual materials you will need to
- [scan](/docs/ocp/lotTransfer#consuming-new-manual-material-via-scanner) - [scan](/docs/ocp/materials#consuming-new-manual-material-via-scanner)
- [lst-consume](/docs/ocp/lotTransfer#consuming-new-manual-material-via-lst) - [lst-consume](/docs/ocp/materials#consuming-new-manual-material-via-lst)
- [transfer-to-next](/docs/ocp/lotTransfer#tranfer-partial-estimated-quantity-to-the-next-lot) - [transfer-to-next](/docs/ocp/materials#tranfer-partial-estimated-quantity-to-the-next-lot)
- [Reprint and consume](/docs/ocp/lotTransfer#manual-return-and-consume) - [Reprint and consume](/docs/ocp/materials#manual-return-and-consume)
## Consuming new manual material via scanner. ## Consuming new manual material via scanner.

View File

@@ -141,7 +141,7 @@ const config: Config = {
// ], // ],
// }, // },
// ], // ],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, copyright: `Copyright © ${new Date().getFullYear()} Logistics Support Tool docs, Inc. Built with Docusaurus.`,
}, },
prism: { prism: {
theme: prismThemes.github, theme: prismThemes.github,

View File

@@ -73,9 +73,9 @@ const FeatureList: FeatureItem[] = [
function Feature({ title, Svg, description }: FeatureItem) { function Feature({ title, Svg, description }: FeatureItem) {
return ( return (
<div className={clsx("col col--4")}> <div className={clsx("col col--4")}>
<div className="text--center"> {/* <div className="text--center">
<Svg className={styles.featureSvg} role="img" /> <Svg className={styles.featureSvg} role="img" />
</div> </div> */}
<div className="text--center padding-horiz--md"> <div className="text--center padding-horiz--md">
<Heading as="h3">{title}</Heading> <Heading as="h3">{title}</Heading>
<p>{description}</p> <p>{description}</p>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "lst", "name": "lst",
"version": "1.0.0", "version": "1.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "lst", "name": "lst",
"version": "1.0.0", "version": "1.0.1",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@dotenvx/dotenvx": "^1.49.0", "@dotenvx/dotenvx": "^1.49.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "lst", "name": "lst",
"version": "1.0.0", "version": "1.0.1",
"description": "Logistics support tool - the place where the support happens.", "description": "Logistics support tool - the place where the support happens.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {