Commit Graph

1683 Commits

Author SHA1 Message Date
teo_sarca 301684d5c0 libero: MRP:
* refactor the code because we need this process to be able to test with JUnit
2009-01-30 06:59:04 +00:00
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 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 9f4b2f77a8 libero: MRP: minor refactoring 2009-01-29 09:55:54 +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
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
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
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 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
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
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
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 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
vpj-cd 7cd1af20fc Incorrect global Variable when you use multi Account Schema
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2531597&group_id=176962
2009-01-23 19:53:49 +00:00
vpj-cd 827652fc0d Fix small error in my email syntax 2009-01-23 19:29:44 +00:00
vpj-cd 78972c3a34 Current AD do not support multiples calendar for Org
http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2520591&group_id=176962
2009-01-23 19:12:00 +00:00
Carlos Ruiz 7b34dc4a61 Fix [2529670] - Undesirable effect having default -1 in AD_Column
https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2529670&group_id=176962
Solve also the "DEFAULT NULL NOT NULL" problem with Oracle-11G reported here:
https://sourceforge.net/forum/message.php?msg_id=5578383
2009-01-23 17:23:48 +00:00
teo_sarca 19cc25a39e libero HR: Quality Assurance Task
* added proper serialVersionUID

MHRConcept:
* implement caching

MHRConceptCategory:
* added

MHRMovement:
* more helper methods
* cleanup; removed deprecated methods

MHRPayroll:
* implement caching

MRPeriod:
* added

MHRProcess:
* huge refactoring
* moved code from prepareIt to completeIt
* use non-static variables & methods
2009-01-23 13:44:53 +00:00
teo_sarca 17e5112943 BF [ 2530847 ] Report is displayed even if java process fails
https://sourceforge.net/tracker/index.php?func=detail&aid=2530847&group_id=176962&atid=879332

Please help me with a review ;)
2009-01-23 11:00:29 +00:00
teo_sarca 945cfeefc4 [ 2528434 ] ModelInterfaceGenerator: generate getters for common fields
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2528434&group_id=176962

libero: generated PP_Product_Planning model as a demo
2009-01-23 08:33:39 +00:00
vpj-cd 26ce6b55f9 Implementation MRP Notice Action
http://sourceforge.net/tracker2/?func=detail&aid=2529050&group_id=176962&atid=879335
2009-01-22 18:41:34 +00:00
vpj-cd 9a822a3285 Implementation MRP Notice Action
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2529050&group_id=176962
2009-01-22 18:16:14 +00:00
teo_sarca be56d8e4c7 BF [ 2528434 ] ModelInterfaceGenerator: generate getters for common fields 2009-01-22 13:06:30 +00:00
teo_sarca 334bd2b27a BF [ 2528297 ] Poor error message on jasper fail 2009-01-22 11:03:59 +00:00
teo_sarca 0fc80586b8 BF [ 2528220 ] Posting commitment release issues
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2528220&group_id=176962
2009-01-22 10:50:25 +00:00
Carlos Ruiz d6529914fc FR [2526794] - Refactoring to change serialVersionUID=1L with proper value
https://sourceforge.net/tracker2/?func=detail&aid=2526794&group_id=176962&atid=879335
2009-01-21 19:01:48 +00:00
vpj-cd ed4cbb8113 Error to Calculate Start Date finish Date Schedule
http://sourceforge.net/tracker2/?func=detail&aid=2525014&group_id=176962&atid=879332

error introducing in 6445
http://adempiere.svn.sourceforge.net/viewvc/adempiere?view=rev&revision=6445

Teo, I do not understand Why you apply a TRUNC for the dates it do not is right in you refactory, so the CRP do not work the way right for the trunc dates, in Manufacturing Management  all the dates are management with time.

Kind regards
Victor Perez
www.e-evolution.com
2009-01-21 01:17:29 +00:00
Carlos Ruiz 5fcb693d2b Fix [2520529] - Error Generating Invoice from Shipment with different UoM
https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2520529&group_id=176962
2009-01-20 04:25:21 +00:00
Carlos Ruiz f516d38ba5 Fix [2521586] - Postgres conversion error
https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2521586&group_id=176962
2009-01-19 23:54:26 +00:00
Carlos Ruiz fd421d842c Fix [2519902] factacctreset contains a sql-statement with an error
https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2519902&group_id=176962
QA for [ 2432714 ] Reset accounting ignores automatic period control
https://sourceforge.net/tracker/index.php?func=detail&aid=2432714&group_id=176962&atid=879332
2009-01-19 16:53:25 +00:00