BellaDonna/Export/SimbaExporter - nur für nicht exportierte Rgen
This commit is contained in:
@@ -378,7 +378,7 @@ namespace BellaDonna.Export
|
||||
from invoicebase ib
|
||||
inner join organisation org on org.costbeareroid = ib.RecipientOrganisationOid
|
||||
WHERE ib.`AccountingPeriodEnd` >= ':Monat_Start' AND ib.`AccountingPeriodEnd` < ':Monat_End' and ib.IsActive = 1
|
||||
and ib.Type = 2
|
||||
and ib.Type = 2 AND ib.`IsExported` = 0
|
||||
";
|
||||
|
||||
return sql;
|
||||
|
||||
Reference in New Issue
Block a user