Compare commits
4 Commits
b0e74b2fa9
...
045fd66832
| Author | SHA1 | Date | |
|---|---|---|---|
| 045fd66832 | |||
| 8fcc1e7ebd | |||
| 2ce6639525 | |||
| de2b374281 |
13
CHANGELOG.md
Normal file
13
CHANGELOG.md
Normal 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))
|
||||
@@ -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 manual materials you will need to
|
||||
- [scan](/docs/ocp/lotTransfer#consuming-new-manual-material-via-scanner)
|
||||
- [lst-consume](/docs/ocp/lotTransfer#consuming-new-manual-material-via-lst)
|
||||
- [transfer-to-next](/docs/ocp/lotTransfer#tranfer-partial-estimated-quantity-to-the-next-lot)
|
||||
- [Reprint and consume](/docs/ocp/lotTransfer#manual-return-and-consume)
|
||||
- [scan](/docs/ocp/materials#consuming-new-manual-material-via-scanner)
|
||||
- [lst-consume](/docs/ocp/materials#consuming-new-manual-material-via-lst)
|
||||
- [transfer-to-next](/docs/ocp/materials#tranfer-partial-estimated-quantity-to-the-next-lot)
|
||||
- [Reprint and consume](/docs/ocp/materials#manual-return-and-consume)
|
||||
|
||||
## Consuming new manual material via scanner.
|
||||
|
||||
@@ -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: {
|
||||
theme: prismThemes.github,
|
||||
|
||||
@@ -73,9 +73,9 @@ const FeatureList: FeatureItem[] = [
|
||||
function Feature({ title, Svg, description }: FeatureItem) {
|
||||
return (
|
||||
<div className={clsx("col col--4")}>
|
||||
<div className="text--center">
|
||||
{/* <div className="text--center">
|
||||
<Svg className={styles.featureSvg} role="img" />
|
||||
</div>
|
||||
</div> */}
|
||||
<div className="text--center padding-horiz--md">
|
||||
<Heading as="h3">{title}</Heading>
|
||||
<p>{description}</p>
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "lst",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "lst",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@dotenvx/dotenvx": "^1.49.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lst",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Logistics support tool - the place where the support happens.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user