Commit Graph

4193 Commits

Author SHA1 Message Date
vpj-cd d20b7677e3 Issuing of stock should ignore storage with onhand <= 0 - ID: 2545020
http://sourceforge.net/tracker2/index.php?func=detail&aid=2545020&group_id=176962&atid=879332

Fix MA when the on hand for s ASI is zero
2009-01-30 05:55:59 +00:00
Redhuan D. Oon 70ffc39a38 FR 2538335 Swing POS: terminal selection
Advised by Carlos Ruiz with compliments.
2009-01-30 05:11:51 +00:00
vpj-cd 9003312769 Issuing of stock should ignore storage with onhand <= 0 - ID: 2545020
http://sourceforge.net/tracker2/index.php?func=detail&aid=2545020&group_id=176962&atid=879332
Merge change from 8234 revision
http://adempiere.svn.sourceforge.net/viewvc/adempiere?view=rev&revision=8234

[ 2545020 ] Issuing of stock should ignore storage with onhand <= 0
- Only process storage with qtyOnHand > 0 when fulfilling for customer shipment, inventory movement and physical inventory.
- Remove remarked code.
- Fixed javadoc in MStorage, restore the original behaviour of getAllASI. Refactor getWarehouse method as the primary method use to
  retrieve storage records for customer shipment, inventory movement and physical inventory transaction.
- Fixed MStorage.getWarehouse to behave as stated in the javadoc, i.e always respect the locator priority.
- Remove the linePerASI logic in InOutGenerate so that the actual allocation of storage only happens in MInOut. Ensure proper reset
  of storage cache.
2009-01-30 02:04:42 +00:00
Redhuan D. Oon ccb8dc48a5 ml > ms correction
More Malay words translated
2009-01-29 23:59:18 +00:00
Redhuan D. Oon 667d3655d2 rename ML > MS ( Malaysian Language ) 2009-01-29 22:38:36 +00:00
teo_sarca d134f19b91 functional tests:
* more tests added
* fixed copyright header
2009-01-29 18:04:06 +00:00
teo_sarca a2fb1cf06d AdempiereTestCase : Fix method typo error introduced in rev. 8239 2009-01-29 17:47:14 +00:00
teo_sarca 132b79aa02 FR [ 2546052 ] Introduce Query aggregate methods
https://sourceforge.net/tracker/index.php?func=detail&aid=2546052&group_id=176962&atid=879335
2009-01-29 17:43:58 +00:00
teo_sarca fafda130ee QueryTest : minor refactoring - use assertExceptionThrowed method 2009-01-29 17:37:52 +00:00
teo_sarca 0ff2ad9ef6 AdempiereTestCase :
* added more helper methods
2009-01-29 17:36:21 +00:00
vpj-cd a162ad8169 Frozen/UnFrozen Standard Cost
http://sourceforge.net/tracker2/?func=detail&aid=2544889&group_id=176962&atid=879335
fix migration script for PG.
2009-01-29 15:56:07 +00:00
teo_sarca 9f4b2f77a8 libero: MRP: minor refactoring 2009-01-29 09:55:54 +00:00
teo_sarca 34f50690e2 [ 2544889 ] Frozen/UnFrozen Standard Cost
https://sourceforge.net/tracker/index.php?func=detail&aid=2544889&group_id=176962&atid=879335

fix migration script for Oracle. Please somebody help me to fix for PG.
2009-01-29 09:48:29 +00:00
vpj-cd 95d93758ae Frozen/UnFrozen Standard Cost
http://sourceforge.net/tracker2/?func=detail&aid=2544889&group_id=176962&atid=879335
Fix error with Calculate of Roll-up,Completed the future cost price functionality
2009-01-29 08:28:17 +00:00
teo_sarca c9eb93eacb It is not rolling up correctly the lower level costs
http://sourceforge.net/tracker2/?func=detail&aid=2530003&group_id=176962&atid=879332


Cleanup after revision 8228:
* MCost: refactored getByCostType methods
* organized imports
* fixed indentation
2009-01-29 07:24:17 +00:00
teo_sarca d8e27088c0 libero: CRP: minor refactory 2009-01-29 07:17:36 +00:00
wght e064cdbab7 Fixed syntax bug. 2009-01-29 04:41:13 +00:00
vpj-cd 67263d7e65 It is not rolling up correctly the lower level costs
http://sourceforge.net/tracker2/?func=detail&aid=2530003&group_id=176962&atid=879332
2009-01-28 23:13:36 +00:00
vpj-cd d73ec51ab5 It is not rolling up correctly the lower level costs
http://sourceforge.net/tracker2/?func=detail&aid=2530003&group_id=176962&atid=879332

Adding the method costing in the business logic
2009-01-28 22:52:37 +00:00
vpj-cd 482cf51c57 BF - error when completing Cost collector:
Action Invalid value - -- - Reference_ID=302 - Z - C - F - V - W - X - T - R - P - D - M - B
The filed right is DocAction vs Action
2009-01-28 22:31:43 +00:00
trifonnt 64dc903ce0 TypeFixes. Fixed typo mistakes.
Use constants instead of hard-coded strings.
2009-01-28 20:25:53 +00:00
Heng Sin Low 4e078ebad6 minor - loading of script to create plsql function should be inside the load-function target. 2009-01-28 07:42:17 +00:00
teo_sarca 147a545e89 BF [ 2530090 ] It doesn't get the right UOM into the Manufacturing Order
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2530090&group_id=176962

RollupBillOfMaterial.java : fixed a possible issue when different products have different costing levels

RULE: never modify a process parameter variable because it's too error prone (like p_AD_Org_ID in this case)
2009-01-28 07:31:31 +00:00
teo_sarca 34c5d24147 Current AD do not support multiples calendar for Org
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2520591&group_id=176962

* fixed indentation
* MPeriod.get(Properties ctx, int C_Period_ID) - should return null if C_Period_ID is 0 (same as other methods like this)
2009-01-28 07:24:18 +00:00
Redhuan D. Oon db44b6e439 FR: 2460263 Java POS - minimize BPartner Line and anything to be neater
Pass the BPartner Name instead of ID.
2009-01-28 00:33:14 +00:00
Redhuan D. Oon f14a49b154 FR: 2460263 Java POS - minimize BPartner Line and anything to be neater
creating extra BPartner column in QueryTicket Register
Later will pass the Bpartner Name instead of ID.
2009-01-28 00:03:21 +00:00
vpj-cd 7ab8e7829c It is wrong locator in material receipt for outsourced PO's
http://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2530254&group_id=176962
2009-01-27 23:39:14 +00:00
vpj-cd 9f6c9094c2 It is not rolling up correctly the lower level costs
http://sourceforge.net/tracker2/index.php?func=detail&aid=2530003&group_id=176962&atid=879332
2009-01-27 20:22:49 +00:00
vpj-cd 5fdb307116 It is not rolling up correctly the lower level costs
https://sourceforge.net/tracker2/?func=detail&aid=2530003&group_id=176962&atid=879332
Fix Validate CostingLevel
2009-01-27 17:29:03 +00:00
vpj-cd 1ec6a67d87 Current AD do not support multiples calendar for Org
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2520591&group_id=176962

Implemented the advice of Teo Sarca
Remove the method do not useful
Refactory Deprecated method
Create method for get Calendar

Thank a lot Teo for you advice
2009-01-27 16:41:06 +00:00
teo_sarca 6865278773 BF [ 2530171 ] Cost BOM Multilevel report is wrong if more than two levels
https://sourceforge.net/tracker/index.php?func=detail&aid=2530171&group_id=176962&atid=879332

BF [ 2539976 ] Rename view RV_PP_Cost_BOMLine to T_BOMLine_Costs
https://sourceforge.net/tracker/index.php?func=detail&aid=2539976&group_id=176962&atid=879332
2009-01-27 14:49:24 +00:00
teo_sarca 5db00b1386 BF [ 2530171 ] Cost BOM Multilevel report is wrong if more than two levels
https://sourceforge.net/tracker/index.php?func=detail&aid=2530171&group_id=176962&atid=879332

BF [ 2539976 ] Rename view RV_PP_Cost_BOMLine to T_BOMLine_Costs
https://sourceforge.net/tracker/index.php?func=detail&aid=2539976&group_id=176962&atid=879332
2009-01-27 14:45:21 +00:00
teo_sarca 1dd83ecbb2 libero: MRP : fixed indentation 2009-01-27 14:20:45 +00:00
teo_sarca d79fca0414 FR [ 1779403 ] Report Viewer: add PgUp and PgDown key handlers
* Viewer: add serialVersionUID
* Viewer: removed 1 unused variable warning
2009-01-27 09:40:34 +00:00
Redhuan D. Oon ecdab9670f reorganize import 2009-01-27 09:03:26 +00:00
vpj-cd 69c3297463 Adding French Canadian to ADempiere
http://sourceforge.net/tracker2/?func=detail&aid=2529138&group_id=176962&atid=879335
2009-01-27 08:56:06 +00:00
vpj-cd 3855061d34 It doesn't get the right UOM into the Manufacturing Order
http://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2530090&group_id=176962

Fix the Default UOM, refactory method do not is necessary send the context this can be take of Product instance.
2009-01-27 08:14:05 +00:00
vpj-cd 65e84ad825 Remove material issues and receipt from Activity Control
http://sourceforge.net/tracker2/?func=detail&aid=2530189&group_id=176962&atid=879332
2009-01-27 06:58:25 +00:00
Redhuan D. Oon 4896450966 FR#2538335 Swing POS: terminal selection
Refactoring to debug and solve easier.

Issue is rs returns only POS_IDs. Why? Anyone knows?

https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2538335&group_id=176962
2009-01-27 04:25:42 +00:00
teo_sarca 7945180cc1 BF - error when completing Cost collector:
Action Invalid value - -- - Reference_ID=302 - Z - C - F - V - W - X - T - R - P - D - M - B
2009-01-26 16:20:41 +00:00
teo_sarca f4ae3ceacb libero QA: org.eevolution.process.MRP:
* fix NPE on running MRP process - DO NOT USE "&" instead of "&&"
* renamed PP_MPR_ID variable
2009-01-26 15:36:06 +00:00
teo_sarca 8def96311d BF [ 2419978 ] Voiding PO, requisition don't set on NULL
https://sourceforge.net/tracker/index.php?func=detail&aid=2419978&group_id=176962&atid=879332
2009-01-26 12:39:30 +00:00
teo_sarca ad44888075 libero:
* removed deprecated classes
* use getSQLValue*Ex
2009-01-26 08:07:39 +00:00
teo_sarca 523a1f1b2d MMovement:
* getLines() should use trxName
* added calc. serialVersionUID
2009-01-26 07:43:05 +00:00
Heng Sin Low d5a5a6e1d5 [ 2531451 ] Delete selection doesn't show line no value 2009-01-25 06:11:02 +00:00
vpj-cd 61aef1416c Incorrect global Variable when you use multi Account Schema
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2531597&group_id=176962

Thank a lot Low for review this commit.
2009-01-24 01:25:25 +00:00
vpj-cd 47eb08ee52 FR [ 2520591 ] Support multiples calendar for Org
http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962
2009-01-24 00:46:42 +00:00
trifonnt d3357b1b07 FR: 2255887 Trad_352a_fr_FR_By_Alamanga_part1
FR: 2255899  	  Trad_352a_fr_FR_By_Alamanga_part2

https://sourceforge.net/tracker/index.php?func=detail&aid=2255887&group_id=176962&atid=883808
https://sourceforge.net/tracker/index.php?func=detail&aid=2255899&group_id=176962&atid=883808
2009-01-23 23:00:30 +00:00
trifonnt a6a1c0f11c FR: [ 1906161 ] French Login wording
https://sourceforge.net/tracker/index.php?func=detail&aid=1906161&group_id=176962&atid=883808
2009-01-23 22:33:26 +00:00
trifonnt b05afc705c Use constant instead of hardcoded String. 2009-01-23 22:27:33 +00:00