Skip to content

Commit

Permalink
Added StandardSaldoDTO.UseKundenrabatt + BelegSaldoDTO.Rabatt
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu-nma committed Aug 22, 2023
1 parent 6268ff0 commit 780cd58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gandalan.IDAS.WebApi.Client/DTOs/Belege/BelegSaldoDTO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ public class BelegSaldoDTO : IDTOWithApplicationSpecificProperties
/// In diesem Tag können belibige interne Informationen als String gespeichert werden.
/// </summary>
public string Tag { get; set; }
/// <summary>
/// Rabatt, der in der Salde verrechnet wurde
/// </summary>
public decimal Rabatt { get; set; }

public Dictionary<string, PropertyValueCollection> ApplicationSpecificProperties { get; set; }
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ public class StandardSaldoDTO
public DateTime? GueltigAb { get; set; }
public DateTime? GueltigBis { get; set; }
public int Order { get; set; }
public bool UseKundenrabatt { get; set; }
}
}

0 comments on commit 780cd58

Please sign in to comment.