teo_sarca
533d0763b9
DB:
...
* add getSQLValueEx method (same as getSQLValue but throws DBException)
* add getSQLValueBDEx method (same as getSQLValueBD but throws DBException)
* method setParameter(PreparedStatement pstmt, int index, Object param) should throw DBException if param is not supported
* added DBTest JUnit Test Case
2008-12-08 10:44:06 +00:00
trifonnt
aed07a44fa
FR: [ 2392587 ] Serbian on external dialogs
...
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=2392587&group_id=176962
2008-12-07 14:11:13 +00:00
Heng Sin Low
d40a330ff9
SignDatabaseBuild - throw exception cause problem with shell scripting.
2008-12-07 10:09:34 +00:00
Heng Sin Low
0654a5c6a7
Do not cache AD_Image for server.
2008-12-07 01:00:46 +00:00
teo_sarca
db822559dd
BF [ 2188252 ] Make Adempiere build using both jdk 5 and jdk 6 : hide Proxy layer when throwing exceptions
2008-12-06 17:28:57 +00:00
teo_sarca
350aea1253
ColumnSync:
...
* organized imports
* use DatabaseMetaData
2008-12-06 16:23:18 +00:00
Carlos Ruiz
ff6b2bff61
Important -> SQL keywords must go uppercase
...
Minor -> indentation, organize imports
2008-12-05 16:14:44 +00:00
usrdno
dbbca01f82
Added method for retrieving a list of shippers with a specific freight category.
2008-12-05 15:30:16 +00:00
usrdno
c371504f00
Added convenience method for reading a product using UPC/EAN.
2008-12-05 15:19:08 +00:00
teo_sarca
98fbc7cf45
HR & Payroll improvements:
...
* code cleanup
* convert pseudo-static methods to static methods
* improved exception handling
* removed commented code
* minor refactoring
2008-12-05 14:04:40 +00:00
teo_sarca
e2bbd1f0cf
MRefList:
...
* getListDescription should be static
* javadoc fix
* imporve error logging
2008-12-05 14:01:20 +00:00
usrdno
cac9cc0219
FR 2350428 - Added locator in Product Replenish Tab.
2008-12-05 12:28:44 +00:00
teo_sarca
4aca9007dd
GenerateModel: improve error logging
2008-12-05 12:11:57 +00:00
teo_sarca
7e87449e5a
Msg:
...
* organized imports
* use java generics
2008-12-05 08:44:54 +00:00
teo_sarca
238d17c066
FR [ 2392044 ] Introduce Env.WINDOW_Main
...
* organized imports
* removed unused variables
* fixed some possible NPE
2008-12-05 08:38:33 +00:00
phib
dba4db09f7
FR [ 2391012 ] Invoke AD_Form from button
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2391012&group_id=176962&atid=879335
2008-12-04 23:44:30 +00:00
armenrz
67c15c25cd
BF [ 2215840 ] MatchPO Bug Collection
2008-12-04 17:07:35 +00:00
teo_sarca
e9ac5e52df
fix InvoiceCalculateTax:
...
* unpost invoice because we need to repost it after changing tax amounts
* refactor + able to run process from outside
2008-12-04 11:29:52 +00:00
Heng Sin Low
603301b433
Fixed jdk 1.5 compatibility error.
2008-12-04 01:44:08 +00:00
phib
1fb1574080
FR [ 1840016 ] Avoid usage of clearing accounts
...
Support for avoiding PPV and PPV Offset use
https://sourceforge.net/tracker/?func=detail&group_id=176962&atid=879335&aid=1840016
2008-12-03 23:59:07 +00:00
Heng Sin Low
0914636b35
Minor - javadoc
2008-12-03 09:56:46 +00:00
Heng Sin Low
4022504df5
Failure to generate getI* shouldn't be fatal. Also, the current algorithm use to discover the reference tablename is by no mean fool proof.
2008-12-03 09:51:08 +00:00
Heng Sin Low
6b33b0ab59
Avoid NPE when no application server client library is detected.
2008-12-03 09:03:38 +00:00
vpj-cd
76738f569b
fix native sequence for oracle
2008-12-03 04:09:24 +00:00
phib
724fbe0272
FR [ 2380080 ] Implement drop shipment
...
https://sourceforge.net/tracker/?func=detail&group_id=176962&atid=879335&aid=2380080
2008-12-02 23:35:39 +00:00
vpj-cd
c80f34265e
Implementation the Native sequence
2008-12-02 18:22:29 +00:00
Carlos Ruiz
4c50d922c5
Implement Validator for beforeSaveProperties - ID: 2373679
2008-12-01 22:19:24 +00:00
Carlos Ruiz
9d58437440
Fix AmtInWords_ES error - UN CIENTO debe decir CIEN - ID: 2373704
...
Thanks to arboleda for fixing this
2008-12-01 22:00:25 +00:00
vpj-cd
45e6cfaf8e
Enable Native Sequence
2008-12-01 20:08:00 +00:00
Carlos Ruiz
a688bd0f16
Fix error replacing getDate() - ID: 2371805
2008-12-01 18:15:15 +00:00
Heng Sin Low
cef9d7659a
[ 2353794 ] Financial Report: Add Natural Balance amount type
2008-11-28 09:34:43 +00:00
vpj-cd
1aa6c93344
[ 2354040 ] Implementation Replication Mode, Type, Event
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2354040&group_id=176962&atid=879335
2008-11-28 00:06:15 +00:00
Redhuan D. Oon
53a54128c8
MALAY LANGUAGE SETTING
2008-11-27 09:58:54 +00:00
Heng Sin Low
b3d85d619a
minor parameterization fixed.
2008-11-27 08:53:02 +00:00
Heng Sin Low
8f8f98708b
standard costing bug reported here - https://sourceforge.net/forum/message.php?msg_id=5722029
2008-11-27 07:45:41 +00:00
vpj-cd
5226a75872
Increase the max sequence
2008-11-26 22:36:41 +00:00
teo_sarca
5ef6737daa
FR [ 2343096 ] Model Generator: Improve Reference Class Detection
...
* some refactoring
* fix DB access layer
* fix copyright
PS: Trifon can you review this ?
2008-11-25 12:51:06 +00:00
teo_sarca
775028f7a9
MRP: minor comment clean-up
2008-11-24 15:46:36 +00:00
teo_sarca
6803becc5b
DocumentEngine: correct DB access layer
2008-11-24 15:29:18 +00:00
teo_sarca
4b68d9be64
MOrder: improved exception handling for code introduced in rev. 7157 ( http://adempiere.svn.sourceforge.net/adempiere/?rev=7157&view=rev )
2008-11-24 14:56:37 +00:00
teo_sarca
15601d7f2b
MFreightCategory: not touching the style but at least using optimum code
2008-11-24 14:50:34 +00:00
vpj-cd
c6012ade72
fixed Distribution Orders
2008-11-21 22:31:57 +00:00
vpj-cd
02378c140d
Delete class this functionality was move to MCost
2008-11-21 17:34:43 +00:00
vpj-cd
6a88ee7a83
do not is necessary the cast
2008-11-21 16:58:44 +00:00
vpj-cd
8c31a565fb
Small improve
2008-11-21 16:47:29 +00:00
usrdno
4cad832be3
M-class for Replenish.
...
Let me know if the code is not conforming to Adempiere standard and I will change it accordingly.
2008-11-21 16:17:40 +00:00
teo_sarca
d8ef615ee2
BF [ 1883533 ] Change to summary - valid combination issue
...
BF [ 2320411 ] Translate "Already posted to" message
2008-11-21 12:30:46 +00:00
trifonnt
aa23ca0ffa
fixed class path of generate model. added remote debug launch target.
2008-11-21 11:59:58 +00:00
teo_sarca
1bb6977439
BF [ 1887691 ] I get NPE if the PA Goal's target is 0
2008-11-21 11:37:23 +00:00
Heng Sin Low
4f9898a90b
* [ 2319233 ] Hardcoded Compiere schema name in some FA classes
...
* Change to use model class instead of sql insert
2008-11-21 04:18:25 +00:00
vpj-cd
7736107df9
Delete QueryDB because is best the current Query class and solve the dependences
2008-11-20 22:42:16 +00:00
vpj-cd
086db1b8da
Refactory the MRefList_Ext and fix the dependences
2008-11-20 21:50:17 +00:00
teo_sarca
5da2722702
MUOM: minor improvements
...
* X12_* constants should be public
* added X12_SECOND
* added serialVersionUID
2008-11-20 20:20:48 +00:00
teo_sarca
d5211c0da4
BF [ 2188252 ] Make Adempiere build using both jdk 5 and jdk 6 : hide Proxy layer when throwing exceptions
2008-11-20 18:52:07 +00:00
Carlos Ruiz
1e3610cec4
Fix 2317928 - Reactivating/Voiding order must reset posted
2008-11-20 17:05:17 +00:00
teo_sarca
d68654a299
BF [ 2317305 ] Update Invoice header only if doc is not processed
2008-11-20 16:26:38 +00:00
Redhuan D. Oon
9c1c4ea524
parameterize, indentation, imports
2008-11-20 13:58:38 +00:00
Redhuan D. Oon
36d10d08fb
MERGED REFLIST_EXT TO REFLIST - AS REQUESTED BY TEO SARCA.
...
IT WAS HELL OF A MERGE! THANKS FOR TRAINING.
YOU RE ALL WELCOME.
2008-11-20 12:28:02 +00:00
teo_sarca
bb146c5008
FR [ 2317269 ] Refactor InvoiceCalculateTax class
...
* MInvoice.calculateTaxTotal : improve exception handling, removed commented code, improved readability
2008-11-20 12:02:03 +00:00
Redhuan D. Oon
0713cf8437
parameterizing..
2008-11-20 11:48:25 +00:00
Heng Sin Low
89b48d1ad5
[ 2164648 ] FR: Implement PA_DASHBOARDCONTENT support
...
[ 2158670 ] FR: Implement copy record
2008-11-20 10:04:36 +00:00
Redhuan D. Oon
b3b2ba9284
Organize imports and some parameterizing
2008-11-20 09:37:33 +00:00
Redhuan D. Oon
e18e3c3c7c
Organize imports, some parameterizing and remove unused stuff
...
VICTOR PLEASE REVIEW
2008-11-20 09:05:17 +00:00
Redhuan D. Oon
0e62216b5a
Organize imports and much parameterizing
...
PLS REVIEW
2008-11-20 08:52:48 +00:00
Redhuan D. Oon
03c4781b9b
Organize imports and some parameterizing
2008-11-20 08:43:59 +00:00
Redhuan D. Oon
55dcfa0f08
Organize imports and some parameterizing
2008-11-20 08:06:45 +00:00
Redhuan D. Oon
b6d001731a
Organize imports and some parameterizing
...
TEO PLS REVIEW
2008-11-20 08:02:25 +00:00
Redhuan D. Oon
f2fa09fc91
Organize imports and some parameterizing
2008-11-20 07:15:47 +00:00
Redhuan D. Oon
ca9d6e00b4
small parameterizing
2008-11-20 06:28:14 +00:00
Redhuan D. Oon
3b02d14d59
Organize Imports, Parameterizing and Removal of unused stuff - PLEASE REVIEW
2008-11-20 05:52:42 +00:00
Redhuan D. Oon
e068b2ac08
Some Parameterizing and Organize Imports
2008-11-20 05:46:18 +00:00
Redhuan D. Oon
6da2782aa1
Some Parameterizing and Organize Imports
2008-11-20 05:44:35 +00:00
Redhuan D. Oon
d01e995bf1
Some Parameterizing and Removal of unused method - PLEASE REVIEW
2008-11-20 05:35:57 +00:00
Redhuan D. Oon
9f07d01144
Some Parameterizing and Organize Imports
2008-11-20 05:30:00 +00:00
teo_sarca
25af97b81b
BF [ 2314749 ] MatchPO not considering currency PriceMatchDifference
2008-11-19 20:43:39 +00:00
Carlos Ruiz
fc09a41406
Revert revision 7092
...
Following discussion here
https://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2311165&group_id=176962
2008-11-19 20:00:19 +00:00
trifonnt
571f31ed18
move m.. classes to base project.
2008-11-19 16:42:05 +00:00
trifonnt
a41ebcca8a
avoid duplication of M.. classes in posterita.
2008-11-19 16:12:56 +00:00
Redhuan D. Oon
19d5a467f6
Discovered this rs.next logic error while doing Query exercise at experimental.
...
Not sure if this is a reported bug. So i am changing it from IF to WHILE as it is clearly asking for an array and not a single record.
2008-11-19 01:58:08 +00:00
phib
23d595b1f5
Bugs item #2312109
...
Match Inv Posting fails if invoice line value zero
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2312109&group_id=176962
2008-11-19 00:19:41 +00:00
trifonnt
b72dcb9ca5
FR: [ 2311165 ] Tax rate Extension
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2311165&group_id=176962&atid=879335
2008-11-18 21:35:26 +00:00
trifonnt
2c00825d7d
Fixed sql for Query class.
...
We can't use aliase for Table names. Developer must use Table name.
2008-11-18 18:12:47 +00:00
Carlos Ruiz
6eeae4f6b7
Use MForecastLine instead of X_M_ForecastLine
2008-11-17 16:18:38 +00:00
Carlos Ruiz
6f7467042f
Refactoring
2008-11-17 16:17:38 +00:00
Carlos Ruiz
6c84b156fe
Delete unnecessary code
...
Organize imports
Proper indentation
2008-11-17 16:01:43 +00:00
Carlos Ruiz
8b7c179551
minor fixes - now ad_client_id+value is a unique index
2008-11-17 15:47:17 +00:00
usrdno
f6d8c0b417
Added M-class for FreightCategory.
2008-11-17 13:34:16 +00:00
Heng Sin Low
c18adcdb76
* Fixed a build failure under Linux
2008-11-14 17:42:16 +00:00
teo_sarca
2d8e14b412
MSystem: properly close ResultSets
...
* minor improvements
2008-11-13 14:09:37 +00:00
teo_sarca
295f01f2e8
MCosr:
...
* FR 2214883 - minor improvement
* properly close ResultSets
2008-11-13 13:41:51 +00:00
teo_sarca
516ee8b439
MAcctProcessor: FR 2214883 - minor improvement
2008-11-13 13:20:38 +00:00
teo_sarca
72a4260f73
MAccountLookup: FR 2214883 - minor improvement
2008-11-13 13:11:42 +00:00
teo_sarca
f62c418c53
MAccount: FR 2214883 - minor improvement
2008-11-13 13:07:35 +00:00
trifonnt
83a4714ba4
Fixed Eclipse launch configuration for multiple project setup.
2008-11-13 10:53:22 +00:00
Heng Sin Low
243bb7b7de
BF [2274170] Inbound Charges for AP
2008-11-13 05:13:47 +00:00
bayucahya
76f79e7a1f
BF [ 2268355 ] Invoice price variance doesn't use transactional currency
...
Which lead to generate unnecessary suspense and currency balancing
http://sourceforge.net/tracker/index.php?func=detail&aid=2268355&group_id=176962&atid=879332
2008-11-13 03:50:36 +00:00
trifonnt
a76b71719d
Bug Fix: [ 2270421 ] Can not complete Shipment (Customer)
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2270421&group_id=176962&atid=879332
2008-11-12 16:33:43 +00:00
trifonnt
a240a2ee3d
moved ASFactory to base project to avoid circular dependency.
2008-11-11 15:16:23 +00:00
vpj-cd
aa8a3f5c01
Fix [ 2259709 ] Error Print Manufacturing Order
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2259709&group_id=176962&atid=879332
2008-11-11 03:39:22 +00:00
Heng Sin Low
39696d2ced
[ 2217907 ] Migrate from ejb2 to ejb3
...
- migrate to ejb3.
- upgrade jboss to 4.2.3.
- added glassfish support. tested on glassfish v2u2
- drop the tomcat-only deployment task that is not working, need jee server instead of just a servlet runtime.
2008-11-10 23:54:09 +00:00
bayucahya
421f7abe31
BF [ 2240484 ] Re MatchingPO, MMatchPO doesn't contains Invoice info
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2240484&group_id=176962&atid=879332
2008-11-08 09:34:01 +00:00
vpj-cd
b4a53d76a8
[ 2227586 ] Wrong usage of ModelValidator on LiberoValidator
...
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2227586&group_id=176962
2008-11-08 03:25:39 +00:00
vpj-cd
29dcdee86e
fix some bug and this
...
[ 2227901 ] MRP (Calculate Material Plan) fails if resource is empty
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2227901&group_id=176962
2008-11-06 07:23:20 +00:00
Heng Sin Low
d3c57900f1
* fixed a minor backward compatibility bug.
2008-11-06 02:53:12 +00:00
vpj-cd
b59d46ef57
fix small bug
2008-11-05 04:20:36 +00:00
vpj-cd
b2ba1bdc1a
fix small bug is necessary transaction name
2008-11-04 15:51:08 +00:00
vpj-cd
48f77c0b7b
fix small bug
2008-11-04 15:30:08 +00:00
Redhuan D. Oon
a9ec807b68
FR: [ 2214883 ] Remove SQL code and Replace for Query - 1 method only
2008-11-04 15:13:00 +00:00
Redhuan D. Oon
208eaf65a3
FR: [ 2214883 ] Remove SQL code and Replace for Query - amend slight mistake from previous commit
2008-11-04 10:41:28 +00:00
Redhuan D. Oon
26fea50a85
FR: [ 2214883 ] Remove SQL code and Replace for Query (only non join stmts) - TRIFON, thanks and pls review.
2008-11-04 10:26:03 +00:00
Redhuan D. Oon
17137635fc
FR: [ 2214883 ] Remove SQL code and Replace for Query
2008-11-04 09:16:41 +00:00
Redhuan D. Oon
d28e629e75
FR: [ 2214883 ] Remove SQL code and Replace for Query
...
thanks TRIFON
2008-11-04 09:08:25 +00:00
vpj-cd
baa598c901
do not is necessary toString() in object String
2008-11-03 17:38:26 +00:00
vpj-cd
ea51559332
[ 2214883 ] Remove SQL code and Replace for Query
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335
Test executed
1.- Account View work.
2.- Create new Schema account work.
3.- Copy Default Account from other schema work.
4.- ComboBox for Account report work.
5.- Display Account lookup in BPartner work.
kind regards
Victor Perez
www.e-evolution.com
2008-11-03 17:35:46 +00:00
trifonnt
0d9edf98d0
code indent.
2008-11-03 17:03:32 +00:00
Redhuan D. Oon
a2102b8777
FR: [ 2214883 ] Remove SQL code and Replace for Query
2008-11-03 16:18:38 +00:00
trifonnt
2478c9a21d
code indent and fix to set alertRule.parent.
2008-11-03 15:43:59 +00:00
Redhuan D. Oon
7155d154fe
FR: [ 2214883 ] Remove SQL code and Replace for Query
...
more mistakes and thanks again to Trifon for pointing out
2008-11-03 15:28:28 +00:00
Redhuan D. Oon
6e993868bf
FR: [ 2214883 ] Remove SQL code and Replace for Query
...
typo error (thanks Trifon!)
2008-11-03 15:20:33 +00:00
Redhuan D. Oon
28440a550c
FR: [ 2214883 ] Remove SQL code and Replace for Query
...
Compiled and run server. Alert processor works on new alert record. Not sure if any other tests for this MAlert class.
Anyone please review
2008-11-03 14:50:31 +00:00
trifonnt
ae7064145d
One class per day initiative.
...
FR: [ 2214883 ] Remove SQL code and Replace for Query
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2214883&group_id=176962
2008-11-02 19:20:07 +00:00
Redhuan D. Oon
8884d6f0c9
[ 2214883 ] Remove SQL code and Replace for Query
...
not tested, in progress
2008-11-02 16:10:28 +00:00
Redhuan D. Oon
4469abf330
[ 2214883 ] Remove SQL code and Replace for Query
...
slight re-adjust to match original return stmt
2008-11-02 10:31:02 +00:00
Redhuan D. Oon
826f3d86df
[ 2214883 ] Remove SQL code and Replace for Query
...
tested by creating Measurement (Achievement) recs - no error
2008-11-02 10:23:27 +00:00
vpj-cd
452182ae5b
[ 2214883 ] Remove SQL code and Replace for Query
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335
Tested with Create GL/Default process and change the name in account.
All is work perfectly
Kind regards
Victor Perez
www.e-evolution.com
2008-11-02 00:06:07 +00:00
vpj-cd
6f07563e4b
do not is necessary the explicit cast
2008-11-01 22:53:50 +00:00
vpj-cd
3bc21ad93a
Migrate SQL to Query Class
2008-11-01 22:42:50 +00:00
vpj-cd
57cf011123
Change SQL for Query class
2008-11-01 21:34:24 +00:00
Redhuan D. Oon
2957e9100e
[ 2213252 ] Matching Inv-Receipt generated improper value for source amount
...
for review.
on behalf of Bayu Sistematika supported by Armen Rizal
2008-11-01 18:25:05 +00:00
vpj-cd
b1fd54d5c3
bug fix do not should use system sequence
2008-10-30 04:50:58 +00:00
phib
0c7c096f0e
BF [2208533] Create SO from PO does not copy charge
2008-10-29 23:53:57 +00:00
usrdno
23dd7c3091
Bugfix 2200034 - Don't reveal the database password when creating the infoDetail string buffer.
2008-10-27 08:06:03 +00:00
Heng Sin Low
eaaa4d6e6b
* Fixed non Serializable exception.
2008-10-27 07:36:39 +00:00
vpj-cd
104e31deb8
[ 2195894 ] Improve performance in PO engine Is ChangeLog
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2195894&group_id=176962&atid=879335
2008-10-26 01:24:38 +00:00
vpj-cd
1180f4b9f4
[ 2195090 ] Implementing ExportFormat cache
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2195090&group_id=176962&atid=879335
2008-10-25 19:20:52 +00:00
trifonnt
7f47181120
methods of I_ and X_ classes now throw RuntimeException instead of Exception.
2008-10-25 19:10:07 +00:00
vpj-cd
2be32a8b88
[ 2101466 ] Implement Native Sequence Functionality
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2101466&group_id=176962&atid=879335
2008-10-25 18:36:16 +00:00
armenrz
75026b2c0a
BF [ 2129781 ] Cost Detail not created properly for multi acc schema
2008-10-25 13:16:40 +00:00
Heng Sin Low
8723247500
[ 2192903 ] CConnection.getServer not working on Server
2008-10-25 04:13:14 +00:00
Heng Sin Low
126f1f06e3
[ 2042733 ] Remove non-Lan connection profile code
...
[ 2188252 ] Make Adempiere build using both jdk 5 and jdk 6
2008-10-24 22:29:40 +00:00
Heng Sin Low
f898f4d773
* minor: Generate model exception sometime not display on console.
2008-10-23 07:31:25 +00:00
trifonnt
b6d35e86fc
PosteritaPOS integrated and enabled.
2008-10-21 15:25:07 +00:00
trifonnt
9e48aeb32d
integration with PosteritaWebPOS.
2008-10-21 11:08:47 +00:00
trifonnt
3dd9e1f820
Ability to generate interfaces and classes for specific tables.
2008-10-21 09:57:44 +00:00
trifonnt
0ff3af4689
added missing columns to U_POSTerminal.
...
Fixed eclispe classpath for multiple project setup.
2008-10-21 09:46:12 +00:00
trifonnt
808c9d95b1
Posterita model files - ver. 1.7.3
2008-10-20 20:07:48 +00:00
vpj-cd
9857c68dd8
Implementing support to JAVA 6
2008-10-18 18:55:30 +00:00
vpj-cd
80ad0fd3f6
Fix some non active records at Concept and Employee.
2008-10-18 16:11:10 +00:00
trifonnt
ac362eba8b
fixed eclipse classpath in order to work with jasperReports 3.0
2008-10-18 14:20:49 +00:00
trifonnt
9540e70b4c
fixed eclipse classpath in order to work with jasperReports 3.0
2008-10-18 13:14:50 +00:00
Carlos Ruiz
90c4880ccc
FR [2170521] Add charge to Import Order
2008-10-16 14:20:35 +00:00
armenrz
f2a7d111fd
BF [ 1693997 ] Calculation of cost should happen when transaction complete (fix for MatchPO to Invoice)
2008-10-16 12:28:40 +00:00
armenrz
60f34d42ce
BF 1693997 - Calculation of cost should happen when transaction complete
2008-10-16 06:47:44 +00:00
phib
671a543f62
FR [2170521] Add charge to Import Order
...
https://sourceforge.net/tracker2/?func=detail&aid=2170521&group_id=176962&atid=879335
2008-10-16 05:31:20 +00:00
phib
26bd5c160c
BT [2167530] Report form layout error when null suppressed
...
https://sourceforge.net/tracker2/?func=detail&aid=2167530&group_id=176962&atid=879332
2008-10-15 05:45:42 +00:00
vpj-cd
e4bee4874b
[ 2151963 ] When you update the qty in sales order the MO should be update
...
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2151963&group_id=176962
2008-10-14 19:03:46 +00:00
teo_sarca
f277ea645b
MRP: minor import cleaning
2008-10-14 09:45:19 +00:00
teo_sarca
f2ccd24d3c
ComponentChange: refactor & clean code
2008-10-14 09:44:28 +00:00
teo_sarca
3cd4bf8698
MPPMRP: change MRP organization when order line's org changes
2008-10-14 09:43:58 +00:00
Carlos Ruiz
acc65b8ccc
Fix bug ID: 2165542 - Cannot pay/receive an installment via cash journal
2008-10-14 07:34:38 +00:00
vpj-cd
403efcc93d
fixed some bugs
2008-10-13 18:13:21 +00:00
armenrz
fb6232be35
BF [ 1693997 ] Calculation of cost should happen when transaction complete. Fixed wrong location.
2008-10-10 09:45:55 +00:00
armenrz
a783f40b25
[ 1812144 ] In LandedCost Cost Distribution for type "Cost" is not work. Following mar_cal_westf's advice.
2008-10-10 09:40:41 +00:00
Carlos Ruiz
67e4671e36
Refactoring
...
- organize imports
- improve indentation
2008-10-10 03:55:11 +00:00
Carlos Ruiz
02ef1da08c
Fix a problem opened with [ adempiere-Bugs-1894524 ] Pay an reversed invoice
2008-10-10 00:56:52 +00:00
Carlos Ruiz
e3f0d270bb
Refactoring
...
- organize imports
- delete large commented code
- improve indentation
2008-10-09 23:01:24 +00:00
Carlos Ruiz
a2b18b1807
Fix bug [ 2141475 ] Payment <> allocations must not be completed
2008-10-08 21:06:12 +00:00
vpj-cd
c99cd970dc
Fix small bug
2008-10-08 16:03:26 +00:00
vpj-cd
876eada32a
The MRP record is generate only for Sales and Purchase with In Process and Complete
2008-10-08 15:57:29 +00:00
teo_sarca
e6e8207986
revert rev. 6627 because is not correct - thanks to Victor, who explained me
2008-10-08 14:58:19 +00:00
teo_sarca
cf9d2cd6cf
BF [ 2153188 ] M_Product.LowLevel should be set to 0 for new products
2008-10-08 13:18:49 +00:00
teo_sarca
2ef0681203
BF [ 2153087 ] If i change the date for a SO the MRP date is not changed
2008-10-08 12:33:58 +00:00
vpj-cd
3f8b67b807
Fixed the Phantom constraint the DB do not support null
2008-10-08 10:02:42 +00:00
teo_sarca
f2fa531f7f
FR [ 2151667 ] BOM Change Request is not supporting the new BOM
2008-10-08 07:11:51 +00:00
vpj-cd
bc1d7aa2a4
[ 2151904 ] The Qty Batch Calculate do not work in Manufacturing Order
...
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2151904&group_id=176962
2008-10-07 20:38:10 +00:00
teo_sarca
1493f5b8ac
MPPProductBOMLine: auto set Line if is zero
2008-10-07 15:29:27 +00:00
vpj-cd
c1ceb57e34
Fixed bug when the resource is null into workflow, now the functionality ignore this node and continue with the process.
2008-10-07 14:00:19 +00:00
vpj-cd
3cff3fb457
Fix small error
2008-10-07 13:23:56 +00:00
vpj-cd
12bb6931fd
fix bug when node have not some resource
2008-10-07 13:11:16 +00:00
vpj-cd
69a3755b9a
Fix small bug
2008-10-07 12:56:39 +00:00
armenrz
b421080724
BF [ 1693997 ] Calculation of cost should happen when transaction complete
2008-10-07 04:35:29 +00:00
phib
eeda6734f1
FR [ 2148808 ] Suppress repeated values in printed tables
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2148808&group_id=176962&atid=879335
2008-10-06 04:55:25 +00:00
phib
ba3130cb9c
FR [ 2143573 ] Enhancements to financial reporting
2008-10-03 04:01:07 +00:00
phib
0f1bf88326
FR [ 2143266 ] Multi-line table column headers
2008-10-02 23:33:59 +00:00
trifonnt
1c21a242a5
Eclipse launch configuration
2008-10-02 10:25:35 +00:00
Carlos Ruiz
d156e3cf6d
Fix bug [ 2141475 ] Payment <> allocations must not be completed
2008-10-02 03:43:33 +00:00
gabrielke
abac6d0953
Hungarian localization
2008-10-01 16:58:49 +00:00
vpj-cd
df284fa6f8
Support multiple production plan
2008-09-30 00:36:11 +00:00
armenrz
f1df305ce4
BF [ 1745154 ] Cost in Reversing Material Related Docs
2008-09-28 12:21:17 +00:00
vpj-cd
515ee6640a
fix [ 2133188 ] QtyOrdered do not is update in Distribution Order
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2133188&group_id=176962&atid=879332
2008-09-28 01:29:10 +00:00
vpj-cd
636b1175e4
Fixed [ 2133097 ] The dataStatusChanged event do not work rightly
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2133097&group_id=176962&atid=879332
2008-09-28 00:26:14 +00:00
vpj-cd
ee3dffff31
small bug
2008-09-26 15:02:21 +00:00
vpj-cd
f30eff3b19
Fixed rollback transaction when the process faild
2008-09-26 15:00:10 +00:00
teo_sarca
a3d6f0d768
Libero fixing:
...
* documents should update MRP each time they change
* minor refactoring : removed pseudo-static methods like "getLines" (which are not static but are acting like static methods)
* improved caching
2008-09-26 12:16:46 +00:00
vpj-cd
15e1126852
Fix MRP bugs with multi organization
2008-09-25 21:43:19 +00:00
teo_sarca
496aa7e25f
RollupBillOfMaterial & RollupWorkflow:
...
* minor refactoring
* minor optimization
2008-09-25 14:15:14 +00:00
teo_sarca
427d02e4a1
CreateProductPlanning:
...
* refactored
* improved readability
* improved errors reporting
2008-09-25 14:13:48 +00:00
armenrz
1878089641
BF #2041226 BP Open Balance should count only Completed Invoice
2008-09-21 09:13:01 +00:00
armenrz
6472ec1691
BF [ 2048984 ] Purchase Return costing logic
2008-09-21 09:02:31 +00:00
armenrz
98baad232a
[ 1812144 ] In LandedCost Cost Distribution for type "Cost" is not work.
2008-09-21 05:13:47 +00:00
Carlos Ruiz
63380a8d93
Fix [ 2116811 ] Posting problem with MRole.OrgAccess not serializable
2008-09-17 20:59:51 +00:00
teo_sarca
f47df08a66
FR [ 2115814 ] DBException should store SQL Query String too
2008-09-17 11:46:01 +00:00
teo_sarca
f2f6239d0e
CreateCostElement: fixed error introduced in rev. 6455
2008-09-17 10:40:15 +00:00
teo_sarca
8937778bab
CreateCostElement:
...
* fix M_Cost creation
* improved performances
2008-09-17 10:38:59 +00:00
teo_sarca
ec95527738
MProduct:
...
* use new Query API
* MProduct.get(Properties ctx, int M_Product_ID) should return null if M_Product_ID is <= 0
2008-09-17 06:21:16 +00:00
teo_sarca
10e16923ac
PP: refactoring PP_Cost_Collector
2008-09-16 17:37:30 +00:00
phib
eb8b602e66
FR [ 2111266 ] Financial Report: column segment value hierarchies
2008-09-16 03:45:18 +00:00
vpj-cd
864c04982b
Fix Create Cost Element do not work
...
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2112805&group_id=176962
2008-09-15 21:11:20 +00:00
teo_sarca
377ff791cf
CRP:
...
* refactoring
* eliminated recursive method calls
2008-09-15 13:53:46 +00:00
teo_sarca
786f6c1915
BF [ 2104835 ] NULLS LAST not supported in postgresql 8.2 or earlier
...
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2104835&group_id=176962
2008-09-15 13:38:22 +00:00
teo_sarca
1345baa9d7
HR:
...
* added MHRAttribute
* added MHRDepartment + caching support
2008-09-15 13:28:12 +00:00
teo_sarca
7cbdbdb163
CreateCostElement: minor refactoring
2008-09-12 09:55:33 +00:00
teo_sarca
0e10da320a
BF [ 2107083 ] Caching of MOrgInfo issue
...
BF [ 2107088 ] MOrg.getOfClient should return ONLY active records
2008-09-12 09:49:25 +00:00
teo_sarca
732bba1e20
Query:
...
FR [ 2107068 ] Query.setOrderBy should be more error tollerant
FR [ 2107109 ] Add method Query.setOnlyActiveRecords
* fixed indentation
* fixed copyright
2008-09-12 09:39:39 +00:00
teo_sarca
b5b78bb16a
FR [ 2107062 ] Add more DB.getKeyNamePairs methods
2008-09-12 08:54:48 +00:00
phib
5462895d6c
BT [ 2106723 ] InvoiceGenerate process should ignore proposal/quote orders
2008-09-12 02:45:07 +00:00
vpj-cd
f551abdba1
small improve
2008-09-12 02:02:33 +00:00
vpj-cd
736c059e4e
fix error introducing with re factory, The Purchase Order is a Supply
2008-09-12 01:56:58 +00:00
teo_sarca
9f745caa45
MRP process improvements:
...
* org caching is implemented in MOrg class, so is not needed here (same as warehouse)
* use new Query API (better exception handling)
2008-09-11 10:10:40 +00:00
teo_sarca
56dc7e973d
MOrg: increase cache size in concordance with MWarehouse.s_cache size
2008-09-11 10:06:13 +00:00
teo_sarca
343270572f
MDDNetworkDistribution - minor corrections
...
* use java 5 autoboxing
* always use lazy cache instead (i.e. lines will be loaded on first getLines)
2008-09-11 09:38:43 +00:00
vpj-cd
bca6ae9e19
NULLS LAST not supported in postgresql 8.2 or earlier
...
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2104835&group_id=176962
2008-09-11 04:22:13 +00:00
vpj-cd
f0e1413491
This change let lock more short, the reason is when you have big volume of record is best execute sort deletes and insert, this case you create the record for resource, organization , warehouse
2008-09-11 04:08:23 +00:00
vpj-cd
42b66d7d2d
This is best way to management the transaction when calculate MRP, I made 3 test:
...
1.- Calculate MRP in single transaction, this case show large locks in DB of PP_MRP table set in wait other transaction as create SO,PO,REQ,etc
2.- Calculate MRP all transaction independents this drop the large lock in DB
3.- Calculate MRP with single transaction and commits for each document, So this test is that get best result.
kind regards
Victor Perez
www.e-evolution.com
2008-09-11 03:42:00 +00:00
vpj-cd
7613b20989
fixed small bugs
2008-09-10 23:39:48 +00:00
vpj-cd
aa02bdbe4b
Implementing Caches and MRP should run out transaction.
2008-09-10 19:52:05 +00:00
vpj-cd
4027198f74
Implementing cache for Network Distribution
2008-09-10 19:50:58 +00:00
vpj-cd
c794877516
Increment cache is necessary for when run MRP.
2008-09-10 19:49:46 +00:00
teo_sarca
e5800655bd
BF [ 2104022 ] GridTab.processCallout: throws NPE if callout returns null
2008-09-10 17:02:57 +00:00
teo_sarca
1e329d3c76
BF [ 2104021 ] CalloutEngine returns null if the exception has null message
2008-09-10 16:45:48 +00:00
vpj-cd
cb40da8cc6
Current ADempiere use DB.getNextID for get next sequence vs MSequence.getNextID, so in the future the developer need use only DB.getNextID
2008-09-09 18:26:55 +00:00
Carlos Ruiz
76dbf6e3c2
Integrate [ 2074600 ] Housekeeping - Process to delete historic information
...
Contribution from d_ruiz
2008-09-07 05:45:06 +00:00
vpj-cd
9feb992370
Implementing Local Phantom
2008-09-06 22:32:46 +00:00
vpj-cd
5b750b1abe
[ 2097563 ] Compatibility with old functionality the production
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2097563&group_id=176962&atid=879332
2008-09-06 22:03:10 +00:00
teo_sarca
505c7bd4ca
CreateCostElement: bug fixing
...
MCostElement.getElements: AD_Org_ID parameter is not needed since all M_CostElements are created with AD_Org_ID=0 (see beforeSave)
2008-09-06 17:55:20 +00:00
teo_sarca
ccc427a99e
RollupWorkflow:
...
* use COLUMNNAME_*
* use cached getters instead of loading MCostElement-s
2008-09-06 17:11:58 +00:00
teo_sarca
539e4035fd
MRPUpdate: simplified code - don't need to use Trx class
2008-09-06 16:58:19 +00:00
vpj-cd
84bc634f89
fixed small bug
2008-09-05 23:23:22 +00:00
Heng Sin Low
bae7f1f380
[ 2094575 ] Cannot create new record with roles other than Admin
2008-09-05 23:06:54 +00:00
vpj-cd
4629a65860
MRP Update with transactions
2008-09-05 21:58:46 +00:00
Carlos Ruiz
26bbbeaab0
Refactoring
...
[ 2087134 ] MRP-SOO: DatePromised not changed when Order date is changed
2008-09-05 19:38:49 +00:00
vpj-cd
48db341e5a
Implement the transaction because very long
2008-09-05 18:57:31 +00:00
vpj-cd
3d82b58aad
[ 2094162 ] New Process Bank Transfer
...
http://sourceforge.net/tracker/index.php?func=detail&aid=2094162&group_id=176962&atid=879335
2008-09-05 01:53:30 +00:00
teo_sarca
cb0e8a06c7
FR [ 2093551 ] Refactor/Add org.compiere.model.MProduct.getCostingLevel
...
FR [ 2093569 ] Refactor/Add org.compiere.model.MProduct.getCostingMethod
* forget to commit: MProductCategoryAcct.get should cache objects to speed things up
2008-09-04 18:37:59 +00:00
teo_sarca
dae6866242
FR [ 2093551 ] Refactor/Add org.compiere.model.MProduct.getCostingLevel
...
FR [ 2093569 ] Refactor/Add org.compiere.model.MProduct.getCostingMethod
2008-09-04 18:27:37 +00:00
teo_sarca
edd76b9323
BF [ 2093001 ] Error in Cost Workflow & Process Details
2008-09-04 12:16:19 +00:00
teo_sarca
0e6b5c6201
RollupWorkflow:
...
* organized imports
* fixed indentation
2008-09-04 12:14:12 +00:00
teo_sarca
4d71731b43
FR [ 2092739 ] When I select a product, default BOM and WF should be set
2008-09-04 08:28:46 +00:00
vpj-cd
1672bf5c18
little fixed
2008-09-04 02:55:58 +00:00
vpj-cd
23b4715fe9
Refactory do not is necessary send ad parameter the AD_CLient_ID, this can take of context.
2008-09-04 02:41:54 +00:00