teo_sarca
2e34345ccb
MPrintFormat.getPrintFormat_ID: fixed minor issue (added order by at that query)
2008-08-14 15:03:14 +00:00
trifonnt
37aa47f47c
identation of source code.
2008-08-14 14:44:33 +00:00
trifonnt
1686f3a321
BugFix: [ 2051473 ] CostCollector NullPointerException
...
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2051473&group_id=176962
2008-08-14 14:29:46 +00:00
teo_sarca
1a5f51e1c7
[ 2051056 ] MResource[Type] should be cached
...
* use MUOM.get() (cached) instead of new MUOM
2008-08-14 09:44:06 +00:00
teo_sarca
ce561b9bdc
MPPOrderWorkflow:
...
BF [ 1874419 ] JDBC Statement not close in a finally block
* fix translation issues (table PP_Order_Workflow_Trl does not exist)
* cleanup unnecessary copy/paste code from MWorkflow class
2008-08-14 08:02:15 +00:00
trifonnt
6f8ad73360
fixed Print Format to lookup for report in system client.
2008-08-14 07:48:37 +00:00
teo_sarca
3e83c905d4
MPPOrderWorkflow:
...
* fix indentation
* organized imports
2008-08-14 07:39:47 +00:00
teo_sarca
f3487bc607
CRPReasoner
...
* fix indentation
* organized imports
2008-08-13 18:33:31 +00:00
trifonnt
d51e50402e
Libero fixed to work with Postgre.
...
Fixed deletion of records.
2008-08-13 15:28:32 +00:00
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
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
Heng Sin Low
59902e3a1a
& Merge zkwebui revision 6081 changes from branches/adempiere341
2008-08-11 07:14:54 +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
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
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
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
teo_sarca
edc4d5a3f0
FR [ 2039775 ] Refactor/cleanup HRCreatePeriods code
2008-08-06 06:38:04 +00:00
tspc
70d98a06ef
BF1874419 JDBC Statement not close in a finally block
...
+ Fix indentation and format
2008-08-06 00:46:10 +00:00
vpj-cd
d8dfc605e6
[ 2038848 ] Product Planning window - can't save if Fixed Order Qty
...
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2038848&group_id=176962
2008-08-05 15:58:30 +00:00
vpj-cd
8a84aabf10
[ 2037983 ] CreateProductPlanning
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2037983&group_id=176962&atid=879332
2008-08-05 08:16:54 +00:00
vpj-cd
0099f9febd
[ 2037954 ] Workflow Cost Roll-Up
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2037954&group_id=176962&atid=879332
2008-08-05 06:07:22 +00:00
vpj-cd
4a9c3e18b2
Fixed Document Type to Manufacturing Order
2008-08-04 22:58:11 +00:00
vpj-cd
847fe3d1ed
Process to Generate Movement from DO is Implemented
2008-08-04 22:56:30 +00:00
vpj-cd
979d9c553f
[ 2037027 ] Invalid order Policy
...
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2037027&group_id=176962
2008-08-04 22:50:26 +00:00
vpj-cd
fd4c41fffe
[ 2038014 ] New form Material Receipt Distribution Order
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2038014&group_id=176962&atid=879335
2008-08-04 21:01:27 +00:00
vpj-cd
828d67431e
Setup for implement product with Manufacturing process
2008-08-04 17:13:59 +00:00
Carlos Ruiz
373b60f28e
Implement [ 1795398 ] Process Parameter: add display and readonly logic
2008-08-02 22:19:08 +00:00
Carlos Ruiz
19beaeaf8b
minor refactoring and fixing comments
2008-08-02 16:20:09 +00:00
vpj-cd
60894d8ffa
[ 2035366 ] Implementing DocAction for new document.
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2035366&group_id=176962&atid=879335
2008-08-01 22:32:11 +00:00
Carlos Ruiz
319167d436
Implement [ 2035176 ] Immediate Bank Transfer
2008-08-01 20:12:05 +00:00
Heng Sin Low
7399729733
* need to change method visibility to public for ZkReportViewer implementation.
2008-08-01 08:48:20 +00:00
Carlos Ruiz
280a274fde
[ adempiere-Bugs-2022372 ] Reset Accounting process failure
2008-08-01 03:02:43 +00:00
Carlos Ruiz
627ac1bd4d
Fix [ 2034366 ] Firefox 3 problem with #Date context
...
Better solution - it's not about firefox, but the Timestamp.toString sometimes returns one digit nanos, and sometimes more (I suppose this depend on the op. sys)
2008-07-31 22:02:34 +00:00
Carlos Ruiz
83a28c6d60
Fix [ 2034366 ] Firefox 3 problem with #Date context
2008-07-31 21:14:31 +00:00
Carlos Ruiz
90e8d05860
Fix [ 1989152 ] DataEngine.getPrintDataInfo getting more columns than needed
...
-- need to include image type also
2008-07-31 18:30:03 +00:00
Carlos Ruiz
6b49111199
Fix [ 2033791 ] No Document Print Format defined
...
[ 2033315 ] Oracle SQL error in ReportEngine.get()
2008-07-31 17:48:26 +00:00
Carlos Ruiz
ac2e1f1f01
Fix [ 2034138 ] HR_Employee.ImageURL wrongly defined
2008-07-31 17:38:21 +00:00
teo_sarca
a1d0ce1d58
org.compiere.dbPort.Convert.dontLog: minor bug fix
2008-07-31 16:40:59 +00:00
teo_sarca
2100340d06
DocumentEngine: refactor getServer() code
2008-07-31 16:35:12 +00:00
Carlos Ruiz
e069024049
Model generated for 352a
2008-07-30 00:27:57 +00:00
Carlos Ruiz
faf6e29f9d
Fix [ 1979978 ] A_VALID_ASSET_COMBINATIONS in dict not in db
...
GenerateModel is generating even for inactive tables
2008-07-29 23:45:59 +00:00
teo_sarca
eed9b754b8
* FR [ 1990848 ] Generated Models: remove hardcoded field length
...
* reverted [ 2028151 ] Dynamic column length validation
2008-07-29 21:23:38 +00:00
Carlos Ruiz
524147954a
Minor fix - comment header is truncated when generated
2008-07-29 20:38:22 +00:00
Carlos Ruiz
6830aa7e5f
Implement [ 1810133 ] Add logging policy on column level
2008-07-29 19:56:12 +00:00
Carlos Ruiz
091fe072e9
Fix [ 2028301 ] Errors with Revison 5784
2008-07-29 19:29:29 +00:00
Carlos Ruiz
574b0befe5
Integrate Karsten's autocompletion from trunk revisions 5521 and 5670
...
FR [2003044] Autocomplete for Textfields
http://sourceforge.net/tracker/index.php?func=detail&aid=2003044&group_id=176962&atid=879335
[Ctrl + Tab] iterates through all available matches
2008-07-29 17:57:49 +00:00
teo_sarca
02b749cd4c
BF [ 2031461 ] Scriptlet not working for context vars that contain "."
2008-07-29 13:33:32 +00:00
teo_sarca
70c84dd787
BF [ 2031197 ] Skips saving
...
Thanks to Cristina Ghita
2008-07-29 11:55:34 +00:00
teo_sarca
67dc6b32ff
DistributionRunOrders - fix compile error issue ( => organized imports)
2008-07-29 11:47:56 +00:00
teo_sarca
316306e951
MInOut.checkMaterialPolicy - fix indentation
2008-07-29 11:11:44 +00:00
Carlos Ruiz
5303895f63
Integrate phib's change from trunk revision 5447
...
BF[ 1688862 ] Replenish report fails unless all replenish records active
2008-07-29 07:48:52 +00:00
Carlos Ruiz
72c88dcb3e
Integrate phib's change from trunk revision 5453
...
[ 1990524 ] Shipment does not clear stock reservations
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1990524&group_id=176962
2008-07-29 07:47:20 +00:00
Heng Sin Low
582d8a0e07
[ 1564523 ] Max width of print element not always respected
2008-07-29 07:33:52 +00:00
Carlos Ruiz
9f3e5592d7
Integrate phib's change from trunk revision 5693
...
BF [ 2019262 ] Allocation posting currency gain/loss omits line reference
2008-07-29 07:30:00 +00:00
vpj-cd
b032e1051a
[ 2022372 ] Reset Accounting process failure
...
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2022372&group_id=176962
2008-07-29 07:24:17 +00:00
Carlos Ruiz
2be812419a
Integrate Trifon's change from trunk revision 5700
...
Buf Fix: [ 2017673 ] Export Report as Excel - Bad Encoding
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2017673&group_id=176962
2008-07-29 07:24:04 +00:00
vpj-cd
716bb3311d
[ 2027935 ] Resubmit Posting failing
...
http://mail.google.com/a/e-evolution.com/#search/posting/11b5ad33da9f1a86
2008-07-29 07:14:12 +00:00
Carlos Ruiz
7eb915047a
Integrate Trifon's change from trunk revision 5795
...
BugFix: [ 1939524 ] Bad context for cache of po objects on server
https://sourceforge.net/tracker/index.php?func=detail&aid=1939524&group_id=176962&atid=879332
2008-07-29 07:07:14 +00:00
Carlos Ruiz
5c4d6def6f
Integrate Trifon's change from trunk revision 5799
...
Feature: [ 2028151 ] Dynamic column lenght validation
http://sourceforge.net/tracker/index.php?func=detail&aid=2028151&group_id=176962&atid=883808
2008-07-29 07:04:21 +00:00
vpj-cd
730e60cf49
[ 2011569 ] Implementing new Summary flag in Report View
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2011569&group_id=176962&atid=879335
Implementing from trunk revision 5581,5582
2008-07-29 06:27:41 +00:00
Carlos Ruiz
0122b11eb1
Preparing release 3.5.2a
2008-07-29 05:34:48 +00:00
Carlos Ruiz
d823361719
Implement [ 1810133 ] Add logging policy on column level
2008-07-29 05:27:49 +00:00
vpj-cd
6aa7c87454
[ 2031000 ] Detail Order Distribution Report
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2031000&group_id=176962&atid=879335
2008-07-29 05:27:44 +00:00
vpj-cd
c96e6c2496
[ 2030865 ] Let use the Distribution List and Distribution Run for DO
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2030865&group_id=176962&atid=879335
2008-07-29 01:52:54 +00:00
Carlos Ruiz
ff16cba290
Fix [ 2030685 ] Payment Selection is creating payments with dateacct=today
2008-07-28 20:51:08 +00:00
teo_sarca
1912256998
MUOM:
...
* reorganized imports
* BF [ 1874419 ] JDBC Statement not close in a finally block
2008-07-28 13:45:53 +00:00
teo_sarca
da73066385
BF [ 2030280 ] org.compiere.model.Query apply access fielter issue
2008-07-28 13:40:18 +00:00
teo_sarca
31b3674aa9
* BF [ 2030233 ] Remove duplicate code from DB class
...
* refactored "pstmt.set..." code
2008-07-28 11:53:24 +00:00
vpj-cd
8c3073d498
Fix Callout Distribution Order
2008-07-27 21:28:03 +00:00
Carlos Ruiz
51a787b461
Fix [ 2019115 ] Don't allow UoM change if product already used
2008-07-27 01:13:05 +00:00
Heng Sin Low
c7cf233ed0
[ 1981944 ] Report Loading Takes time
2008-07-26 08:21:22 +00:00
Carlos Ruiz
79d3469f72
FR [ 1829798 ] Easy generation of migration scripts
...
Generate different names for different sessions
2008-07-25 16:06:32 +00:00
vpj-cd
a3239d014b
[ 2027432 ] Distribution Order print format as Special Format
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2027432&group_id=176962&atid=879332
2008-07-25 07:37:47 +00:00
vpj-cd
cc7b263981
Implement create Export Format Key for parent link in children transaction table ie C_Order_ID into C_OrderLine
2008-07-25 00:30:00 +00:00
teo_sarca
b1e41cdaf1
BF [ 2025680 ] Import java.math in MHRProcess
...
* organized imports
* more logging, useful for debugging rule engines
* use MRole instead of X_AD_Rule
* minor bug fixing
2008-07-24 08:23:42 +00:00
Carlos Ruiz
d1ab1ad3e3
Fix [ 2025274 ] Identifier not shown in postgresql
2008-07-23 01:46:35 +00:00