Commit Graph

338 Commits

Author SHA1 Message Date
Carlos Ruiz 97f7a85462 IDEMPIERE-2269 Multi-currency allocation broken in zk 2014-10-24 07:51:19 -05:00
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
Elaine Tan 42dd24b831 IDEMPIERE-1856 Amount in database functions and views are hardcoded to round to 2 decimal points - Get the Currency_ID from Accounting Schema when the passed in Currency_ID is 0 2014-06-06 18:39:11 +08:00
Deepak Pansheriya 5b5c119a57 IDEMPIERE-1770 refactoring code as per carlos' review comments 2014-06-28 16:14:04 +05:30
Deepak Pansheriya 29f0a5810e IDEMPIERE-1770 Allowing manual entry from Attributes tab on shipment/MR line 2014-07-01 21:07:07 -05:00
Carlos Ruiz d7147dc1f5 IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
Carlos Ruiz 06ed133b34 IDEMPIERE-1856 Amount in database functions and views are hardcoded to round to 2 decimal points 2014-05-30 11:06:07 -05:00
Carlos Ruiz a183558071 hg merge release-2.0 (merge release2 into development) 2014-05-21 15:33:17 -05:00
Heng Sin Low d4927621f1 IDEMPIERE-1953 Performance problem of BOM* functions ( Part of Ticket 1004000 ). 2014-05-16 13:31:50 +08:00
Heng Sin Low 2915294c5c 1003965 IDEMPIERE-1950 Product Info Reservation not showing if Warehouse > Reservation Locator not populated. 2014-04-29 20:09:26 +08:00
Carlos Ruiz e247dac3a8 hg merge release-2.0 (merge release2 into development) 2014-05-14 12:41:43 -05:00
Elaine Tan d4c674ce72 IDEMPIERE-1856 Amount in database functions and views are hardcoded to round to 2 decimal points 2014-03-26 12:25:22 +08:00
Elaine Tan 1abe2ca2ba IDEMPIERE-1856 Amount in database functions and views are hardcoded to round to 2 decimal points 2014-03-26 12:18:20 +08:00
Carlos Ruiz bc9b8049bc hg merge release-2.0 (merge release2 into development) 2014-03-12 23:07:54 -05:00
Carlos Ruiz 26e7dfdc64 hg merge release-2.0 (merge release2 into development) 2014-03-05 12:14:58 -05:00
Carlos Ruiz f269768f71 IDEMPIERE-1144 Generating shipments from existing orders fails if product has mandatory attribute set / thanks to Tony Snook (tspc) for the initial patch 2014-03-12 21:45:02 -05:00
Carlos Ruiz 410a19b632 IDEMPIERE-1353 Choose to display trees on master, detail or both tabs / based on patch from Nicolas Micoud (nmicoud) 2014-01-25 13:56:48 -05:00
Carlos Ruiz b9f272bbc3 IDEMPIERE-1588 Add country on non business days table 2014-01-15 10:06:04 -05:00
Elaine Tan 41c753a605 IDEMPIERE-1599 Correct naming for acct wildcard dimensions 2014-02-26 12:32:55 +08:00
Elaine Tan a66efa0350 IDEMPIERE-1598 Window Price List Schema - field Discount Type must be Schema Type 2014-02-26 11:34:41 +08:00
Carlos Ruiz 6c63b156a7 hg merge release-1.0c (merge release1 into release2) 2013-12-11 18:34:48 -05:00
Carlos Ruiz 52c4a94a22 IDEMPIERE-1625 Remittance is printing inactive address 2013-12-11 09:40:44 -05:00
Carlos Ruiz 01410e176e IDEMPIERE-1459 Improving performance on InfoWindows 2013-10-24 15:15:13 -05:00
Heng Sin Low a45b0b1238 IDEMPIERE-386 Redesign ASI usage for FIFO. Based on Patch From Deepak. 2013-10-17 17:53:54 +08:00
Carlos Ruiz 266e55afc8 hg merge release-1.0c (forward-porting) 2013-10-24 15:22:33 -05:00
Heng Sin Low d95c2af901 Merged release-1.0c into development 2013-09-24 17:17:53 +08:00
Carlos Ruiz 5bc1dae184 IDEMPIERE-1370 Circular Reference in Product Info when a bom product is referenced to itself and its price-lists prices are set to zero
Thorough review of the BOM verification process:
1 - changed the three BOMprice functions to not take into account unverified BOMs
2 - fixed four BOMQty functions to point to correct BOM structures
3 - dropped from DB unused BOMQty*ASI functions and deprecated M_Product_BOM_Check.java class
4 - Verify BOMs process inactivated (pointing to unused structures)
5 - set default and displaylogic for process parameters of Verify BOM Structure
6 - set product verified flag as readonly to allow modification just via process verify BOM
7 - BOM products are marked as not verified when lines are changed or last line deleted
2013-09-19 21:52:10 -05:00
Carlos Ruiz 27551c87c9 IDEMPIERE-1160 Hide potentially dangerous stuff from non-admin users / fix script 2013-08-21 09:52:49 -05:00
Heng Sin Low 7516f85d55 IDEMPIERE-1188 Invoice Price Variance for Average PO Costing. 2013-08-14 17:37:27 +08:00
Carlos Ruiz b0593a04e9 IDEMPIERE-1160 Hide potentially dangerous stuff from non-admin users / based on patch from Juliana Corredor 2013-08-06 16:20:59 -05:00
Carlos Ruiz bcc0bc6f73 IDEMPIERE-1157 Adding functionality to add charts on the standard windows / peer review and complete - bringing missing class from Adaxa contribution repo 2013-08-22 19:09:40 -05:00
Heng Sin Low be50c979a6 Merge changes from release-1.0c branch 2013-08-19 21:11:30 +08:00
Elaine Tan f8d579d368 IDEMPIERE-1149 Implements SetFocus on field 2013-07-29 15:32:26 +08:00
Carlos Ruiz 6c939f1c7e IDEMPIERE-1010 Thousands grouping separator is used for integers values / Implemented FormatPattern support for zk edition on numbers 2013-06-02 19:46:03 -05:00
Carlos Ruiz e68f543903 IDEMPIERE-117 Add cost history table and cost movement view 2013-05-03 13:00:12 -05:00
Carlos Ruiz f2017776e5 IDEMPIERE-794 Ticket #1001025 - Expand the views to provide more information 2013-04-24 16:47:46 -05:00
Carlos Ruiz 761cc1e77e IDEMPIERE-849 ORA-01730 on T_RV_RECONCILIATION 2013-04-20 17:47:18 -05:00
Elaine Tan f7af4d1e20 IDEMPIERE-862 Create lines from MPS Lines function is not working 2013-04-17 18:23:21 +08:00
Carlos Ruiz b6cb69938d IDEMPIERE-794 Ticket #1001025 - Expand the views to provide more information / add cursymbol and curdescription - complete columns that were not added on invoice and order header 2013-04-13 14:56:50 -05:00
Carlos Ruiz f48984ef6e Move sql scripts required by installers 2013-04-02 22:45:38 -05:00
Carlos Ruiz a766a9ca9e IDEMPIERE-794 Ticket #1001025 - Expand the views to provide more information / Fix problem reported by Max 2013-03-27 10:44:08 -05:00
Carlos Ruiz c93bff9a1f Oracle throwing errors on migration script 201303191127_TICKET-1001025.sql / formatted SQL in all views
oracle error -> Input truncated to 7499 characters
oracle error -> SP2-0027: Input is too long (> 2499 characters) - line ignored
2013-03-22 19:14:57 -05:00
Elaine Tan 27df258e9d Ticket #1001025: Review the views to provide more information 2013-03-20 15:13:04 +08:00
Carlos Ruiz 8225c2a935 IDEMPIERE-764 Some tablenames starts with X whereas they have centralized IDs / ASU_1099Box 2013-03-18 13:50:27 -05:00
Heng Sin Low 02260d11f3 IDEMPIERE-708 Postgresql ERROR: date/time value "current" is no longer supported. 2013-03-15 14:03:01 +08:00
Carlos Ruiz 7be4abcace Fix migration scripts and create scripts for related views and functions for Ticket #1001763 and Ticket #1001758 2013-03-05 13:40:43 -05:00
Carlos Ruiz 298a49f444 IDEMPIERE-621 Postgresql altercolumn not able to alter some tables 2013-02-08 13:55:24 -05:00
Carlos Ruiz 1aaf64fa7b remove duplicate (altercolumn was there at functions and now is duplicated at procedures) 2013-02-08 10:52:01 -05:00
Carlos Ruiz a6ee2fec0f IDEMPIERE-385 Resolve M_Storage locking and data consistency / Fix error on view (ERROR: column "m_storage_uu" does not exist) 2012-12-03 15:21:10 -05:00
Carlos Ruiz a4562a33fc IDEMPIERE-163 Implement isupdateable and isalwaysupdateable on ad_field / Peer review 2012-11-23 13:34:49 -05:00