+ Timeout logout

+ Pred kreiranjem povpraševanja vprašaj za partnerja
+ Prikaz TOP 100 (predolgo nalaga)
+ Dodaj Sorovec na Urejanje Artikla (zadnji surovec)
+ V Urejanju artikla popravi opis v pot dokumentov
+ Kooperant
This commit is contained in:
David Štaleker
2025-07-18 08:10:42 +02:00
parent db0cc8d3de
commit a7560aa141
16 changed files with 463 additions and 55 deletions

View File

@@ -27,7 +27,7 @@ namespace EveryThing.Models.CodeTable
[Display(Name = "Naziv")]
public string Title { get; set; }
[Display(Name = "Opis")]
[Display(Name = "Pot dokumentov")]
public string Description { get; set; }
[Required]

View File

@@ -12,7 +12,7 @@ namespace EveryThing.Models.Invoice
{
public class InvoiceStateAttribute : Attribute
{
public string AllowedTypes { get; set; } = "0,1,2,3";
public string AllowedTypes { get; set; } = "0,1,2,3,4";
}
public enum InvoiceType
@@ -25,6 +25,8 @@ namespace EveryThing.Models.Invoice
DeliveryNote = 2,
[Display(Name = "Naročilo kupca", ShortName = "Narocilo")]
BuyersOrder = 3,
[Display(Name = "Kooperacija", ShortName = "Kooperacija")]
Cooperation = 4,
}
public enum InvoiceState