diff --git a/CutList.Web/Components/Layout/NavMenu.razor b/CutList.Web/Components/Layout/NavMenu.razor index 87759a3..2c38276 100644 --- a/CutList.Web/Components/Layout/NavMenu.razor +++ b/CutList.Web/Components/Layout/NavMenu.razor @@ -28,16 +28,6 @@ Stock Items -
1D Bin Packing Optimization for Material Cutting
Track suppliers and their available stock lengths for quick project setup.
- Manage Suppliers -Loading...
-} -else -{ -- Track material that needs to be ordered from suppliers. Items are added manually or automatically from job optimization results. -
- -@if (loading) -{ -Loading...
-} -else -{ -| Material | -Length | -Qty | -Supplier | -Job | -Status | -Notes | -Actions | -
|---|---|---|---|---|---|---|---|
| @item.StockItem.Material.DisplayName | -@ArchUnits.FormatFromInches((double)item.StockItem.LengthInches) | -@item.Quantity | -- - | -- @if (item.Job != null) - { - @item.Job.DisplayName - } - else - { - - - } - | -- @item.Status - | -- @(item.Notes ?? "-") - | -
-
- @if (item.Status == PurchaseItemStatus.Pending)
- {
-
- }
- @if (item.Status == PurchaseItemStatus.Ordered)
- {
-
- }
-
-
- |
-
Loading...
-} -else -{ -No offerings configured yet.
- } - else - { -| Stock Item | -Part # | -Price | -Actions | -
|---|---|---|---|
| @offering.StockItem.Material.DisplayName - @ArchUnits.FormatFromInches((double)offering.StockItem.LengthInches) | -@(offering.PartNumber ?? "-") | -@(offering.Price.HasValue ? offering.Price.Value.ToString("C") : "-") | -- - - | -
Loading...
-} -else if (suppliers.Count == 0) -{ -| Name | -Contact Info | -Notes | -Actions | -
|---|---|---|---|
| @supplier.Name | -@supplier.ContactInfo | -@TruncateText(supplier.Notes, 50) | -- - | -