* Added Translator

* Further development
This commit is contained in:
2025-08-23 08:01:31 +02:00
parent 3fd97b10eb
commit 81aae81016

View File

@@ -89,18 +89,18 @@ namespace SytelineSaAppEfDataModel.Dtos
public string DiscountType { get; set; } public string DiscountType { get; set; }
public decimal? DiscountAmount { get; set; } public decimal? DiscountAmount { get; set; }
public string TransNatTwo { get; set; } public string TransNatTwo { get; set; }
public string UfFkrEdiMessageRefNum { get; set; } public string? UfFkrEdiMessageRefNum { get; set; }
public string UfFkrEdiConsigneeAddress { get; set; } public string UfFkrEdiConsigneeAddress { get; set; }
public string UfFkrEdiConsigneeName { get; set; } public string UfFkrEdiConsigneeName { get; set; }
public string UfFkrEdiFileName { get; set; } public string UfFkrEdiFileName { get; set; }
public string UfFkrEdiBuyerDunsNumber { get; set; } public string UfFkrEdiBuyerDunsNumber { get; set; }
public string Gate { get; set; } public string Gate { get; set; }
public string CustomerName { get; set; } public string CustomerName { get; set; }
public string RecipientCode { get; set; } public string? RecipientCode { get; set; }
public string SenderCode { get; set; } public string? SenderCode { get; set; }
public string SellerCode { get; set; } public string? SellerCode { get; set; }
public string DocType { get; set; } public string? DocType { get; set; }
public string BuyerCode { get; set; } public string? BuyerCode { get; set; }
public string TranslatedStatus => TranslateStatus(Status); public string TranslatedStatus => TranslateStatus(Status);
public string? SlOrderNumber => EdiCustomerOrderTranslates.MaxBy(x => x.CreatedDate)?.CoCoNum; public string? SlOrderNumber => EdiCustomerOrderTranslates.MaxBy(x => x.CreatedDate)?.CoCoNum;