Commit Graph

199 Commits

Author SHA1 Message Date
Richard Morales 5662475b92 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern SIC_INNER_SHOULD_BE_STATIC 2012-12-11 19:47:25 -05:00
Richard Morales d42b5a12c3 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern HE_EQUALS_USE_HASHCODE 2012-12-11 19:14:19 -05:00
Richard Morales d9afbe2768 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern OS_OPEN_STREAM 2012-12-11 16:48:34 -05:00
Carlos Ruiz 214b34c377 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern NP_NULL_ON_SOME_PATH 2012-12-06 17:38:18 -05:00
Richard Morales 1e30b56290 IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse Warning : Is never used 2012-12-06 15:00:04 -05:00
Richard Morales a486d1317c IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder / findbugs fb-contrib pattern LSYC_LOCAL_SYNCHRONIZED_COLLECTION 2012-12-05 12:09:37 -05:00
Richard Morales 529089a426 IDEMPIERE-183 Fixed generic type warning 2012-12-04 11:24:23 -05:00
Elaine Tan 778d4ba228 IDEMPIERE-462 Ticket #1001503: Credit Cards Online - Fix the database transaction used to save payment transaction and online trx history records, encrpyt credit card number and cvv, fix the allocation when perform credit payment transaction for AR credit memo. 2012-12-04 12:42:01 +08:00
Heng Sin Low 566df6608e IDEMPIERE-519 Swing client connection discovery broken. Remove equinox extension declaration that have been migrated to OSGi service. 2012-11-30 11:01:21 +08:00
Carlos Ruiz a9803ec890 IDEMPIERE-519 Swing client connection discovery broken 2012-11-29 13:23:32 -05:00
Carlos Ruiz 3e0fb3b5a2 hg merge fb4181fa99c2 2012-11-21 10:04:09 -05:00
Heng Sin Low c8b4a158b7 IDEMPIERE-491 Caching data can generate problem. Refactor the caching code, added distributed cache and cluster wide cache reset support. 2012-11-21 17:06:02 +08:00
Carlos Ruiz c93620b3c9 IDEMPIERE-385 Resolve M_Storage locking and data consistency / Code refinements 2012-11-20 17:30:44 -05:00
uthadehikaru 030ebd747e fixed bug on initAtpTab 2012-11-09 15:47:29 +07:00
Elaine Tan 816f897f06 IDEMPIERE-392 Redesign payment button - revert previous change, use factory approach 2012-11-08 18:21:38 +08:00
Elaine Tan d68ddd64dd IDEMPIERE-392 Redesign payment button - use OSGI service driven instead of hard-coded static to register payment form for each payment rule 2012-11-07 17:59:08 +08:00
Heng Sin Low 7fd2f8ae31 Merge with c24b92887ef9dfc8ed7bcce0c793748cc21e6ce4 2012-11-06 11:42:06 +08:00
Heng Sin Low 2dfa60b73e IDEMPIERE-359 Add OSGi Service support for existing extension point 2012-11-06 11:39:23 +08:00
Elaine Tan 236e06c7cc IDEMPIERE-462 Ticket #1001503: Credit Cards Online - support online credit payment, include copyright text, use translate message, fix credit card online processing issues 2012-11-02 18:27:14 +08:00
Elaine Tan fe8573e501 Merge with 28f0ff5b4ae2e8ae3565045da5ed334120e2965f 2012-11-01 20:48:51 +08:00
Elaine Tan 442fd422a1 IDEMPIERE-462 Ticket #1001503: Credit Cards Online - support online sales, authorization, delay capture and void payment 2012-11-01 20:23:20 +08:00
Carlos Ruiz f489fc76e2 IDEMPIERE-392 Redesign payment button - reuse SystemIDs 2012-10-31 09:37:27 -05:00
Edwin Ang 31ee8bc837 modify code related with M_Storage 2012-10-29 15:14:45 +07:00
Heng Sin Low 3c4c00a409 iDempiere IDEMPIERE-234 Configurable Toolbar.
- Bug fixes for report viewer button control.
- Added window toolbar button.
- Added custom window button using osgi service.
- Refactor ExportAction as an custom window button service example.
2012-10-28 00:31:25 +08:00
David Peñuela 02c508d425 IDEMPIERE-446 Implement Restrictions on Toolbar to the report viewer 2012-10-23 18:40:04 -05:00
Elaine Tan 9c26a16dcc IDEMPIERE-392 Redesign payment button - include copyright text 2012-10-19 17:24:15 +08:00
Elaine Tan cf80ce5f72 Merge with eeb560416950cc9390199dfe448d08c6d9e66b39 2012-10-19 17:04:03 +08:00
Elaine Tan e1778c1501 IDEMPIERE-392 Redesign payment button 2012-10-19 16:35:15 +08:00
Carlos Ruiz 939589f63c hg merge f25ad9dd8759 2012-10-17 13:46:36 -05:00
Elaine Tan 34328a3591 IDEMPIERE-447 Abstract Payment Processor from Tenant configuration - allow multiple payment processors link to the same bank account 2012-10-17 17:39:12 +08:00
uthadehikaru 4e119984a8 moved qtyavailable from storage onhand to storage reservation 2012-10-17 09:19:14 +07:00
Owner.Owner-PC 2a4b62f683 commit initial work on IDEMPIERE-385 2012-10-16 13:46:20 +07:00
Elaine Tan bec8fac40c Ticket #1001611: Adjust Payment Processor Options for Tenant 2012-11-16 17:40:17 +08:00
Carlos Ruiz 4d56084f3f hg merge 0717f533c660 2012-10-15 18:44:37 -05:00
Elaine Tan c69143900b Ticket #1001503: Credit Cards Online - fix credit card online processing process 2012-10-15 18:40:15 +08:00
Elaine Tan e280cbbd70 Ticket #1001503: Credit Cards Online 2012-10-15 17:00:07 +08:00
Carlos Ruiz d1df4c45c8 IDEMPIERE-455 Discover and fix FindBugs problems / Thanks to Richard Morales 2012-10-12 18:25:55 -05:00
Carlos Ruiz 78f498a662 IDEMPIERE-308 Performance: Replace with StringBuilder / some classes revisited to make them safer against NPE 2012-10-11 14:15:53 -05:00
Elaine Tan a5f5d8d972 IDEMPIERE-447 Abstract Payment Processor from Tenant configuration 2012-10-03 18:30:46 +08:00
Elaine Tan 17a779a61a Fix SQL query error at 'Find' window of Swing UI 2012-10-03 18:18:59 +08:00
Carlos Ruiz bdccbad711 IDEMPIERE-358 Login- how to make unique and safe - fix problem stopping POS to work 2012-10-02 15:11:25 -05:00
Carlos Ruiz 9eb8996340 IDEMPIERE-29 Improvement on full location / Thanks to Nicolas for pointing to this bug 2012-09-26 10:27:51 -05:00
Nicolas Micoud 5827730776 IDEMPIERE-319 - Enhancement for Map and Route buttons 2012-07-30 16:51:09 +02:00
Carlos Ruiz 8de7da2ea5 IDEMPIERE-382 Prevent users to go to detail tabs if link fields are not filled / fix problem with zero ID tables 2012-09-24 16:31:22 -05:00
Carlos Ruiz 7b0fe332a5 IDEMPIERE-362 Hide things that don't work on iDempiere 2012-09-21 20:40:08 -05:00
Carlos Ruiz ae107dbb64 IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder / thanks to Richard Morales and David Peñuela 2012-09-21 19:21:59 -05:00
Nicolas Micoud 5c1d614ec9 IDEMPIERE 382 - Swing 2012-09-20 13:55:22 +02:00
Carlos Ruiz 6b2545bf7f IDEMPIERE-374 Change password must be changed to be a form instead of a process 2012-09-19 13:02:33 -05:00
Carlos Ruiz 7e3a7baa71 hg merge d7a60c56c795 / solving conflict on AbstractMenuPanel 2012-09-19 12:35:01 -05:00
Elaine Tan 527ab89cfe IDEMPIERE-374 Change password must be changed to be a form instead of a process 2012-09-19 11:23:16 +08:00