Aggiunta area BuyOrder

- spostato SUppliers
- creato order/OrderRow x acquisti
- migratoin + update DB
This commit is contained in:
Samuele Locatelli
2026-04-14 11:24:01 +02:00
parent 0742741b91
commit 9a111d2b8a
15 changed files with 5104 additions and 109 deletions
@@ -54,7 +54,7 @@ namespace EgwCoreLib.Lux.Data.DbModel.Sales
public int? SellingItemID { get; set; }
/// <summary>
/// Riferimento (opzionale9 al template da cui è derivato
/// Riferimento (opzionale) al template da cui è derivato
/// </summary>
public int? TemplateRowID { get; set; } = null;