Commit Graph

1502 Commits

Author SHA1 Message Date
teo_sarca aab5cf0ec4 MPPMRP:
* getDays(...) always return 0 : casting issue
* SQL query parametrization
2008-12-11 11:29:35 +00:00
teo_sarca 8c3b57ab2c MProduct:
* fixed indentation
* minor improvement
2008-12-11 06:26:42 +00:00
vpj-cd d2cc115349 [ 2415242 ] Incorrect info when segment Value with type Org Trx
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2415242&group_id=176962
2008-12-10 23:49:29 +00:00
Heng Sin Low bba40907c3 * Allow user to control the dashboard panel to be static or collapsible 2008-12-10 08:30:44 +00:00
Heng Sin Low d9a35cc452 * Allow user to control the dashboard panel to be static or collapsible 2008-12-10 07:53:33 +00:00
trifonnt 8c2c3fa395 merged looks into base. 2008-12-10 00:26:17 +00:00
teo_sarca d2daebe6d3 BF [ 2227901 ] MRP (Calculate Material Plan) fails if resource is empty
https://sourceforge.net/tracker/index.php?func=detail&aid=2227901&group_id=176962&atid=879332
2008-12-09 21:03:35 +00:00
teo_sarca b50595a845 BF [ 2412212 ] Fix Activity Control Report Window
Thanks Ioan Bogdan.
2008-12-09 19:42:25 +00:00
teo_sarca c7f8e13b7b [ 2408898 ] Implement Cost Collector Type
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2408898&group_id=176962

* fix typo error logic
* don't use "==" when comparing String
2008-12-09 17:19:53 +00:00
vpj-cd 55dc5bff35 [ 2408898 ] Implement Cost Collector Type
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2408898&group_id=176962
2008-12-09 16:56:13 +00:00
phib b8d7f60427 Fix error in previous commit
FR [ 2391399 ] Create dunning run should allow filtering by org
Thanks Teo for catching.
2008-12-09 11:12:24 +00:00
teo_sarca 4041f5654a [ 2408898 ] Implement Cost Collector Type
http://sourceforge.net/tracker/index.php?func=detail&aid=2408898&group_id=176962&atid=879335
* removed old document base types

Victor please review this.
2008-12-09 09:03:54 +00:00
teo_sarca 6860eb3b43 Revision 7117 was reverted by Revision: 7419 by mistake. Putting back.
Armen can you help me to review this ?

BF [ 2314749 ] MatchPO not considering currency PriceMatchDifference
2008-12-09 07:07:51 +00:00
phib f67087ff37 FR [ 2391399 ] Create dunning run should allow filtering by org
https://sourceforge.net/tracker/?func=detail&aid=2391399&group_id=176962&atid=879335
2008-12-09 06:10:08 +00:00
vpj-cd b920ef6fe2 [ 2408898 ] Implement Cost Collector Type
http://sourceforge.net/tracker/index.php?func=detail&aid=2408898&group_id=176962&atid=879335
2008-12-09 04:15:57 +00:00
Carlos Ruiz 1237adb2fb Check DB.isConnected to execute the update 2008-12-09 03:40:52 +00:00
Carlos Ruiz 3ce6320cd2 Implement [ adempiere-Feature Requests-2408411 ] Add AD_Workflow.IsBetaFunctionality 2008-12-09 03:08:21 +00:00
vpj-cd 732b21a43f [ 2001910 ] Average Invoice Cost not created
http://sourceforge.net/tracker/index.php?func=detail&aid=2001910&group_id=176962&atid=879332
2008-12-08 22:07:26 +00:00
teo_sarca 6ceb73b3be Fix MRP engine:
1. Create MRP Notice on proper organization; this will prevent deleting notices when running MRP on other Org
2. Set m_product_panning to null if the no product planning record was found
2008-12-08 20:35:26 +00:00
teo_sarca 02f3756e1f FR [ 2406777 ] Introduce MRP-130 No Current Vendor Selected 2008-12-08 16:44:00 +00:00
teo_sarca d9b271c6a3 MRP : minor typo error 2008-12-08 16:39:47 +00:00
Carlos Ruiz 2ea263b989 Implement Validator for beforeSaveProperties - ID: 2373679
Joined build of base and looks
2008-12-08 16:32:44 +00:00
teo_sarca e0558c54a6 libero: minor improvements:
* fix identation
* use getSQLValue*Ex instead of getSQLValue - better exception handling
* refactor debugging messages
2008-12-08 16:17:37 +00:00
usrdno 34f8c8ba7c FEATURE: [ 2306161 ] Locator on line level when creating lines from.
GUI: Added field for using barcode scanner when checking received goods.
2008-12-08 14:49:12 +00:00
teo_sarca 230a2c9396 MRP: fix NPE issue when our product is "excluded" from plan 2008-12-08 14:07:01 +00:00
teo_sarca 4ed7def01a FR [ 1895317 ] InvoiceCreateInOut: you can create many receipts 2008-12-08 10:56:34 +00:00
teo_sarca c78bc26b10 CalloutMovement: minor: use autoboxing 2008-12-08 10:49:58 +00:00
teo_sarca 533d0763b9 DB:
* add getSQLValueEx method (same as getSQLValue but throws DBException)
* add getSQLValueBDEx method (same as getSQLValueBD but throws DBException)
* method setParameter(PreparedStatement pstmt, int index, Object param) should throw DBException if param is not supported
* added DBTest JUnit Test Case
2008-12-08 10:44:06 +00:00
trifonnt aed07a44fa FR: [ 2392587 ] Serbian on external dialogs
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=2392587&group_id=176962
2008-12-07 14:11:13 +00:00
Heng Sin Low d40a330ff9 SignDatabaseBuild - throw exception cause problem with shell scripting. 2008-12-07 10:09:34 +00:00
Heng Sin Low 0654a5c6a7 Do not cache AD_Image for server. 2008-12-07 01:00:46 +00:00
teo_sarca db822559dd BF [ 2188252 ] Make Adempiere build using both jdk 5 and jdk 6 : hide Proxy layer when throwing exceptions 2008-12-06 17:28:57 +00:00
teo_sarca 350aea1253 ColumnSync:
* organized imports
* use DatabaseMetaData
2008-12-06 16:23:18 +00:00
Carlos Ruiz ff6b2bff61 Important -> SQL keywords must go uppercase
Minor -> indentation, organize imports
2008-12-05 16:14:44 +00:00
usrdno dbbca01f82 Added method for retrieving a list of shippers with a specific freight category. 2008-12-05 15:30:16 +00:00
usrdno c371504f00 Added convenience method for reading a product using UPC/EAN. 2008-12-05 15:19:08 +00:00
teo_sarca 98fbc7cf45 HR & Payroll improvements:
* code cleanup
* convert pseudo-static methods to static methods
* improved exception handling
* removed commented code
* minor refactoring
2008-12-05 14:04:40 +00:00
teo_sarca e2bbd1f0cf MRefList:
* getListDescription should be static
* javadoc fix
* imporve error logging
2008-12-05 14:01:20 +00:00
usrdno cac9cc0219 FR 2350428 - Added locator in Product Replenish Tab. 2008-12-05 12:28:44 +00:00
teo_sarca 4aca9007dd GenerateModel: improve error logging 2008-12-05 12:11:57 +00:00
teo_sarca 7e87449e5a Msg:
* organized imports
* use java generics
2008-12-05 08:44:54 +00:00
teo_sarca 238d17c066 FR [ 2392044 ] Introduce Env.WINDOW_Main
* organized imports
* removed unused variables
* fixed some possible NPE
2008-12-05 08:38:33 +00:00
phib dba4db09f7 FR [ 2391012 ] Invoke AD_Form from button
https://sourceforge.net/tracker/index.php?func=detail&aid=2391012&group_id=176962&atid=879335
2008-12-04 23:44:30 +00:00
armenrz 67c15c25cd BF [ 2215840 ] MatchPO Bug Collection 2008-12-04 17:07:35 +00:00
teo_sarca e9ac5e52df fix InvoiceCalculateTax:
* unpost invoice because we need to repost it after changing tax amounts
* refactor + able to run process from outside
2008-12-04 11:29:52 +00:00
Heng Sin Low 603301b433 Fixed jdk 1.5 compatibility error. 2008-12-04 01:44:08 +00:00
phib 1fb1574080 FR [ 1840016 ] Avoid usage of clearing accounts
Support for avoiding PPV and PPV Offset use
https://sourceforge.net/tracker/?func=detail&group_id=176962&atid=879335&aid=1840016
2008-12-03 23:59:07 +00:00
Heng Sin Low 0914636b35 Minor - javadoc 2008-12-03 09:56:46 +00:00
Heng Sin Low 4022504df5 Failure to generate getI* shouldn't be fatal. Also, the current algorithm use to discover the reference tablename is by no mean fool proof. 2008-12-03 09:51:08 +00:00
Heng Sin Low 6b33b0ab59 Avoid NPE when no application server client library is detected. 2008-12-03 09:03:38 +00:00