From 375836028fa3fe271bbb2ef1cc242ccb07c96633 Mon Sep 17 00:00:00 2001 From: Marco Audiffredi Date: Wed, 10 Jul 2024 09:31:31 +0200 Subject: [PATCH] note su funzione chiusura giro --- Models/GiriConsegnaView.cs | 4 ++++ Views/GiriChiudi/Chiudi.cshtml | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Models/GiriConsegnaView.cs b/Models/GiriConsegnaView.cs index 2f9217f..941ba4e 100644 --- a/Models/GiriConsegnaView.cs +++ b/Models/GiriConsegnaView.cs @@ -41,5 +41,9 @@ namespace SoftwayWeb.Models [System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(18, 5)")] public decimal? parzialeImpRec { get; set; } + + [Display(Name = "Note")] + public string? NoteChiusura { get; set; } + } } diff --git a/Views/GiriChiudi/Chiudi.cshtml b/Views/GiriChiudi/Chiudi.cshtml index 8790a91..0063bcb 100644 --- a/Views/GiriChiudi/Chiudi.cshtml +++ b/Views/GiriChiudi/Chiudi.cshtml @@ -34,7 +34,11 @@ - +
+
+ + +
Torna alla lista