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 FileName { get; set; }
|
||||||
public string FileExtension { get; set; }
|
public string FileExtension { get; set; }
|
||||||
public string RawText { get; set; }
|
public string RawText { get; set; }
|
||||||
|
public string FileHash { get; set; }
|
||||||
|
public bool IsCompressed { get; set; }
|
||||||
|
|
||||||
[SkipValuesOnUpdate]
|
[SkipValuesOnUpdate]
|
||||||
public DateTime Created { get; set; }
|
public DateTime Created { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
<EditSettings>
|
<EditSettings>
|
||||||
<DxComboBoxSettings Data="Shippings"
|
<DxComboBoxSettings Data="Shippings"
|
||||||
ValueFieldName="Id"
|
ValueFieldName="Id"
|
||||||
TextFieldName="ShippingDate"
|
TextFieldName="LicencePlate"
|
||||||
DropDownBodyCssClass="dd-body-class"
|
DropDownBodyCssClass="dd-body-class"
|
||||||
ListRenderMode="ListRenderMode.Entire"
|
ListRenderMode="ListRenderMode.Entire"
|
||||||
SearchMode="ListSearchMode.AutoSearch"
|
SearchMode="ListSearchMode.AutoSearch"
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
</DxGridDataColumn>
|
</DxGridDataColumn>
|
||||||
|
|
||||||
<DxGridDataColumn FieldName="DocumentIdNumber" />
|
<DxGridDataColumn FieldName="DocumentIdNumber" />
|
||||||
<DxGridDataColumn FieldName="ShippingDate" />
|
<DxGridDataColumn FieldName="ShippingDate" Caption="LoadDate" />
|
||||||
<DxGridDataColumn FieldName="Country" />
|
<DxGridDataColumn FieldName="Country" />
|
||||||
|
|
||||||
<DxGridDataColumn FieldName="TotalPallets" />
|
<DxGridDataColumn FieldName="TotalPallets" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue