Commit Graph

4564 Commits

Author SHA1 Message Date
vpj-cd 82cc03ca50 Remove Libero of trunk 2009-02-09 15:29:50 +00:00
tspc 182222c5d2 BF2581634 Multiple Oracle Migration Script Errors
https://sourceforge.net/tracker/index.php?func=detail&aid=2581634&group_id=176962&atid=879332
2009-02-09 14:04:05 +00:00
teo_sarca 9ffa44de88 FR [ 2581145 ] Jasper: Provide parameters info
* better exception handling
* improve JavaDoc
* use org.compiere.util.DB instead of DBUtils and deprecate DBUtils
* Fix NPE on getReportFile() when reportFile is null
2009-02-09 11:45:54 +00:00
Heng Sin Low 71ee570659 Merge bug fix from branches/adempiere343
[ 2545020 ] Issuing of stock should ignore storage with onhand <= 0
[ 2566690 ] Create new ASI instead of using 0 when no QtyOnHand
[ 2567104 ] Inventory move should allow movement between ASI
2009-02-09 11:45:04 +00:00
armenrz 0900f687a5 Revert BF 2431123 - Return Trx changes weighted average cost 2009-02-09 10:41:17 +00:00
armenrz 779d89462c BF #2498949 BP Get Not Invoiced Shipment Value return null 2009-02-09 10:31:16 +00:00
teo_sarca 9f77393fe6 MMovementLine: minor fixes
* add serialVersionUID
* use @Override tag
* removed unused logger
* use COLUMNNAME_*
2009-02-09 09:31:59 +00:00
teo_sarca b797237f32 Distribution Order print format as Special Format
http://sourceforge.net/tracker/?func=detail&atid=934929&aid=2027432&group_id=176962

Fix oracle migration script
2009-02-09 06:41:02 +00:00
vpj-cd 79494fdffe Distribution Order print format as Special Format
http://sourceforge.net/tracker/?func=detail&atid=934929&aid=2027432&group_id=176962
2009-02-07 18:46:20 +00:00
Carlos Ruiz 6567ba2c52 Minor harmless refactoring
- change comments
- drop unused variables
- add serialVersionUID
2009-02-07 13:34:20 +00:00
trifonnt 68bad5a176 BF: [ 2576434 ] C_BPartner_Location Name should not be overwritten by system
https://sourceforge.net/tracker/index.php?func=detail&aid=2576434&group_id=176962&atid=879332

When user create C_BPartner_Location record and provide value of Name
column Adempiere overwrite Name column and generates new one.

This behavior is wrong. System must create new Name only if provided by
user Name is not unique.
2009-02-07 10:00:10 +00:00
Carlos Ruiz b55471c66d Fix [2550029] - R_Request.SalesRep_ID must be mandatory on UI, not in DB
https://sourceforge.net/tracker2/index.php?func=detail&aid=2550029&group_id=176962&atid=879332
2009-02-07 00:04:07 +00:00
vpj-cd c2207d7005 It creates incorrect document type for PO from outsourced
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2530223&group_id=176962
2009-02-06 23:29:48 +00:00
Carlos Ruiz 59c0d0231a FR [ 1829798 ] Easy generation of migration scripts
https://sourceforge.net/tracker2/index.php?func=detail&aid=1829798&group_id=176962&atid=879335
Add exception for DELETE FROM SomeTable WHERE AD_Table_ID=? AND Record_ID=?
2009-02-06 23:11:56 +00:00
vpj-cd 5b3796b98e [ adempiere-Libero-2534860 ] v353a: DO- create lines DO and Prepare
http://sourceforge.net/tracker/?func=detail&atid=934929&aid=2534860&group_id=176962
2009-02-06 23:02:17 +00:00
Carlos Ruiz 216c67640d Fix error in migration script 2009-02-06 22:58:54 +00:00
Carlos Ruiz a350472063 Error in migration script 2009-02-06 22:56:07 +00:00
Heng Sin Low 4706ca2473 [ 2507390 ] FR - Save language and other login data in cookie 2009-02-06 21:48:42 +00:00
Carlos Ruiz b5ecd19629 Fix [2574162] - Priority to choose invoice print format not working
https://sourceforge.net/tracker2/?func=detail&aid=2574162&group_id=176962&atid=879332
2009-02-06 21:38:42 +00:00
trifonnt 54dd6323a7 BF: fixed small typo mistakes. 2009-02-06 16:15:48 +00:00
teo_sarca 9fb64ab142 BF [ 1899477 ] MCash.getLines should return only active lines
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1899477&group_id=176962
2009-02-06 14:21:09 +00:00
teo_sarca 3e26b0b633 BF [ 1896880 ] Unlink Payment if TrxAmt is zero
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1896880&group_id=176962
2009-02-06 11:15:50 +00:00
teo_sarca 2d7e2c5119 FR [ 2571917 ] Introduce MAttributeSetInstance.create helper method
https://sourceforge.net/tracker/index.php?func=detail&aid=2571917&group_id=176962&atid=879335

* proper close PreparedStatement & ResultSet
* minor javadoc
2009-02-06 10:31:32 +00:00
Heng Sin Low 4de3321f32 Merge
8325, hengsin, 04 February 2009
[ 2566493 ] Material receipt create instance with empty description
- Use M_AttributeSetInstance_ID as description when description is null or empty.
2009-02-06 09:13:50 +00:00
Heng Sin Low ae4ed21cae Merge
8327, hengsin, 05 February 2009
[ 2567395 ] Column name hardcoded in asi editor
2009-02-06 08:38:15 +00:00
Heng Sin Low 60baeab210 merge 8328 by hengsin on 05 February 2009
[ 2567395 ] Column name hardcoded in asi editor
branches/adempiere343/zkwebui/WEB-INF/src/org/adempiere/webui/window/WPAttributeDialog.java
2009-02-06 07:19:54 +00:00
vpj-cd 64f5e10bc7 The Yield field is not take into account
http://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2568616&group_id=176962
2009-02-06 06:53:30 +00:00
Heng Sin Low ae981dccfc merge 8330 to trunk,
Search dialog open twice after clearing current value that is valid in the lookup/search field.
2009-02-06 06:49:50 +00:00
teo_sarca 8a9c35baef reserving this sequence number for libero development. We will go forward with subsequences. 2009-02-05 23:57:06 +00:00
teo_sarca da13e38779 adempiere: cleanup libero
Lot more work to do. Any help is appreciated.
2009-02-05 16:56:45 +00:00
teo_sarca a72ef132f0 GridTabWrapper: make it Java 5 compatible 2009-02-05 16:21:00 +00:00
teo_sarca 3f65c5be03 libero: MRPTest was moved to libero branch 2009-02-05 16:11:18 +00:00
Heng Sin Low 7079c102e1 [ 2567104 ] Inventory move should allow movement between ASI 2009-02-05 09:37:55 +00:00
trifonnt 897577fad4 Fix: minor typo mistake. 2009-02-05 09:14:21 +00:00
teo_sarca 21a15dfb3f [ 1761918 ] Error creating periods for a year with per. created partial
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1761918&group_id=176962

[ 2430755 ] Year Create Periods display proper error message
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2430755&group_id=176962
2009-02-05 00:26:45 +00:00
trifonnt a2bc7f9f46 Fix: minor typo mistake. 2009-02-04 23:40:40 +00:00
teo_sarca 7ca9882951 FR [ 1776045 ] Add ReActivate action to GL Journal
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=1776045&group_id=176962
2009-02-04 22:18:24 +00:00
teo_sarca a314fcc615 FR [ 1943731 ] Window data export functionality
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=1943731&group_id=176962
2009-02-04 20:57:51 +00:00
teo_sarca 1f7c79a6a1 FR [ 2563590 ] Introduce GridTab to Bean wrapper
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2563590&group_id=176962
2009-02-04 20:36:46 +00:00
Carlos Ruiz 0050cf6614 Merge fixes done in qa - not in trunk
----------------------------------
globalqss - Revision 8187
Fix bug introduced with revision 5858
[2030877] - https://sourceforge.net/tracker2/index.php?func=detail&aid=2030877&group_id=176962&atid=879335
----------------------------------
globalqss - Revision 8185
Minor - just comment - annotating an important TODO
----------------------------------
2009-02-04 19:37:42 +00:00
Carlos Ruiz 2820e8143d Merge fixes done in qa - not in trunk
----------------------------------
globalqss - Revision 8244
Fix Bug [2546855] - Mail text not parsed or translated in request window
https://sourceforge.net/tracker2/?func=detail&aid=2546855&group_id=176962&atid=879332
----------------------------------
globalqss - Revision 8247
Fix Bug [2547306] - Request notification not sent on creation
And on modification of a sales rep the new sales rep is not being notified.
https://sourceforge.net/tracker2/?func=detail&aid=2547306&group_id=176962&atid=879332
----------------------------------
globalqss - Revision 8249
Minor
- dropping procedure wrongly created (duplicate) on functions directory
- adding needed ending / to documentNo
----------------------------------
hengsin - Revision 8281
* Make the Locator window re-sizable and fixed the width of the locator combo box
----------------------------------
2009-02-04 19:23:09 +00:00
Carlos Ruiz 8ec88430c7 Fix [ adempiere-ZK Web Client-2561593 ] Multi-tenant problem with webui
https://sourceforge.net/tracker2/?func=detail&atid=955896&aid=2561593&group_id=176962
2009-02-04 19:03:17 +00:00
teo_sarca 73645ec8e5 BF [ 2564175 ] Fix MRefList.getListDescription method
https://sourceforge.net/tracker/index.php?func=detail&aid=2564175&group_id=176962&atid=879332
2009-02-04 14:34:26 +00:00
teo_sarca 7f28991e8a BF [ 2564070 ] Saving user queries can produce unnecessary db errors
https://sourceforge.net/tracker/index.php?func=detail&aid=2564070&group_id=176962&atid=879332
2009-02-04 14:04:41 +00:00
teo_sarca be02c3cf53 BF [ 2531025 ] M_InOutLine.M_Locator_ID should be mandatory
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2531025&group_id=176962
2009-02-04 12:24:04 +00:00
Redhuan D. Oon d0649726f5 FR-1976008 - 2Pack can replicate Data with FK integrity
Changes done by Low Heng Sin
2009-02-04 10:19:59 +00:00
teo_sarca 8ee2df3af6 BF [ 2560274 ] Error:** java.lang.NullPointerException
https://sourceforge.net/tracker/index.php?func=detail&aid=2560274&group_id=176962&atid=879332
2009-02-03 12:13:31 +00:00
teo_sarca e81be62d56 libero: MPPProductPlanning : more field validation
Victor, please help me on this talk, to define more validations
2009-02-03 07:35:33 +00:00
teo_sarca 060ff39708 libero: MRP: when using M_Product_PO reset Order_Max field too 2009-02-03 07:10:52 +00:00
teo_sarca 1bbbda6d3c libero: Fix Product Planning / Data Planning tab:
* BF [ 2557177 ] I can't find TimeFence field in Product Planning Data window
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2557177&group_id=176962

* hide Order_Min/Order_Max, Order_Pack, DeliveryTime_Promised if product is purchased because in this case these settings will be used from "Purchasing" tab

* reorder fields in a more logical way
2009-02-03 06:56:23 +00:00