Commit Graph

1920 Commits

Author SHA1 Message Date
Carlos Ruiz a94d18dd27 FR [2761420] - Advanced Search
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=2761420&group_id=176962
Integrate work contributed by Karsten Thiemann and Jan Roessler
2009-04-24 01:25:32 +00:00
trifonnt 6c675d0e6e Fixed minor typo mistakes. 2009-04-21 18:22:48 +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
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
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
mjudd e54c9f9d27 revert of 9021 & 9022 as requested by Heng Sin Low 2009-04-16 10:11:52 +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 5689be86cf BF [ 2767895 ] - Invoice Write Off returning incorrect number of write-offs 2009-04-16 07:51:34 +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
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
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
mjudd 7d71f46528 BF [ 2740259 ] - Define static final serialVersionUID's for classes 2009-04-14 05:33:44 +00:00
teo_sarca e2474a2fb1 [ 2758097 ] Implement TaxNotFoundException
https://sourceforge.net/tracker/?func=detail&aid=2758097&group_id=176962&atid=879335
2009-04-13 09:59:21 +00:00
mjudd a9e3d66261 Revert 8975 as per https://sourceforge.net/forum/forum.php?thread_id=3185123&forum_id=610548 2009-04-09 13:54:15 +00:00
teo_sarca 26d64fd988 FR [ 2744682 ] Requisition: improve error reporting
https://sourceforge.net/tracker/?func=detail&aid=2744682&group_id=176962&atid=879335
2009-04-08 16:46:32 +00:00
teo_sarca 1ae6da187d FR [ 2726447 ] Query aggregate methods for all return types
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2726447&group_id=176962
2009-04-08 08:49:40 +00:00
mjudd 02e80ef3ef BF [ 2740358 ] - Logger.global is deprecated 2009-04-07 10:58:58 +00:00
mjudd 52ed420263 BF [ 2740259 ] - Define static final serialVersionUID's for classes 2009-04-07 10:49:05 +00:00
mjudd a0cf9ef279 BF [ 2738743 ] - Remove redundant library imports 2009-04-06 22:44:57 +00:00
trifonnt 3272e21fb1 Fr: [2635024] Check printing french specification on AmtInword_FR.fr
https://sourceforge.net/tracker/?func=detail&aid=2635024&group_id=176962&atid=883808
2009-04-06 18:13:40 +00:00
trifonnt 655df3e1a0 FR: [474619] WebStore getAD_Language
https://sourceforge.net/tracker/?func=detail&aid=2474619&group_id=176962&atid=883808
2009-04-06 18:00:10 +00:00
trifonnt ac248245ea FR: [2722492] Amount in Words for Vietnamese
https://sourceforge.net/tracker/?func=detail&aid=2722492&group_id=176962&atid=883808
2009-04-06 17:44:59 +00:00
trifonnt b8b3948727 FR: [2726517] Amount in Words for Croatian
https://sourceforge.net/tracker/?func=detail&aid=2726517&group_id=176962&atid=883808
2009-04-06 17:39:20 +00:00
mjudd e3eca6fdb1 BF [ 2736995 ] - toURL() in java.io.File has been deprecated 2009-04-06 10:58:29 +00:00
teo_sarca 4e48dd6b54 Add caching support to MActivity
https://sourceforge.net/tracker/?func=detail&aid=2736867&group_id=176962&atid=879335
2009-04-06 09:30:45 +00:00
mjudd b188d1273c BF [ 2730339 ] Error logging in MPrintFormatProcess 2009-04-04 08:14:05 +00:00
mjudd fdee502a54 BF [ 2728466 ] - WebSessionCtx redundant finalize 2009-04-03 16:00:40 +00:00
trifonnt 7be1b53a81 Fixed Eclipse project classpath 2009-04-03 12:37:10 +00:00
teo_sarca 489d7b0b2f Its not calculating current cost for Product BOMs
https://sourceforge.net/tracker/?func=detail&aid=2724570&group_id=176962&atid=934929
2009-04-02 10:10:07 +00:00
vpj-cd 2df7904c33 The Qty Confirmed should be typed 2009-04-01 22:29:06 +00:00
vpj-cd a26e094170 QtyConfirmed should be typed. 2009-04-01 18:38:13 +00:00
teo_sarca e4c6e69a89 Unknown Type: MCostDetail in Server Log
https://sourceforge.net/tracker/?func=detail&aid=2708141&group_id=176962&atid=934929

generate model for M_CostDetail
2009-04-01 12:27:28 +00:00
teo_sarca 1bb2b9d90c ID: 2724662 - Alert is creating empty files in working directory
https://sourceforge.net/tracker/?func=detail&aid=2724662&group_id=176962&atid=879332
2009-04-01 08:18:13 +00:00
Carlos Ruiz de995e8c2b [1762461] - Remove hardcoded list items checking in generated models
Fix problem completing cash journal with bank transfer
2009-04-01 06:38:52 +00:00
Heng Sin Low f3a81a267d https://sourceforge.net/tracker/?func=detail&aid=2722871&group_id=176962&atid=879332 2009-03-31 04:50:13 +00:00
Carlos Ruiz 1027cd66cd Fix [ adempiere-Bugs-2722847 ] M_Production_Run not backward compatible
https://sourceforge.net/tracker/?func=detail&aid=2722847&group_id=176962&atid=879332
2009-03-31 04:31:51 +00:00
Heng Sin Low 7a5db01b5b [ adempiere-ZK Web Client-2721921 ] cache reset 2009-03-30 17:06:43 +00:00
vpj-cd ba3e4d68b5 Can not set the Document Type in Shipment and Receipt Window.
http://sourceforge.net/tracker/?func=detail&aid=2721394&group_id=176962&atid=879332

go testadempiere.com and try create a Manual Shipment or Material Receipt
you try choose the Document Type

Bug introduced

CalloutInOut.docType should read C_DocType.IsSOTrx
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2708789&group_i
d=176962

Kind regards
Victor Perez
www.e-evolution.com
2009-03-29 22:55:21 +00:00
vpj-cd 49ce1baec9 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
2009-03-28 23:38:39 +00:00
vpj-cd f2ffe43a36 It's posting wrong quantities in physical inventory
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2719068&group_id=176962
2009-03-28 23:15:21 +00:00
Heng Sin Low 112a46af47 [2710711] Add new record allows navigation to wrong detail
- lookup for link column's value should not take from global context
2009-03-27 08:19:54 +00:00
redchris 0e63cd09fd FR [2711495] PP_Cost_Collector_ID in HR_Movement table
https://sourceforge.net/tracker/?func=detail&aid=2711495&group_id=176962&atid=934929
2009-03-25 16:43:21 +00:00
redchris 1fb98f43b8 FR [2708929] SeqNo in HR_Concept table
https://sourceforge.net/tracker/?func=detail&aid=2708929&group_id=176962&atid=934929
2009-03-24 10:16:23 +00:00
Heng Sin Low e47ef397ba [ adempiere-Bugs-2708789 ] CalloutInOut.docType should read C_DocType.IsSOTrx 2009-03-24 08:38:24 +00:00
mjudd ac51d2a734 BF [ 2695078 ] Country is not translated on invoice 2009-03-23 20:39:53 +00:00
mjudd c0ccf339be BUG: [ 2678088 ] Allow posting to system accounts for non-actual postings 2009-03-23 13:31:40 +00:00
Carlos Ruiz 9828f83382 Fix [2698745] PO.set_ValueOfColumn and set_CustomColumn hiding errors
https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2698745&group_id=176962
2009-03-21 00:56:02 +00:00
teo_sarca 57c8b13b98 FR [ 2694043 ] Query. first/firstOnly usage best practice
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2694043&group_id=176962
2009-03-20 09:40:19 +00:00
Heng Sin Low 82f9c7d39b [ 2696732 ] Save changes dialog's cancel button shouldn't reset status
https://sourceforge.net/tracker/index.php?func=detail&aid=2696732&group_id=176962&atid=879332
2009-03-20 07:33:44 +00:00
Carlos Ruiz 9dccb966fe Implement [2690930] Importer for Price List
https://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2690930&group_id=176962
2009-03-19 01:27:28 +00:00
Carlos Ruiz 6e4e70cc3d Implement [2651812] - Differential pricing
Price Lists with Product Price Vendor Break
2009-03-19 01:20:52 +00:00
Heng Sin Low db100a4f10 [ 2691143 ] Invoice Generate Process silent failure 2009-03-18 08:38:02 +00:00
Heng Sin Low b2e4a2bbd1 minor fix. 2009-03-18 08:11:06 +00:00
Heng Sin Low 6ba368f7ef [ 2691102 ] Handle AD_Tab WhereClause context variable parse failure 2009-03-18 08:08:14 +00:00
Carlos Ruiz 5bc3fbc260 Implement [1762461] - Remove hardcoded list items checking in generated models
https://sourceforge.net/tracker2/index.php?func=detail&aid=1762461&group_id=176962&atid=879335
Show valid values in error message
2009-03-16 21:14:54 +00:00
Carlos Ruiz 318ef4fe8c Integrate revision 5905
Fix from Paul (phib) BF [ 2032185 ] Periods should not overlap
Improvement: use log.saveError instead of log.log in beforeSave
2009-03-13 20:50:15 +00:00
Carlos Ruiz 2a65baa8fc Implement [ adempiere-Feature Requests-2685367 ] GL Distribution delete line instead reverse
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2685367&group_id=176962
2009-03-12 17:13:09 +00:00
mjudd c447672a87 BUG: [ 2678088 ] Allow posting to system accounts for non-actual postings 2009-03-12 15:04:23 +00:00
mjudd 4e47487121 BUG:[ 2685127 ] InventoryValuation: not respecting PInstance 2009-03-12 14:27:23 +00:00
Carlos Ruiz 0fe7309780 Implement [1762461] - Remove hardcoded list items checking in generated models
https://sourceforge.net/tracker2/index.php?func=detail&aid=1762461&group_id=176962&atid=879335
2009-03-12 08:06:38 +00:00
Carlos Ruiz 031ca7ee0e Fix [1619179] Consistence: POInfo.getColumnIndex not working correct
Found inconsistent behavior in POInfo.getColumnIndex and POInfo.getAD_Column_ID
Integrating the same change to ignore case in getAD_Column_ID.
https://sourceforge.net/tracker2/index.php?func=detail&aid=1619179&group_id=176962&atid=879332
2009-03-12 07:23:18 +00:00
trifonnt fb1cafb9ec [ 2683769 ] DocBaseType Invalid value - MCC
https://sourceforge.net/tracker/index.php?func=detail&aid=2683769&group_id=176962&atid=879332
2009-03-11 21:22:56 +00:00
Carlos Ruiz 66e7a7d0ff Fix [ adempiere-Bugs-2676108 ] Error creating payment selection line and check
https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2676108&group_id=176962
Thanks to Susanne Calderon for reporting
2009-03-09 21:00:29 +00:00
Carlos Ruiz dd5920dff6 minor typo 2009-03-07 17:08:57 +00:00
Carlos Ruiz 29d8349055 [ adempiere-Bugs-2671625 ] Spanish: Amount in words translate wrongly billion as billon
In spanish is translated as millardo
The capacity of routine was expanded to manage bigger numbers
With int variables it can just manage numbers <= 2.147.483.647
Now with long variables it can manage numbers <= 9.223.372.036.854.775.807
2009-03-07 16:20:49 +00:00
teo_sarca 8d932458df libero: BOM Qty is not well calculated when we include the scrap. We forgot to multiply by 100 2009-03-06 06:49:06 +00:00
Carlos Ruiz 1b55b59f68 Fix [2655587] Multi-org not supported in Aging 2009-03-03 02:01:01 +00:00
trifonnt 0cf4478890 minor typo-mistake fix. 2009-02-26 17:02:27 +00:00
teo_sarca f0bea786a4 forgot so import "List" in my last commit 2009-02-26 10:01:24 +00:00
teo_sarca 7611d6b602 MInventory:
[ 2616330 ] Use MPeriod.testPeriodOpen instead of isOpen
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2616330&group_id=176962

* better exception handling - use saveEx
* use parametrized SQL queries
2009-02-26 09:57:59 +00:00
teo_sarca 054d256ac3 [ 2002318 ] Context WINDOW_INFO bug
https://sourceforge.net/tracker/index.php?func=detail&aid=2002318&group_id=176962&atid=879332

Same issue on Internal Use Inventory:
* when selecting a product by "actionText", the TAB_INFO and windows's ASI is not reseting

Please review.
2009-02-26 08:30:38 +00:00
usrdno 9186b12bba Use both columns of the primary key to select the product accounting. 2009-02-26 07:58:17 +00:00
phib 131aaa71e3 [ 2639443 ] Msg.translate using context ignores defaults
https://sourceforge.net/tracker/index.php?func=detail&aid=2639443&group_id=176962&atid=879332
2009-02-26 01:55:33 +00:00
usrdno 7f9931cd55 FR 2619262 - Adjusted coding style. 2009-02-24 16:15:57 +00:00
usrdno 9002c4c95e FR 2619262 - Committing this to trunk for review. Have tested it and it works for the purpose I've described. Committing to trunk since it doesn't affect any existing code or processes. If the process is approved by the community I can add necessary settings in the AD to link to the process. 2009-02-24 09:59:58 +00:00
Heng Sin Low 3d55c83dd0 minor, use new API. 2009-02-23 18:14:18 +00:00
teo_sarca d5556b951b BF MDocType.getOfClient should return ONLY active records.
See https://sourceforge.net/forum/message.php?msg_id=6499893
2009-02-23 09:37:10 +00:00
teo_sarca 32dfedf741 [ 2624860 ] MCost not updated in transaction
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2624860&group_id=176962
2009-02-21 19:16:01 +00:00
teo_sarca 9699a47545 [ 2615593 ] Implementation the Manufacturing Cost Engine
https://sourceforge.net/tracker/index.php?func=detail&aid=2615593&group_id=176962&atid=934929

* Removing libero dependencies from adempiere core classes
2009-02-20 15:38:07 +00:00