Found issue in _Bank/Cash Statement_ window, button _Create lines from_ is creating all lines (payments and receipts) positive, the correct behavior must be to create the receipts positive and payments negative. To fix this: * the function currencyConvertPayment was modified to use C_Payment_V instead of C_Payment * the columns currencyrate, convertedamt and isoverridecurrencyrate were added to the view C_Payment_V * the definition of the view C_Payment_V was moved from script to dictionary (easier to add new columns in future) |
||
|---|---|---|
| .. | ||
| functions | ||
| log | ||
| pljava/META-INF | ||
| views | ||
| RUN_build.sh | ||
| build-ddl.properties | ||
| build-ddl.xml | ||
| build-view.xml | ||
| build.properties | ||
| build.xml | ||
| jdbc.properties.postgresql | ||
| operators.sql | ||
| readme.txt | ||
| uuid-ossp.sql | ||
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.