mirror of
https://github.com/Karaka-Management/oms-StockTaking.git
synced 2026-02-15 17:18:40 +00:00
Test fixes
This commit is contained in:
parent
fa658db1a5
commit
5daa47532f
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user