IDEMPIERE-794 Ticket #1001025 - Expand the views to provide more information / Fix UnAllocated Invoices

This commit is contained in:
David Peñuela 2013-04-13 11:02:56 -05:00
parent 6248b338e4
commit b458c5816f
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
-- Apr 12, 2013 11:41:32 AM COT
UPDATE AD_ReportView SET WhereClause='NOT EXISTS (SELECT * FROM C_AllocationLine al WHERE al.C_Invoice_ID=RV_C_Invoice.C_Invoice_ID) AND RV_C_Invoice.DocStatus IN (''CO'',''CL'')',Updated=TO_DATE('2013-04-12 11:41:32','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_ReportView_ID=154
;
SELECT register_migration_script('201304121145_IDEMPIERE-794.sql') FROM dual
;

View File

@ -0,0 +1,6 @@
-- Apr 12, 2013 11:41:32 AM COT
UPDATE AD_ReportView SET WhereClause='NOT EXISTS (SELECT * FROM C_AllocationLine al WHERE al.C_Invoice_ID=RV_C_Invoice.C_Invoice_ID) AND RV_C_Invoice.DocStatus IN (''CO'',''CL'')',Updated=TO_TIMESTAMP('2013-04-12 11:41:32','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_ReportView_ID=154
;
SELECT register_migration_script('201304121145_IDEMPIERE-794.sql') FROM dual
;