fix edit/create x fam articoli!
This commit is contained in:
Binary file not shown.
@@ -59,6 +59,10 @@ namespace StockManMVC.Models
|
||||
|
||||
public class ItemFluxMetadata
|
||||
{
|
||||
[Display(Name = "ID Univoco")]
|
||||
[Required]
|
||||
public string ID;
|
||||
|
||||
[Display(Name = "Articolo")]
|
||||
[Required]
|
||||
public string ItemID;
|
||||
@@ -104,6 +108,10 @@ namespace StockManMVC.Models
|
||||
|
||||
public class ItemMetadata
|
||||
{
|
||||
[Display(Name = "ID Univoco")]
|
||||
[Required]
|
||||
public string ID;
|
||||
|
||||
[StringLength(250)]
|
||||
[Display(Name = "Descr. Articolo")]
|
||||
public string Descr;
|
||||
@@ -141,11 +149,13 @@ namespace StockManMVC.Models
|
||||
|
||||
public class ItemFamilyMetadata
|
||||
{
|
||||
[Display(Name = "Codice")]
|
||||
[Display(Name = "ID Univoco")]
|
||||
[Required]
|
||||
public string ID;
|
||||
|
||||
[StringLength(250)]
|
||||
[Display(Name = "Categoria")]
|
||||
[Required]
|
||||
public string Descr;
|
||||
|
||||
[Display(Name = "# Articoli")]
|
||||
@@ -154,6 +164,10 @@ namespace StockManMVC.Models
|
||||
|
||||
public class ItemStockMetadata
|
||||
{
|
||||
[Display(Name = "ID Univoco")]
|
||||
[Required]
|
||||
public string ID;
|
||||
|
||||
[Display(Name = "Giacenza")]
|
||||
[Required]
|
||||
public string QtyConf;
|
||||
@@ -191,9 +205,9 @@ namespace StockManMVC.Models
|
||||
|
||||
public class OperatorMetadata
|
||||
{
|
||||
[Display(Name = "ID interno")]
|
||||
[Display(Name = "ID Univoco")]
|
||||
[Required]
|
||||
public String ID;
|
||||
public string ID;
|
||||
|
||||
[Display(Name = "ID esterno")]
|
||||
[Required]
|
||||
|
||||
Binary file not shown.
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("1.0.38.562")]
|
||||
[assembly: AssemblyFileVersion("1.0.38.562")]
|
||||
[assembly: AssemblyVersion("1.0.41.562")]
|
||||
[assembly: AssemblyFileVersion("1.0.41.562")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2006-2016")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("1.0.38.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("1.0.38.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("1.0.41.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("1.0.41.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2006-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user