Heng Sin Low
db154e11b7
IDEMPIERE-502 Use single thread pool for client and server process. Fixed scheduled thread pool executor service doesn't use min pool size and shouldn't have core thread timeout.
2012-12-03 14:37:46 +08:00
Heng Sin Low
41249300e7
IDEMPIERE-496 Exception when changing Organization Info. Performance improvement.
2012-12-03 14:36:30 +08:00
Deepak Pansheriya
962110fd2c
IDEMPIERE-293 Support for Kill Session
2012-11-30 17:15:19 +05:30
Deepak Pansheriya
7788bf9bae
IDEMPIERE-293 Support for Kill Session
2012-11-30 17:15:19 +05:30
Carlos Ruiz
2de5900c6c
IDEMPIERE-294 BroadCast Message / Peer review
2012-12-02 23:59:49 -05:00
Deepak Pansheriya
8d1865571f
IDEMPIERE-294 BroadCast Message
2012-11-30 14:56:59 +05:30
Deepak Pansheriya
f992cef2d7
IDEMPIERE-294 BroadCast Message
2012-11-30 14:56:59 +05:30
Carlos Ruiz
dae3f4c27b
IDEMPIERE-390 Attachments/archives on load balancer scenario / Implemente deletion of attachment entries for filesystem method
2012-11-29 16:35:56 -05:00
Heng Sin Low
36b39ddf9f
Merge c088cbe26368
2012-11-30 01:19:15 +08:00
Heng Sin Low
9a24ad651e
IDEMPIERE-522 Zk: Random Freeze of screen update
2012-11-30 01:17:44 +08:00
Carlos Ruiz
beb0b209e8
IDEMPIERE-390 Attachments/archives on load balancer scenario / Peer review
2012-11-28 17:00:13 -05:00
Juliana Corredor
28008f2737
IDEMPIERE-390 Attachments/archives on load balancer scenario
2012-11-28 15:52:54 -05:00
Carlos Ruiz
1c0b1ebd9e
IDEMPIERE-385 Resolve M_Storage locking and data consistency / lock storage record being updated
2012-11-28 10:12:56 -05:00
Carlos Ruiz
5c4de4a93a
IDEMPIERE-393 Setup wizards / Peer review
2012-11-28 01:05:41 -05:00
David Peñuela
7fa15475a8
IDEMPIERE-393 Setup wizards
2012-11-27 22:54:38 -05:00
Heng Sin Low
a44a3a17df
IDEMPIERE-491 Caching data can generate problem. Fixed a backward compatibility issue.
2012-11-27 22:40:46 +08:00
Heng Sin Low
9573837df2
Merge with 351f2f8327904e8f0b154d200c77b99b141bc785
2012-11-27 16:56:04 +08:00
Carlos Ruiz
6e2cdb9958
IDEMPIERE-491 Caching data can generate problem / Fix problems with swing client not starting with postgres and throwing NPE
2012-11-26 15:04:11 -05:00
Elaine Tan
6bcb4b9151
Ticket #1001392 : Implement Single ‘online trx history table’ instead of individual tables - fix the incorrect text message of online trx history when it is a void or credit (payment) transaction
2012-11-26 19:29:32 +08: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
89c9a7a2ed
hg merge e29fe52f1f00
2012-11-23 10:17:17 -05:00
Heng Sin Low
3e4c1a7103
IDEMPIERE-369 Master Detail layout improvements. Fixed link column determination for detail tab.
2012-11-23 16:56:15 +08:00
Carlos Ruiz
9a7e649bbc
IDEMPIERE-385 Resolve M_Storage locking and data consistency / Improve error message - i.e. for negative inventory disallowed
2012-11-21 17:20:12 -05:00
Carlos Ruiz
3e0fb3b5a2
hg merge fb4181fa99c2
2012-11-21 10:04:09 -05:00
Heng Sin Low
41c9005d81
Merge with a38faf9fb423b6a26fd5085f0b8b45a4f339311e
2012-11-21 18:00:04 +08:00
Heng Sin Low
48ac83c4d3
Merge with d6b2cf8369afa87ae85cdeff838b061f3f5ab331
2012-11-21 17:58:12 +08:00
Heng Sin Low
ef584a5f60
IDEMPIERE-491 Caching data can generate problem. Refactor the caching code, added distributed cache and cluster wide cache reset support.
2012-11-21 17:07:39 +08: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
Heng Sin Low
fb883fd47c
IDEMPIERE-359 Add OSGi Service support for existing extension point. Added process factory interface.
2012-11-21 16:54:18 +08:00
Carlos Ruiz
c93620b3c9
IDEMPIERE-385 Resolve M_Storage locking and data consistency / Code refinements
2012-11-20 17:30:44 -05:00
Carlos Ruiz
d74f7933ba
IDEMPIERE-385 Resolve M_Storage locking and data consistency / M_StorageReservation requires IsSOTrx part of they key / PO.java need changes to manage Boolean on multi-column primary key
2012-11-20 17:30:16 -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
Heng Sin Low
86eb3d32fa
IDEMPIERE-378 Implement Reverse Accrual. Fixed reverse matching doesn't update current document's description correctly. Added validation to prevent repeated execution of reversal process.
2012-11-20 00:21:35 +08:00
Carlos Ruiz
ab54f80937
IDEMPIERE-463 Fields based on table reference can't display identifiers
2012-11-16 11:56:46 -05:00
Carlos Ruiz
190e3c0767
IDEMPIERE-457 Tab Editor
2012-11-16 11:19:35 -05:00
Elaine Tan
bec8fac40c
Ticket #1001611 : Adjust Payment Processor Options for Tenant
2012-11-16 17:40:17 +08:00
Elaine Tan
baa32c9952
IDEMPIERE-462 Ticket #1001503 : Credit Cards Online - make the payment processor fields configurable - revert the use of IGridTab
2012-11-14 16:59:08 +08:00
Heng Sin Low
fcce5918dd
Merge with 8d3b639fd52cecdc89d7256e97f469430175ecb1
2012-11-14 10:21:13 +08:00
Heng Sin Low
0b06a75a3b
IDEMPIERE-503 Zk: Implement image icon support for window
2012-11-14 10:14:14 +08:00
Heng Sin Low
640888051a
IDEMPIERE-502 Use single thread pool for client and server process
2012-11-14 10:11:17 +08:00
Heng Sin Low
6bdc0b187e
IDEMPIERE-378 Implement Reverse Accrual
2012-11-14 09:58:53 +08:00
Carlos Ruiz
26c2059c7d
IDEMPIERE-385 Resolve M_Storage locking and data consistency / integration with iDempiere
2012-11-13 20:51:04 -05:00
Carlos Ruiz
b98d84e788
IDEMPIERE-457 Tab Editor (to ease positioning of fields) / Team work with Juan Arboleda
2012-11-12 18:09:48 -05:00
uthadehikaru
80e81f4c86
fixed bug related to inventory move
2012-11-12 09:54:53 +07:00
Carlos Ruiz
99f2517034
IDEMPIERE-498 Make BP quick entry configurable
2012-11-09 23:56:37 -05:00
Carlos Ruiz
0dd0d36ad2
IDEMPIERE-316 Inform when the user is not approver of a workflow doc / Peer review
2012-11-09 13:11:09 -05:00
Carlos Ruiz
c407d6a3d0
IDEMPIERE-479 (Role->Access All Orgs) not being checked on Workflow Approval
2012-11-09 13:10:34 -05:00
Juliana Corredor
dfe9752326
IDEMPIERE-316 Inform when the user is not approver of a workflow doc
2012-11-09 12:18:55 -05:00
Carlos Ruiz
e7aee3e466
IDEMPIERE-357 Ticket #1001002 Move the Menu to be a Portlet / enable dashboard for System user
2012-11-09 11:56:08 -05:00
Carlos Ruiz
c77297c201
IDEMPIERE-484 Address field issue for a Country with additional fields
2012-11-09 11:24:26 -05:00
Carlos Ruiz
faf9c28733
IDEMPIERE-496 Exception when changing Organization Info
2012-11-09 11:00:33 -05:00
uthadehikaru
061a7deb5a
fixed error params on getQtyOnHand
2012-11-09 15:46:55 +07:00
Elaine Tan
ad5d338dfd
Merge with c7817574afdfe577790aaa5144f192cf953dcda4
2012-11-08 18:28:56 +08:00
Elaine Tan
5f50cd16b6
IDEMPIERE-462 Ticket #1001503 : Credit Cards Online - make the payment processor fields configurable
2012-11-08 18:24:19 +08:00
Heng Sin Low
d4e9ae0656
IDEMPIERE-359 Add OSGi Service support for existing extension point. Move more core services to OSGi service.
2012-11-08 17:36:50 +08:00
Heng Sin Low
3d865703f1
IDEMPIERE-493 Add validation for matching. Fixed layout and refresh issue.
2012-11-08 13:26:30 +08:00
Heng Sin Low
5d253c71e5
IDEMPIERE-493 Add validation for matching. Need to do invoice-shipment matching first because MatchPO.create will auto create matchinv record if it doesn't found one.
2012-11-08 11:01:28 +08:00
Heng Sin Low
ba27cda7cf
IDEMPIERE-493 Add validation for matching
2012-11-08 07:50:01 +08:00
Elaine Tan
d7aa548502
Fix logged session listener initialized before server startup
2012-11-07 13:15:46 +08:00
Heng Sin Low
27d790d1ae
IDEMPIERE-471 Wrong behavior for 'Record on parent tab was changed by another user'
2012-11-07 10:24:27 +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
281cd20e6f
Fix merge with 28f0ff5b4ae2e8ae3565045da5ed334120e2965f
2012-11-01 20:59:59 +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
ef82abb2c6
Generate all model classes
2012-10-31 15:56:52 -05:00
Carlos Ruiz
d89bc0d4d0
Preparing release
2012-10-31 15:56:29 -05:00
Carlos Ruiz
f489fc76e2
IDEMPIERE-392 Redesign payment button - reuse SystemIDs
2012-10-31 09:37:27 -05:00
Carlos Ruiz
18aebedfb7
hg merge b153e9e42945
2012-10-31 09:23:45 -05:00
Carlos Ruiz
3a8d5ce4fe
IDEMPIERE-379 Reporting wizard for end users / Peer review and tests
2012-10-30 22:42:43 -05:00
Juliana Corredor
a0324420be
IDEMPIERE-379 Reporting wizard for end users
2012-10-30 21:23:46 -05:00
Carlos Ruiz
4eed3a8640
IDEMPIERE-455 Discover and fix FindBugs problems / Pattern: ODR_OPEN_DATABASE_RESOURCE
2012-10-30 17:10:00 -05:00
Elaine Tan
6c71f29822
IDEMPIERE-392 Redesign payment button - Fix missing reference in generate model class for column with 'Payment' display type
2012-10-30 12:28:51 +08:00
Carlos Ruiz
4eb7477046
IDEMPIERE-454 Easy import / Fix NPE - improve success message log
2012-10-29 22:29:35 -05:00
Carlos Ruiz
33ad5aa0b7
IDEMPIERE-454 Easy import / Fix problem found with character set - adapting to zk6 also the WFileImport
2012-10-29 21:59:23 -05:00
Edwin Ang
ed5084972e
remove X, I and M storage classes
2012-10-29 15:15:18 +07:00
Edwin Ang
31ee8bc837
modify code related with M_Storage
2012-10-29 15:14:45 +07:00
Heng Sin Low
5a9ca8fac3
Merge with 15aebb85c791866dcec0bdd70dc75a728e703cbb
2012-10-28 13:22:27 +08: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
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
Carlos Ruiz
221f5e6522
IDEMPIERE-472 Allow postgresql connection via SSL / Minor
2012-10-26 14:34:34 -05:00
Carlos Ruiz
e2c0220862
IDEMPIERE-472 Allow postgresql connection via SSL / Peer review
2012-10-26 13:46:55 -05:00
Juan David Arboleda
e99ca7f076
IDEMPIERE-472 Allow postgresql connection via SSL
2012-10-26 13:46:05 -05:00
Carlos Ruiz
066f24162e
IDEMPIERE-454 Easy import / v1 -> Exporter - export data from 1 tab / Importer - allow insert in 1 tab
2012-10-26 00:03:39 -05:00
Owner.Owner-PC
0731626ca0
fix qtyonhand() and add qtyavailable()
2012-10-25 16:42:38 +07:00
uthadehikaru
60ad06e5c1
added method getQtyOnHand
2012-10-25 16:04:28 +07:00
uthadehikaru
00bf46d67e
fixed bug when getQtyvailable
2012-10-25 13:19:33 +07:00
Carlos Ruiz
95622fc317
IDEMPIERE-197 Stabilize Fixed Assets / Required fixes for iDempiere
2012-10-24 22:30:01 -05:00
Carlos Ruiz
c6f25f2a6d
IDEMPIERE-197 Stabilize Fixed Assets / Bring migration script and generate model classes
2012-10-24 21:30:00 -05:00
Carlos Ruiz
2d08fb3f3d
IDEMPIERE-197 Stabilize Fixed Assets / Some additional fixes based on tests when regenerating X classes
2012-10-24 21:29:13 -05:00
David Peñuela
02c508d425
IDEMPIERE-446 Implement Restrictions on Toolbar to the report viewer
2012-10-23 18:40:04 -05:00
David Peñuela
7b7f63f405
IDEMPIERE-158 Make selection of login languages more flexible
2012-10-23 17:32:04 -05:00
Carlos Ruiz
6e9da7b307
IDEMPIERE-308 Performance: Replace use of StringBuffer / Fix problem caused by this ticket
...
found in log this error
05:48:01.930===========> DB.executeUpdate: UPDATE C_Order SET C_Payment_ID=NULL 1000038) WHERE C_Order.C_Order_ID = (SELECT i.C_Order_ID FROM C_Invoice i WHERE i.C_Invoice_ID=1000038) [WFP_49b57bb4-a451-4ade-bb28-8a6146afc3c3] [2661]
org.postgresql.util.PSQLException: ERROR: syntax error at or near "1000038"
2012-10-23 16:21:14 -05:00
Carlos Ruiz
cc8a577d87
IDEMPIERE-468 Problem when using Immediate Client Accounting
2012-10-23 16:08:46 -05:00
Owner.Owner-PC
c066a0c3e9
Merge
2012-10-23 11:31:40 +07:00
uthadehikaru
2cc429a3dd
- added method "get" on MStorageReservation
...
- change MProduct proses to get QtyOrdered and QtyReserved
2012-10-23 10:46:01 +07:00
Carlos Ruiz
58a0b5424d
hg merge b251024c0cc7
2012-10-22 18:55:15 -05:00
Heng Sin Low
afb50f10e0
IDEMPIERE-377 Improve current search dialog box. Fixed can't search using invisible lookup field ( for e.g, CreatedBy and UpdatedBy ).
2012-10-23 06:48:06 +08:00
Heng Sin Low
221934a56b
IDEMPIERE-461 error to send reports (Mail) in ZK Web Client (loader constraint violation).
...
- Merge javax.mail and javax.activation bundle into one to resolve class loader issue.
2012-10-23 05:41:41 +08:00
Deepak Pansheriya
da5f06287c
IDEMPIERE-389 - Fix to set non loopback and non link IP on ServerName
2012-10-21 11:58:52 +05:30
Carlos Ruiz
ee00a36ae6
hg merge 74e4fd07adbb
2012-10-19 14:52:26 -05:00
Juliana Corredor
101fbdd5d1
IDEMPIERE-366 Improve Role Inheritance / When a Master role is not active, doesnt allow to inherit permissions
2012-10-19 12:02:27 -05:00
Heng Sin Low
6d7d975d22
Merge with fdeadc94d67201e8d02f497dfc34d054fd224c6b
2012-10-19 20:46:09 +08:00
Heng Sin Low
c9c663dfa9
iDempiere IDEMPIERE-234 Configure Toolbar.
2012-10-19 20:45:19 +08: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
Heng Sin Low
fb9b7176fa
Merge with 009dec6b6e47dec65452fadb78de1edbb46def5a
2012-10-19 10:36:38 +08:00
Heng Sin Low
2b8ecf09be
IDEMPIERE-369 Master Detail layout improvements. 1) Fixed dataIgnore bugs with new record. 2) Fixed wrong icon for customized grid view dialog. 3) Fixed layout issue with document action dialog. 3) Added highlight for active tab. 4) Click on row indicator will now toggle form view. 5) Added indicator for 2nd or 3rd level tab. 5) Drop desktop implementation that's not maintained anymore.
2012-10-19 10:28:08 +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
Richard Morales
fff089eb58
IDEMPIERE-455 Discover and fix FindBugs problems / DMI_BIGDECIMAL_CONSTRUCTED_FROM_DOUBLE
...
http://findbugs.sourceforge.net/bugDescriptions.html#DMI_BIGDECIMAL_CONSTRUCTED_FROM_DOUBLE
2012-10-16 17:41:44 -05:00
Richard Morales
3d25237fb6
IDEMPIERE-455 Discover and fix FindBugs problems / RV_RETURN_VALUE_IGNORED
...
http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED
2012-10-16 15:41:49 -05:00
Carlos Ruiz
650f1344fd
hg merge 958f9fad5398
2012-10-16 08:36:25 -05:00
Deepak Pansheriya
dbf854396a
IDEMPIERE-389: Appending Host name and IP to server name and adding field
...
for server name on session audit
2012-10-16 13:08:12 +05:30
Owner.Owner-PC
5732700f46
fix code related with MStorage.add() method
2012-10-16 14:06:19 +07:00
Owner.Owner-PC
2a4b62f683
commit initial work on IDEMPIERE-385
2012-10-16 13:46:20 +07:00
Carlos Ruiz
4d56084f3f
hg merge 0717f533c660
2012-10-15 18:44:37 -05:00
Deepak Pansheriya
b636776abb
IDEMPIERE-389 - Fixing AD_Session to log actual IP in case of server is behind Load balancer.
2012-10-15 17:19:30 +05:30
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
Richard Morales
ff9384f32e
IDEMPIERE-308 Performance: Replace with StringBuilder / some classes revisited to make them safer against NPE
2012-10-12 18:10:46 -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
Carlos Ruiz
462cd17efc
hg merge 7ff0a307b3ea
2012-10-11 12:39:16 -05:00
Deepak Pansheriya
4f3708c49c
Merge IDEMIERE-370 - Remove Link when there is no table or record id
2012-10-11 14:27:00 +05:30
Carlos Ruiz
a15c08f66e
IDEMPIERE-454 Easy import / First a CSV exporter with the format expected for the import
2012-10-10 22:56:16 -05:00
Carlos Ruiz
1d945a4109
hg merge a34c69915b7d
2012-10-10 11:22:37 -05:00
Heng Sin Low
09397e24a6
Merge with 5c0d84b4b50732776e41a30c15cc21a2615b1a86
2012-10-10 07:40:44 +08:00
Heng Sin Low
3354e6d4b1
IDEMPIERE-369 Master Detail layout improvements. Fixed navigation from detail to header lost the detail tab's current selected row position. Fixed data ignore for new row doesn't refresh detail pane.
2012-10-10 07:28:48 +08:00
Carlos Ruiz
d735ce2e22
IDEMPIERE-422 Complete Native Sequence feature / create the sequence if it doesn't exist on first usage, useful for native sequences not created on migration scripts
2012-10-09 12:36:50 -05:00
Heng Sin Low
d21fc00b60
IDEMPIERE-369 Master Detail layout improvements
2012-10-09 18:40:52 +08:00
Carlos Ruiz
83a7f121c3
IDEMPIERE-388 Enable port and TLS configuration for email
2012-10-09 01:30:05 -05:00
Carlos Ruiz
6379097ac1
IDEMPIERE-308 / revert partially to fix NPE
2012-10-08 22:24:23 -05:00
Carlos Ruiz
dba1c54c91
IDEMPIERE-422 Complete Native Sequence feature / deprecate method that must not be used
2012-10-08 10:50:46 -05:00
Carlos Ruiz
c2e073a34a
IDEMPIERE-422 Complete Native Sequence feature / fix problem reported in forums
...
https://groups.google.com/d/topic/idempiere/aBv-Rx6EFdc/discussion
2012-10-08 10:21:11 -05:00
Carlos Ruiz
2dba271ee9
reapply b4342c844a23 / IDEMPIERE-332 Document sequence organization level and restart monthly / NPE when not org selected
2012-10-08 08:45:07 -05:00
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
Owner.Owner-PC
8b0d559ae5
add workaround for customer service asset (not fixed assets)
2012-10-05 16:28:01 +07:00
Carlos Ruiz
ae5622f7de
IDEMPIERE-308 Performance: Replace with StringBuilder / fix problem found with lookups
2012-10-04 18:32:31 -05:00
Carlos Ruiz
90c30026c4
IDEMPIERE-332 Document sequence organization level and restart monthly / NPE when not org selected
2012-10-04 17:44:50 -05:00
Elaine Tan
a5f5d8d972
IDEMPIERE-447 Abstract Payment Processor from Tenant configuration
2012-10-03 18:30:46 +08:00
Elaine Tan
bc79195628
Merge with 1d70672bd78442ecb242f3f622e54a96df552300
2012-10-03 13:04:28 +08:00
Elaine Tan
5b92e3a2d7
IDEMPIERE-373 Implement User Locking - fix locking error message when involving multi-clients user
2012-10-03 12:33:03 +08:00
Carlos Ruiz
3bbe4cec45
IDEMPIERE-308 Performance: Replace with StringBuilder / fix problem found with lookups
2012-10-02 23:17:29 -05:00
Carlos Ruiz
110618d495
IDEMPIERE-391 Scheduler improvements / Peer review, tests, some refactoring
2012-10-02 23:16:41 -05:00
Juliana Corredor
993116f1ea
IDEMPIERE-391 Scheduler improvements
2012-10-02 17:43:43 -05:00