* Added DocType to Edi and CO
* Moved SOGrid to Shared and reuse in CO view * Added retrieving of COTranslates to CO
This commit is contained in:
@@ -123,5 +123,7 @@
|
||||
public string TranslatedStatus => TranslateStatus(Stat);
|
||||
|
||||
public IEnumerable<CustomerOrderLineDto> CustomerOrderLines { get; set; } = new List<CustomerOrderLineDto>();
|
||||
|
||||
public IEnumerable<EdiCustomerOrderTranslateDto> EdiCustomerOrderTranslates { get; set; } = new List<EdiCustomerOrderTranslateDto>();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -130,6 +130,8 @@ namespace SytelineSaAppEfDataModel.Dtos
|
||||
public string Uf_Status { get; set; }
|
||||
public string Uf_FKR_EDI_ITEM_PalletCode { get; set; }
|
||||
|
||||
public string Uf_FKR_EDI_ITEM_DocumentType { get; set; }
|
||||
|
||||
public string TranslatedStatus => TranslateStatus(Stat);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -108,6 +108,7 @@ namespace SytelineSaAppEfDataModel.Dtos
|
||||
public string PalletCode { get; set; }
|
||||
public string PalletNumber { get; set; }
|
||||
|
||||
public string DocumentType { get; set; }
|
||||
public string TranslatedStatus => TranslateStatus(Status);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user