phib
4bbd214d51
FR 2778207 Selectable zoom target window
...
Enable selection of window to zoom to in AD_Ref_Table.
Thanks to Andrea (rnd4) for the contribution
2009-04-23 00:41:28 +00:00
vpj-cd
14ed12548b
The Multi Company need BOM and WF in different Language
...
http://sourceforge.net/tracker/?func=detail&aid=2778968&group_id=176962&atid=934929
2009-04-22 22:16:12 +00:00
Heng Sin Low
0da67d98e8
BF [2749008 ] Error in Task Management from webui
...
* Task should stop if desktop is no longer available.
* Reduce logging level from WARNING and SEVERE to FINE, too verbose.
* OSTask.java - display exception to client.
2009-04-22 09:35:49 +00:00
Heng Sin Low
1a2dd723b2
In fields disabled, reading the value is difficult - ID: 2513654
2009-04-22 06:22:40 +00:00
trifonnt
6c675d0e6e
Fixed minor typo mistakes.
2009-04-21 18:22:48 +00:00
trifonnt
56a576c2b3
Fixed minor typo mistakes.
2009-04-21 18:22:39 +00:00
trifonnt
a812bac423
BF: [2772451] Stabilization of Replication
...
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2772451&group_id=176962
Sorry about that. It looks like we had Fix of the FIx. Hope that this is the last fix.
I wish DB vendors were following SQL standard, instead of writing their own functions.
2009-04-20 10:48:39 +00:00
trifonnt
e886aff6af
BF: [2772451] Stabilization of Replication
...
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2772451&group_id=176962
2009-04-19 18:51:09 +00:00
trifonnt
70c79da7be
FR: [2772451] Stabilization of Replication
...
https://sourceforge.net/tracker/?func=detail&aid=2772451&group_id=176962&atid=879335
2009-04-19 07:49:47 +00:00
vpj-cd
ddbfeac0b5
if you change the BOM it do not is refresh
...
http://sourceforge.net/tracker/?func=detail&aid=2773778&group_id=176962&atid=934929
2009-04-19 06:20:19 +00:00
vpj-cd
b7e2fc1e87
if you change the BOM it do not is refresh
...
http://sourceforge.net/tracker/?func=detail&aid=2773778&group_id=176962&atid=934929
2009-04-19 06:18:42 +00:00
vpj-cd
a7cd793ea3
C_Charge_Trl Translation for the Charge
...
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2771474&group_id=176962
2009-04-18 22:13:34 +00:00
Carlos Ruiz
35d756e764
Change migrate_ scripts to manage files with spaces
2009-04-17 23:14:17 +00:00
vpj-cd
0979f1d925
C_Charge_Trl Translation for the Charge
...
http://sourceforge.net/tracker/?func=detail&aid=2771474&group_id=176962&atid=879335
2009-04-17 22:48:18 +00:00
trifonnt
d1dcf2fdc3
Fixed Eclipse multi-project classpath.
2009-04-17 15:09:58 +00:00
trifonnt
ff746f8cd0
Added Eclipse encoding preferences.
2009-04-17 13:55:58 +00:00
trifonnt
e0b64ceca4
BF: [ID: 2770226] Repaired Setup and Licence screen in Croatian Language
...
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=2770226&group_id=176962
2009-04-17 13:41:47 +00:00
Heng Sin Low
b497017bdd
Problem with language - ID: 2629646
2009-04-17 08:32:35 +00:00
mjudd
cb823262ab
BF [ 2769181 ] - GregorianCalendar out of bounds
2009-04-16 18:21:27 +00:00
Heng Sin Low
c9a60d11dd
minor - remove unuse import.
2009-04-16 17:49:13 +00:00
Heng Sin Low
3b97e31b67
* Revert BF[2736995]
...
- incorrect fix and introduce recursive call
* BF[2736995]
- Change File.toURL() to File.toURI().toURL() as per the recommendation in the File.toURL javadoc
* loadImage(String path)
- added null check for the path parameter
2009-04-16 17:46:29 +00:00
Carlos Ruiz
0bf6befbab
:-( This is the problem caused because of duplication of code :-(
...
Fix bug in [1883270] - Enhance Document No Formatting
Found postgres bug ->
https://sourceforge.net/tracker/index.php?func=detail&aid=1883270&group_id=176962&atid=879335
org.postgresql.util.PSQLException: ERROR: la relación «ad_sequence_no» en la cláusula FOR UPDATE/SHARE no fue encontrada en la cláusula FROM; State=42P01; ErrorCode=0
at org.compiere.model.MSequence.getDocumentNo(MSequence.java:838)
2009-04-16 17:43:53 +00:00
Carlos Ruiz
1cb36f8773
Fix bug in [1883270] - Enhance Document No Formatting
...
Found postgres bug ->
https://sourceforge.net/tracker/index.php?func=detail&aid=1883270&group_id=176962&atid=879335
org.postgresql.util.PSQLException: ERROR: la relación «ad_sequence_no» en la cláusula FOR UPDATE/SHARE no fue encontrada en la cláusula FROM; State=42P01; ErrorCode=0
at org.compiere.model.MSequence.getDocumentNo(MSequence.java:838)
2009-04-16 15:32:28 +00:00
teo_sarca
9a00abbe2b
Cannot add new node from Workflow window
...
https://sourceforge.net/tracker/?func=detail&aid=2768731&group_id=176962&atid=879332
Fixed for AD_WF_Node.AD_Client_ID and AD_WF_NodeNext.AD_Client_ID
2009-04-16 15:02:59 +00:00
mjudd
e54c9f9d27
revert of 9021 & 9022 as requested by Heng Sin Low
2009-04-16 10:11:52 +00:00
Heng Sin Low
f7a691dc8e
Adjusted the font color for read-only fields
2009-04-16 09:37:11 +00:00
mjudd
44359f00f3
BF [ 2768070 ] - Recursive calls to loadImage in CompiereUtils
...
additional class missed in previous commit
2009-04-16 09:16:26 +00:00
mjudd
20064c8f1a
BF [ 2768070 ] - Recursive calls to loadImage in CompiereUtils
2009-04-16 09:15:16 +00:00
mjudd
6e73ead053
BF [ 2767913 ] - PosReportManager: incorrect use of s_date1/s_date2
...
see: https://sourceforge.net/forum/forum.php?thread_id=3207894&forum_id=610548
2009-04-16 07:59:44 +00:00
mjudd
5689be86cf
BF [ 2767895 ] - Invoice Write Off returning incorrect number of write-offs
2009-04-16 07:51:34 +00:00
mjudd
4e38b09bff
see: https://sourceforge.net/forum/forum.php?thread_id=3182146&forum_id=610548
...
Redundant class
2009-04-16 07:44:08 +00:00
mjudd
f13bd74210
BF [ 2767850 ] - InOutGenerate Fifo Ignored in hashcode
...
https://sourceforge.net/tracker/?func=detail&aid=2767850&group_id=176962&atid=879332
2009-04-16 07:36:17 +00:00
phib
825f900fc8
BF [2767537] High volume query test on window load doesn't parse context variables
2009-04-16 05:17:13 +00:00
vpj-cd
8bafb172a2
We have found several a lot of Unknown Type: MCostDetail messages in our
...
production server
http://sourceforge.net/tracker/?func=detail&aid=2708141&group_id=176962&atid=934929
Include the Cost Collector ID to do show warning.
Hi Teo
I think that standard cost should not adjust , What do you think is necessary adjust the standard cost then you processed the cost?
kind regards
Victor Perez
www.e-evolution.com
2009-04-15 22:19:31 +00:00
teo_sarca
1f26f0e1b0
Remove SQL code and Replace for Query
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335
2009-04-14 10:06:08 +00:00
teo_sarca
0626cb260f
FR [ 2214883 ] Remove SQL code and Replace for Query
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335
2009-04-14 09:21:23 +00:00
teo_sarca
9b92bc56db
BF [ 2549128 ] Report View Column not working at all
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2549128&group_id=176962&atid=879332
invalid generated SQL query
2009-04-14 09:13:53 +00:00
teo_sarca
75ab64f977
MTax:
...
FR [ 2214883 ] Remove SQL code and Replace for Query
https://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335
(integrate red1 changes)
2009-04-14 08:34:06 +00:00
teo_sarca
1a647462fd
MSystem:
...
* FR [ 2214883 ] Remove SQL code and Replace for Query
https://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335
* use saveEx instead of save
2009-04-14 08:29:18 +00:00
teo_sarca
a12915fece
FR [ 2694043 ] Query. first/firstOnly usage best practice
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2694043&group_id=176962&atid=879335
2009-04-14 08:23:52 +00:00
teo_sarca
c190bf52f8
MProcess:
...
* FR [ 2214883 ] Remove SQL code and Replace for Query
* use saveEx instead of save - much more safer
* fix javadoc
2009-04-14 08:13:16 +00:00
mjudd
530082a3c8
minor: change "new Integer" to more efficient "Integer.valueOf"
2009-04-14 08:04:59 +00:00
mjudd
c943b4f1e4
BF [ 2728388 ] - Fix potential CSS vulnerability
2009-04-14 07:48:20 +00:00
teo_sarca
aeaee5d1a0
FR [ 2214883 ] Remove SQL code and Replace for Query
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335
2009-04-14 07:44:47 +00:00
teo_sarca
7d5f9d8c71
BF [ 2667470 ] MCostElement.getMaterialCostElement should check only material
...
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2667470&group_id=176962
2009-04-14 07:31:29 +00:00
mjudd
64126af564
BF [ 2761186 ] - CompiereColor not throwing exception
2009-04-14 07:27:43 +00:00
teo_sarca
1b85efafd1
FR [ 2214883 ] Remove SQL code and Replace for Query
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335
2009-04-14 07:24:16 +00:00
teo_sarca
cdd6a4a3aa
MAttributeSetInstance.create should create Lot/Serial/Guaran
...
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2675699&group_id=176962
2009-04-14 07:16:56 +00:00
teo_sarca
a9e95d5d93
Remove SQL code and Replace for Query
...
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2214883&group_id=176962
2009-04-14 07:09:55 +00:00
teo_sarca
e6d669d51b
Query. first/firstOnly usage best practice
...
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2694043&group_id=176962
2009-04-14 07:07:40 +00:00