Commit Graph

1076 Commits

Author SHA1 Message Date
Elaine Tan a918a6a85d IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management - include copyright text and regenerate serialVersionUID for org.compiere.model.PO class 2013-07-29 15:08:35 +08:00
Elaine Tan ea8b457a51 IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management - Enhance 2pack to make use of AD_TableIndex and AD_ViewComponent 2013-07-24 10:49:30 +08:00
Carlos Ruiz 241f515480 IDEMPIERE-1167 List of clients is not ordered on role panel / sort also list on Change Role 2013-07-23 19:08:58 -05:00
Carlos Ruiz 4d276dda99 IDEMPIERE-1135 Report wizard not clearing order items / based on patch from Juliana Corredor 2013-07-23 18:36:05 -05:00
Carlos Ruiz 6e77ac8872 IDEMPIERE-1167 List of clients is not ordered on role panel - added also hiding roles without org access to avoid errors selecting wrong role / based on patch from Richard Morales 2013-07-23 18:26:29 -05:00
Carlos Ruiz 121ac12f86 IDEMPIERE-1195 Native Sequences is reseting start on DB failures 2013-07-23 18:13:20 -05:00
Carlos Ruiz e370759d4b IDEMPIERE-1180 Cost Adjustment Document for Standard and Average Costing / peer review - set locator null on cost adjustment doc - test with HQ+Azalea was posting wrongly on StoreWest Org because the locator was being filled with 50006 as default 2013-07-23 15:36:33 -05:00
Heng Sin Low 907dfcac4e Merge 8e223c142e06 2013-07-22 20:22:43 +08:00
Heng Sin Low db5e974ab7 IDEMPIERE-1180 Cost Adjustment Document for Standard and Average Costing. 2013-07-22 20:21:02 +08:00
Heng Sin Low 0cead2d7f9 IDEMPIERE-481 Order field cleared at Shipment window. Add control to avoid clearing of lookup field value that just have been set. Fixed shipment callout always modify the IsSoTrx field's value due to wrong datatype comparision ( comparing 'Y'/'N' with boolean true/false ). 2013-07-22 20:13:00 +08:00
Elaine Tan a33c9c0817 IDEMPIERE-860 Review Payment Processors - include credit card validation 2013-07-22 18:13:12 +08:00
Heng Sin Low 0f04122f5b IDEMPIERE-1168 Master-detail issue with context variables (problem paying multiple invoices). Implement ~ prefix for current tab variable. 2013-07-22 16:02:37 +08:00
Heng Sin Low 2aebb1b5ea IDEMPIERE-528 Determine Zoom window depending on record. 2013-07-22 15:27:20 +08:00
Elaine Tan bc37aab2e4 IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management - Foreign keys management 2013-07-19 18:42:26 +08:00
Heng Sin Low d22b9652e8 IDEMPIERE-1168 Master-detail issue with context variables (problem paying multiple invoices) 2013-07-19 12:38:22 +08:00
Carlos Ruiz 465a39c7d4 Merged release-1.0c into development 2013-07-18 23:36:58 -05:00
Carlos Ruiz 068897e912 IDEMPIERE-1162 2013-07-18 23:35:17 -05:00
Carlos Ruiz 226568658b IDEMPIERE-1151 2013-07-18 23:35:03 -05:00
Heng Sin Low d3cdc491f7 IDEMPIERE-1189 iDempiere non-distributed cache is not thread safe. Replace HashMap with thread safe ConcurrentHashMap. Unify the handling of null value for local and distributed cache since ConcurrentHashMap doesn't support null value entry too. 2013-07-19 11:00:16 +08:00
Heng Sin Low 42bbcfc2de Merge release-1.0c changes to development 2013-07-19 10:41:02 +08:00
Carlos Ruiz 1319bae51a Backout aecb6ca - IDEMPIERE-1177 - backed out as a better solution has been proposed, pending to implement 2013-07-18 16:43:19 -05:00
Carlos Ruiz 45db44b024 IDEMPIERE-1173 Fixed landed cost allocation for Average Costing / fix problems with distribution using cost 2013-07-17 22:28:31 -05:00
Carlos Ruiz 0ab9dca20d IDEMPIERE-1174 Found a matchinv created on matchpo was not being posted on immediate accounting / follow recommendation from Heng Sin about privacy of method 2013-07-17 22:27:22 -05:00
Carlos Ruiz 8390b8ed16 Backed out changeset 4c2a0e55b08a / wrong commit affecting two tickets and with a bug introduced, will fix in next IDEMPIERE-1174 2013-07-17 22:12:21 -05:00
Carlos Ruiz 61b9cd9508 IDEMPIERE-1174 Found a matchinv created on matchpo was not being posted on immediate accounting / follow recommendation from Heng Sin about privacy of method 2013-07-17 22:04:15 -05:00
Carlos Ruiz 46585842d2 IDEMPIERE-1174 Found avg po cost detail record was not being created when following flow PO->Inv->Receipt - force the posting of matchpo just when receipt is associated 2013-07-17 19:47:09 -05:00
Carlos Ruiz 180a720f25 IDEMPIERE-1174 Found a matchinv created on matchpo was not being posted on immediate accounting 2013-07-17 18:33:58 -05:00
Carlos Ruiz 7ee9b8ddc4 IDEMPIERE-1177 Record Info not showing UUID for zero ID records 2013-07-17 12:52:24 -05:00
Carlos Ruiz bef6671726 backout 206712e3cad5 / IDEMPIERE-1177 Record Info not showing UUID for zero ID records, messed out creation of users on window, will need to find a better solution for this 2013-07-17 12:26:51 -05:00
Carlos Ruiz c5211d7bf3 IDEMPIERE-1177 Record Info not showing UUID for zero ID records / this was affecting any program trying to read the zero ID records programatically using the ID constructor 2013-07-16 10:24:49 -05:00
Carlos Ruiz 9cbe18feaf IDEMPIERE-1120 Implement Field SeqNo customization / minor peer review 2013-07-16 08:32:25 -05:00
Elaine Tan 7de49de4ef IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management - Enhance 2pack to make use of AD_TableIndex and AD_ViewComponent 2013-07-16 19:11:32 +08:00
Elaine Tan a8731ef4a5 IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management - Validation using unique AD_TableIndex 2013-07-16 19:08:06 +08:00
Heng Sin Low 0bdbe4a99c Merge 455c96ee2bc3 2013-07-16 15:11:37 +08:00
Carlos Ruiz 26e9f707cd IDEMPIERE-370 Implement link from process ending message to next records / BankTransfer 2013-07-15 18:13:08 -05:00
Elaine Tan 6ac9a759dc IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management - Create AD_TableIndex record for all tables 2013-07-15 15:50:31 +08:00
Carlos Ruiz d9f24a308d 1002538 fitnesse improvements / include Payment displaytype as suggested by Heng Sin 2013-07-11 18:15:23 -05:00
Carlos Ruiz 35e289c3b2 IDEMPIERE-1165 #resolve Fitnesse and Web Services cannot run script processes 2013-07-11 10:31:21 -05:00
Elaine Tan d2d8553156 IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management - Validation using unique AD_TableIndex 2013-07-11 15:26:26 +08:00
Carlos Ruiz 86668972d0 1002538 fitnesse improvements:
- validate ID is valid in client
- validate process parameter is valid
- improve updaterecord logic
2013-07-10 22:34:24 -05:00
Dirk Niemeyer ce5a67c220 IDEMPIERE-1120 Implement Field SeqNo customization 2013-07-10 16:41:55 +02:00
Carlos Ruiz 2ab9b1554a IDEMPIERE-1172 Setup Wizard uses randomly languages / found the issue is because of adding object to cache on constructor (found and cleared same issue on MRfQLine and MRfQLineQty) 2013-07-15 21:08:05 -05:00
Carlos Ruiz 97135e403e IDEMPIERE-1179 DB.executeUpdateEx is not allowing byte[] objects 2013-07-15 18:38:35 -05:00
Carlos Ruiz b68a7730ea IDEMPIERE-1176 Cannot generate UUIDs on migrated database 2013-07-15 17:59:52 -05:00
Carlos Ruiz eef3b475b9 IDEMPIERE-1173 Fixed landed cost allocation for Average Costing 2013-07-15 10:47:11 -05:00
Heng Sin Low 0062c09768 IDEMPIERE-1173 Fixed landed cost allocation for Average Costing. 2013-07-15 23:02:18 +08:00
Heng Sin Low 69ed0297c4 IDEMPIERE-1173 Fixed landed cost allocation for Average Costing. 2013-07-15 16:03:43 +08:00
Heng Sin Low 5c31c19036 IDEMPIERE-1174 Match PO not posted after material receipt have been posted when client accounting is post immediate. 2013-07-15 15:49:16 +08:00
Elaine Tan adfba92a08 IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management 2013-07-08 19:15:24 +08:00
Carlos Ruiz 799788d366 IDEMPIERE-1119 Improve error message when Model Validator is not found 2013-07-05 18:03:16 -05:00
Carlos Ruiz 78be1998c8 Merged idempiere/idempiere into development 2013-07-05 17:28:16 -05:00
Heng Sin Low 58ab8b352d IDEMPIERE-1145 Trx and Trx Monitor is not thread safe. 2013-07-05 22:42:46 +08:00
Elaine Tan 8b2806797f IDEMPIERE-1129 Missing MPrintFont constructor - add the missing loader constructor to MColor, MQualityTestResult, MReplicationStrategy, MReplicationRun, MReplicationLog, MReplication, MSearchDefinition, MPrintColor, MReportColumnSet, MReportLineSet and regenerate serialVersionUID 2013-07-05 15:27:02 +08:00
Elaine Tan ee78ce186b IDEMPIERE-860 Review Payment Processors - regenerate serialVersionUID 2013-07-05 15:10:50 +08:00
Elaine Tan 9c5a73d4dd IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management 2013-07-05 14:46:21 +08:00
Carlos Ruiz dad7803507 IDEMPIERE-190 Average Costing: make sure amt and qty argument for the setWeightedAverage method is of the same sign 2013-07-03 21:41:54 -05:00
Heng Sin Low 1727029c25 IDEMPIERE-150 Vendor RMA - M_cost Table is not updated. Fixed different amount used for posting and costing calculation for "Return To Vendor". 2013-07-03 21:23:52 +08:00
Heng Sin Low a9d61ac0a4 IDEMPIERE-216 Average Costing: Zero Costing Item From Vendor. 2013-07-03 17:44:15 +08:00
Heng Sin Low 84cb0a829f IDEMPIERE-1131 Get seed cost doesn't work for standard costing. 2013-07-03 16:31:19 +08:00
Heng Sin Low 6cf23071cc IDEMPIERE-150 Vendor RMA - M_cost Table is not updated. Fixed minor typo. 2013-07-03 15:23:49 +08:00
Heng Sin Low 3fc9f7eebc Merge 2494d9912a0f 2013-07-02 17:27:34 +08:00
Heng Sin Low b27e82ec94 IDEMPIERE-150 Vendor RMA - M_cost Table is not updated. 2013-07-02 17:24:55 +08:00
Elaine Tan 133b0027c8 IDEMPIERE-1129 Missing MPrintFont constructor 2013-07-02 14:48:07 +08:00
Elaine Tan d6d519a0cc IDEMPIERE-860 Review Payment Processors - added string representation for MPaymentTransaction class 2013-07-02 14:42:19 +08:00
Heng Sin Low 4f518786ce Merge 437b5ff245df 2013-07-01 16:02:22 +08:00
Heng Sin Low 386b054d38 IDEMPIERE-513 Multiple receipts on one purchase order line causes faulty Average PO calculation due to error in cost detail. Fixed wrong qty for mcostdetail record created from matched invoice line. 2013-07-01 16:01:10 +08:00
Carlos Ruiz daece5d52c IDEMPIERE-206 / Fitnesse fixes:
- Sync sample test cases with latest changes
- Use configurable port on ZkSuite
- Fix context problem on Login and RunProcess
- Fix jasper checking on RunProcess (same bug on webservices)
- Implement context variable parsing on Util
- Change log of post event on core to inform error when a fitnesse posting fails
- Improve error on posting material receipt requiring order line
2013-06-28 17:38:38 -05:00
Carlos Ruiz ef371d7f8f Generate model classes for release 1.0c 2013-06-26 20:30:25 -05:00
Carlos Ruiz 7affd35f50 Versioning 2013-06-26 20:19:34 -05:00
Carlos Ruiz 47377261b3 IDEMPIERE-1104 Payments all get the same accounting date as the reconciling bank statement regardless of transaction date / IDEMPIERE-480 2013-06-26 13:21:20 -05:00
Carlos Ruiz 0ce064eec6 IDEMPIERE-234 Configurable Toolbar / Prefix _WinInfo_ for context variables AD_Window_UU, AD_Window_ID and WindowName 2013-06-26 08:41:35 -05:00
Heng Sin Low 1e2ea6386d IDEMPIERE-724 Zk: Make iDempiere theme more easily customizable - Added theme preference for trademark text for standard report footer. Peer review. 2013-06-26 12:52:07 +08:00
Elaine Tan 916636c30f IDEMPIERE-724 Zk: Make iDempiere theme more easily customizable - Added theme preference for trademark text for standard report footer. 2013-06-25 19:01:20 +08:00
Carlos Ruiz 4f2d489f29 Minor - lowering log level to a common message that is solved later 2013-06-24 22:10:50 -05:00
Carlos Ruiz 577057b1ba IDEMPIERE-1069 Callout doesn’t work the same way in quick entry window and normal AD window. / Peer review 2013-06-23 18:56:51 -05:00
Juliana Corredor c53e0f08c7 IDEMPIERE-1089 Document Type list in wrong language 2013-06-23 13:59:57 -05:00
Carlos Ruiz 339d10e787 IDEMPIERE-1087 Process Parameters don't have contextual menu (right click) / based on patch from Juliana Corredor 2013-06-21 19:57:56 -05:00
Carlos Ruiz 0e80967351 IDEMPIERE-1088 Problem with Reverse-Accrual with payment allocation 2013-06-21 19:26:14 -05:00
Carlos Ruiz ac1a8e486c IDEMPIERE-1079 Reset Allocation is leaving invoices as paid / Thanks to Juliana Corredor 2013-06-21 19:06:34 -05:00
Heng Sin Low 1993840bdc Merge 62bf3c7d8f22 2013-06-20 12:09:06 +08:00
Heng Sin Low 1d5b87afbf IDEMPIERE-1042 Role Data Access – Table Access Exporting. 2013-06-20 12:07:16 +08:00
Richard Morales b1b6d8ba0b IDEMPIERE-1071 Problem with using Report in tab Export Format Line 2013-06-19 19:44:43 -05:00
Carlos Ruiz 6b7e171196 IDEMPIERE-1070 Problem with Report in window Menu , tab traslation . Use language in Spanish 2013-06-19 18:33:28 -05:00
Nicolas Micoud d0aec1964d IDEMPIERE-958 2013-06-19 19:47:30 +02:00
Heng Sin Low f0c1b2db34 IDEMPIERE-1066 Toolbar Access problems. 2013-06-19 16:32:36 +08:00
Carlos Ruiz 4d31606343 IDEMPIERE-893 Use AD_InfoWindow_Access instead of DPViews for access to info windows / role access update 2013-06-18 22:22:00 -05:00
Carlos Ruiz ac058a1e7a Missing messages on IDEMPIERE-669 and IDEMPIERE-390 / raise log level for missing messages to increase chances to discover them 2013-06-18 15:31:17 -05:00
Heng Sin Low 2426e97c10 Merge b7d5f604e91f 2013-06-18 18:12:35 +08:00
Heng Sin Low 187eef6af2 IDEMPIERE-1044 Load testing. Make it easier to monitor connection pool status. 2013-06-18 18:10:02 +08:00
Carlos Ruiz 09a39bab52 IDEMPIERE-893 Use AD_InfoWindow_Access instead of DPViews for access to info windows / Based on patch from Juliana Corredor 2013-06-17 19:16:30 -05:00
Carlos Ruiz 470202287c IDEMPIERE-67 ProcessedOn should not be copied by MOrder.copyFrom / IDEMPIERE-922 / IDEMPIERE-938 / Restored backward compatibility on copying AD_Org_ID 2013-06-17 13:56:27 -05:00
Carlos Ruiz 3c9696db4b IDEMPIERE-994 Model afterSave and afterDelete must check success flag when doing DB work / based on patch from Carlos Sanchez 2013-06-14 13:09:51 -05:00
Carlos Ruiz 140eac588d IDEMPIERE-1040 The Sales Order / Purchase Order ignore the excluded tables for an Attribute Set defined as always mandatory 2013-06-13 23:41:30 -05:00
Richard Morales b4e46ac3f5 IDEMPIERE-996 Problem with searches when a tab is based on a view 2013-06-13 21:39:20 -05:00
Carlos Ruiz f4c50410dc IDEMPIERE-974 Issue with Quick Entry editor when a checkbox is added and a new record is created / peer review 2013-06-12 18:06:37 -05:00
Heng Sin Low 73a562b73c Merge da1cfed05569 2013-06-12 14:33:01 +08:00
Heng Sin Low 1d1782a02c IDEMPIERE-1044 Load testing. Fixed synchronization issue for m_instances. 2013-06-12 14:22:17 +08:00
Carlos Ruiz ac241a5db2 IDEMPIERE-1044 Load testing / avoid trxname > 60 chars (i.e. saving C_BPartner_Location) 2013-06-12 00:10:02 -05:00
Elaine Tan 888b4f073e IDEMPIERE-840 Improvement to Request model class 2013-06-10 19:39:09 +08:00
Elaine Tan c0895ae0fc IDEMPIERE-860 Review Payment Processors - fixed sql statement 2013-06-07 18:09:35 +08:00