Merge branch 'main' of https://git.aycode.com/Adam/FruitBankHybridApp
This commit is contained in:
commit
d918ffaae4
|
|
@ -11,7 +11,8 @@ public class Files : MgEntityBase, IFiles
|
|||
public string FileName { get; set; }
|
||||
public string FileExtension { get; set; }
|
||||
public string RawText { get; set; }
|
||||
|
||||
public string FileHash { get; set; }
|
||||
public bool IsCompressed { get; set; }
|
||||
|
||||
[SkipValuesOnUpdate]
|
||||
public DateTime Created { get; set; }
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
<EditSettings>
|
||||
<DxComboBoxSettings Data="Shippings"
|
||||
ValueFieldName="Id"
|
||||
TextFieldName="ShippingDate"
|
||||
TextFieldName="LicencePlate"
|
||||
DropDownBodyCssClass="dd-body-class"
|
||||
ListRenderMode="ListRenderMode.Entire"
|
||||
SearchMode="ListSearchMode.AutoSearch"
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
</DxGridDataColumn>
|
||||
|
||||
<DxGridDataColumn FieldName="DocumentIdNumber" />
|
||||
<DxGridDataColumn FieldName="ShippingDate" />
|
||||
<DxGridDataColumn FieldName="ShippingDate" Caption="LoadDate" />
|
||||
<DxGridDataColumn FieldName="Country" />
|
||||
|
||||
<DxGridDataColumn FieldName="TotalPallets" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue