diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-25 02:15:31 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-25 02:15:31 +0200 |
| commit | 3a0e91bda1e93afa33dd182c2e820c94b3e94593 (patch) | |
| tree | 436fb1b1e1b0bbe450436ccb5e105b8bea8db17f /src/pages/mod.rs | |
| parent | feat(treewide): Make usage more intuitive (diff) | |
| download | web-client-3a0e91bda1e93afa33dd182c2e820c94b3e94593.zip | |
feat(treewide): Add further buttons
The register product > associate barcode > buy barcode workflow is now usable. The only missing features for an MVP are unit and unit property creation.
Diffstat (limited to '')
| -rw-r--r-- | src/pages/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/mod.rs b/src/pages/mod.rs index a6057cd..b8a68c7 100644 --- a/src/pages/mod.rs +++ b/src/pages/mod.rs @@ -3,3 +3,5 @@ pub mod home; pub mod inventory; pub mod not_found; pub mod recipies; +pub mod create_product; +pub mod associate_barcode; |
