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:
Waldi
2017-07-27 09:58:04 +02:00
parent 65ac781e66
commit e8da1fdff7
289 changed files with 6351 additions and 3389 deletions

View File

@@ -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)