Commit Graph

1615 Commits

Author SHA1 Message Date
vpj-cd 9ae07a2192 The MCost record do not is create with a new product.
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2496472&group_id=176962

Fixed the issue with 8078

New Functionality

1.- When you create a new client  the Material, Resource, Burden , Overhead , Outside Processing Cost Elements are created, The reason this that ADempiere now only support to material for Standard Cost vut with Manufacturing Cost management is necessary implement the Resource, Burden , Overhead , Outside Processing Cost Elements
2.- When you create new product the MCost record is create for each cost element the same way that when you create a new client and the standard product is created
3.- The refactor and created the method for delete MCost record the same way that was created
4.- New method in MCostElemnt for manufacturing account
5.- Rename some method with best name getMaterialWithMethodCosting
6.- The MAcctSchema was fixed

So the now ADempiere work the same work the same way to create product that when you create a new client.
2009-01-14 04:15:57 +00:00
vpj-cd 79df183d68 Wrong default in Action field in WF_Node
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2505658&group_id=176962
2009-01-14 00:06:52 +00:00
vpj-cd 0716a96317 Wrong default in Action field in WF_Node
http://sourceforge.net/tracker2/?func=detail&aid=2505658&group_id=176962&atid=879332
2009-01-13 23:36:40 +00:00
vpj-cd a7262e68a8 New Doc_Cost_Collector for register Manufacturing Account
http://sourceforge.net/tracker2/?func=detail&aid=2505084&group_id=176962&atid=879335#
2009-01-13 18:02:20 +00:00
vpj-cd 3622215a72 Cost BOM Multi Level Review
http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2504885&group_id=176962
2009-01-13 17:49:50 +00:00
vpj-cd 16eec660c3 The MCost record do not is create with a new product.
http://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2496472&group_id=176962
2009-01-13 17:46:59 +00:00
teo_sarca 67d8427774 Libero QA:
LiberoValidator - fix intendation
MPPMRP.C_OrderLine - fix SQL boolean logic; Victor, please ALWAYS use brackets when write boolean logic
2009-01-13 13:08:46 +00:00
vpj-cd ce7b1aeb45 Revision: 8054
http://adempiere.svn.sourceforge.net/adempiere/?rev=8054&view=rev
Author:   vpj-cd
Date:     2009-01-12 20:39:55 +0000 (Mon, 12 Jan 2009)

Log Message:
-----------
fixed the issue with IDColumn

[vpj-cd] Make To Kit functionality
http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2501713&group_id=176962

The kit functionality let define a BOM Type of Make To Kit Type when it is
combined with BOM Use Manufacturing ADempiere let create a Manufacturing
Order from Standard Sales Order this functionality is very similar to Make
To Order but with de different that when a Customer Shipment for this Sales
Order is completed the Manufacturing Order is close , finish product is
receipt and the components are issue automatically.
2009-01-12 20:51:09 +00:00
vpj-cd 1e7409cca8 fixed the issue with IDColumn
[vpj-cd] Make To Kit functionality
http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2501713&group_id=176962

The kit functionality let define a BOM Type of Make To Kit Type when it is
combined with BOM Use Manufacturing ADempiere let create a Manufacturing
Order from Standard Sales Order this functionality is very similar to Make
To Order but with de different that when a Customer Shipment for this Sales
Order is completed the Manufacturing Order is close , finish product is
receipt and the components are issue automatically.

[vpj-cd] Show Cost Collection in Product
http://mail.google.com/a/e-evolution.com/#inbox/11ecbbbdbf724125

Fix also the error in Sub contract introduced in Revision: 8037
Remove the the PP_Order_BOMLine and PP_Order_ID in M_Transaction this was replace for PP_Cost_Collector_ID that is the document that generate the transaction
2009-01-12 20:39:55 +00:00
vpj-cd 0824224a28 Make To Kit functionality
http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2501713&group_id=176962

The kit functionality let define a BOM Type of Make To Kit Type when it is
combined with BOM Use Manufacturing ADempiere let create a Manufacturing
Order from Standard Sales Order this functionality is very similar to Make
To Order but with de different that when a Customer Shipment for this Sales
Order is completed the Manufacturing Order is close , finish product is
receipt and the components are issue automatically.
2009-01-12 18:39:01 +00:00
vpj-cd 9e72e117e6 Show Cost Collection in Product
http://mail.google.com/a/e-evolution.com/#inbox/11ecbbbdbf724125

Fix also the error in Sub contract introduced in Revision: 8037
Remove the the PP_Order_BOMLine and PP_Order_ID in M_Transaction this was replace for PP_Cost_Collector_ID that is the document that generate the transaction
2009-01-12 17:57:10 +00:00
Carlos Ruiz 17aaeda68c [ 2495069 ] PackIn SQLStatement fails on PostgreSQL
https://sourceforge.net/tracker/index.php?func=detail&aid=2495069&group_id=176962&atid=879332
Backward compatibility with old packages developed by hand
2009-01-09 22:11:44 +00:00
phib 30b34b6495 [ 2495069 ] PackIn SQLStatement fails on PostgreSQL
https://sourceforge.net/tracker/index.php?func=detail&aid=2495069&group_id=176962&atid=879332
2009-01-09 04:15:24 +00:00
vpj-cd c9994ef0b8 Example the Calculate Roll-Up for Patio Set
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2494851&group_id=176962

Fix issue with the Roll-Up Workflow
2009-01-09 01:42:15 +00:00
teo_sarca 4cfe20e3f9 Move org.eevolution.model.MForecastLine class to org.compiere.model 2009-01-08 14:16:45 +00:00
teo_sarca 6476744416 Libero QA assurance:
* move MForecastLine class to org.compiere.model
* use getSQLValue*Ex instead of getSQLValue
* code refactoring & cleanup
* correct trxName usage
* improved exception handling
2009-01-08 12:19:57 +00:00
teo_sarca fb473ceeea FR [ 2493023 ] Adding getIDs new method in Query
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2493023&group_id=176962

refactored + added test case
2009-01-08 10:30:37 +00:00
teo_sarca f3e8cd0e28 QA: MResource.getResourceRate : use getSQLValueBDEx instead of getSQLValueBD 2009-01-08 07:42:29 +00:00
vpj-cd bbea212264 some little refactors 2009-01-08 01:00:12 +00:00
vpj-cd 84f75cef53 Refactor Cost Element to get back compatibility
http://sourceforge.net/tracker2/?func=detail&aid=2493022&group_id=176962&atid=879335
2009-01-08 00:55:22 +00:00
vpj-cd a278c88d62 Adding getIDs new method in Query
http://sourceforge.net/tracker2/?func=detail&aid=2493023&group_id=176962&atid=879335
2009-01-08 00:50:24 +00:00
vpj-cd 98ec121b73 Create new fields Default Account for Manufacturing Cost
http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2492503&group_id=176962
2009-01-08 00:35:47 +00:00
vpj-cd 1f382d1b69 Bill of Material Cost Roll-UP do not work appropriately
http://sourceforge.net/tracker2/?func=detail&aid=2493004&group_id=176962&atid=879332
2009-01-08 00:20:50 +00:00
vpj-cd a304e6c7a6 Workflow Cost Roll-UP do not work appropriately
http://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2492987&group_id=176962
2009-01-08 00:14:08 +00:00
vpj-cd 5a5f24f179 Workflow Cost Roll-UP do not work appropriately
https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2492987&group_id=176962
2009-01-08 00:09:31 +00:00
vpj-cd 3bd5a42659 Remove Validation set Costing Method only for Material Cost
http://sourceforge.net/tracker2/?func=detail&aid=2492466&group_id=176962&atid=879335
2009-01-07 23:39:31 +00:00
vpj-cd 6da2db4d8c current getCurrentCost not include current Cost Low Level
http://sourceforge.net/tracker2/?func=detail&aid=2492937&group_id=176962&atid=879332
2009-01-07 23:23:17 +00:00
vpj-cd e1fd138ec9 The current cost field of WF in integer and should be Dec
http://sourceforge.net/tracker2/?func=detail&aid=2492433&group_id=176962&atid=879335
2009-01-07 22:57:59 +00:00
vpj-cd c71d366208 The current cost field of WF in integer and should be Dec
http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2492433&group_id=176962
2009-01-07 22:25:28 +00:00
vpj-cd fbc0fa1815 Adding new reference for Back-flush methods
http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2492429&group_id=176962
2009-01-07 22:18:11 +00:00
vpj-cd 17f90dac81 The current cost field of WF in integer and should be Dec
http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2492433&group_id=176962
2009-01-07 22:10:54 +00:00
teo_sarca 08b8c112aa BF [ 2487307 ] LayoutEngine: NPE when Barcode field is null 2009-01-05 08:42:20 +00:00
Carlos Ruiz e02fe74625 FR [ 2111266 ] Financial Report: column segment value hierarchies 2009-01-01 01:45:43 +00:00
vpj-cd 4d36e46a6e http://sourceforge.net/tracker2/index.php?func=detail&aid=2282037&group_id=176962&atid=879335
Autoproduce product for shipment
2008-12-30 23:31:35 +00:00
teo_sarca a6a3a78025 BF [ 2476824 ] MDocType.getOfDocBaseType should return ONLY active records 2008-12-30 09:26:46 +00:00
Heng Sin Low 073600bea8 [ 2476678 ] Transaction document info not formatted using current locale 2008-12-30 08:21:29 +00:00
Redhuan D. Oon fc84e0825b Synched changes to Query done by Teo et al 2008-12-25 00:52:12 +00:00
vpj-cd fd63a45ae7 Different Org between Manufacturing Resource and Product
http://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2461291&group_id=176962
2008-12-23 19:40:08 +00:00
teo_sarca 4b10b24702 FR [ 2448461 ] Introduce DB.getSQLValue*Ex methods
http://sourceforge.net/tracker/index.php?func=detail&aid=2448461&group_id=176962&atid=879335
2008-12-23 11:46:50 +00:00
trifonnt 95fc42571b BF: [ 2459542 ] Synchronize singletons
https://sourceforge.net/tracker/index.php?func=detail&aid=2459542&group_id=176962&atid=955896

Adempiere has several singleton classes which are not safe and must be synchronized.
Suggestion is to synchronize get methods in order to avoid concurrency issues.
2008-12-23 11:33:21 +00:00
teo_sarca 626a72ee5d FR [ 2457781 ] Introduce NoVendorForProductException 2008-12-23 09:58:05 +00:00
trifonnt 08a2734d8d Fix Typo mistakes. 2008-12-22 21:55:01 +00:00
Redhuan D. Oon 2f1d17a81f organize imports 2008-12-22 14:10:23 +00:00
Redhuan D. Oon c1baeb5a88 organize imports 2008-12-22 13:50:14 +00:00
Redhuan D. Oon d946e867c4 organize imports 2008-12-22 13:47:58 +00:00
Redhuan D. Oon f3eb459415 organize imports 2008-12-22 13:45:21 +00:00
Redhuan D. Oon 18936bb1b3 2008-12-22 13:42:21 +00:00
Redhuan D. Oon 25a93cde29 organize imports 2008-12-22 13:36:01 +00:00
Redhuan D. Oon 57849d8a84 organize imports 2008-12-22 13:33:17 +00:00
Redhuan D. Oon c313162f46 organize imports 2008-12-22 13:30:31 +00:00