billing
This commit is contained in:
parent
7b9078c6da
commit
42c08797e3
44 changed files with 2798 additions and 350 deletions
|
|
@ -40,7 +40,7 @@ namespace Yavsc.Helpers
|
|||
string evdate = query.EventDate?.ToString("dddd dd/MM/yyyy à HH:mm")??"[pas de date spécifiée]";
|
||||
string address = query.Location?.Address??"[pas de lieu spécifié]";
|
||||
var p = query.Prestation;
|
||||
decimal total = query.Prestation.Addition(bpr);
|
||||
decimal total = query.Addition(bpr);
|
||||
string strprestation = $@"Coupe: {p.Cut}, Total: {total}";
|
||||
|
||||
var yaev = new HairCutQueryEvent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue