* Changed ScheduleOrdersGrid to show also details
* Changed Column with Recipient from code to name
This commit is contained in:
@@ -15,8 +15,10 @@ namespace FaKrosnoEfDataModel.Dtos
|
||||
public int DocNumber { get; set; }
|
||||
public string? DocType { get; set; }
|
||||
|
||||
public string? RecipientCode => Recipient.RecipientCode;
|
||||
public string RecipientCode => Recipient.RecipientCode;
|
||||
public string? PurchaserCode => Recipient.Purchaser?.PurchaserCode;
|
||||
public string RecipientName => Recipient.RecipientDesc;
|
||||
public string? PurchaserName => Recipient.Purchaser?.PurchaserDesc;
|
||||
public RecipientDto Recipient { get; set; }
|
||||
|
||||
public IList<ScheduleOrderDetailDto> ScheduleOrderDetails { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user