WIP PreorderProduct 2025-02-17

This commit is contained in:
Frank Schubert
2025-02-18 13:52:35 +01:00
parent aa7a3eb1ed
commit fdd6ed7ebb
11 changed files with 893 additions and 219 deletions

View File

@@ -107,7 +107,11 @@ class PreorderModel {
return $model;
}
public function createFromRimoWorkorder($workorder) {
}
public static function getAll() {
$items = [];