Test fixes
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-05-16 02:14:55 +00:00
parent fa658db1a5
commit 5daa47532f
4 changed files with 26 additions and 26 deletions

View File

@ -73,16 +73,16 @@ omsApp.Modules.StockTaking = class {
} }
}); });
if ("zoom" in self.settings) { if ("zoom" in self.settings) {
self.zoom.min = self.capabilities.zoom.min; self.zoom.min = self.capabilities.zoom.min;
self.zoom.max = self.capabilities.zoom.max; self.zoom.max = self.capabilities.zoom.max;
self.zoom.step = self.capabilities.zoom.step; self.zoom.step = self.capabilities.zoom.step;
self.zoom.value = self.settings.zoom; self.zoom.value = self.settings.zoom;
self.zoom.addEventListener("input", async () => { self.zoom.addEventListener("input", async () => {
await self.track.applyConstraints({ advanced: [{ zoom: self.input.value }] }); await self.track.applyConstraints({ advanced: [{ zoom: self.input.value }] });
}); });
} }
}); });
} else { } else {
self.detectVideo(false); self.detectVideo(false);

View File

@ -16,14 +16,14 @@ return ['StockTaking' => [
'Stocktaking' => 'Inventur', 'Stocktaking' => 'Inventur',
'Date' => 'Datum', 'Date' => 'Datum',
'Status' => 'Status', 'Status' => 'Status',
'Entry' => 'Eingabe', 'Entry' => 'Eingabe',
'Scan' => 'Scanning', 'Scan' => 'Scanning',
'Data' => 'Daten', 'Data' => 'Daten',
'Counted' => 'Gezählt', 'Counted' => 'Gezählt',
'Target' => 'Soll', 'Target' => 'Soll',
'Camera' => 'Kamera', 'Camera' => 'Kamera',
'Settings' => 'Settings', 'Settings' => 'Settings',
'Analysis' => 'Auswertung', 'Analysis' => 'Auswertung',
':status-1' => 'Aktiv', ':status-1' => 'Aktiv',
':status-2' => 'Geschlossen', ':status-2' => 'Geschlossen',
]]; ]];

View File

@ -16,14 +16,14 @@ return ['StockTaking' => [
'Stocktaking' => 'Stock Taking', 'Stocktaking' => 'Stock Taking',
'Date' => 'Date', 'Date' => 'Date',
'Status' => 'Status', 'Status' => 'Status',
'Entry' => 'Entry', 'Entry' => 'Entry',
'Scan' => 'Scan', 'Scan' => 'Scan',
'Data' => 'Data', 'Data' => 'Data',
'Counted' => 'Counted', 'Counted' => 'Counted',
'Target' => 'Target', 'Target' => 'Target',
'Camera' => 'Camera', 'Camera' => 'Camera',
'Settings' => 'Settings', 'Settings' => 'Settings',
'Analysis' => 'Analysis', 'Analysis' => 'Analysis',
':status-1' => 'Active', ':status-1' => 'Active',
':status-2' => 'Closed', ':status-2' => 'Closed',
]]; ]];

View File

@ -12,7 +12,7 @@
}, },
"creator": { "creator": {
"name": "Jingga", "name": "Jingga",
"website": "jingga.app" "website": "https://jingga.app"
}, },
"description": "Stock Taking module.", "description": "Stock Taking module.",
"directory": "StockTaking", "directory": "StockTaking",