PhoneNumber string olarak değiştirildi.
This commit is contained in:
parent
7ed4fe6fb5
commit
18327a4d21
41 changed files with 366 additions and 323 deletions
|
|
@ -14,6 +14,6 @@ public class BankDto : AuditedEntityDto<Guid>
|
||||||
public string City { get; set; }
|
public string City { get; set; }
|
||||||
public string PostalCode { get; set; }
|
public string PostalCode { get; set; }
|
||||||
public string Country { get; set; }
|
public string Country { get; set; }
|
||||||
public long PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
}
|
}
|
||||||
|
|
@ -21,8 +21,8 @@ public class EmployeeDto : FullAuditedEntityDto<Guid>
|
||||||
public string District { get; set; }
|
public string District { get; set; }
|
||||||
public string Street { get; set; }
|
public string Street { get; set; }
|
||||||
public string PostalCode { get; set; }
|
public string PostalCode { get; set; }
|
||||||
public long? PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public long? MobileNumber { get; set; }
|
public string MobileNumber { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public string Address1 { get; set; }
|
public string Address1 { get; set; }
|
||||||
public string Address2 { get; set; }
|
public string Address2 { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ public class VisitorDto : FullAuditedEntityDto<Guid>
|
||||||
public string FullName { get; set; }
|
public string FullName { get; set; }
|
||||||
public string CompanyName { get; set; }
|
public string CompanyName { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public long PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public string Purpose { get; set; }
|
public string Purpose { get; set; }
|
||||||
public DateTime VisitDate { get; set; }
|
public DateTime VisitDate { get; set; }
|
||||||
public DateTime? CheckIn { get; set; }
|
public DateTime? CheckIn { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -22,9 +22,9 @@ public class CreateUpdateTenantInput
|
||||||
public string Address1 { get; set; }
|
public string Address1 { get; set; }
|
||||||
public string Address2 { get; set; }
|
public string Address2 { get; set; }
|
||||||
public string PostalCode { get; set; }
|
public string PostalCode { get; set; }
|
||||||
public long? PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public long? MobileNumber { get; set; }
|
public string MobileNumber { get; set; }
|
||||||
public long? FaxNumber { get; set; }
|
public string FaxNumber { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public string Website { get; set; }
|
public string Website { get; set; }
|
||||||
public string MenuGroup { get; set; }
|
public string MenuGroup { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ namespace Kurs.Platform.Public;
|
||||||
public class ContactDto : EntityDto<Guid>
|
public class ContactDto : EntityDto<Guid>
|
||||||
{
|
{
|
||||||
public string Address { get; set; }
|
public string Address { get; set; }
|
||||||
public long PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public string Location { get; set; }
|
public string Location { get; set; }
|
||||||
public string TaxNumber { get; set; }
|
public string TaxNumber { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ public class DemoDto : FullAuditedEntityDto<Guid>
|
||||||
public string OrganizationName { get; set; }
|
public string OrganizationName { get; set; }
|
||||||
public string FullName { get; set; }
|
public string FullName { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public long PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public string Address { get; set; }
|
public string Address { get; set; }
|
||||||
public int NumberOfBranches { get; set; }
|
public int NumberOfBranches { get; set; }
|
||||||
public int NumberOfUsers { get; set; }
|
public int NumberOfUsers { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,9 @@ public class CustomTenantDto
|
||||||
public string Address1 { get; set; }
|
public string Address1 { get; set; }
|
||||||
public string Address2 { get; set; }
|
public string Address2 { get; set; }
|
||||||
public string PostalCode { get; set; }
|
public string PostalCode { get; set; }
|
||||||
public long? MobileNumber { get; set; }
|
public string MobileNumber { get; set; }
|
||||||
public long? PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public long? FaxNumber { get; set; }
|
public string FaxNumber { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public string Website { get; set; }
|
public string Website { get; set; }
|
||||||
public string MenuGroup { get; set; }
|
public string MenuGroup { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -1536,48 +1536,48 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
{
|
{
|
||||||
new() {
|
new() {
|
||||||
Order=1, Caption="General", ColCount=2, ColSpan=1, ItemType="group", Items =[
|
Order=1, Caption="General", ColCount=2, ColSpan=1, ItemType="group", Items =[
|
||||||
new EditingFormItemDto { Order = 1, DataField="Code", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxTextBox },
|
new EditingFormItemDto { Order = 1, DataField = "Code", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxTextBox },
|
||||||
new EditingFormItemDto { Order = 2, DataField="FullName", ColSpan = 1, EditorType2 = EditorTypes.dxTextBox },
|
new EditingFormItemDto { Order = 2, DataField = "FullName", ColSpan = 1, EditorType2 = EditorTypes.dxTextBox },
|
||||||
new EditingFormItemDto { Order = 3, DataField="NationalId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxTextBox },
|
new EditingFormItemDto { Order = 3, DataField = "NationalId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxTextBox },
|
||||||
new EditingFormItemDto { Order = 4, DataField="BirthDate", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxDateBox },
|
new EditingFormItemDto { Order = 4, DataField = "BirthDate", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxDateBox },
|
||||||
new EditingFormItemDto { Order = 5, DataField="Gender", ColSpan = 1, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 5, DataField = "Gender", ColSpan = 1, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
new EditingFormItemDto { Order = 6, DataField="MaritalStatus", ColSpan = 1, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 6, DataField = "MaritalStatus", ColSpan = 1, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
new EditingFormItemDto { Order = 7, DataField="EmployeeStatus", ColSpan = 1, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 7, DataField = "EmployeeStatus", ColSpan = 1, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
new EditingFormItemDto { Order = 8, DataField="IsActive", ColSpan = 1, EditorType2 = EditorTypes.dxCheckBox },
|
new EditingFormItemDto { Order = 8, DataField = "IsActive", ColSpan = 1, EditorType2 = EditorTypes.dxCheckBox },
|
||||||
]},
|
]},
|
||||||
new() {
|
new() {
|
||||||
Order=2, Caption="Contact", ColCount=2, ColSpan=1, ItemType="group", Items =[
|
Order=2, Caption="Contact", ColCount=2, ColSpan=1, ItemType="group", Items =[
|
||||||
new EditingFormItemDto { Order = 1, DataField="Country", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 1, DataField = "Country", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
new EditingFormItemDto { Order = 2, DataField="City", ColSpan = 1, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 2, DataField = "City", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
new EditingFormItemDto { Order = 3, DataField="District", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 3, DataField = "District", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
new EditingFormItemDto { Order = 4, DataField="Street", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 4, DataField = "Street", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
new EditingFormItemDto { Order = 5, DataField="PostalCode", ColSpan = 1, EditorType2 = EditorTypes.dxNumberBox },
|
new EditingFormItemDto { Order = 5, DataField = "PostalCode", ColSpan = 1, EditorType2 = EditorTypes.dxNumberBox },
|
||||||
new EditingFormItemDto { Order = 6, DataField="PhoneNumber", ColSpan = 1, EditorType2=EditorTypes.dxTextBox, EditorOptions=EditorOptionValues.PhoneEditorOptions },
|
new EditingFormItemDto { Order = 6, DataField = "PhoneNumber", ColSpan = 1, EditorType2=EditorTypes.dxTextBox, EditorOptions=EditorOptionValues.PhoneEditorOptions },
|
||||||
new EditingFormItemDto { Order = 7, DataField="MobileNumber", ColSpan = 1, EditorType2=EditorTypes.dxTextBox, EditorOptions=EditorOptionValues.PhoneEditorOptions },
|
new EditingFormItemDto { Order = 7, DataField = "MobileNumber", ColSpan = 1, EditorType2=EditorTypes.dxTextBox, EditorOptions=EditorOptionValues.PhoneEditorOptions },
|
||||||
new EditingFormItemDto { Order = 8, DataField="Email", ColSpan = 1, EditorType2 = EditorTypes.dxTextBox },
|
new EditingFormItemDto { Order = 8, DataField = "Email", ColSpan = 1, EditorType2 = EditorTypes.dxTextBox },
|
||||||
new EditingFormItemDto { Order = 9, DataField="Address1", ColSpan = 1, EditorType2 = EditorTypes.dxTextBox },
|
new EditingFormItemDto { Order = 9, DataField = "Address1", ColSpan = 1, EditorType2 = EditorTypes.dxTextBox },
|
||||||
new EditingFormItemDto { Order = 10, DataField="Address2", ColSpan = 1, EditorType2 = EditorTypes.dxTextBox },
|
new EditingFormItemDto { Order = 10, DataField = "Address2", ColSpan = 1, EditorType2 = EditorTypes.dxTextBox },
|
||||||
]},
|
]},
|
||||||
new() {
|
new() {
|
||||||
Order=3, Caption="Job", ColCount=2, ColSpan=1, ItemType="group", Items =[
|
Order=3, Caption="Job", ColCount=2, ColSpan=1, ItemType="group", Items =[
|
||||||
new EditingFormItemDto { Order = 1, DataField="HireDate", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxDateBox },
|
new EditingFormItemDto { Order = 1, DataField = "HireDate", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxDateBox },
|
||||||
new EditingFormItemDto { Order = 2, DataField="TerminationDate", ColSpan = 1, EditorType2 = EditorTypes.dxDateBox },
|
new EditingFormItemDto { Order = 2, DataField = "TerminationDate", ColSpan = 1, EditorType2 = EditorTypes.dxDateBox },
|
||||||
new EditingFormItemDto { Order = 3, DataField="EmploymentTypeId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 3, DataField = "EmploymentTypeId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
new EditingFormItemDto { Order = 4, DataField="JobPositionId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 4, DataField = "JobPositionId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
new EditingFormItemDto { Order = 5, DataField="DepartmentId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 5, DataField = "DepartmentId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
new EditingFormItemDto { Order = 6, DataField="WorkLocation", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxTextBox },
|
new EditingFormItemDto { Order = 6, DataField = "WorkLocation", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxTextBox },
|
||||||
new EditingFormItemDto { Order = 7, DataField="ManagerId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 7, DataField = "ManagerId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
new EditingFormItemDto { Order = 8, DataField="BaseSalary", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxNumberBox, EditorOptions = EditorOptionValues.NumberStandartFormat },
|
new EditingFormItemDto { Order = 8, DataField = "BaseSalary", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxNumberBox, EditorOptions = EditorOptionValues.NumberStandartFormat },
|
||||||
new EditingFormItemDto { Order = 9, DataField="CurrencyId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 9, DataField = "CurrencyId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
new EditingFormItemDto { Order = 10, DataField="PayrollGroup", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 10, DataField = "PayrollGroup", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
new EditingFormItemDto { Order = 11, DataField="BankAccountId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 11, DataField = "BankAccountId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
new EditingFormItemDto { Order = 12, DataField="BadgeId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
new EditingFormItemDto { Order = 12, DataField = "BadgeId", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxSelectBox },
|
||||||
]},
|
]},
|
||||||
new() {
|
new() {
|
||||||
Order=4, Caption="Emergency", ColCount=1, ColSpan=1, ItemType="group", Items =[
|
Order=4, Caption="Emergency", ColCount=1, ColSpan=1, ItemType="group", Items =[
|
||||||
new EditingFormItemDto { Order = 1, DataField="EmergencyContactName", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxTextBox },
|
new EditingFormItemDto { Order = 1, DataField = "EmergencyContactName", ColSpan = 1, IsRequired = true, EditorType2 = EditorTypes.dxTextBox },
|
||||||
new EditingFormItemDto { Order = 2, DataField="EmergencyContactRelationship", ColSpan = 1, EditorType2 = EditorTypes.dxTextBox },
|
new EditingFormItemDto { Order = 2, DataField = "EmergencyContactRelationship", ColSpan = 1, EditorType2 = EditorTypes.dxTextBox },
|
||||||
new EditingFormItemDto { Order = 3, DataField="EmergencyContactPhoneNumber", ColSpan = 1, EditorType2=EditorTypes.dxTextBox, EditorOptions=EditorOptionValues.PhoneEditorOptions },
|
new EditingFormItemDto { Order = 3, DataField = "EmergencyContactPhoneNumber", ColSpan = 1, EditorType2=EditorTypes.dxTextBox, EditorOptions=EditorOptionValues.PhoneEditorOptions },
|
||||||
]},
|
]},
|
||||||
}),
|
}),
|
||||||
FormFieldsDefaultValueJson = JsonSerializer.Serialize(new FieldsDefaultValue[] {
|
FormFieldsDefaultValueJson = JsonSerializer.Serialize(new FieldsDefaultValue[] {
|
||||||
|
|
@ -1874,13 +1874,38 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
ListFormCode = listFormEmployee.ListFormCode,
|
ListFormCode = listFormEmployee.ListFormCode,
|
||||||
CultureName = LanguageCodes.En,
|
CultureName = LanguageCodes.En,
|
||||||
SourceDbType = DbType.String,
|
SourceDbType = DbType.String,
|
||||||
FieldName = "PostalCode",
|
FieldName = "Street",
|
||||||
Width = 100,
|
Width = 100,
|
||||||
ListOrderNo = 15,
|
ListOrderNo = 15,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
AllowSearch = true,
|
AllowSearch = true,
|
||||||
|
LookupJson = JsonSerializer.Serialize(new LookupDto
|
||||||
|
{
|
||||||
|
DataSourceType = UiLookupDataSourceTypeEnum.Query,
|
||||||
|
DisplayExpr = "Name",
|
||||||
|
ValueExpr = "Key",
|
||||||
|
LookupQuery = LookupQueryValues.StreetValues,
|
||||||
|
CascadeRelationField = "District",
|
||||||
|
CascadeFilterOperator="=",
|
||||||
|
CascadeParentFields = "Country,City,District",
|
||||||
|
}),
|
||||||
|
ColumnCustomizationJson = DefaultColumnCustomizationJson,
|
||||||
|
PermissionJson = DefaultFieldPermissionJson(AppCodes.Hr.Employee),
|
||||||
|
PivotSettingsJson = DefaultPivotSettingsJson
|
||||||
|
},
|
||||||
|
new() {
|
||||||
|
ListFormCode = listFormEmployee.ListFormCode,
|
||||||
|
CultureName = LanguageCodes.En,
|
||||||
|
SourceDbType = DbType.String,
|
||||||
|
FieldName = "PostalCode",
|
||||||
|
Width = 100,
|
||||||
|
ListOrderNo = 16,
|
||||||
|
Visible = true,
|
||||||
|
IsActive = true,
|
||||||
|
IsDeleted = false,
|
||||||
|
AllowSearch = true,
|
||||||
ColumnCustomizationJson = DefaultColumnCustomizationJson,
|
ColumnCustomizationJson = DefaultColumnCustomizationJson,
|
||||||
PermissionJson = DefaultFieldPermissionJson(AppCodes.Hr.Employee),
|
PermissionJson = DefaultFieldPermissionJson(AppCodes.Hr.Employee),
|
||||||
PivotSettingsJson = DefaultPivotSettingsJson
|
PivotSettingsJson = DefaultPivotSettingsJson
|
||||||
|
|
@ -1891,22 +1916,6 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.String,
|
SourceDbType = DbType.String,
|
||||||
FieldName = "PhoneNumber",
|
FieldName = "PhoneNumber",
|
||||||
Width = 100,
|
Width = 100,
|
||||||
ListOrderNo = 16,
|
|
||||||
Visible = true,
|
|
||||||
IsActive = true,
|
|
||||||
IsDeleted = false,
|
|
||||||
AllowSearch = true,
|
|
||||||
EditorOptions = EditorOptionValues.PhoneEditorOptions,
|
|
||||||
ColumnCustomizationJson = DefaultColumnCustomizationJson,
|
|
||||||
PermissionJson = DefaultFieldPermissionJson(AppCodes.Hr.Employee),
|
|
||||||
PivotSettingsJson = DefaultPivotSettingsJson
|
|
||||||
},
|
|
||||||
new() {
|
|
||||||
ListFormCode = listFormEmployee.ListFormCode,
|
|
||||||
CultureName = LanguageCodes.En,
|
|
||||||
SourceDbType = DbType.String,
|
|
||||||
FieldName = "MobileNumber",
|
|
||||||
Width = 100,
|
|
||||||
ListOrderNo = 17,
|
ListOrderNo = 17,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
|
|
@ -1917,13 +1926,29 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
PermissionJson = DefaultFieldPermissionJson(AppCodes.Hr.Employee),
|
PermissionJson = DefaultFieldPermissionJson(AppCodes.Hr.Employee),
|
||||||
PivotSettingsJson = DefaultPivotSettingsJson
|
PivotSettingsJson = DefaultPivotSettingsJson
|
||||||
},
|
},
|
||||||
|
new() {
|
||||||
|
ListFormCode = listFormEmployee.ListFormCode,
|
||||||
|
CultureName = LanguageCodes.En,
|
||||||
|
SourceDbType = DbType.String,
|
||||||
|
FieldName = "MobileNumber",
|
||||||
|
Width = 100,
|
||||||
|
ListOrderNo = 18,
|
||||||
|
Visible = true,
|
||||||
|
IsActive = true,
|
||||||
|
IsDeleted = false,
|
||||||
|
AllowSearch = true,
|
||||||
|
EditorOptions = EditorOptionValues.PhoneEditorOptions,
|
||||||
|
ColumnCustomizationJson = DefaultColumnCustomizationJson,
|
||||||
|
PermissionJson = DefaultFieldPermissionJson(AppCodes.Hr.Employee),
|
||||||
|
PivotSettingsJson = DefaultPivotSettingsJson
|
||||||
|
},
|
||||||
new() {
|
new() {
|
||||||
ListFormCode = listFormEmployee.ListFormCode,
|
ListFormCode = listFormEmployee.ListFormCode,
|
||||||
CultureName = LanguageCodes.En,
|
CultureName = LanguageCodes.En,
|
||||||
SourceDbType = DbType.String,
|
SourceDbType = DbType.String,
|
||||||
FieldName = "Email",
|
FieldName = "Email",
|
||||||
Width = 200,
|
Width = 200,
|
||||||
ListOrderNo = 18,
|
ListOrderNo = 19,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -1940,7 +1965,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.String,
|
SourceDbType = DbType.String,
|
||||||
FieldName = "EmergencyContactName",
|
FieldName = "EmergencyContactName",
|
||||||
Width = 100,
|
Width = 100,
|
||||||
ListOrderNo = 19,
|
ListOrderNo = 20,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -1955,7 +1980,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.String,
|
SourceDbType = DbType.String,
|
||||||
FieldName = "EmergencyContactRelationship",
|
FieldName = "EmergencyContactRelationship",
|
||||||
Width = 100,
|
Width = 100,
|
||||||
ListOrderNo = 20,
|
ListOrderNo = 21,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -1970,7 +1995,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.String,
|
SourceDbType = DbType.String,
|
||||||
FieldName = "EmergencyContactPhoneNumber",
|
FieldName = "EmergencyContactPhoneNumber",
|
||||||
Width = 150,
|
Width = 150,
|
||||||
ListOrderNo = 21,
|
ListOrderNo = 22,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -1986,7 +2011,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.Date,
|
SourceDbType = DbType.Date,
|
||||||
FieldName = "HireDate",
|
FieldName = "HireDate",
|
||||||
Width = 100,
|
Width = 100,
|
||||||
ListOrderNo = 22,
|
ListOrderNo = 23,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -2001,7 +2026,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.Date,
|
SourceDbType = DbType.Date,
|
||||||
FieldName = "TerminationDate",
|
FieldName = "TerminationDate",
|
||||||
Width = 100,
|
Width = 100,
|
||||||
ListOrderNo = 23,
|
ListOrderNo = 24,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -2016,7 +2041,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.Guid,
|
SourceDbType = DbType.Guid,
|
||||||
FieldName = "EmploymentTypeId",
|
FieldName = "EmploymentTypeId",
|
||||||
Width = 200,
|
Width = 200,
|
||||||
ListOrderNo = 24,
|
ListOrderNo = 25,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -2038,7 +2063,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.Guid,
|
SourceDbType = DbType.Guid,
|
||||||
FieldName = "JobPositionId",
|
FieldName = "JobPositionId",
|
||||||
Width = 200,
|
Width = 200,
|
||||||
ListOrderNo = 25,
|
ListOrderNo = 26,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -2060,7 +2085,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.Guid,
|
SourceDbType = DbType.Guid,
|
||||||
FieldName = "DepartmentId",
|
FieldName = "DepartmentId",
|
||||||
Width = 100,
|
Width = 100,
|
||||||
ListOrderNo = 26,
|
ListOrderNo = 27,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -2082,7 +2107,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.String,
|
SourceDbType = DbType.String,
|
||||||
FieldName = "WorkLocation",
|
FieldName = "WorkLocation",
|
||||||
Width = 150,
|
Width = 150,
|
||||||
ListOrderNo = 27,
|
ListOrderNo = 28,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -2097,7 +2122,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.Guid,
|
SourceDbType = DbType.Guid,
|
||||||
FieldName = "ManagerId",
|
FieldName = "ManagerId",
|
||||||
Width = 100,
|
Width = 100,
|
||||||
ListOrderNo = 28,
|
ListOrderNo = 29,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -2121,7 +2146,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
Format = "fixedPoint",
|
Format = "fixedPoint",
|
||||||
Alignment = "right",
|
Alignment = "right",
|
||||||
Width = 100,
|
Width = 100,
|
||||||
ListOrderNo = 29,
|
ListOrderNo = 30,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -2136,7 +2161,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.Guid,
|
SourceDbType = DbType.Guid,
|
||||||
FieldName = "CurrencyId",
|
FieldName = "CurrencyId",
|
||||||
Width = 100,
|
Width = 100,
|
||||||
ListOrderNo = 30,
|
ListOrderNo = 31,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -2158,7 +2183,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.String,
|
SourceDbType = DbType.String,
|
||||||
FieldName = "PayrollGroup",
|
FieldName = "PayrollGroup",
|
||||||
Width = 100,
|
Width = 100,
|
||||||
ListOrderNo = 31,
|
ListOrderNo = 32,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -2184,7 +2209,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.Guid,
|
SourceDbType = DbType.Guid,
|
||||||
FieldName = "BankAccountId",
|
FieldName = "BankAccountId",
|
||||||
Width = 100,
|
Width = 100,
|
||||||
ListOrderNo = 32,
|
ListOrderNo = 33,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
@ -2206,7 +2231,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency
|
||||||
SourceDbType = DbType.Guid,
|
SourceDbType = DbType.Guid,
|
||||||
FieldName = "BadgeId",
|
FieldName = "BadgeId",
|
||||||
Width = 100,
|
Width = 100,
|
||||||
ListOrderNo = 33,
|
ListOrderNo = 34,
|
||||||
Visible = true,
|
Visible = true,
|
||||||
IsActive = true,
|
IsActive = true,
|
||||||
IsDeleted = false,
|
IsDeleted = false,
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency
|
||||||
ColumnOptionJson = DefaultColumnOptionJson,
|
ColumnOptionJson = DefaultColumnOptionJson,
|
||||||
PermissionJson = DefaultPermissionJson(TenantManagementPermissions.Tenants.Create, TenantManagementPermissions.Tenants.Default, TenantManagementPermissions.Tenants.Update, TenantManagementPermissions.Tenants.Delete, TenantManagementPermissions.Tenants.Default + ".Export", TenantManagementPermissions.Tenants.Default + ".Import", TenantManagementPermissions.Tenants.Default + ".Activity"),
|
PermissionJson = DefaultPermissionJson(TenantManagementPermissions.Tenants.Create, TenantManagementPermissions.Tenants.Default, TenantManagementPermissions.Tenants.Update, TenantManagementPermissions.Tenants.Delete, TenantManagementPermissions.Tenants.Default + ".Export", TenantManagementPermissions.Tenants.Default + ".Import", TenantManagementPermissions.Tenants.Default + ".Activity"),
|
||||||
PagerOptionJson = DefaultPagerOptionJson,
|
PagerOptionJson = DefaultPagerOptionJson,
|
||||||
EditingOptionJson = DefaultEditingOptionJson(TenantManagementPermissions.Tenants.Default, 800, 600, true, true, true, true, false),
|
EditingOptionJson = DefaultEditingOptionJson(TenantManagementPermissions.Tenants.Default, 800, 800, true, true, true, true, false),
|
||||||
EditingFormJson = JsonSerializer.Serialize(new List<EditingFormDto>()
|
EditingFormJson = JsonSerializer.Serialize(new List<EditingFormDto>()
|
||||||
{
|
{
|
||||||
new() { Order=1, ColCount=2, ColSpan=1, ItemType="group", Items =[
|
new() { Order=1, ColCount=2, ColSpan=1, ItemType="group", Items =[
|
||||||
|
|
@ -690,7 +690,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency
|
||||||
ColumnOptionJson = DefaultColumnOptionJson,
|
ColumnOptionJson = DefaultColumnOptionJson,
|
||||||
PermissionJson = DefaultPermissionJson(TenantManagementPermissions.Tenants.Create, TenantManagementPermissions.Tenants.Default, TenantManagementPermissions.Tenants.Update, TenantManagementPermissions.Tenants.Delete, TenantManagementPermissions.Tenants.Default + ".Export", TenantManagementPermissions.Tenants.Default + ".Import", TenantManagementPermissions.Tenants.Default + ".Activity"),
|
PermissionJson = DefaultPermissionJson(TenantManagementPermissions.Tenants.Create, TenantManagementPermissions.Tenants.Default, TenantManagementPermissions.Tenants.Update, TenantManagementPermissions.Tenants.Delete, TenantManagementPermissions.Tenants.Default + ".Export", TenantManagementPermissions.Tenants.Default + ".Import", TenantManagementPermissions.Tenants.Default + ".Activity"),
|
||||||
PagerOptionJson = DefaultPagerOptionJson,
|
PagerOptionJson = DefaultPagerOptionJson,
|
||||||
EditingOptionJson = DefaultEditingOptionJson(TenantManagementPermissions.Tenants.Default, 800, 600, true, true, true, true, false),
|
EditingOptionJson = DefaultEditingOptionJson(TenantManagementPermissions.Tenants.Default, 800, 800, true, true, true, true, false),
|
||||||
EditingFormJson = JsonSerializer.Serialize(new List<EditingFormDto>()
|
EditingFormJson = JsonSerializer.Serialize(new List<EditingFormDto>()
|
||||||
{
|
{
|
||||||
new() { Order=1, ColCount=1, ColSpan=1, ItemType="group", Items =
|
new() { Order=1, ColCount=1, ColSpan=1, ItemType="group", Items =
|
||||||
|
|
@ -1164,7 +1164,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency
|
||||||
ColumnOptionJson = DefaultColumnOptionJson,
|
ColumnOptionJson = DefaultColumnOptionJson,
|
||||||
PermissionJson = DefaultPermissionJson(AppCodes.Branches),
|
PermissionJson = DefaultPermissionJson(AppCodes.Branches),
|
||||||
PagerOptionJson = DefaultPagerOptionJson,
|
PagerOptionJson = DefaultPagerOptionJson,
|
||||||
EditingOptionJson = DefaultEditingOptionJson(AppCodes.Branches, 900, 450, true, true, true, true, false),
|
EditingOptionJson = DefaultEditingOptionJson(AppCodes.Branches, 900, 800, true, true, true, true, false),
|
||||||
EditingFormJson = JsonSerializer.Serialize(new List<EditingFormDto>()
|
EditingFormJson = JsonSerializer.Serialize(new List<EditingFormDto>()
|
||||||
{
|
{
|
||||||
new() { Order=1, ColCount=1, ColSpan=1, ItemType="group", Items =
|
new() { Order=1, ColCount=1, ColSpan=1, ItemType="group", Items =
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ public static class PlatformConsts
|
||||||
public static string Disabled = "{ \"disabled\" : true }";
|
public static string Disabled = "{ \"disabled\" : true }";
|
||||||
public static string ShowClearButton = "{ \"showClearButton\" : true }";
|
public static string ShowClearButton = "{ \"showClearButton\" : true }";
|
||||||
public static string HtmlEditorOptions = "{\"toolbar\": {\"multiline\": true, \"items\": [{\"name\": \"undo\"},{\"name\": \"redo\"},{\"name\": \"separator\"},{\"name\": \"size\",\"acceptedValues\": [\"8pt\",\"10pt\",\"12pt\",\"14pt\",\"18pt\",\"24pt\",\"36pt\"],\"options\": {\"inputAttr\": {\"aria-label\": \"Font size\"}}},{\"name\": \"font\",\"acceptedValues\": [\"Arial\",\"Courier New\",\"Georgia\",\"Impact\",\"Lucida Console\",\"Tahoma\",\"Times New Roman\",\"Verdana\"],\"options\": {\"inputAttr\": {\"aria-label\": \"Font family\"}}},{\"name\": \"separator\"},{\"name\": \"bold\"},{\"name\": \"italic\"},{\"name\": \"strike\"},{\"name\": \"underline\"},{\"name\": \"separator\"},{\"name\": \"alignLeft\"},{\"name\": \"alignCenter\"},{\"name\": \"alignRight\"},{\"name\": \"alignJustify\"},{\"name\": \"separator\"},{\"name\": \"orderedList\"},{\"name\": \"bulletList\"},{\"name\": \"separator\"},{\"name\": \"header\",\"acceptedValues\": [false,1,2,3,4,5],\"options\": {\"inputAttr\": {\"aria-label\": \"Font family\"}}},{\"name\": \"separator\"},{\"name\": \"color\"},{\"name\": \"background\"},{\"name\": \"separator\"},{\"name\": \"link\"},{\"name\": \"image\"},{\"name\": \"separator\"},{\"name\": \"clear\"},{\"name\": \"codeBlock\"},{\"name\": \"blockquote\"},{\"name\": \"separator\"},{\"name\": \"insertTable\"},{\"name\": \"deleteTable\"},{\"name\": \"insertRowAbove\"},{\"name\": \"insertRowBelow\"},{\"name\": \"deleteRow\"},{\"name\": \"insertColumnLeft\"},{\"name\": \"insertColumnRight\"},{\"name\": \"deleteColumn\"}]}}";
|
public static string HtmlEditorOptions = "{\"toolbar\": {\"multiline\": true, \"items\": [{\"name\": \"undo\"},{\"name\": \"redo\"},{\"name\": \"separator\"},{\"name\": \"size\",\"acceptedValues\": [\"8pt\",\"10pt\",\"12pt\",\"14pt\",\"18pt\",\"24pt\",\"36pt\"],\"options\": {\"inputAttr\": {\"aria-label\": \"Font size\"}}},{\"name\": \"font\",\"acceptedValues\": [\"Arial\",\"Courier New\",\"Georgia\",\"Impact\",\"Lucida Console\",\"Tahoma\",\"Times New Roman\",\"Verdana\"],\"options\": {\"inputAttr\": {\"aria-label\": \"Font family\"}}},{\"name\": \"separator\"},{\"name\": \"bold\"},{\"name\": \"italic\"},{\"name\": \"strike\"},{\"name\": \"underline\"},{\"name\": \"separator\"},{\"name\": \"alignLeft\"},{\"name\": \"alignCenter\"},{\"name\": \"alignRight\"},{\"name\": \"alignJustify\"},{\"name\": \"separator\"},{\"name\": \"orderedList\"},{\"name\": \"bulletList\"},{\"name\": \"separator\"},{\"name\": \"header\",\"acceptedValues\": [false,1,2,3,4,5],\"options\": {\"inputAttr\": {\"aria-label\": \"Font family\"}}},{\"name\": \"separator\"},{\"name\": \"color\"},{\"name\": \"background\"},{\"name\": \"separator\"},{\"name\": \"link\"},{\"name\": \"image\"},{\"name\": \"separator\"},{\"name\": \"clear\"},{\"name\": \"codeBlock\"},{\"name\": \"blockquote\"},{\"name\": \"separator\"},{\"name\": \"insertTable\"},{\"name\": \"deleteTable\"},{\"name\": \"insertRowAbove\"},{\"name\": \"insertRowBelow\"},{\"name\": \"deleteRow\"},{\"name\": \"insertColumnLeft\"},{\"name\": \"insertColumnRight\"},{\"name\": \"deleteColumn\"}]}}";
|
||||||
public static string PhoneEditorOptions = "{\"format\": \"phoneGlobal\", \"mask\":\"(000) 000-0000\", \"maskInvalidMessage\":\"Lütfen geçerli bir telefon numarası girin\", \"useMaskedValue\":false, \"maskRules\": { \"X\": \"[1-9]\" }, \"placeholder\": \"(555) 123-4567\" }";
|
public static string PhoneEditorOptions = "{\"format\": \"phoneGlobal\", \"mask\":\"(000) 000-0000\", \"maskInvalidMessage\":\"Lütfen geçerli bir telefon numarası girin\", \"useMaskedValue\":false, \"maskRules\": { \"X\": \"[0-9]\" }, \"placeholder\": \"(555) 123-4567\" }";
|
||||||
public static string TimeSpanOptions = "{\"type\":\"time\",\"pickerType\":\"list\",\"displayFormat\":\"HH:mm\",\"dateSerializationFormat\":\"yyyy-MM-ddTHH:mm:ss\",\"interval\":5,\"width\":\"100%\"}";
|
public static string TimeSpanOptions = "{\"type\":\"time\",\"pickerType\":\"list\",\"displayFormat\":\"HH:mm\",\"dateSerializationFormat\":\"yyyy-MM-ddTHH:mm:ss\",\"interval\":5,\"width\":\"100%\"}";
|
||||||
public static string NumberStandartFormat = "{ \"format\": \"fixedPoint\", \"precision\": 2 }";
|
public static string NumberStandartFormat = "{ \"format\": \"fixedPoint\", \"precision\": 2 }";
|
||||||
public static string NumberPercentFormat = "{ \"format\": \"#0.##'%'\" }";
|
public static string NumberPercentFormat = "{ \"format\": \"#0.##'%'\" }";
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ public class Bank : FullAuditedEntity<Guid>, IMultiTenant
|
||||||
public string City { get; set; }
|
public string City { get; set; }
|
||||||
public string District { get; set; }
|
public string District { get; set; }
|
||||||
public string PostalCode { get; set; }
|
public string PostalCode { get; set; }
|
||||||
public long? PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
|
|
||||||
Guid? IMultiTenant.TenantId => TenantId;
|
Guid? IMultiTenant.TenantId => TenantId;
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ public class Contact : FullAuditedEntity<Guid>, IMultiTenant
|
||||||
public Guid? TenantId { get; set; }
|
public Guid? TenantId { get; set; }
|
||||||
|
|
||||||
public string Address { get; set; }
|
public string Address { get; set; }
|
||||||
public long PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public string Location { get; set; }
|
public string Location { get; set; }
|
||||||
public string TaxNumber { get; set; }
|
public string TaxNumber { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ public class Demo : FullAuditedEntity<Guid>, IMultiTenant
|
||||||
public string OrganizationName { get; set; }
|
public string OrganizationName { get; set; }
|
||||||
public string FullName { get; set; }
|
public string FullName { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public long PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public string Address { get; set; }
|
public string Address { get; set; }
|
||||||
public int NumberOfBranches { get; set; }
|
public int NumberOfBranches { get; set; }
|
||||||
public int NumberOfUsers { get; set; }
|
public int NumberOfUsers { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,9 @@ public class Lawyer : FullAuditedEntity<Guid>, IMultiTenant
|
||||||
public string TaxOffice { get; set; }
|
public string TaxOffice { get; set; }
|
||||||
public string TaxNumber { get; set; }
|
public string TaxNumber { get; set; }
|
||||||
|
|
||||||
public long MobileNumber { get; set; }
|
public string MobileNumber { get; set; }
|
||||||
public long? PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public long? FaxNumber { get; set; }
|
public string FaxNumber { get; set; }
|
||||||
|
|
||||||
public string Description { get; set; }
|
public string Description { get; set; }
|
||||||
public string Status { get; set; }
|
public string Status { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -22,9 +22,9 @@ public class Order : FullAuditedEntity<Guid>, IMultiTenant
|
||||||
public string Country { get; set; }
|
public string Country { get; set; }
|
||||||
public string City { get; set; }
|
public string City { get; set; }
|
||||||
public string PostalCode { get; set; }
|
public string PostalCode { get; set; }
|
||||||
public long? MobileNumber { get; set; }
|
public string MobileNumber { get; set; }
|
||||||
public long? PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public long? FaxNumber { get; set; }
|
public string FaxNumber { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public string Website { get; set; }
|
public string Website { get; set; }
|
||||||
public string MenuGroup { get; set; }
|
public string MenuGroup { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ public class Psychologist : FullAuditedEntity<Guid>, IMultiTenant
|
||||||
public Guid? TenantId { get; set; }
|
public Guid? TenantId { get; set; }
|
||||||
|
|
||||||
public string Name { get; set; } // AdSoyad
|
public string Name { get; set; } // AdSoyad
|
||||||
public long PhoneNumber { get; set; } // Telefon
|
public string PhoneNumber { get; set; } // Telefon
|
||||||
public string Email { get; set; } // Eposta
|
public string Email { get; set; } // Eposta
|
||||||
public string Address { get; set; } // Adres
|
public string Address { get; set; } // Adres
|
||||||
public string Status { get; set; } // Durum
|
public string Status { get; set; } // Durum
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,8 @@ public class Employee : FullAuditedEntity<Guid>, IMultiTenant
|
||||||
public string District { get; set; }
|
public string District { get; set; }
|
||||||
public string Street { get; set; }
|
public string Street { get; set; }
|
||||||
public string PostalCode { get; set; }
|
public string PostalCode { get; set; }
|
||||||
public long MobileNumber { get; set; }
|
public string MobileNumber { get; set; }
|
||||||
public long? PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public string Address1 { get; set; }
|
public string Address1 { get; set; }
|
||||||
public string Address2 { get; set; }
|
public string Address2 { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ public class Visitor : FullAuditedEntity<Guid>, IMultiTenant
|
||||||
public string FullName { get; set; }
|
public string FullName { get; set; }
|
||||||
public string CompanyName { get; set; }
|
public string CompanyName { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public long PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public string Purpose { get; set; }
|
public string Purpose { get; set; }
|
||||||
public DateTime VisitDate { get; set; }
|
public DateTime VisitDate { get; set; }
|
||||||
public DateTime? CheckIn { get; set; }
|
public DateTime? CheckIn { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -20,9 +20,9 @@ public class Branch : FullAuditedEntity<Guid>
|
||||||
public string Address1 { get; set; }
|
public string Address1 { get; set; }
|
||||||
public string Address2 { get; set; }
|
public string Address2 { get; set; }
|
||||||
public string PostalCode { get; set; }
|
public string PostalCode { get; set; }
|
||||||
public long MobileNumber { get; set; }
|
public string MobileNumber { get; set; }
|
||||||
public long? PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public long? FaxNumber { get; set; }
|
public string FaxNumber { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public string Website { get; set; }
|
public string Website { get; set; }
|
||||||
public bool? IsActive { get; set; }
|
public bool? IsActive { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,9 @@ public class Partner : FullAuditedEntity<Guid>, IMultiTenant
|
||||||
public string Address1 { get; set; }
|
public string Address1 { get; set; }
|
||||||
public string Address2 { get; set; }
|
public string Address2 { get; set; }
|
||||||
public string PostalCode { get; set; }
|
public string PostalCode { get; set; }
|
||||||
public long MobileNumber { get; set; }
|
public string MobileNumber { get; set; }
|
||||||
public long? PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public long? FaxNumber { get; set; }
|
public string FaxNumber { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public string Website { get; set; }
|
public string Website { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,8 @@ public class PartnerContact : FullAuditedEntity<Guid>, IMultiTenant
|
||||||
public string Title { get; set; }
|
public string Title { get; set; }
|
||||||
public string Department { get; set; }
|
public string Department { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public long MobileNumber { get; set; }
|
public string MobileNumber { get; set; }
|
||||||
public long? PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public bool IsPrimary { get; set; }
|
public bool IsPrimary { get; set; }
|
||||||
public bool IsActive { get; set; }
|
public bool IsActive { get; set; }
|
||||||
}
|
}
|
||||||
|
|
@ -112,31 +112,31 @@ public static class AbpTenantExtensions
|
||||||
return tenant.GetProperty<string>(PlatformConsts.Tenants.PostalCode);
|
return tenant.GetProperty<string>(PlatformConsts.Tenants.PostalCode);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void SetPhoneNumber(this Tenant tenant, long? phoneNumber)
|
public static void SetPhoneNumber(this Tenant tenant, string phoneNumber)
|
||||||
{
|
{
|
||||||
tenant.SetProperty(PlatformConsts.Tenants.PhoneNumber, phoneNumber.HasValue ? phoneNumber : null);
|
tenant.SetProperty(PlatformConsts.Tenants.PhoneNumber, phoneNumber);
|
||||||
}
|
}
|
||||||
public static long? GetPhoneNumber(this Tenant tenant)
|
public static string GetPhoneNumber(this Tenant tenant)
|
||||||
{
|
{
|
||||||
return tenant.GetProperty<long?>(PlatformConsts.Tenants.PhoneNumber);
|
return tenant.GetProperty<string>(PlatformConsts.Tenants.PhoneNumber);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void SetMobileNumber(this Tenant tenant, long? mobileNumber)
|
public static void SetMobileNumber(this Tenant tenant, string mobileNumber)
|
||||||
{
|
{
|
||||||
tenant.SetProperty(PlatformConsts.Tenants.MobileNumber, mobileNumber.HasValue ? mobileNumber : null);
|
tenant.SetProperty(PlatformConsts.Tenants.MobileNumber, mobileNumber);
|
||||||
}
|
}
|
||||||
public static long? GetMobileNumber(this Tenant tenant)
|
public static string GetMobileNumber(this Tenant tenant)
|
||||||
{
|
{
|
||||||
return tenant.GetProperty<long?>(PlatformConsts.Tenants.MobileNumber);
|
return tenant.GetProperty<string>(PlatformConsts.Tenants.MobileNumber);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void SetFaxNumber(this Tenant tenant, long? faxNumber)
|
public static void SetFaxNumber(this Tenant tenant, string faxNumber)
|
||||||
{
|
{
|
||||||
tenant.SetProperty(PlatformConsts.Tenants.FaxNumber, faxNumber.HasValue ? faxNumber : null);
|
tenant.SetProperty(PlatformConsts.Tenants.FaxNumber, faxNumber);
|
||||||
}
|
}
|
||||||
public static long? GetFaxNumber(this Tenant tenant)
|
public static string GetFaxNumber(this Tenant tenant)
|
||||||
{
|
{
|
||||||
return tenant.GetProperty<long?>(PlatformConsts.Tenants.FaxNumber);
|
return tenant.GetProperty<string>(PlatformConsts.Tenants.FaxNumber);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void SetEmail(this Tenant tenant, string email)
|
public static void SetEmail(this Tenant tenant, string email)
|
||||||
|
|
|
||||||
|
|
@ -1461,6 +1461,9 @@ public class PlatformDbContext :
|
||||||
b.Property(o => o.Country).HasMaxLength(128);
|
b.Property(o => o.Country).HasMaxLength(128);
|
||||||
b.Property(o => o.City).HasMaxLength(128);
|
b.Property(o => o.City).HasMaxLength(128);
|
||||||
b.Property(o => o.PostalCode).HasMaxLength(16);
|
b.Property(o => o.PostalCode).HasMaxLength(16);
|
||||||
|
b.Property(o => o.MobileNumber).HasMaxLength(20);
|
||||||
|
b.Property(o => o.PhoneNumber).HasMaxLength(20);
|
||||||
|
b.Property(o => o.FaxNumber).HasMaxLength(20);
|
||||||
b.Property(o => o.Email).HasMaxLength(128);
|
b.Property(o => o.Email).HasMaxLength(128);
|
||||||
b.Property(o => o.Website).HasMaxLength(128);
|
b.Property(o => o.Website).HasMaxLength(128);
|
||||||
b.Property(o => o.MenuGroup).HasMaxLength(64);
|
b.Property(o => o.MenuGroup).HasMaxLength(64);
|
||||||
|
|
@ -1548,7 +1551,7 @@ public class PlatformDbContext :
|
||||||
b.ConfigureByConvention();
|
b.ConfigureByConvention();
|
||||||
|
|
||||||
b.Property(x => x.Address).HasMaxLength(500);
|
b.Property(x => x.Address).HasMaxLength(500);
|
||||||
b.Property(x => x.PhoneNumber).HasMaxLength(50);
|
b.Property(x => x.PhoneNumber).HasMaxLength(20);
|
||||||
b.Property(x => x.Email).HasMaxLength(150);
|
b.Property(x => x.Email).HasMaxLength(150);
|
||||||
b.Property(x => x.Location).HasMaxLength(150);
|
b.Property(x => x.Location).HasMaxLength(150);
|
||||||
b.Property(x => x.TaxNumber).HasMaxLength(50);
|
b.Property(x => x.TaxNumber).HasMaxLength(50);
|
||||||
|
|
@ -1688,7 +1691,7 @@ public class PlatformDbContext :
|
||||||
b.Property(x => x.City).HasMaxLength(128);
|
b.Property(x => x.City).HasMaxLength(128);
|
||||||
b.Property(x => x.PostalCode).HasMaxLength(16);
|
b.Property(x => x.PostalCode).HasMaxLength(16);
|
||||||
b.Property(x => x.Country).HasMaxLength(128);
|
b.Property(x => x.Country).HasMaxLength(128);
|
||||||
b.Property(x => x.PhoneNumber).HasMaxLength(64);
|
b.Property(x => x.PhoneNumber).HasMaxLength(20);
|
||||||
b.Property(x => x.Email).HasMaxLength(128);
|
b.Property(x => x.Email).HasMaxLength(128);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -1814,8 +1817,8 @@ public class PlatformDbContext :
|
||||||
b.Property(x => x.Code).IsRequired().HasMaxLength(50);
|
b.Property(x => x.Code).IsRequired().HasMaxLength(50);
|
||||||
b.Property(x => x.FullName).HasMaxLength(200);
|
b.Property(x => x.FullName).HasMaxLength(200);
|
||||||
b.Property(x => x.Email).HasMaxLength(150);
|
b.Property(x => x.Email).HasMaxLength(150);
|
||||||
b.Property(x => x.PhoneNumber).HasMaxLength(50);
|
b.Property(x => x.PhoneNumber).HasMaxLength(20);
|
||||||
b.Property(x => x.MobileNumber).HasMaxLength(50);
|
b.Property(x => x.MobileNumber).HasMaxLength(20);
|
||||||
b.Property(x => x.Avatar).HasMaxLength(250);
|
b.Property(x => x.Avatar).HasMaxLength(250);
|
||||||
b.Property(x => x.NationalId).HasMaxLength(20);
|
b.Property(x => x.NationalId).HasMaxLength(20);
|
||||||
b.Property(x => x.PayrollGroup).HasMaxLength(50);
|
b.Property(x => x.PayrollGroup).HasMaxLength(50);
|
||||||
|
|
@ -2338,9 +2341,9 @@ public class PlatformDbContext :
|
||||||
b.Property(p => p.Address1).HasMaxLength(256);
|
b.Property(p => p.Address1).HasMaxLength(256);
|
||||||
b.Property(p => p.Address2).HasMaxLength(256);
|
b.Property(p => p.Address2).HasMaxLength(256);
|
||||||
b.Property(p => p.PostalCode).HasMaxLength(16);
|
b.Property(p => p.PostalCode).HasMaxLength(16);
|
||||||
b.Property(p => p.PhoneNumber).HasMaxLength(32);
|
b.Property(p => p.PhoneNumber).HasMaxLength(20);
|
||||||
b.Property(p => p.MobileNumber).HasMaxLength(32);
|
b.Property(p => p.MobileNumber).HasMaxLength(20);
|
||||||
b.Property(p => p.FaxNumber).HasMaxLength(32);
|
b.Property(p => p.FaxNumber).HasMaxLength(20);
|
||||||
b.Property(p => p.Email).HasMaxLength(128);
|
b.Property(p => p.Email).HasMaxLength(128);
|
||||||
b.Property(p => p.Website).HasMaxLength(128);
|
b.Property(p => p.Website).HasMaxLength(128);
|
||||||
b.Property(p => p.Status).IsRequired();
|
b.Property(p => p.Status).IsRequired();
|
||||||
|
|
@ -2432,8 +2435,8 @@ public class PlatformDbContext :
|
||||||
b.Property(x => x.Title).HasMaxLength(64);
|
b.Property(x => x.Title).HasMaxLength(64);
|
||||||
b.Property(x => x.Department).HasMaxLength(64);
|
b.Property(x => x.Department).HasMaxLength(64);
|
||||||
b.Property(x => x.Email).HasMaxLength(128);
|
b.Property(x => x.Email).HasMaxLength(128);
|
||||||
b.Property(x => x.PhoneNumber).HasMaxLength(32);
|
b.Property(x => x.PhoneNumber).HasMaxLength(20);
|
||||||
b.Property(x => x.MobileNumber).HasMaxLength(32);
|
b.Property(x => x.MobileNumber).HasMaxLength(20);
|
||||||
b.Property(x => x.IsPrimary).HasDefaultValue(false);
|
b.Property(x => x.IsPrimary).HasDefaultValue(false);
|
||||||
b.Property(x => x.IsActive).HasDefaultValue(true);
|
b.Property(x => x.IsActive).HasDefaultValue(true);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -155,29 +155,29 @@ public static class PlatformEfCoreEntityExtensionMappings
|
||||||
);
|
);
|
||||||
|
|
||||||
ObjectExtensionManager.Instance
|
ObjectExtensionManager.Instance
|
||||||
.MapEfCoreProperty<Tenant, long?>(
|
.MapEfCoreProperty<Tenant, string>(
|
||||||
PlatformConsts.Tenants.PhoneNumber,
|
PlatformConsts.Tenants.PhoneNumber,
|
||||||
(entityBuilder, propertyBuilder) =>
|
(entityBuilder, propertyBuilder) =>
|
||||||
{
|
{
|
||||||
propertyBuilder.HasDefaultValue(null);
|
propertyBuilder.HasMaxLength(20).HasDefaultValue(null);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
ObjectExtensionManager.Instance
|
ObjectExtensionManager.Instance
|
||||||
.MapEfCoreProperty<Tenant, long?>(
|
.MapEfCoreProperty<Tenant, string>(
|
||||||
PlatformConsts.Tenants.MobileNumber,
|
PlatformConsts.Tenants.MobileNumber,
|
||||||
(entityBuilder, propertyBuilder) =>
|
(entityBuilder, propertyBuilder) =>
|
||||||
{
|
{
|
||||||
propertyBuilder.HasDefaultValue(null);
|
propertyBuilder.HasMaxLength(20).HasDefaultValue(null);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
ObjectExtensionManager.Instance
|
ObjectExtensionManager.Instance
|
||||||
.MapEfCoreProperty<Tenant, long?>(
|
.MapEfCoreProperty<Tenant, string>(
|
||||||
PlatformConsts.Tenants.FaxNumber,
|
PlatformConsts.Tenants.FaxNumber,
|
||||||
(entityBuilder, propertyBuilder) =>
|
(entityBuilder, propertyBuilder) =>
|
||||||
{
|
{
|
||||||
propertyBuilder.HasDefaultValue(null);
|
propertyBuilder.HasMaxLength(20).HasDefaultValue(null);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ using Volo.Abp.EntityFrameworkCore;
|
||||||
namespace Kurs.Platform.Migrations
|
namespace Kurs.Platform.Migrations
|
||||||
{
|
{
|
||||||
[DbContext(typeof(PlatformDbContext))]
|
[DbContext(typeof(PlatformDbContext))]
|
||||||
[Migration("20251107212125_Initial")]
|
[Migration("20251111112247_Initial")]
|
||||||
partial class Initial
|
partial class Initial
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
|
@ -1036,9 +1036,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(128)
|
.HasMaxLength(128)
|
||||||
.HasColumnType("nvarchar(128)");
|
.HasColumnType("nvarchar(128)");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(64)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("PostalCode")
|
b.Property<string>("PostalCode")
|
||||||
.HasMaxLength(16)
|
.HasMaxLength(16)
|
||||||
|
|
@ -1402,9 +1402,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(128)
|
.HasMaxLength(128)
|
||||||
.HasColumnType("nvarchar(128)");
|
.HasColumnType("nvarchar(128)");
|
||||||
|
|
||||||
b.Property<long?>("FaxNumber")
|
b.Property<string>("FaxNumber")
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<bool?>("IsActive")
|
b.Property<bool?>("IsActive")
|
||||||
.ValueGeneratedOnAdd()
|
.ValueGeneratedOnAdd()
|
||||||
|
|
@ -1425,18 +1425,19 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasColumnType("uniqueidentifier")
|
.HasColumnType("uniqueidentifier")
|
||||||
.HasColumnName("LastModifierId");
|
.HasColumnName("LastModifierId");
|
||||||
|
|
||||||
b.Property<long>("MobileNumber")
|
b.Property<string>("MobileNumber")
|
||||||
|
.IsRequired()
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Name")
|
b.Property<string>("Name")
|
||||||
.IsRequired()
|
.IsRequired()
|
||||||
.HasMaxLength(128)
|
.HasMaxLength(128)
|
||||||
.HasColumnType("nvarchar(128)");
|
.HasColumnType("nvarchar(128)");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("PostalCode")
|
b.Property<string>("PostalCode")
|
||||||
.HasMaxLength(16)
|
.HasMaxLength(16)
|
||||||
|
|
@ -2207,9 +2208,9 @@ namespace Kurs.Platform.Migrations
|
||||||
b.Property<string>("MapJson")
|
b.Property<string>("MapJson")
|
||||||
.HasColumnType("text");
|
.HasColumnType("text");
|
||||||
|
|
||||||
b.Property<long>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(50)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("TaxNumber")
|
b.Property<string>("TaxNumber")
|
||||||
.HasMaxLength(50)
|
.HasMaxLength(50)
|
||||||
|
|
@ -3290,9 +3291,10 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(256)
|
.HasMaxLength(256)
|
||||||
.HasColumnType("nvarchar(256)");
|
.HasColumnType("nvarchar(256)");
|
||||||
|
|
||||||
b.Property<long>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
|
.IsRequired()
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<Guid?>("TenantId")
|
b.Property<Guid?>("TenantId")
|
||||||
.HasColumnType("uniqueidentifier")
|
.HasColumnType("uniqueidentifier")
|
||||||
|
|
@ -3827,9 +3829,9 @@ namespace Kurs.Platform.Migrations
|
||||||
b.Property<string>("MaritalStatus")
|
b.Property<string>("MaritalStatus")
|
||||||
.HasColumnType("nvarchar(max)");
|
.HasColumnType("nvarchar(max)");
|
||||||
|
|
||||||
b.Property<long>("MobileNumber")
|
b.Property<string>("MobileNumber")
|
||||||
.HasMaxLength(50)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("NationalId")
|
b.Property<string>("NationalId")
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
|
|
@ -3839,9 +3841,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(50)
|
.HasMaxLength(50)
|
||||||
.HasColumnType("nvarchar(50)");
|
.HasColumnType("nvarchar(50)");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(50)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("PostalCode")
|
b.Property<string>("PostalCode")
|
||||||
.HasColumnType("nvarchar(max)");
|
.HasColumnType("nvarchar(max)");
|
||||||
|
|
@ -4651,9 +4653,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(100)
|
.HasMaxLength(100)
|
||||||
.HasColumnType("nvarchar(100)");
|
.HasColumnType("nvarchar(100)");
|
||||||
|
|
||||||
b.Property<long?>("FaxNumber")
|
b.Property<string>("FaxNumber")
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("FullName")
|
b.Property<string>("FullName")
|
||||||
.IsRequired()
|
.IsRequired()
|
||||||
|
|
@ -4674,13 +4676,13 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasColumnType("uniqueidentifier")
|
.HasColumnType("uniqueidentifier")
|
||||||
.HasColumnName("LastModifierId");
|
.HasColumnName("LastModifierId");
|
||||||
|
|
||||||
b.Property<long>("MobileNumber")
|
b.Property<string>("MobileNumber")
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Status")
|
b.Property<string>("Status")
|
||||||
.HasMaxLength(10)
|
.HasMaxLength(10)
|
||||||
|
|
@ -6317,8 +6319,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(128)
|
.HasMaxLength(128)
|
||||||
.HasColumnType("nvarchar(128)");
|
.HasColumnType("nvarchar(128)");
|
||||||
|
|
||||||
b.Property<long?>("FaxNumber")
|
b.Property<string>("FaxNumber")
|
||||||
.HasColumnType("bigint");
|
.HasMaxLength(20)
|
||||||
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Founder")
|
b.Property<string>("Founder")
|
||||||
.HasMaxLength(128)
|
.HasMaxLength(128)
|
||||||
|
|
@ -6348,8 +6351,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(64)
|
.HasMaxLength(64)
|
||||||
.HasColumnType("nvarchar(64)");
|
.HasColumnType("nvarchar(64)");
|
||||||
|
|
||||||
b.Property<long?>("MobileNumber")
|
b.Property<string>("MobileNumber")
|
||||||
.HasColumnType("bigint");
|
.HasMaxLength(20)
|
||||||
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Name")
|
b.Property<string>("Name")
|
||||||
.HasMaxLength(64)
|
.HasMaxLength(64)
|
||||||
|
|
@ -6366,8 +6370,9 @@ namespace Kurs.Platform.Migrations
|
||||||
b.Property<Guid>("PaymentMethodId")
|
b.Property<Guid>("PaymentMethodId")
|
||||||
.HasColumnType("uniqueidentifier");
|
.HasColumnType("uniqueidentifier");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasColumnType("bigint");
|
.HasMaxLength(20)
|
||||||
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("PostalCode")
|
b.Property<string>("PostalCode")
|
||||||
.HasMaxLength(16)
|
.HasMaxLength(16)
|
||||||
|
|
@ -6647,9 +6652,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(128)
|
.HasMaxLength(128)
|
||||||
.HasColumnType("nvarchar(128)");
|
.HasColumnType("nvarchar(128)");
|
||||||
|
|
||||||
b.Property<long?>("FaxNumber")
|
b.Property<string>("FaxNumber")
|
||||||
.HasMaxLength(32)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<bool>("IsDeleted")
|
b.Property<bool>("IsDeleted")
|
||||||
.ValueGeneratedOnAdd()
|
.ValueGeneratedOnAdd()
|
||||||
|
|
@ -6677,9 +6682,9 @@ namespace Kurs.Platform.Migrations
|
||||||
b.Property<Guid?>("MaterialId")
|
b.Property<Guid?>("MaterialId")
|
||||||
.HasColumnType("uniqueidentifier");
|
.HasColumnType("uniqueidentifier");
|
||||||
|
|
||||||
b.Property<long>("MobileNumber")
|
b.Property<string>("MobileNumber")
|
||||||
.HasMaxLength(32)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Name")
|
b.Property<string>("Name")
|
||||||
.IsRequired()
|
.IsRequired()
|
||||||
|
|
@ -6695,9 +6700,9 @@ namespace Kurs.Platform.Migrations
|
||||||
b.Property<string>("PerformanceMetricsJson")
|
b.Property<string>("PerformanceMetricsJson")
|
||||||
.HasColumnType("text");
|
.HasColumnType("text");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(32)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("PostalCode")
|
b.Property<string>("PostalCode")
|
||||||
.HasMaxLength(16)
|
.HasMaxLength(16)
|
||||||
|
|
@ -7009,16 +7014,16 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasColumnType("uniqueidentifier")
|
.HasColumnType("uniqueidentifier")
|
||||||
.HasColumnName("LastModifierId");
|
.HasColumnName("LastModifierId");
|
||||||
|
|
||||||
b.Property<long>("MobileNumber")
|
b.Property<string>("MobileNumber")
|
||||||
.HasMaxLength(32)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<Guid>("PartnerId")
|
b.Property<Guid>("PartnerId")
|
||||||
.HasColumnType("uniqueidentifier");
|
.HasColumnType("uniqueidentifier");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(32)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<Guid?>("TenantId")
|
b.Property<Guid?>("TenantId")
|
||||||
.HasColumnType("uniqueidentifier")
|
.HasColumnType("uniqueidentifier")
|
||||||
|
|
@ -7556,9 +7561,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(100)
|
.HasMaxLength(100)
|
||||||
.HasColumnType("nvarchar(100)");
|
.HasColumnType("nvarchar(100)");
|
||||||
|
|
||||||
b.Property<long>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Status")
|
b.Property<string>("Status")
|
||||||
.HasMaxLength(10)
|
.HasMaxLength(10)
|
||||||
|
|
@ -10313,9 +10318,10 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasColumnType("uniqueidentifier")
|
.HasColumnType("uniqueidentifier")
|
||||||
.HasColumnName("LastModifierId");
|
.HasColumnName("LastModifierId");
|
||||||
|
|
||||||
b.Property<long>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
|
.IsRequired()
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Photo")
|
b.Property<string>("Photo")
|
||||||
.HasColumnType("nvarchar(max)");
|
.HasColumnType("nvarchar(max)");
|
||||||
|
|
@ -12504,8 +12510,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasColumnType("nvarchar(max)")
|
.HasColumnType("nvarchar(max)")
|
||||||
.HasColumnName("ExtraProperties");
|
.HasColumnName("ExtraProperties");
|
||||||
|
|
||||||
b.Property<long?>("FaxNumber")
|
b.Property<string>("FaxNumber")
|
||||||
.HasColumnType("bigint");
|
.HasMaxLength(20)
|
||||||
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Founder")
|
b.Property<string>("Founder")
|
||||||
.HasColumnType("nvarchar(max)");
|
.HasColumnType("nvarchar(max)");
|
||||||
|
|
@ -12533,8 +12540,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(64)
|
.HasMaxLength(64)
|
||||||
.HasColumnType("nvarchar(64)");
|
.HasColumnType("nvarchar(64)");
|
||||||
|
|
||||||
b.Property<long?>("MobileNumber")
|
b.Property<string>("MobileNumber")
|
||||||
.HasColumnType("bigint");
|
.HasMaxLength(20)
|
||||||
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Name")
|
b.Property<string>("Name")
|
||||||
.IsRequired()
|
.IsRequired()
|
||||||
|
|
@ -12550,8 +12558,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(64)
|
.HasMaxLength(64)
|
||||||
.HasColumnType("nvarchar(64)");
|
.HasColumnType("nvarchar(64)");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasColumnType("bigint");
|
.HasMaxLength(20)
|
||||||
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("PostalCode")
|
b.Property<string>("PostalCode")
|
||||||
.HasMaxLength(10)
|
.HasMaxLength(10)
|
||||||
|
|
@ -347,13 +347,13 @@ namespace Kurs.Platform.Migrations
|
||||||
Country = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
Country = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
District = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
District = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
Email = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: true),
|
Email = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: true),
|
||||||
FaxNumber = table.Column<long>(type: "bigint", nullable: true),
|
FaxNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
Founder = table.Column<string>(type: "nvarchar(max)", nullable: true),
|
Founder = table.Column<string>(type: "nvarchar(max)", nullable: true),
|
||||||
IsActive = table.Column<bool>(type: "bit", nullable: false, defaultValue: true),
|
IsActive = table.Column<bool>(type: "bit", nullable: false, defaultValue: true),
|
||||||
MenuGroup = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
|
MenuGroup = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
|
||||||
MobileNumber = table.Column<long>(type: "bigint", nullable: true),
|
MobileNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
OrganizationName = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
|
OrganizationName = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
|
||||||
PhoneNumber = table.Column<long>(type: "bigint", nullable: true),
|
PhoneNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
PostalCode = table.Column<string>(type: "nvarchar(10)", maxLength: 10, nullable: true),
|
PostalCode = table.Column<string>(type: "nvarchar(10)", maxLength: 10, nullable: true),
|
||||||
Street = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
Street = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
TaxOffice = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
|
TaxOffice = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
|
||||||
|
|
@ -449,7 +449,7 @@ namespace Kurs.Platform.Migrations
|
||||||
City = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
City = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
District = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
District = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
PostalCode = table.Column<string>(type: "nvarchar(16)", maxLength: 16, nullable: true),
|
PostalCode = table.Column<string>(type: "nvarchar(16)", maxLength: 16, nullable: true),
|
||||||
PhoneNumber = table.Column<long>(type: "bigint", maxLength: 64, nullable: true),
|
PhoneNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
Email = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
Email = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
CreationTime = table.Column<DateTime>(type: "datetime2", nullable: false),
|
CreationTime = table.Column<DateTime>(type: "datetime2", nullable: false),
|
||||||
CreatorId = table.Column<Guid>(type: "uniqueidentifier", nullable: true),
|
CreatorId = table.Column<Guid>(type: "uniqueidentifier", nullable: true),
|
||||||
|
|
@ -539,7 +539,7 @@ namespace Kurs.Platform.Migrations
|
||||||
Id = table.Column<Guid>(type: "uniqueidentifier", nullable: false),
|
Id = table.Column<Guid>(type: "uniqueidentifier", nullable: false),
|
||||||
TenantId = table.Column<Guid>(type: "uniqueidentifier", nullable: true),
|
TenantId = table.Column<Guid>(type: "uniqueidentifier", nullable: true),
|
||||||
Address = table.Column<string>(type: "nvarchar(500)", maxLength: 500, nullable: true),
|
Address = table.Column<string>(type: "nvarchar(500)", maxLength: 500, nullable: true),
|
||||||
PhoneNumber = table.Column<long>(type: "bigint", maxLength: 50, nullable: false),
|
PhoneNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
Email = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true),
|
Email = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true),
|
||||||
Location = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true),
|
Location = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true),
|
||||||
TaxNumber = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true),
|
TaxNumber = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true),
|
||||||
|
|
@ -568,7 +568,7 @@ namespace Kurs.Platform.Migrations
|
||||||
OrganizationName = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: false),
|
OrganizationName = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: false),
|
||||||
FullName = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: false),
|
FullName = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: false),
|
||||||
Email = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: false),
|
Email = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: false),
|
||||||
PhoneNumber = table.Column<long>(type: "bigint", maxLength: 20, nullable: false),
|
PhoneNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: false),
|
||||||
Address = table.Column<string>(type: "nvarchar(512)", maxLength: 512, nullable: false),
|
Address = table.Column<string>(type: "nvarchar(512)", maxLength: 512, nullable: false),
|
||||||
NumberOfBranches = table.Column<int>(type: "int", nullable: false),
|
NumberOfBranches = table.Column<int>(type: "int", nullable: false),
|
||||||
NumberOfUsers = table.Column<int>(type: "int", nullable: false),
|
NumberOfUsers = table.Column<int>(type: "int", nullable: false),
|
||||||
|
|
@ -680,9 +680,9 @@ namespace Kurs.Platform.Migrations
|
||||||
Address = table.Column<string>(type: "nvarchar(250)", maxLength: 250, nullable: true),
|
Address = table.Column<string>(type: "nvarchar(250)", maxLength: 250, nullable: true),
|
||||||
TaxOffice = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true),
|
TaxOffice = table.Column<string>(type: "nvarchar(50)", maxLength: 50, nullable: true),
|
||||||
TaxNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
TaxNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
MobileNumber = table.Column<long>(type: "bigint", maxLength: 20, nullable: false),
|
MobileNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
PhoneNumber = table.Column<long>(type: "bigint", maxLength: 20, nullable: true),
|
PhoneNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
FaxNumber = table.Column<long>(type: "bigint", maxLength: 20, nullable: true),
|
FaxNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
Description = table.Column<string>(type: "nvarchar(1000)", maxLength: 1000, nullable: true),
|
Description = table.Column<string>(type: "nvarchar(1000)", maxLength: 1000, nullable: true),
|
||||||
Status = table.Column<string>(type: "nvarchar(10)", maxLength: 10, nullable: true),
|
Status = table.Column<string>(type: "nvarchar(10)", maxLength: 10, nullable: true),
|
||||||
CreationTime = table.Column<DateTime>(type: "datetime2", nullable: false),
|
CreationTime = table.Column<DateTime>(type: "datetime2", nullable: false),
|
||||||
|
|
@ -716,9 +716,9 @@ namespace Kurs.Platform.Migrations
|
||||||
Country = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
Country = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
City = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
City = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
PostalCode = table.Column<string>(type: "nvarchar(16)", maxLength: 16, nullable: true),
|
PostalCode = table.Column<string>(type: "nvarchar(16)", maxLength: 16, nullable: true),
|
||||||
MobileNumber = table.Column<long>(type: "bigint", nullable: true),
|
MobileNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
PhoneNumber = table.Column<long>(type: "bigint", nullable: true),
|
PhoneNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
FaxNumber = table.Column<long>(type: "bigint", nullable: true),
|
FaxNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
Email = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
Email = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
Website = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
Website = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
MenuGroup = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
|
MenuGroup = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
|
||||||
|
|
@ -797,7 +797,7 @@ namespace Kurs.Platform.Migrations
|
||||||
Id = table.Column<Guid>(type: "uniqueidentifier", nullable: false),
|
Id = table.Column<Guid>(type: "uniqueidentifier", nullable: false),
|
||||||
TenantId = table.Column<Guid>(type: "uniqueidentifier", nullable: true),
|
TenantId = table.Column<Guid>(type: "uniqueidentifier", nullable: true),
|
||||||
Name = table.Column<string>(type: "nvarchar(100)", maxLength: 100, nullable: false),
|
Name = table.Column<string>(type: "nvarchar(100)", maxLength: 100, nullable: false),
|
||||||
PhoneNumber = table.Column<long>(type: "bigint", maxLength: 20, nullable: false),
|
PhoneNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
Email = table.Column<string>(type: "nvarchar(100)", maxLength: 100, nullable: true),
|
Email = table.Column<string>(type: "nvarchar(100)", maxLength: 100, nullable: true),
|
||||||
Address = table.Column<string>(type: "nvarchar(250)", maxLength: 250, nullable: true),
|
Address = table.Column<string>(type: "nvarchar(250)", maxLength: 250, nullable: true),
|
||||||
Status = table.Column<string>(type: "nvarchar(10)", maxLength: 10, nullable: true),
|
Status = table.Column<string>(type: "nvarchar(10)", maxLength: 10, nullable: true),
|
||||||
|
|
@ -2056,9 +2056,9 @@ namespace Kurs.Platform.Migrations
|
||||||
Address1 = table.Column<string>(type: "nvarchar(512)", maxLength: 512, nullable: true),
|
Address1 = table.Column<string>(type: "nvarchar(512)", maxLength: 512, nullable: true),
|
||||||
Address2 = table.Column<string>(type: "nvarchar(512)", maxLength: 512, nullable: true),
|
Address2 = table.Column<string>(type: "nvarchar(512)", maxLength: 512, nullable: true),
|
||||||
PostalCode = table.Column<string>(type: "nvarchar(16)", maxLength: 16, nullable: true),
|
PostalCode = table.Column<string>(type: "nvarchar(16)", maxLength: 16, nullable: true),
|
||||||
MobileNumber = table.Column<long>(type: "bigint", maxLength: 20, nullable: false),
|
MobileNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: false),
|
||||||
PhoneNumber = table.Column<long>(type: "bigint", maxLength: 20, nullable: true),
|
PhoneNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
FaxNumber = table.Column<long>(type: "bigint", maxLength: 20, nullable: true),
|
FaxNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
Email = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
Email = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
Website = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
Website = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
IsActive = table.Column<bool>(type: "bit", nullable: true, defaultValue: true),
|
IsActive = table.Column<bool>(type: "bit", nullable: true, defaultValue: true),
|
||||||
|
|
@ -4101,9 +4101,9 @@ namespace Kurs.Platform.Migrations
|
||||||
Address1 = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: true),
|
Address1 = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: true),
|
||||||
Address2 = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: true),
|
Address2 = table.Column<string>(type: "nvarchar(256)", maxLength: 256, nullable: true),
|
||||||
PostalCode = table.Column<string>(type: "nvarchar(16)", maxLength: 16, nullable: true),
|
PostalCode = table.Column<string>(type: "nvarchar(16)", maxLength: 16, nullable: true),
|
||||||
MobileNumber = table.Column<long>(type: "bigint", maxLength: 32, nullable: false),
|
MobileNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
PhoneNumber = table.Column<long>(type: "bigint", maxLength: 32, nullable: true),
|
PhoneNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
FaxNumber = table.Column<long>(type: "bigint", maxLength: 32, nullable: true),
|
FaxNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
Email = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
Email = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
Website = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
Website = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
CurrencyId = table.Column<Guid>(type: "uniqueidentifier", nullable: true),
|
CurrencyId = table.Column<Guid>(type: "uniqueidentifier", nullable: true),
|
||||||
|
|
@ -4264,8 +4264,8 @@ namespace Kurs.Platform.Migrations
|
||||||
Title = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
|
Title = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
|
||||||
Department = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
|
Department = table.Column<string>(type: "nvarchar(64)", maxLength: 64, nullable: true),
|
||||||
Email = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
Email = table.Column<string>(type: "nvarchar(128)", maxLength: 128, nullable: true),
|
||||||
MobileNumber = table.Column<long>(type: "bigint", maxLength: 32, nullable: false),
|
MobileNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
PhoneNumber = table.Column<long>(type: "bigint", maxLength: 32, nullable: true),
|
PhoneNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
IsPrimary = table.Column<bool>(type: "bit", nullable: false, defaultValue: false),
|
IsPrimary = table.Column<bool>(type: "bit", nullable: false, defaultValue: false),
|
||||||
IsActive = table.Column<bool>(type: "bit", nullable: false, defaultValue: true),
|
IsActive = table.Column<bool>(type: "bit", nullable: false, defaultValue: true),
|
||||||
CreationTime = table.Column<DateTime>(type: "datetime2", nullable: false),
|
CreationTime = table.Column<DateTime>(type: "datetime2", nullable: false),
|
||||||
|
|
@ -4578,8 +4578,8 @@ namespace Kurs.Platform.Migrations
|
||||||
District = table.Column<string>(type: "nvarchar(max)", nullable: true),
|
District = table.Column<string>(type: "nvarchar(max)", nullable: true),
|
||||||
Street = table.Column<string>(type: "nvarchar(max)", nullable: true),
|
Street = table.Column<string>(type: "nvarchar(max)", nullable: true),
|
||||||
PostalCode = table.Column<string>(type: "nvarchar(max)", nullable: true),
|
PostalCode = table.Column<string>(type: "nvarchar(max)", nullable: true),
|
||||||
MobileNumber = table.Column<long>(type: "bigint", maxLength: 50, nullable: false),
|
MobileNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
PhoneNumber = table.Column<long>(type: "bigint", maxLength: 50, nullable: true),
|
PhoneNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: true),
|
||||||
Email = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true),
|
Email = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true),
|
||||||
Address1 = table.Column<string>(type: "nvarchar(max)", nullable: true),
|
Address1 = table.Column<string>(type: "nvarchar(max)", nullable: true),
|
||||||
Address2 = table.Column<string>(type: "nvarchar(max)", nullable: true),
|
Address2 = table.Column<string>(type: "nvarchar(max)", nullable: true),
|
||||||
|
|
@ -4989,7 +4989,7 @@ namespace Kurs.Platform.Migrations
|
||||||
FullName = table.Column<string>(type: "nvarchar(100)", maxLength: 100, nullable: false),
|
FullName = table.Column<string>(type: "nvarchar(100)", maxLength: 100, nullable: false),
|
||||||
CompanyName = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true),
|
CompanyName = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true),
|
||||||
Email = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true),
|
Email = table.Column<string>(type: "nvarchar(150)", maxLength: 150, nullable: true),
|
||||||
PhoneNumber = table.Column<long>(type: "bigint", maxLength: 20, nullable: false),
|
PhoneNumber = table.Column<string>(type: "nvarchar(20)", maxLength: 20, nullable: false),
|
||||||
Purpose = table.Column<string>(type: "nvarchar(250)", maxLength: 250, nullable: true),
|
Purpose = table.Column<string>(type: "nvarchar(250)", maxLength: 250, nullable: true),
|
||||||
VisitDate = table.Column<DateTime>(type: "datetime2", nullable: false),
|
VisitDate = table.Column<DateTime>(type: "datetime2", nullable: false),
|
||||||
CheckIn = table.Column<DateTime>(type: "datetime2", nullable: true),
|
CheckIn = table.Column<DateTime>(type: "datetime2", nullable: true),
|
||||||
|
|
@ -1033,9 +1033,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(128)
|
.HasMaxLength(128)
|
||||||
.HasColumnType("nvarchar(128)");
|
.HasColumnType("nvarchar(128)");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(64)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("PostalCode")
|
b.Property<string>("PostalCode")
|
||||||
.HasMaxLength(16)
|
.HasMaxLength(16)
|
||||||
|
|
@ -1399,9 +1399,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(128)
|
.HasMaxLength(128)
|
||||||
.HasColumnType("nvarchar(128)");
|
.HasColumnType("nvarchar(128)");
|
||||||
|
|
||||||
b.Property<long?>("FaxNumber")
|
b.Property<string>("FaxNumber")
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<bool?>("IsActive")
|
b.Property<bool?>("IsActive")
|
||||||
.ValueGeneratedOnAdd()
|
.ValueGeneratedOnAdd()
|
||||||
|
|
@ -1422,18 +1422,19 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasColumnType("uniqueidentifier")
|
.HasColumnType("uniqueidentifier")
|
||||||
.HasColumnName("LastModifierId");
|
.HasColumnName("LastModifierId");
|
||||||
|
|
||||||
b.Property<long>("MobileNumber")
|
b.Property<string>("MobileNumber")
|
||||||
|
.IsRequired()
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Name")
|
b.Property<string>("Name")
|
||||||
.IsRequired()
|
.IsRequired()
|
||||||
.HasMaxLength(128)
|
.HasMaxLength(128)
|
||||||
.HasColumnType("nvarchar(128)");
|
.HasColumnType("nvarchar(128)");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("PostalCode")
|
b.Property<string>("PostalCode")
|
||||||
.HasMaxLength(16)
|
.HasMaxLength(16)
|
||||||
|
|
@ -2204,9 +2205,9 @@ namespace Kurs.Platform.Migrations
|
||||||
b.Property<string>("MapJson")
|
b.Property<string>("MapJson")
|
||||||
.HasColumnType("text");
|
.HasColumnType("text");
|
||||||
|
|
||||||
b.Property<long>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(50)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("TaxNumber")
|
b.Property<string>("TaxNumber")
|
||||||
.HasMaxLength(50)
|
.HasMaxLength(50)
|
||||||
|
|
@ -3287,9 +3288,10 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(256)
|
.HasMaxLength(256)
|
||||||
.HasColumnType("nvarchar(256)");
|
.HasColumnType("nvarchar(256)");
|
||||||
|
|
||||||
b.Property<long>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
|
.IsRequired()
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<Guid?>("TenantId")
|
b.Property<Guid?>("TenantId")
|
||||||
.HasColumnType("uniqueidentifier")
|
.HasColumnType("uniqueidentifier")
|
||||||
|
|
@ -3824,9 +3826,9 @@ namespace Kurs.Platform.Migrations
|
||||||
b.Property<string>("MaritalStatus")
|
b.Property<string>("MaritalStatus")
|
||||||
.HasColumnType("nvarchar(max)");
|
.HasColumnType("nvarchar(max)");
|
||||||
|
|
||||||
b.Property<long>("MobileNumber")
|
b.Property<string>("MobileNumber")
|
||||||
.HasMaxLength(50)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("NationalId")
|
b.Property<string>("NationalId")
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
|
|
@ -3836,9 +3838,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(50)
|
.HasMaxLength(50)
|
||||||
.HasColumnType("nvarchar(50)");
|
.HasColumnType("nvarchar(50)");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(50)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("PostalCode")
|
b.Property<string>("PostalCode")
|
||||||
.HasColumnType("nvarchar(max)");
|
.HasColumnType("nvarchar(max)");
|
||||||
|
|
@ -4648,9 +4650,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(100)
|
.HasMaxLength(100)
|
||||||
.HasColumnType("nvarchar(100)");
|
.HasColumnType("nvarchar(100)");
|
||||||
|
|
||||||
b.Property<long?>("FaxNumber")
|
b.Property<string>("FaxNumber")
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("FullName")
|
b.Property<string>("FullName")
|
||||||
.IsRequired()
|
.IsRequired()
|
||||||
|
|
@ -4671,13 +4673,13 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasColumnType("uniqueidentifier")
|
.HasColumnType("uniqueidentifier")
|
||||||
.HasColumnName("LastModifierId");
|
.HasColumnName("LastModifierId");
|
||||||
|
|
||||||
b.Property<long>("MobileNumber")
|
b.Property<string>("MobileNumber")
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Status")
|
b.Property<string>("Status")
|
||||||
.HasMaxLength(10)
|
.HasMaxLength(10)
|
||||||
|
|
@ -6314,8 +6316,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(128)
|
.HasMaxLength(128)
|
||||||
.HasColumnType("nvarchar(128)");
|
.HasColumnType("nvarchar(128)");
|
||||||
|
|
||||||
b.Property<long?>("FaxNumber")
|
b.Property<string>("FaxNumber")
|
||||||
.HasColumnType("bigint");
|
.HasMaxLength(20)
|
||||||
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Founder")
|
b.Property<string>("Founder")
|
||||||
.HasMaxLength(128)
|
.HasMaxLength(128)
|
||||||
|
|
@ -6345,8 +6348,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(64)
|
.HasMaxLength(64)
|
||||||
.HasColumnType("nvarchar(64)");
|
.HasColumnType("nvarchar(64)");
|
||||||
|
|
||||||
b.Property<long?>("MobileNumber")
|
b.Property<string>("MobileNumber")
|
||||||
.HasColumnType("bigint");
|
.HasMaxLength(20)
|
||||||
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Name")
|
b.Property<string>("Name")
|
||||||
.HasMaxLength(64)
|
.HasMaxLength(64)
|
||||||
|
|
@ -6363,8 +6367,9 @@ namespace Kurs.Platform.Migrations
|
||||||
b.Property<Guid>("PaymentMethodId")
|
b.Property<Guid>("PaymentMethodId")
|
||||||
.HasColumnType("uniqueidentifier");
|
.HasColumnType("uniqueidentifier");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasColumnType("bigint");
|
.HasMaxLength(20)
|
||||||
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("PostalCode")
|
b.Property<string>("PostalCode")
|
||||||
.HasMaxLength(16)
|
.HasMaxLength(16)
|
||||||
|
|
@ -6644,9 +6649,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(128)
|
.HasMaxLength(128)
|
||||||
.HasColumnType("nvarchar(128)");
|
.HasColumnType("nvarchar(128)");
|
||||||
|
|
||||||
b.Property<long?>("FaxNumber")
|
b.Property<string>("FaxNumber")
|
||||||
.HasMaxLength(32)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<bool>("IsDeleted")
|
b.Property<bool>("IsDeleted")
|
||||||
.ValueGeneratedOnAdd()
|
.ValueGeneratedOnAdd()
|
||||||
|
|
@ -6674,9 +6679,9 @@ namespace Kurs.Platform.Migrations
|
||||||
b.Property<Guid?>("MaterialId")
|
b.Property<Guid?>("MaterialId")
|
||||||
.HasColumnType("uniqueidentifier");
|
.HasColumnType("uniqueidentifier");
|
||||||
|
|
||||||
b.Property<long>("MobileNumber")
|
b.Property<string>("MobileNumber")
|
||||||
.HasMaxLength(32)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Name")
|
b.Property<string>("Name")
|
||||||
.IsRequired()
|
.IsRequired()
|
||||||
|
|
@ -6692,9 +6697,9 @@ namespace Kurs.Platform.Migrations
|
||||||
b.Property<string>("PerformanceMetricsJson")
|
b.Property<string>("PerformanceMetricsJson")
|
||||||
.HasColumnType("text");
|
.HasColumnType("text");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(32)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("PostalCode")
|
b.Property<string>("PostalCode")
|
||||||
.HasMaxLength(16)
|
.HasMaxLength(16)
|
||||||
|
|
@ -7006,16 +7011,16 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasColumnType("uniqueidentifier")
|
.HasColumnType("uniqueidentifier")
|
||||||
.HasColumnName("LastModifierId");
|
.HasColumnName("LastModifierId");
|
||||||
|
|
||||||
b.Property<long>("MobileNumber")
|
b.Property<string>("MobileNumber")
|
||||||
.HasMaxLength(32)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<Guid>("PartnerId")
|
b.Property<Guid>("PartnerId")
|
||||||
.HasColumnType("uniqueidentifier");
|
.HasColumnType("uniqueidentifier");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(32)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<Guid?>("TenantId")
|
b.Property<Guid?>("TenantId")
|
||||||
.HasColumnType("uniqueidentifier")
|
.HasColumnType("uniqueidentifier")
|
||||||
|
|
@ -7553,9 +7558,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(100)
|
.HasMaxLength(100)
|
||||||
.HasColumnType("nvarchar(100)");
|
.HasColumnType("nvarchar(100)");
|
||||||
|
|
||||||
b.Property<long>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Status")
|
b.Property<string>("Status")
|
||||||
.HasMaxLength(10)
|
.HasMaxLength(10)
|
||||||
|
|
@ -10310,9 +10315,10 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasColumnType("uniqueidentifier")
|
.HasColumnType("uniqueidentifier")
|
||||||
.HasColumnName("LastModifierId");
|
.HasColumnName("LastModifierId");
|
||||||
|
|
||||||
b.Property<long>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
|
.IsRequired()
|
||||||
.HasMaxLength(20)
|
.HasMaxLength(20)
|
||||||
.HasColumnType("bigint");
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Photo")
|
b.Property<string>("Photo")
|
||||||
.HasColumnType("nvarchar(max)");
|
.HasColumnType("nvarchar(max)");
|
||||||
|
|
@ -12501,8 +12507,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasColumnType("nvarchar(max)")
|
.HasColumnType("nvarchar(max)")
|
||||||
.HasColumnName("ExtraProperties");
|
.HasColumnName("ExtraProperties");
|
||||||
|
|
||||||
b.Property<long?>("FaxNumber")
|
b.Property<string>("FaxNumber")
|
||||||
.HasColumnType("bigint");
|
.HasMaxLength(20)
|
||||||
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Founder")
|
b.Property<string>("Founder")
|
||||||
.HasColumnType("nvarchar(max)");
|
.HasColumnType("nvarchar(max)");
|
||||||
|
|
@ -12530,8 +12537,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(64)
|
.HasMaxLength(64)
|
||||||
.HasColumnType("nvarchar(64)");
|
.HasColumnType("nvarchar(64)");
|
||||||
|
|
||||||
b.Property<long?>("MobileNumber")
|
b.Property<string>("MobileNumber")
|
||||||
.HasColumnType("bigint");
|
.HasMaxLength(20)
|
||||||
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("Name")
|
b.Property<string>("Name")
|
||||||
.IsRequired()
|
.IsRequired()
|
||||||
|
|
@ -12547,8 +12555,9 @@ namespace Kurs.Platform.Migrations
|
||||||
.HasMaxLength(64)
|
.HasMaxLength(64)
|
||||||
.HasColumnType("nvarchar(64)");
|
.HasColumnType("nvarchar(64)");
|
||||||
|
|
||||||
b.Property<long?>("PhoneNumber")
|
b.Property<string>("PhoneNumber")
|
||||||
.HasColumnType("bigint");
|
.HasMaxLength(20)
|
||||||
|
.HasColumnType("nvarchar(20)");
|
||||||
|
|
||||||
b.Property<string>("PostalCode")
|
b.Property<string>("PostalCode")
|
||||||
.HasMaxLength(10)
|
.HasMaxLength(10)
|
||||||
|
|
|
||||||
|
|
@ -233,7 +233,7 @@ public class VisitorSeedDto
|
||||||
public string FullName { get; set; }
|
public string FullName { get; set; }
|
||||||
public string CompanyName { get; set; }
|
public string CompanyName { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public long PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public string Purpose { get; set; }
|
public string Purpose { get; set; }
|
||||||
public DateTime VisitDate { get; set; }
|
public DateTime VisitDate { get; set; }
|
||||||
public DateTime? CheckIn { get; set; }
|
public DateTime? CheckIn { get; set; }
|
||||||
|
|
@ -373,8 +373,8 @@ public class EmployeeSeedDto
|
||||||
public string District { get; set; }
|
public string District { get; set; }
|
||||||
public string Street { get; set; }
|
public string Street { get; set; }
|
||||||
public string PostalCode { get; set; }
|
public string PostalCode { get; set; }
|
||||||
public long MobileNumber { get; set; }
|
public string MobileNumber { get; set; }
|
||||||
public long? PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public string Address1 { get; set; }
|
public string Address1 { get; set; }
|
||||||
public string Address2 { get; set; }
|
public string Address2 { get; set; }
|
||||||
|
|
@ -624,7 +624,7 @@ public class AboutSeedDto
|
||||||
public class ContactSeedDto
|
public class ContactSeedDto
|
||||||
{
|
{
|
||||||
public string Address { get; set; }
|
public string Address { get; set; }
|
||||||
public long PhoneNumber { get; set; }
|
public string PhoneNumber { get; set; }
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
public string Location { get; set; }
|
public string Location { get; set; }
|
||||||
public string TaxNumber { get; set; }
|
public string TaxNumber { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@ export const mockBusinessParties: BusinessParty[] = [
|
||||||
title: 'Genel Müdür',
|
title: 'Genel Müdür',
|
||||||
department: 'Yönetim',
|
department: 'Yönetim',
|
||||||
email: 'fatma.demir@uretim.com',
|
email: 'fatma.demir@uretim.com',
|
||||||
phoneNumber: '+90 312 555 0202',
|
phoneNumber: '3125550202',
|
||||||
mobileNumber: '+90 532 555 0202',
|
mobileNumber: '5325550202',
|
||||||
isPrimary: true,
|
isPrimary: true,
|
||||||
isActive: true,
|
isActive: true,
|
||||||
creationTime: new Date(),
|
creationTime: new Date(),
|
||||||
|
|
@ -109,8 +109,8 @@ export const mockBusinessParties: BusinessParty[] = [
|
||||||
title: 'Genel Müdür',
|
title: 'Genel Müdür',
|
||||||
department: 'Yönetim',
|
department: 'Yönetim',
|
||||||
email: 'fatma.demir@uretim.com',
|
email: 'fatma.demir@uretim.com',
|
||||||
phoneNumber: '+90 312 555 0202',
|
phoneNumber: '3125550202',
|
||||||
mobileNumber: '+90 532 555 0202',
|
mobileNumber: '5325550202',
|
||||||
isPrimary: true,
|
isPrimary: true,
|
||||||
isActive: true,
|
isActive: true,
|
||||||
creationTime: new Date(),
|
creationTime: new Date(),
|
||||||
|
|
@ -201,8 +201,8 @@ export const mockBusinessParties: BusinessParty[] = [
|
||||||
title: 'Genel Müdür',
|
title: 'Genel Müdür',
|
||||||
department: 'Yönetim',
|
department: 'Yönetim',
|
||||||
email: 'fatma.demir@uretim.com',
|
email: 'fatma.demir@uretim.com',
|
||||||
phoneNumber: '+90 312 555 0202',
|
phoneNumber: '3125550202',
|
||||||
mobileNumber: '+90 532 555 0202',
|
mobileNumber: '5325550202',
|
||||||
isPrimary: true,
|
isPrimary: true,
|
||||||
isActive: true,
|
isActive: true,
|
||||||
creationTime: new Date(),
|
creationTime: new Date(),
|
||||||
|
|
@ -293,8 +293,8 @@ export const mockBusinessParties: BusinessParty[] = [
|
||||||
title: 'Genel Müdür',
|
title: 'Genel Müdür',
|
||||||
department: 'Yönetim',
|
department: 'Yönetim',
|
||||||
email: 'fatma.demir@uretim.com',
|
email: 'fatma.demir@uretim.com',
|
||||||
phoneNumber: '+90 312 555 0202',
|
phoneNumber: '3125550202',
|
||||||
mobileNumber: '+90 532 555 0202',
|
mobileNumber: '5325550202',
|
||||||
isPrimary: true,
|
isPrimary: true,
|
||||||
isActive: true,
|
isActive: true,
|
||||||
creationTime: new Date(),
|
creationTime: new Date(),
|
||||||
|
|
@ -387,8 +387,8 @@ export const mockBusinessParties: BusinessParty[] = [
|
||||||
title: 'Genel Müdür',
|
title: 'Genel Müdür',
|
||||||
department: 'Yönetim',
|
department: 'Yönetim',
|
||||||
email: 'fatma.demir@uretim.com',
|
email: 'fatma.demir@uretim.com',
|
||||||
phoneNumber: '+90 312 555 0202',
|
phoneNumber: '3125550202',
|
||||||
mobileNumber: '+90 532 555 0202',
|
mobileNumber: '5325550202',
|
||||||
isPrimary: true,
|
isPrimary: true,
|
||||||
isActive: true,
|
isActive: true,
|
||||||
creationTime: new Date(),
|
creationTime: new Date(),
|
||||||
|
|
@ -438,8 +438,8 @@ export const mockBusinessParties: BusinessParty[] = [
|
||||||
title: 'Satınalma Müdürü',
|
title: 'Satınalma Müdürü',
|
||||||
department: 'Satınalma',
|
department: 'Satınalma',
|
||||||
email: 'ali.yilmaz@teknoloji.com',
|
email: 'ali.yilmaz@teknoloji.com',
|
||||||
phoneNumber: '+90 212 555 0201',
|
phoneNumber: '2125550201',
|
||||||
mobileNumber: '+90 532 555 0201',
|
mobileNumber: '5325550201',
|
||||||
isPrimary: true,
|
isPrimary: true,
|
||||||
isActive: true,
|
isActive: true,
|
||||||
creationTime: new Date(),
|
creationTime: new Date(),
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@ export const mockEmployees: EmployeeDto[] = [
|
||||||
lastName: "Öztürk",
|
lastName: "Öztürk",
|
||||||
fullName: "Ali Öztürk",
|
fullName: "Ali Öztürk",
|
||||||
email: "ali.ozturk@company.com",
|
email: "ali.ozturk@company.com",
|
||||||
phoneNumber: "+90 212 555 0100",
|
phoneNumber: "2125550100",
|
||||||
mobileNumber: "+90 532 555 0101",
|
mobileNumber: "5325550101",
|
||||||
avatar: "https://i.pravatar.cc/150?img=12",
|
avatar: "https://i.pravatar.cc/150?img=12",
|
||||||
nationalId: "12345678901",
|
nationalId: "12345678901",
|
||||||
birthDate: new Date("1988-10-20"),
|
birthDate: new Date("1988-10-20"),
|
||||||
|
|
@ -75,8 +75,8 @@ export const mockEmployees: EmployeeDto[] = [
|
||||||
lastName: "Kaya",
|
lastName: "Kaya",
|
||||||
fullName: "Ayşe Kaya",
|
fullName: "Ayşe Kaya",
|
||||||
email: "ayse.kaya@company.com",
|
email: "ayse.kaya@company.com",
|
||||||
phoneNumber: "+90 212 555 0102",
|
phoneNumber: "2125550102",
|
||||||
mobileNumber: "+90 532 555 0103",
|
mobileNumber: "5325550103",
|
||||||
avatar: "https://i.pravatar.cc/150?img=5",
|
avatar: "https://i.pravatar.cc/150?img=5",
|
||||||
nationalId: "12345678902",
|
nationalId: "12345678902",
|
||||||
birthDate: new Date("1990-08-22"),
|
birthDate: new Date("1990-08-22"),
|
||||||
|
|
@ -134,8 +134,8 @@ export const mockEmployees: EmployeeDto[] = [
|
||||||
lastName: "Yılmaz",
|
lastName: "Yılmaz",
|
||||||
fullName: "Mehmet Yılmaz",
|
fullName: "Mehmet Yılmaz",
|
||||||
email: "mehmet.yilmaz@company.com",
|
email: "mehmet.yilmaz@company.com",
|
||||||
phoneNumber: "+90 212 555 0105",
|
phoneNumber: "2125550105",
|
||||||
mobileNumber: "+90 532 555 0106",
|
mobileNumber: "5325550106",
|
||||||
avatar: "https://i.pravatar.cc/150?img=8",
|
avatar: "https://i.pravatar.cc/150?img=8",
|
||||||
nationalId: "12345678903",
|
nationalId: "12345678903",
|
||||||
birthDate: new Date("1987-03-12"),
|
birthDate: new Date("1987-03-12"),
|
||||||
|
|
@ -193,8 +193,8 @@ export const mockEmployees: EmployeeDto[] = [
|
||||||
lastName: "Demir",
|
lastName: "Demir",
|
||||||
fullName: "Selin Demir",
|
fullName: "Selin Demir",
|
||||||
email: "selin.demir@company.com",
|
email: "selin.demir@company.com",
|
||||||
phoneNumber: "+90 312 555 0108",
|
phoneNumber: "3125550108",
|
||||||
mobileNumber: "+90 542 555 0109",
|
mobileNumber: "5425550109",
|
||||||
avatar: "https://i.pravatar.cc/150?img=9",
|
avatar: "https://i.pravatar.cc/150?img=9",
|
||||||
nationalId: "12345678904",
|
nationalId: "12345678904",
|
||||||
birthDate: new Date("1993-05-25"),
|
birthDate: new Date("1993-05-25"),
|
||||||
|
|
@ -210,7 +210,7 @@ export const mockEmployees: EmployeeDto[] = [
|
||||||
emergencyContact: {
|
emergencyContact: {
|
||||||
name: "Ali Demir",
|
name: "Ali Demir",
|
||||||
relationship: "Baba",
|
relationship: "Baba",
|
||||||
phoneNumber: "+90 532 555 0110",
|
phoneNumber: "532 555 0110",
|
||||||
},
|
},
|
||||||
hireDate: new Date("2022-01-10"),
|
hireDate: new Date("2022-01-10"),
|
||||||
employmentType: EmploymentTypeEnum.PartTime,
|
employmentType: EmploymentTypeEnum.PartTime,
|
||||||
|
|
@ -252,8 +252,8 @@ export const mockEmployees: EmployeeDto[] = [
|
||||||
lastName: "Çelik",
|
lastName: "Çelik",
|
||||||
fullName: "Ahmet Çelik",
|
fullName: "Ahmet Çelik",
|
||||||
email: "ahmet.celik@company.com",
|
email: "ahmet.celik@company.com",
|
||||||
phoneNumber: "+90 212 555 0111",
|
phoneNumber: "2125550111",
|
||||||
mobileNumber: "+90 532 555 0112",
|
mobileNumber: "5325550112",
|
||||||
avatar: "https://i.pravatar.cc/150?img=33",
|
avatar: "https://i.pravatar.cc/150?img=33",
|
||||||
nationalId: "12345678905",
|
nationalId: "12345678905",
|
||||||
birthDate: new Date("1985-09-10"),
|
birthDate: new Date("1985-09-10"),
|
||||||
|
|
@ -269,7 +269,7 @@ export const mockEmployees: EmployeeDto[] = [
|
||||||
emergencyContact: {
|
emergencyContact: {
|
||||||
name: "Emine Çelik",
|
name: "Emine Çelik",
|
||||||
relationship: "Eşi",
|
relationship: "Eşi",
|
||||||
phoneNumber: "+90 532 555 0113",
|
phoneNumber: "532 555 0113",
|
||||||
},
|
},
|
||||||
hireDate: new Date("2019-04-01"),
|
hireDate: new Date("2019-04-01"),
|
||||||
employmentType: EmploymentTypeEnum.FullTime,
|
employmentType: EmploymentTypeEnum.FullTime,
|
||||||
|
|
@ -311,8 +311,8 @@ export const mockEmployees: EmployeeDto[] = [
|
||||||
lastName: "Arslan",
|
lastName: "Arslan",
|
||||||
fullName: "Zeynep Arslan",
|
fullName: "Zeynep Arslan",
|
||||||
email: "zeynep.arslan@company.com",
|
email: "zeynep.arslan@company.com",
|
||||||
phoneNumber: "+90 216 555 0114",
|
phoneNumber: "2165550114",
|
||||||
mobileNumber: "+90 532 555 0115",
|
mobileNumber: "5325550115",
|
||||||
avatar: "https://i.pravatar.cc/150?img=10",
|
avatar: "https://i.pravatar.cc/150?img=10",
|
||||||
nationalId: "12345678906",
|
nationalId: "12345678906",
|
||||||
birthDate: new Date("1995-01-30"),
|
birthDate: new Date("1995-01-30"),
|
||||||
|
|
@ -328,7 +328,7 @@ export const mockEmployees: EmployeeDto[] = [
|
||||||
emergencyContact: {
|
emergencyContact: {
|
||||||
name: "Hasan Arslan",
|
name: "Hasan Arslan",
|
||||||
relationship: "Baba",
|
relationship: "Baba",
|
||||||
phoneNumber: "+90 532 555 0116",
|
phoneNumber: "532 555 0116",
|
||||||
},
|
},
|
||||||
hireDate: new Date("2023-03-20"),
|
hireDate: new Date("2023-03-20"),
|
||||||
employmentType: EmploymentTypeEnum.Intern,
|
employmentType: EmploymentTypeEnum.Intern,
|
||||||
|
|
@ -370,8 +370,8 @@ export const mockEmployees: EmployeeDto[] = [
|
||||||
lastName: "Koç",
|
lastName: "Koç",
|
||||||
fullName: "Burak Koç",
|
fullName: "Burak Koç",
|
||||||
email: "burak.koc@company.com",
|
email: "burak.koc@company.com",
|
||||||
phoneNumber: "+90 224 555 0117",
|
phoneNumber: "2245550117",
|
||||||
mobileNumber: "+90 532 555 0118",
|
mobileNumber: "5325550118",
|
||||||
avatar: "https://i.pravatar.cc/150?img=14",
|
avatar: "https://i.pravatar.cc/150?img=14",
|
||||||
nationalId: "12345678907",
|
nationalId: "12345678907",
|
||||||
birthDate: new Date("1991-06-18"),
|
birthDate: new Date("1991-06-18"),
|
||||||
|
|
@ -429,8 +429,8 @@ export const mockEmployees: EmployeeDto[] = [
|
||||||
lastName: "Şahin",
|
lastName: "Şahin",
|
||||||
fullName: "Elif Şahin",
|
fullName: "Elif Şahin",
|
||||||
email: "elif.sahin@company.com",
|
email: "elif.sahin@company.com",
|
||||||
phoneNumber: "+90 232 555 0120",
|
phoneNumber: "2325550120",
|
||||||
mobileNumber: "+90 532 555 0121",
|
mobileNumber: "5325550121",
|
||||||
avatar: "https://i.pravatar.cc/150?img=20",
|
avatar: "https://i.pravatar.cc/150?img=20",
|
||||||
nationalId: "12345678908",
|
nationalId: "12345678908",
|
||||||
birthDate: new Date("1989-11-05"),
|
birthDate: new Date("1989-11-05"),
|
||||||
|
|
@ -488,8 +488,8 @@ export const mockEmployees: EmployeeDto[] = [
|
||||||
lastName: "Öztürk",
|
lastName: "Öztürk",
|
||||||
fullName: "Canan Öztürk",
|
fullName: "Canan Öztürk",
|
||||||
email: "canan.ozturk@company.com",
|
email: "canan.ozturk@company.com",
|
||||||
phoneNumber: "+90 312 555 0123",
|
phoneNumber: "3125550123",
|
||||||
mobileNumber: "+90 532 555 0124",
|
mobileNumber: "5325550124",
|
||||||
avatar: "https://i.pravatar.cc/150?img=25",
|
avatar: "https://i.pravatar.cc/150?img=25",
|
||||||
nationalId: "12345678909",
|
nationalId: "12345678909",
|
||||||
birthDate: new Date("1992-04-14"),
|
birthDate: new Date("1992-04-14"),
|
||||||
|
|
@ -547,8 +547,8 @@ export const mockEmployees: EmployeeDto[] = [
|
||||||
lastName: "Aydın",
|
lastName: "Aydın",
|
||||||
fullName: "Murat Aydın",
|
fullName: "Murat Aydın",
|
||||||
email: "murat.aydin@company.com",
|
email: "murat.aydin@company.com",
|
||||||
phoneNumber: "+90 212 555 0126",
|
phoneNumber: "2125550126",
|
||||||
mobileNumber: "+90 532 555 0127",
|
mobileNumber: "5325550127",
|
||||||
avatar: "https://i.pravatar.cc/150?img=30",
|
avatar: "https://i.pravatar.cc/150?img=30",
|
||||||
nationalId: "12345678910",
|
nationalId: "12345678910",
|
||||||
birthDate: new Date("1984-12-22"),
|
birthDate: new Date("1984-12-22"),
|
||||||
|
|
|
||||||
|
|
@ -37,9 +37,9 @@ export interface CustomTenantDto extends TenantDto {
|
||||||
country: string
|
country: string
|
||||||
city: string
|
city: string
|
||||||
postalCode: string
|
postalCode: string
|
||||||
phoneNumber: number
|
phoneNumber: string
|
||||||
mobileNumber: number
|
mobileNumber: string
|
||||||
faxNumber: number
|
faxNumber: string
|
||||||
email: string
|
email: string
|
||||||
website: string
|
website: string
|
||||||
menuGroup?: string
|
menuGroup?: string
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ export interface EmployeeDto {
|
||||||
email: string
|
email: string
|
||||||
phoneNumber?: string
|
phoneNumber?: string
|
||||||
mobileNumber?: string
|
mobileNumber?: string
|
||||||
avatar?: string // Avatar URL
|
avatar?: string
|
||||||
nationalId: string
|
nationalId: string
|
||||||
birthDate: Date
|
birthDate: Date
|
||||||
gender: GenderEnum
|
gender: GenderEnum
|
||||||
|
|
|
||||||
|
|
@ -204,8 +204,8 @@ const useGridData = (props: {
|
||||||
gridDto.gridOptions,
|
gridDto.gridOptions,
|
||||||
listFormCode,
|
listFormCode,
|
||||||
searchParams,
|
searchParams,
|
||||||
cols,
|
|
||||||
layoutTypes.grid,
|
layoutTypes.grid,
|
||||||
|
cols,
|
||||||
)
|
)
|
||||||
setDataSource(dataSource)
|
setDataSource(dataSource)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,6 @@ export const useLookupDataSource = ({
|
||||||
if (lookupDto.cascadeParentFields && !data) {
|
if (lookupDto.cascadeParentFields && !data) {
|
||||||
return { store: [] }
|
return { store: [] }
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lookupDto.cascadeParentFields) {
|
if (lookupDto.cascadeParentFields) {
|
||||||
if (lookupDto.dataSourceType == UiLookupDataSourceTypeEnum.StaticData) {
|
if (lookupDto.dataSourceType == UiLookupDataSourceTypeEnum.StaticData) {
|
||||||
filters.push([
|
filters.push([
|
||||||
|
|
|
||||||
|
|
@ -117,8 +117,7 @@ const Card = (props: CardProps) => {
|
||||||
gridDto.gridOptions,
|
gridDto.gridOptions,
|
||||||
listFormCode,
|
listFormCode,
|
||||||
urlSearchParams,
|
urlSearchParams,
|
||||||
[],
|
layoutTypes.card
|
||||||
layoutTypes.card,
|
|
||||||
)
|
)
|
||||||
setGridDataSource(dataSource)
|
setGridDataSource(dataSource)
|
||||||
|
|
||||||
|
|
@ -189,7 +188,7 @@ const Card = (props: CardProps) => {
|
||||||
<WidgetGroup widgetGroups={gridDto.widgets || []} />
|
<WidgetGroup widgetGroups={gridDto.widgets || []} />
|
||||||
|
|
||||||
<Container>
|
<Container>
|
||||||
<div className="bg-white dark:bg-neutral-800 dark:border-neutral-700 ">
|
<div>
|
||||||
<div className="flex justify-end items-center">
|
<div className="flex justify-end items-center">
|
||||||
<div className="relative py-1 flex gap-1 border-b-1">
|
<div className="relative py-1 flex gap-1 border-b-1">
|
||||||
<FaSearch className="absolute left-2 top-1/2 -translate-y-1/2 text-gray-400 text-sm" />
|
<FaSearch className="absolute left-2 top-1/2 -translate-y-1/2 text-gray-400 text-sm" />
|
||||||
|
|
|
||||||
|
|
@ -157,12 +157,12 @@ const CardItem = ({
|
||||||
</div>
|
</div>
|
||||||
<div className="flex-grow">
|
<div className="flex-grow">
|
||||||
<FormDevExpress
|
<FormDevExpress
|
||||||
|
listFormCode={listFormCode}
|
||||||
mode="view"
|
mode="view"
|
||||||
refForm={refForm}
|
refForm={refForm}
|
||||||
formData={formData}
|
formData={formData}
|
||||||
formItems={formItems}
|
formItems={formItems}
|
||||||
setFormData={setFormData}
|
setFormData={setFormData}
|
||||||
listFormCode={listFormCode}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,6 @@ const Chart = (props: ChartProps) => {
|
||||||
gridOptions,
|
gridOptions,
|
||||||
listFormCode,
|
listFormCode,
|
||||||
urlSearchParams,
|
urlSearchParams,
|
||||||
[],
|
|
||||||
layoutTypes.chart,
|
layoutTypes.chart,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -512,8 +512,8 @@ const Grid = (props: GridProps) => {
|
||||||
gridDto.gridOptions,
|
gridDto.gridOptions,
|
||||||
listFormCode,
|
listFormCode,
|
||||||
searchParams,
|
searchParams,
|
||||||
cols,
|
|
||||||
layoutTypes.grid,
|
layoutTypes.grid,
|
||||||
|
cols,
|
||||||
)
|
)
|
||||||
setGridDataSource(dataSource)
|
setGridDataSource(dataSource)
|
||||||
}, [gridDto, searchParams])
|
}, [gridDto, searchParams])
|
||||||
|
|
|
||||||
|
|
@ -232,8 +232,8 @@ const Pivot = (props: PivotProps) => {
|
||||||
gridDto.gridOptions,
|
gridDto.gridOptions,
|
||||||
listFormCode,
|
listFormCode,
|
||||||
searchParams,
|
searchParams,
|
||||||
cols,
|
|
||||||
layoutTypes.pivot,
|
layoutTypes.pivot,
|
||||||
|
cols,
|
||||||
)
|
)
|
||||||
|
|
||||||
setGridDataSource(dataSource)
|
setGridDataSource(dataSource)
|
||||||
|
|
|
||||||
|
|
@ -511,8 +511,8 @@ const Tree = (props: TreeProps) => {
|
||||||
gridDto.gridOptions,
|
gridDto.gridOptions,
|
||||||
listFormCode,
|
listFormCode,
|
||||||
searchParams,
|
searchParams,
|
||||||
cols,
|
|
||||||
layoutTypes.tree,
|
layoutTypes.tree,
|
||||||
|
cols,
|
||||||
)
|
)
|
||||||
setTreeListDataSource(dataSource)
|
setTreeListDataSource(dataSource)
|
||||||
}, [gridDto, searchParams])
|
}, [gridDto, searchParams])
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ const useListFormCustomDataSource = ({
|
||||||
gridOptions: GridOptionsDto,
|
gridOptions: GridOptionsDto,
|
||||||
listFormCode: string,
|
listFormCode: string,
|
||||||
searchParams?: URLSearchParams,
|
searchParams?: URLSearchParams,
|
||||||
cols?: GridColumnData[],
|
|
||||||
layout?: ListViewLayoutType | string,
|
layout?: ListViewLayoutType | string,
|
||||||
|
cols?: GridColumnData[],
|
||||||
) => {
|
) => {
|
||||||
const store: any = new CustomStore({
|
const store: any = new CustomStore({
|
||||||
key:
|
key:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue