core-jgi/db/ddlutils/oracle
Carlos Ruiz 2c04735527 IDEMPIERE-2134 Issues found on Payment Selection process
* Payment Selection Manual:
** WPaySelect.onEvent: improved to refresh lines on onlydue, paymentrule and paymentdate changes
** PaySelect.getPaymentRuleData: is getting also inactive payment rules
** WPaySelect is showing correctly the schedule records of an invoice, but the due date is wrong - leading to wrong schedule records shown with only due invoices flag
** PaySelect.getDocTypeData: Is just selecting API/APC, can also include AR documents

* Payment Selection Create (button on window)
** running PaySelectionCreateFrom repeated the invoices - must just add new
** issotrx set based on payment rule - direct debit Y, otherwise N
** The process is getting the records from C_Invoice instead of C_Invoice_V (as manual does) - this must be leading to error on selected schedule records for only due parameter (test required to confirm)

* Payment Print/Export
** deleted not used PayPrint.getPaySelectionData
2014-08-11 17:04:53 +02:00
..
functions IDEMPIERE-2134 Issues found on Payment Selection process 2014-08-11 17:04:53 +02:00
log * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
procedures IDEMPIERE-422 Complete Native Sequence feature / Fix broken oracle procedure 2012-11-07 09:12:41 -05:00
views IDEMPIERE-1770 Allowing manual entry from Attributes tab on shipment/MR line 2014-07-01 21:07:07 -05:00
AfterImport.sql * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
ant.sh Minor - add ant.sh to help if ant not installed 2008-07-07 18:38:16 +00:00
build-ddl.properties * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
build-ddl.xml * split model by table 2006-12-28 09:25:15 +00:00
build.properties * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
build.xml minor - loading of script to create plsql function should be inside the load-function target. 2009-01-28 07:42:17 +00:00
functions-decl.sql * split model by table 2006-12-28 09:25:15 +00:00
init.sql * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
jdbc.properties.oracle10 * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
readme.txt * Some documentation for the ddlutils script 2006-12-17 16:20:53 +00:00

readme.txt

1. Installed ant
2. Update build.properties and jdbc.properties.oracle to suit your environment
3. 'ant create' to create the adempiere seed database for oracle.