Commit Graph

1469 Commits

Author SHA1 Message Date
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
vpj-cd 76738f569b fix native sequence for oracle 2008-12-03 04:09:24 +00:00
phib 724fbe0272 FR [ 2380080 ] Implement drop shipment
https://sourceforge.net/tracker/?func=detail&group_id=176962&atid=879335&aid=2380080
2008-12-02 23:35:39 +00:00
vpj-cd c80f34265e Implementation the Native sequence 2008-12-02 18:22:29 +00:00
Carlos Ruiz 4c50d922c5 Implement Validator for beforeSaveProperties - ID: 2373679 2008-12-01 22:19:24 +00:00
Carlos Ruiz 9d58437440 Fix AmtInWords_ES error - UN CIENTO debe decir CIEN - ID: 2373704
Thanks to arboleda for fixing this
2008-12-01 22:00:25 +00:00
vpj-cd 45e6cfaf8e Enable Native Sequence 2008-12-01 20:08:00 +00:00
Carlos Ruiz a688bd0f16 Fix error replacing getDate() - ID: 2371805 2008-12-01 18:15:15 +00:00
Heng Sin Low cef9d7659a [ 2353794 ] Financial Report: Add Natural Balance amount type 2008-11-28 09:34:43 +00:00
vpj-cd 1aa6c93344 [ 2354040 ] Implementation Replication Mode, Type, Event
http://sourceforge.net/tracker/index.php?func=detail&aid=2354040&group_id=176962&atid=879335
2008-11-28 00:06:15 +00:00
Redhuan D. Oon 53a54128c8 MALAY LANGUAGE SETTING 2008-11-27 09:58:54 +00:00
Heng Sin Low b3d85d619a minor parameterization fixed. 2008-11-27 08:53:02 +00:00
Heng Sin Low 8f8f98708b standard costing bug reported here - https://sourceforge.net/forum/message.php?msg_id=5722029 2008-11-27 07:45:41 +00:00
vpj-cd 5226a75872 Increase the max sequence 2008-11-26 22:36:41 +00:00
teo_sarca 5ef6737daa FR [ 2343096 ] Model Generator: Improve Reference Class Detection
* some refactoring
* fix DB access layer
* fix copyright

PS: Trifon can you review this ?
2008-11-25 12:51:06 +00:00
teo_sarca 775028f7a9 MRP: minor comment clean-up 2008-11-24 15:46:36 +00:00
teo_sarca 6803becc5b DocumentEngine: correct DB access layer 2008-11-24 15:29:18 +00:00
teo_sarca 4b68d9be64 MOrder: improved exception handling for code introduced in rev. 7157 ( http://adempiere.svn.sourceforge.net/adempiere/?rev=7157&view=rev ) 2008-11-24 14:56:37 +00:00
teo_sarca 15601d7f2b MFreightCategory: not touching the style but at least using optimum code 2008-11-24 14:50:34 +00:00
vpj-cd c6012ade72 fixed Distribution Orders 2008-11-21 22:31:57 +00:00
vpj-cd 02378c140d Delete class this functionality was move to MCost 2008-11-21 17:34:43 +00:00
vpj-cd 6a88ee7a83 do not is necessary the cast 2008-11-21 16:58:44 +00:00
vpj-cd 8c31a565fb Small improve 2008-11-21 16:47:29 +00:00
usrdno 4cad832be3 M-class for Replenish.
Let me know if the code is not conforming to Adempiere standard and I will change it accordingly.
2008-11-21 16:17:40 +00:00
teo_sarca d8ef615ee2 BF [ 1883533 ] Change to summary - valid combination issue
BF [ 2320411 ] Translate "Already posted to" message
2008-11-21 12:30:46 +00:00
trifonnt aa23ca0ffa fixed class path of generate model. added remote debug launch target. 2008-11-21 11:59:58 +00:00
teo_sarca 1bb6977439 BF [ 1887691 ] I get NPE if the PA Goal's target is 0 2008-11-21 11:37:23 +00:00
Heng Sin Low 4f9898a90b * [ 2319233 ] Hardcoded Compiere schema name in some FA classes
* Change to use model class instead of sql insert
2008-11-21 04:18:25 +00:00
vpj-cd 7736107df9 Delete QueryDB because is best the current Query class and solve the dependences 2008-11-20 22:42:16 +00:00
vpj-cd 086db1b8da Refactory the MRefList_Ext and fix the dependences 2008-11-20 21:50:17 +00:00
teo_sarca 5da2722702 MUOM: minor improvements
* X12_* constants should be public
* added X12_SECOND
* added serialVersionUID
2008-11-20 20:20:48 +00:00
teo_sarca d5211c0da4 BF [ 2188252 ] Make Adempiere build using both jdk 5 and jdk 6 : hide Proxy layer when throwing exceptions 2008-11-20 18:52:07 +00:00
Carlos Ruiz 1e3610cec4 Fix 2317928 - Reactivating/Voiding order must reset posted 2008-11-20 17:05:17 +00:00
teo_sarca d68654a299 BF [ 2317305 ] Update Invoice header only if doc is not processed 2008-11-20 16:26:38 +00:00