* 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

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