HPHBersenbrueck/RechnungSelbstzahler Debitor

This commit is contained in:
2023-06-23 14:22:58 +02:00
parent 74e5423a50
commit 68aa9f660a
2 changed files with 4 additions and 3 deletions

View File

@@ -140,7 +140,8 @@ CONCAT(p.`LastName`, ', ', p.`FirstName`, ' ', IF(cb2sc.CustomerRefenrenceNumber
sb.Append(" "); // Skonto 9 Leerzeichen
sb.Append(" "); // Textschlüssel 2 Leerzeichen
sb.Append(" "); // Zusatz-Schlüssel 1 Leerzeichen
sb.Append(" "); // Zusatz-Schlüssel 1 Leerzeichen oder 2 für Storno
String buchungstext = data.Buchungstext; // Verwendungszweck
if (buchungstext.Length > 25)
@@ -351,7 +352,7 @@ INNER JOIN invoicebase ib on ib.costbearer2supportconceptoid = cb2sc.oid
inner join serviceinvoice si on si.invoicebaseoid = ib.oid
inner join serviceinvoiceperiod sip on sip.serviceinvoiceoid = si.oid
inner join invoiceitem ii on ii.serviceinvoiceperiodoid = sip.oid
WHERE c.`IsActive` = 1 AND sc.`IsActive` = 1 and ib.isactive = 1 and ib.type <> 1
WHERE c.`IsActive` = 1 AND ib.isactive = 1 and ib.type <> 1
and ib.`InvoiceDate` >= ':Monat_Start' AND ib.`InvoiceDate` < ':Monat_End'
ORDER BY p.`LastName`, p.`FirstName`, cb2sc.`ApprovedStartDate`
";

View File

@@ -522,7 +522,7 @@ namespace HPHBersenbrueck
this.xrTableCell9.StylePriority.UseFont = false;
this.xrTableCell9.StylePriority.UsePadding = false;
this.xrTableCell9.StylePriority.UseTextAlignment = false;
this.xrTableCell9.Text = "[OrganisationDebitorNumber]";
this.xrTableCell9.Text = "[DebitorNumber]";
this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
this.xrTableCell9.Weight = 0.91905500302801868D;
//