Commit Graph

309 Commits

Author SHA1 Message Date
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 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
Juan David Arboleda 6433b7c02f IDEMPIERE-163 Implement isupdateable and isalwaysupdateable on ad_field 2012-11-23 12:57:35 -05:00
Carlos Ruiz 794d9cedbe IDEMPIERE-385 Resolve M_Storage locking and data consistency / avoid ERROR: failed to recreate dependent view 2012-11-22 11:32:12 -05:00
Carlos Ruiz bba1082d4e IDEMPIERE-385 Resolve M_Storage locking and data consistency / Finish changes to database:
- view replacement for M_Storage – ad_table marked as view
- migration script from M_Storage to the two new tables
- migration script to fill M_Warehouse.ReserveLocator_ID
- generate UUID columns and model classes for the two new tables
- the unique index key m_storagereservation_pkey must have IsSOTrx
- reorg unique index key m_storagereonhand_pkey - most accessed columns first
- m_product_stock_v - restored to previous version based on M_Storage now view
- m_product_substituterelated_v - restored to previous version based on M_Storage now view
2012-11-19 16:17:40 -05:00
Carlos Ruiz bb76dee97a IDEMPIERE-385 / QA migration scripts 2012-11-14 17:51:23 -05:00
Carlos Ruiz d74fc3788b IDEMPIERE-422 Complete Native Sequence feature / Fix broken oracle procedure 2012-11-07 09:12:41 -05:00
Heng Sin Low 6a71e527ab iDempiere IDEMPIERE-234 Configurable Toolbar.
- Expose AD_Window_UU, AD_Tab_UU, AD_Table_UU and IsSortTab as part of the _TabInfo. This allow display logic of button to target specific tab or table that is not using official id.
2012-10-28 12:13:27 +08:00
Deepak Pansheriya 6794c0b410 IDEMPIERE-293 Adding User Name, Role Name, Client Name and Org Name to allow filtering 2012-10-26 00:30:22 +05:30
Heng Sin Low 6d7d975d22 Merge with fdeadc94d67201e8d02f497dfc34d054fd224c6b 2012-10-19 20:46:09 +08:00
Heng Sin Low 44d6da7dd8 iDempiere IDEMPIERE-234 Configure Toolbar.
- Added AD_Column.IsToolbarButton to support  column button as part of toolbar instead of as field.
- Added API to support dialog implementation of AD_Form.
2012-10-19 20:44:11 +08:00
Deepak Pansheriya 61b327991a IDEMPIERE-293 : Adding AD_User_ID and making window to show session from all org. 2012-10-19 15:18:31 +05:30
Deepak Pansheriya bb085c5546 IDEMPIERE-293 List of active session 2012-10-18 15:53:46 +05:30
Carlos Ruiz 595fda5ef4 IDEMPIERE-422 Complete Native Sequence feature / peer review and tests 2012-10-05 19:03:57 -05:00
Juan David Arboleda 7874f573e4 IDEMPIERE-422 Complete Native Sequence feature 2012-10-05 11:22:33 -05:00
Carlos Ruiz 368ce19b6e IDEMPIERE-332 Document sequence organization level and restart monthly / Thanks to Nicolas Micoud 2012-09-07 16:56:44 -05:00
Carlos Ruiz 14085d6218 IDEMPIERE-420 Improve the way to register migration scripts applied 2012-09-04 15:19:45 -05:00
Carlos Ruiz 7c9ffc152f IDEMPIERE-368 Improve Form Layout to allow more columns and positioning / Thanks to Juliana Corredor 2012-08-31 19:26:46 -05:00
Heng Sin Low 724515c9c2 Merge with 9588c6ccc43c675f7b186512072c248daa1a6f57 2012-08-22 18:41:04 +08:00
Kirit Thummar d5ef3c327a IDEMPIERE-377 : Add search sequence support for search dialog field[1001253] 2012-08-22 11:01:07 +05:30
Carlos Ruiz aa062ec80c IDEMPIERE-246 Integrate Manufacturing Light 2012-08-21 17:26:37 -05:00
Deepak Pansheriya 1d3ef163e7 Ticket #1001003:IDEMPIERE-364 Updating object definitions. 2012-08-14 19:34:54 +05:30
Carlos Ruiz f28f327cbe IDEMPIERE-384 Problem with insertTranslations in multilanguage env caused by Generate_UUID 2012-08-10 16:54:44 -05:00
Carlos Ruiz 98688dc01b IDEMPIERE-326 - Oracle procedure T_InventoryValue_Create has error 2012-07-19 20:06:28 -07:00
Heng Sin Low 668e61686f IDEMPIERE-166 Rebranding of logo and product name 2012-06-06 22:13:34 +08:00
Carlos Ruiz 7a7025362f IDEMPIERE-274 Database seed missing Generate_UUID function 2012-05-28 11:50:41 -05:00
Heng Sin Low 491a3517f8 IDEMPIERE-215 Costing: Drop M_Product_Costing. 2012-04-04 18:33:37 +08:00
Carlos Ruiz e205bb66de IDEMPIERE-204 Add charge to Open Requisitions report
http://jira.idempiere.com/browse/IDEMPIERE-204
2012-03-25 21:37:57 -05:00
Carlos Ruiz 85bbd9d621 IDEMPIERE-67 ProcessedOn should not be copied by MOrder.copyFrom 2011-09-18 15:55:50 -05:00
Carlos Ruiz 778b0917d3 fixes IDEMPIERE-59 Add BankAccountDescription to C_PaySelection_Check_V
http://jira.idempiere.com/browse/IDEMPIERE-59
2011-08-13 23:32:49 -05:00
Carlos Ruiz bb21fb8279 Implement issue #2 Implement support for Oracle 11G
http://hg.idempiere.com/idempiere/issue/2/implement-support-for-oracle-11g
- upgrade ojdbc6.jar to 11.2.0.2.0
- create scripts to export and import with datapump
2011-04-22 20:31:43 -05:00