core-jgi/db/ddlutils/postgresql
Carlos Ruiz 86823a72e5
IDEMPIERE-4083 currency rate by document or by transaction (#372)
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)
2020-11-12 09:59:03 +01:00
..
functions IDEMPIERE-4083 currency rate by document or by transaction (#372) 2020-11-12 09:59:03 +01:00
log
pljava/META-INF
views IDEMPIERE-4083 currency rate by document or by transaction (#372) 2020-11-12 09:59:03 +01:00
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.