This commit is contained in:
NotII
2025-05-23 10:01:32 +01:00
parent 308a816736
commit 10d7307725
6 changed files with 77 additions and 16 deletions

View File

@@ -4,6 +4,7 @@ export interface Product {
description: string;
unitType: string;
category: string;
enabled?: boolean;
// Stock management fields
stockTracking?: boolean;
currentStock?: number;