* 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:
2025-02-03 19:41:35 +01:00
parent 96775b0c15
commit 177fce1fdf
11 changed files with 192 additions and 58 deletions

View File

@@ -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);
}
}