feat(frontend): migrated old > new silo adjustments

moved the apps around so we can use 1 url for cors bs
This commit is contained in:
2025-10-25 17:22:51 -05:00
parent d46ef922f3
commit 425f8f5f71
179 changed files with 7511 additions and 2724 deletions

View File

@@ -32,4 +32,5 @@ script:post-response {
settings {
encodeUrl: true
timeout: 0
}

View File

@@ -18,7 +18,7 @@ body:json {
"printerId": 22, // 457=22, 458=23
"layoutId": 7,
"numberOfCopies": 0,
"qtyToPrint": 3
"qtyToPrint": 1
}
}

View File

@@ -0,0 +1,8 @@
meta {
name: warehouse
seq: 2
}
auth {
mode: inherit
}

View File

@@ -0,0 +1,16 @@
meta {
name: Settings
type: http
seq: 2
}
get {
url: {{url}}/lst/api/system/settings
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}