|
|
@@ -92,6 +92,13 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
|
|
|
i.Image.IconID = IconID.PrintDefaultprinter16x16;
|
|
|
i.BeginGroup = true;
|
|
|
});
|
|
|
+ t.Items.Add(i =>
|
|
|
+ {
|
|
|
+ i.Text = "Zurücksetzen";
|
|
|
+ i.Name = "ResetSettings";
|
|
|
+ i.Image.IconID = IconID.ActionsReset16x16;
|
|
|
+ i.BeginGroup = true;
|
|
|
+ });
|
|
|
});
|
|
|
|
|
|
if (_userContext.CurrentUser.HasFunction("Site-Sites-Edit") || _userContext.CurrentUser.HasFunction("Site-Sites-Delete"))
|
|
|
@@ -152,7 +159,6 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
|
|
|
{
|
|
|
column.Caption = "Offene VA";
|
|
|
column.FieldName = "DeviationDescription";
|
|
|
- column.Visible = false;
|
|
|
column.MinWidth = 150;
|
|
|
column.Width = new Unit(12, UnitType.Percentage);
|
|
|
column.SetDataItemTemplateContent(c =>
|
|
|
@@ -180,7 +186,6 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
|
|
|
column.Caption = "VA-Summe";
|
|
|
column.FieldName = "DeviationValue";
|
|
|
column.PropertiesEdit.DisplayFormatString = "c2";
|
|
|
- column.Visible = false;
|
|
|
column.MinWidth = 120;
|
|
|
column.Width = new Unit(10, UnitType.Percentage);
|
|
|
});
|
|
|
@@ -249,7 +254,6 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
|
|
|
});
|
|
|
column.MinWidth = 120;
|
|
|
column.Width = new Unit(15, UnitType.Percentage);
|
|
|
- column.Visible = false;
|
|
|
});
|
|
|
|
|
|
s.TotalSummary.Add(new ASPxSummaryItem
|
|
|
@@ -369,6 +373,13 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
|
|
|
i.Image.IconID = IconID.PrintDefaultprinter16x16;
|
|
|
i.BeginGroup = true;
|
|
|
});
|
|
|
+ t.Items.Add(i =>
|
|
|
+ {
|
|
|
+ i.Text = "Zurücksetzen";
|
|
|
+ i.Name = "ResetSettings";
|
|
|
+ i.Image.IconID = IconID.ActionsReset16x16;
|
|
|
+ i.BeginGroup = true;
|
|
|
+ });
|
|
|
});
|
|
|
|
|
|
s.Columns.Add(column =>
|
|
|
@@ -777,6 +788,13 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
|
|
|
i.Image.IconID = IconID.PrintDefaultprinter16x16;
|
|
|
i.BeginGroup = true;
|
|
|
});
|
|
|
+ t.Items.Add(i =>
|
|
|
+ {
|
|
|
+ i.Text = "Zurücksetzen";
|
|
|
+ i.Name = "ResetSettings";
|
|
|
+ i.Image.IconID = IconID.ActionsReset16x16;
|
|
|
+ i.BeginGroup = true;
|
|
|
+ });
|
|
|
});
|
|
|
|
|
|
s.Columns.Add(column =>
|
|
|
@@ -1097,6 +1115,13 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
|
|
|
i.Image.IconID = IconID.OtherViewgridlines16x16gray;
|
|
|
i.BeginGroup = true;
|
|
|
});
|
|
|
+ t.Items.Add(i =>
|
|
|
+ {
|
|
|
+ i.Text = "Zurücksetzen";
|
|
|
+ i.Name = "ResetSettings";
|
|
|
+ i.Image.IconID = IconID.ActionsReset16x16;
|
|
|
+ i.BeginGroup = true;
|
|
|
+ });
|
|
|
});
|
|
|
|
|
|
if (_userContext.CurrentUser.HasFunction("Misc-MailNotifications-Edit"))
|
|
|
@@ -1259,6 +1284,13 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
|
|
|
i.Image.IconID = IconID.PrintDefaultprinter16x16;
|
|
|
i.BeginGroup = true;
|
|
|
});
|
|
|
+ t.Items.Add(i =>
|
|
|
+ {
|
|
|
+ i.Text = "Zurücksetzen";
|
|
|
+ i.Name = "ResetSettings";
|
|
|
+ i.Image.IconID = IconID.ActionsReset16x16;
|
|
|
+ i.BeginGroup = true;
|
|
|
+ });
|
|
|
});
|
|
|
|
|
|
s.Columns.Add(column =>
|