This commit is contained in:
Курнат Андрей
2026-04-03 21:06:10 +03:00
parent 1b20b39aca
commit a2b4762702
16 changed files with 1170 additions and 33 deletions

View File

@@ -517,8 +517,18 @@ namespace XLAB2
public sealed class DocumentEditorResult
{
public string AccountingBookKey { get; set; }
public string AccountingBookTitle { get; set; }
public string DocumentNumber { get; set; }
public string DocumentSequenceNumber { get; set; }
public string DocumentTypeKey { get; set; }
public string DocumentTypeTitle { get; set; }
public DateTime AcceptedOn { get; set; }
public DateTime? IssuedOn { get; set; }