DieWohnhelferReports: Text InvoiceItems gekürzt
This commit is contained in:
@@ -63,7 +63,7 @@ namespace BeWo.DieWohnhelfer
|
||||
{
|
||||
foreach (var ii in pRO.InvoiceItems)
|
||||
{
|
||||
ii.ItemDescription = String.Format("Resultierender Gesamtanspruch aus Leistungen ab dem {0:dd.MM.yyyy} bis {1:dd.MM.yyyy}: {2:0.##} Stunden x {3:c} = {4:c}",
|
||||
ii.ItemDescription = String.Format("Fachleistungen ab {0:dd.MM.yyyy} bis {1:dd.MM.yyyy}: {2:0.##} Stunden x {3:c} = {4:c}",
|
||||
ii.ItemPeriodStart, ii.ItemPeriodEnd, ii.UnitCount, ii.AmountPerUnit, ii.GrossAmountTotal);
|
||||
}
|
||||
}
|
||||
@@ -74,7 +74,7 @@ namespace BeWo.DieWohnhelfer
|
||||
{
|
||||
foreach (var ii in pRO.InvoiceItems)
|
||||
{
|
||||
ii.ItemDescription = String.Format("Resultierender Gesamtanspruch aus Leistungen ab dem {0:dd.MM.yyyy} bis {1:dd.MM.yyyy}: {2:0.##} Stunden {3}x {4:c} = {5:c}",
|
||||
ii.ItemDescription = String.Format("Fachleistungen ab {0:dd.MM.yyyy} bis {1:dd.MM.yyyy}: {2:0.##} Stunden {3}x {4:c} = {5:c}",
|
||||
ii.ItemPeriodStart, ii.ItemPeriodEnd,
|
||||
ii.UnitCount, ii.RateFactor == 0 ? "" : "x " + pRO.RateFactorText2 + " ",
|
||||
ii.AmountPerUnit, ii.GrossAmountTotal);
|
||||
@@ -145,7 +145,7 @@ namespace BeWo.DieWohnhelfer
|
||||
{
|
||||
itemList.Add(new InvoiceItemDC
|
||||
{
|
||||
ItemDescription = String.Format("Resultierender Gesamtanspruch aus Leistungen ab dem {0} bis {1}: {2:0.##} Stunden {3}x {4:c} = {5:c}",
|
||||
ItemDescription = String.Format("Fachleistungen ab {0} bis {1}: {2:0.##} Stunden {3}x {4:c} = {5:c}",
|
||||
pRO.AccountingStartDateString, pRO.HourlyRate3EndDateString,
|
||||
pRO.GeleisteteFLSMitStundensatz3, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRate3,
|
||||
pRO.GeleisteteFLSMitStundensatz3 * pRO.RateFactor * pRO.HourlyRate3),
|
||||
@@ -155,7 +155,7 @@ namespace BeWo.DieWohnhelfer
|
||||
|
||||
itemList.Add(new InvoiceItemDC
|
||||
{
|
||||
ItemDescription = String.Format("Resultierender Gesamtanspruch aus Leistungen ab dem {0} bis {1}: {2:0.##} Stunden {3}x {4:c} = {5:c}",
|
||||
ItemDescription = String.Format("Fachleistungen ab {0} bis {1}: {2:0.##} Stunden {3}x {4:c} = {5:c}",
|
||||
pRO.HourlyRateOldStartDateString, pRO.HourlyRateOldEndDateString,
|
||||
pRO.GeleisteteFLSMitStundensatzAlt, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateOld,
|
||||
pRO.GeleisteteFLSMitStundensatzAlt * pRO.RateFactor * pRO.HourlyRateOld),
|
||||
@@ -165,7 +165,7 @@ namespace BeWo.DieWohnhelfer
|
||||
|
||||
itemList.Add(new InvoiceItemDC
|
||||
{
|
||||
ItemDescription = String.Format("Resultierender Gesamtanspruch aus Leistungen ab dem {0} bis {1}: {2:0.##} Stunden {3}x {4:c} = {5:c}",
|
||||
ItemDescription = String.Format("Fachleistungen ab {0} bis {1}: {2:0.##} Stunden {3}x {4:c} = {5:c}",
|
||||
pRO.HourlyRateNewStartDateString, pRO.AccountingEndDateString,
|
||||
pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew,
|
||||
pRO.GeleisteteFLSMitStundensatzAktuell * pRO.RateFactor * pRO.HourlyRateNew),
|
||||
@@ -178,7 +178,7 @@ namespace BeWo.DieWohnhelfer
|
||||
{
|
||||
itemList.Add(new InvoiceItemDC
|
||||
{
|
||||
ItemDescription = String.Format("Resultierender Gesamtanspruch aus Leistungen ab dem {0} bis {1}: {2:0.##} Stunden {3}x {4:c} = {5:c}",
|
||||
ItemDescription = String.Format("Fachleistungen ab {0} bis {1}: {2:0.##} Stunden {3}x {4:c} = {5:c}",
|
||||
pRO.AccountingStartDateString, pRO.HourlyRateOldEndDateString,
|
||||
pRO.GeleisteteFLSMitStundensatzAlt, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateOld,
|
||||
pRO.GeleisteteFLSMitStundensatzAlt * (decimal)pRO.RateFactor * pRO.HourlyRateOld),
|
||||
@@ -188,7 +188,7 @@ namespace BeWo.DieWohnhelfer
|
||||
|
||||
itemList.Add(new InvoiceItemDC
|
||||
{
|
||||
ItemDescription = String.Format("Resultierender Gesamtanspruch aus Leistungen ab dem {0} bis {1}: {2:0.##} Stunden {3}x {4:c} = {5:c}",
|
||||
ItemDescription = String.Format("Fachleistungen ab {0} bis {1}: {2:0.##} Stunden {3}x {4:c} = {5:c}",
|
||||
pRO.HourlyRateNewStartDateString, pRO.AccountingEndDateString,
|
||||
pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew,
|
||||
pRO.GeleisteteFLSMitStundensatzAktuell * pRO.RateFactor * pRO.HourlyRateNew),
|
||||
@@ -201,7 +201,7 @@ namespace BeWo.DieWohnhelfer
|
||||
{
|
||||
itemList.Add(new InvoiceItemDC
|
||||
{
|
||||
ItemDescription = String.Format("Resultierender Gesamtanspruch aus Leistungen ab dem {0} bis {1}: {2:0.##} Stunden {3}x {4:c} = {5:c}",
|
||||
ItemDescription = String.Format("Fachleistungen ab {0} bis {1}: {2:0.##} Stunden {3}x {4:c} = {5:c}",
|
||||
pRO.AccountingStartDateString, pRO.AccountingEndDateString,
|
||||
pRO.GeleisteteFLSMitStundensatzAktuell, pRO.RateFactor == 1 ? "" : "x " + pRO.RateFactorText2 + " ", pRO.HourlyRateNew,
|
||||
pRO.GeleisteteFLSMitStundensatzAktuell * pRO.RateFactor * pRO.HourlyRateNew),
|
||||
|
||||
Reference in New Issue
Block a user