Heng Sin Low
077f4f6b00
[ 1693997 ] Calculation of cost should happen when transaction complete
2008-08-13 07:34:02 +00:00
teo_sarca
148d0ad69a
MPPOrderBOM: organized imports, fix indentation, major cleanup
2008-08-13 07:28:14 +00:00
Heng Sin Low
2e27910d9b
* Merge branches/adempiere341 revision 6095 bug fixes for zkwebui
2008-08-13 03:32:02 +00:00
Carlos Ruiz
cd7097d6ab
Fix [ 2004396 ] Collapse field group + Text column problem
2008-08-12 21:10:15 +00:00
teo_sarca
643a60cb98
FR [ 2048081 ] Mf. Workflow editor should display only mf. workflows
2008-08-12 17:36:15 +00:00
teo_sarca
47324c4dbd
CRP: fix indentation
2008-08-12 16:23:31 +00:00
vpj-cd
6a953c5e12
[ 2046897 ] Error when try set Project Type
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2046897&group_id=176962&atid=879332
2008-08-11 20:11:17 +00:00
vpj-cd
1443714128
[ 2011567 ] Implement background image for Document printed
...
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2011567&group_id=176962
2008-08-11 19:30:41 +00:00
teo_sarca
4a62f95bae
VMRPDetailed:
...
* fix indentation
* organized imports
2008-08-11 15:14:04 +00:00
teo_sarca
c77f53376b
BF [ 2046200 ] Qty reference in table PP_Order_BOMLine
2008-08-11 11:27:49 +00:00
Heng Sin Low
59902e3a1a
& Merge zkwebui revision 6081 changes from branches/adempiere341
2008-08-11 07:14:54 +00:00
Carlos Ruiz
09dfff3a6c
Making sample MyValidator work also with Global ModelValidator approach
...
for a better sample and testing purposes on [ 2039563 ] zk webui not calling modelvalidator
2008-08-09 17:03:19 +00:00
Carlos Ruiz
5a5cdac18d
Making sample MyValidator work also with Global ModelValidator approach
...
for a better sample and testing purposes on [ 2039563 ] zk webui not calling modelvalidator
2008-08-09 16:36:11 +00:00
Heng Sin Low
8d94bc195e
* Merge change from branches/adempiere341, revision 6036-6040
2008-08-09 10:49:03 +00:00
Carlos Ruiz
24f348b34a
Fix migration scripts - releasing weekly patches_352
2008-08-08 20:29:00 +00:00
vpj-cd
c6c4dd7dcb
[ 2011567 ] Implement background image for Document printed
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2011567&group_id=176962&atid=879335
2008-08-08 14:40:25 +00:00
teo_sarca
b4f4756a4e
MPPProductBOM, MPPProductBOMLine, CalculateLowLevel, PP_Product_BOM_Check:
...
BF [ 1874419 ] JDBC Statement not close in a finally block
BF [ 2041456 ] Don't use Env.getCtx in base project
* added cache support (MPPProductBOM.get())
* refactored a lot of code
* removed static and pseudo-static methods and properties (like getLines, getLowLevel)
* removed deprecated and not used code (too much code to maintain)
* better exception handling support
2008-08-08 13:41:03 +00:00
teo_sarca
0544b26115
MPPProductBOM:
...
* organized imports
* fixed indentation
2008-08-08 10:44:28 +00:00
teo_sarca
ed095deea5
MPPOrder: fix bug introduced in rev. 6018
2008-08-08 08:17:51 +00:00
Heng Sin Low
1759d9d4a7
[ 1851417 ] Problem with AveragePO Costing
...
[ 1693997 ] Calculation of cost should happen when transaction complete
[ 1991574 ] Average Cost Error
2008-08-08 06:53:33 +00:00
teo_sarca
22df2fec30
BF [ 1896885 ] BS Line: don't update header if after save/delete fails
2008-08-08 06:49:30 +00:00
vpj-cd
ab37a3eeac
fixed views
2008-08-08 03:28:21 +00:00
vpj-cd
3b4bf9c894
Fixed view DRP Functionality
2008-08-08 03:26:11 +00:00
armenrz
06cbca5a71
[ 2041226 ] BP Open Balance should count only Completed Invoice
2008-08-07 23:45:04 +00:00
teo_sarca
a4a20bca26
MPPOrder:
...
BF [ 2041456 ] Don't use Env.getCtx in base project
* refactored getLines methods and removed static method
2008-08-07 21:42:29 +00:00
teo_sarca
cd14a70e07
BF [ 2042195 ] MPPOrderBOMLine: Set Line automatically if zero
2008-08-07 21:25:51 +00:00
teo_sarca
cce7e13ae8
MPPOrderBOMLine:
...
* fixed indentation
* organized imports
* removed unused code
2008-08-07 20:59:37 +00:00
vpj-cd
e0605a3553
Fixed error with execute transaction out the context and some issue to run MRP
2008-08-07 19:15:04 +00:00
vpj-cd
e01ca930d2
Fix refactory
2008-08-07 17:48:00 +00:00
teo_sarca
c19dc4cd23
FR [ 2041894 ] Add Query.match() method
...
* optimization: don't use ORDER BY clause for "count" and "match" records
2008-08-07 17:24:27 +00:00
teo_sarca
4a2dca160e
BF [ 2030233 ] Remove duplicate code from DB class
...
- refactored instead of remove
2008-08-07 17:12:53 +00:00
teo_sarca
942d3f3dc9
[ 2041456 ] Don't use Env.getCtx in base project
...
fixed for class org.eevolution.process.MRP
2008-08-07 16:06:16 +00:00
teo_sarca
dd3a4c796f
BF [ 2041456 ] Don't use Env.getCtx in base project
...
fixed for org.eevolution.model.MPPMRP.getMaxLowLevel
2008-08-07 16:02:33 +00:00
teo_sarca
2566e3d814
BF [ 2041799 ] Can't delete PP_Order_Node (Not found=PP_Order_Node_Trl)
...
BF [ 1874419 ] JDBC Statement not close in a finally block
* organized imports
* removed not used methods and properties
* fixed some warnings
2008-08-07 15:54:17 +00:00
teo_sarca
e456509bf4
BF [ 2041819 ] Can't delete PP Order
...
* exception friendly
2008-08-07 15:36:12 +00:00
tspc
db8c94c5c0
BF2041535 Oracle migration script errors
2008-08-07 11:19:16 +00:00
teo_sarca
1bd2033620
BF [ 1874419 ] JDBC Statement not close in a finally block
2008-08-07 09:56:02 +00:00
teo_sarca
8f04152e25
MPPProductPlanning:
...
* fix indentation
* organized imports
2008-08-07 08:55:25 +00:00
teo_sarca
1bd24e90b0
MPPMRP:
...
* fix indentation
* organized imports
2008-08-07 07:58:23 +00:00
teo_sarca
6a93958932
BF [ 2041299 ] DB Function "documentNo" is not working
2008-08-07 07:25:14 +00:00
armenrz
811567c666
Add Indonesia Chart of Account
2008-08-07 06:07:43 +00:00
armenrz
a891d6fa5e
[ 1875622 ] Negative posting in Return Material Transaction
2008-08-07 05:38:21 +00:00
armenrz
ffdb2aa393
[ 2041202 ] BPartnerOrgLink out of trx
2008-08-07 05:21:40 +00:00
armenrz
9af52f43e9
[ 1702235 ] Voided Bank Statement should recover the balance
2008-08-07 05:19:45 +00:00
vpj-cd
7e58933bde
[ 2030865 ] Let use the Distribution List and Distribution Run for DO
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2030865&group_id=176962&atid=879335
2008-08-06 17:10:26 +00:00
vpj-cd
3f234fca58
[ 2030865 ] Let use the Distribution List and Distribution Run for DO
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2030865&group_id=176962&atid=879335
2008-08-06 16:59:34 +00:00
Heng Sin Low
dbb3489409
[ 2039865 ] Sales order Line No is not Displayed in Grid
2008-08-06 08:51:45 +00:00
teo_sarca
edc4d5a3f0
FR [ 2039775 ] Refactor/cleanup HRCreatePeriods code
2008-08-06 06:38:04 +00:00
vpj-cd
9309d3c6d1
[ 2039663 ] New Parameter in Distribution Run Process
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2039663&group_id=176962&atid=879335
2008-08-06 03:28:56 +00:00
vpj-cd
1c35e9f2f7
Fixed Parameter with Distribution Orders
2008-08-06 02:41:44 +00:00