Warehouses #1

Merged
trent merged 159 commits from Warehouses into master 2026-01-10 20:24:17 +00:00
Showing only changes of commit 81aae81016 - Show all commits

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;