added profil section and fix error in stock-table.html

This commit is contained in:
2025-11-13 23:37:49 +01:00
parent ef5aaf67bd
commit 9c8a41286a
9 changed files with 138 additions and 38 deletions

View File

@@ -1,9 +1,9 @@
export interface StockInfo {
name: string;
duration: string;
caliber: string;
quantity: number;
weight: number;
nec: string;
caliber: string;
weight: number;
duration: string;
quantity: number;
minimalQuantity: number;
}