|
|
|
@@ -2229,7 +2229,8 @@ open class ReportService( |
|
|
|
+ " left join project p on p.code = i.projectCode" |
|
|
|
+ " where i.deleted = false " |
|
|
|
+ " and p.deleted = false " |
|
|
|
+ " and i.invoiceDate >= :startMonth and i.invoiceDate <= :endMonth " |
|
|
|
// + " and i.invoiceDate >= :startMonth" |
|
|
|
+ " and i.invoiceDate <= :endMonth " |
|
|
|
+ " group by p.code" |
|
|
|
+ " )," |
|
|
|
+ " cte_rinvoice as (" |
|
|
|
|