core-jgi/migration
Carlos Ruiz f9fc05acb1 Speed up financial reports
[ 1642765 ] problem with Facc_act_balance slow financial report
Implemented a better approach (suggested by Heng Sin)
- Dropped Fact_Acct_Balance table
- Created Fact_Acct_Balance view for backward compatibility
- Created speed up index on Fact_Acct
- Replaced the accesses to Fact_Acct_Balance by accessing directly Fact_Acct in code
- Don't need to "update balances" anymore
2008-07-15 08:47:46 +00:00
..
252d-253a
253a-253b
253b-253b_XE
253b-253d
310-311
311-312
312-313
313-314
314-315
315-316
316-320
320-330
320-340 As reported here https://sourceforge.net/forum/message.php?msg_id=4903418 2008-04-14 15:20:16 +00:00
330-331b
331b-340s Remove placeholders for 350 branch 2008-03-27 22:02:23 +00:00
340s-351a [ adempiere-Bugs-1984768 ] M_Product_PO.Manufacturing/VendorCategory changed wrongly 2008-06-04 20:33:30 +00:00
351a-trunk Speed up financial reports 2008-07-15 08:47:46 +00:00
processes_post_migration Add migration scripts for postgres 2008-05-29 04:45:05 +00:00
src
tools_migrate_with_insert
.classpath
.project
ChangeLog.txt
build.xml
migrate.sh Migrate oracle script dropping commits - even commits within functions (autonomous) - this leads to errors 2008-05-31 03:40:49 +00:00
migrate_postgresql.sh Integrate Fixed Assets 2008-05-31 02:43:50 +00:00
oracle.properties.template
postgresql.properties.template