BewoPlaner .Net Version 4.5 und Devexpress version 17....
plus RTF Dokumentation für HPH bersenbrueck unter ServiceRecord und paar kleinigkeiten
This commit is contained in:
@@ -7,7 +7,7 @@ using BeWo.ViewModel.ListViewModel;
|
||||
using BS.Shared;
|
||||
using BS.Shared.Core;
|
||||
using BS.Shared.DataContracts;
|
||||
|
||||
using BS.Shared.Extensions;
|
||||
using DevExpress.Xpf.Editors.Helpers;
|
||||
|
||||
namespace BeWo.ViewModel
|
||||
@@ -121,8 +121,8 @@ namespace BeWo.ViewModel
|
||||
public void RecalculateTransaktionsbestaende()
|
||||
{
|
||||
var liste = Bargeldtransaktionen.VMList.OrderBy(o => o.Zahlungsdatum).ThenBy(t => t.DataContract.BargeldtransaktionOid);
|
||||
|
||||
liste.ForEach(f => f.Transaktionskassenbestand = 0);
|
||||
|
||||
liste.DoForEach(f => f.Transaktionskassenbestand = 0);
|
||||
|
||||
var vorherige = liste.FirstOrDefault();
|
||||
if (vorherige != null)
|
||||
|
||||
Reference in New Issue
Block a user