[ 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 |
||
|---|---|---|
| .. | ||
| functions | ||
| log | ||
| pljava/META-INF | ||
| views | ||
| RUN_build.sh | ||
| build-ddl.properties | ||
| build-ddl.xml | ||
| build-pljava.xml | ||
| build.properties | ||
| build.xml | ||
| install_procedures.sql | ||
| jdbc.properties.postgresql | ||
| operators.sql | ||
| readme.txt | ||
readme.txt
1. Installed ant 2. Update build.properties and jdbc.properties.postgresql to suit your environment 3. 'ant create' to create the adempiere seed database for postgresql.