Commit Graph

1597 Commits

Author SHA1 Message Date
Carlos Ruiz 3f6d976b9e FR 3110938 - Mandatory Incorrectly Spelled
http://sourceforge.net/support/tracker.php?aid=3110938
2011-03-08 11:46:50 -05:00
Carlos Ruiz 36ac1b1102 Integrate Revision: 14479
http://adempiere.svn.sourceforge.net/adempiere/?rev=14479&view=rev
Author: trifonnt
Date: 2010-11-14 21:17:08 +0000 (Sun, 14 Nov 2010)
Typo corrections in USA CoA.

Added some improvements (fix on the spreadsheet and migration scripts to fix the current GW data)
2011-03-08 11:39:57 -05:00
Carlos Ruiz 2b150d7c16 FR 3090719 - Send BCC to From sending e-mail
Thanks to Marcelo Luiz Onhate (monhate) - OSEB project
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3090719

Extending idea as suggested by Steven Sackett - Adaxa
Send BCC to a client-wide defined address
Fixing according to suggestion from Marcelo Luiz Onhate (monhate)
2011-03-08 11:36:40 -05:00
Carlos Ruiz af5bcc0a16 Script to fix some wrong entity types (affecting the way PackIn works on dictionary items) 2011-03-08 10:52:18 -05:00
Carlos Ruiz 00c71fc777 Fix problem detected with advanced zoom functionality: the zoom was not showing direct relations now (i.e. invoices directly related to orders via C_Invoice.C_Order_ID)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2897194
2011-03-08 10:50:43 -05:00
Carlos Ruiz cc8e13b32f Fix problem in C_OrderLineTax_VT - product name was not printing attributes
https://sourceforge.net/tracker/index.php?func=detail&aid=3176222&group_id=176962&atid=879332
2011-03-07 10:19:08 -05:00
Carlos Ruiz a37d586511 more Payroll dictionary fixes:
- Payroll Concept Sign cannot be Natural
- Filter payroll period by payroll in payroll process
2011-02-27 01:08:12 -05:00
Carlos Ruiz 3eb5515dd7 Integrate payroll movement importer in globalqss/adempiere361liberoHR
FR [2878276] - Importer for Payroll
https://sourceforge.net/tracker/index.php?func=detail&aid=2878276&group_id=176962&atid=879335
Pending posterior integration of liberoHR.jar
2011-02-27 01:01:53 -05:00
Carlos Ruiz d10314493d Fixes on dictionary for payroll tables and windows:
-- Make column payroll concept category updatable
-- Make column HR_Year.StartDate type Date instead of DateTime
-- Fix Error -> All periods of a year shown
-- Add security validation to HR_Process.AD_Org_ID
-- Change HR_Movement date columns from datetime to just date
2011-02-27 00:56:56 -05:00
Carlos Ruiz 37d2ee07f5 Brazilian addresses cannot be captured, regions were added to the database, but not defined in the capture sequence. This script fixes the problem. 2011-02-27 00:50:00 -05:00
Carlos Ruiz 0a937fb801 Every exception logged in AD_Issue are complaining because the length of ReleaseNo column - this script fixes that problem. 2011-02-27 00:49:01 -05:00
Carlos Ruiz 45a0d28cc5 Some "Used in" tabs cannot make zoom - for example zooming to columns from used in tab in Element window. This script implement the zoom. 2011-02-27 00:48:06 -05:00
Carlos Ruiz 5ace44da03 Fix broken FR 3018857 - Importer the Inventory Move, and create sample file format in GardenWorld 2011-02-26 23:22:13 -05:00
Carlos Ruiz d066ed88c4 Renumber migration scripts to make room for the integration of bug fixings 2011-02-26 23:18:51 -05:00
Carlos Ruiz 4e143f09f2 Reverting revisions 12757, 12778, 12785 (6348, 6352, 6353)
This has suffered lot of modifications after the last commit in trunk:
svn revisions: 12968, 13190, 13206, 13208, 14172, 14175, 14200, 14201
hg changesets: 6356, 6360, 6361, 6362, 6394, 6395, 6396, 6397
It requires proper functional review and analysis of collaterals
We better revert from here and integrate later when it's more stable and we have proper description and QA over these new processes.
2011-02-26 22:25:50 -05:00
Carlos Ruiz bae99d6364 Revert rev 12671 6338 2c80d7a7a06c - unneeded migration script for
BF [3017942] - Version 3.6 lts is not importing accounts
2011-02-26 20:50:31 -05:00
Carlos Ruiz 403ccaf162 Revert FR [2979756] - Touchscreen friendly POS
Although I like the new presentation of the touchscreen POS it removed some basic functionality.
* In previous POS you could select the business partner, here it assign the "Standard" partner and it cannot be changed (not sure if there is a "hidden" button to do it).
* The button "Preferences" do nothing.
* Credit Card Expiration cannot be set to 0911 - it's changed to 911 and then complaining about the format.
* The order was completed with an incomplete payment - an order of 200 - I entered a cash payment of 50 and it was completed with a change of -190
2011-02-26 19:27:57 -05:00
Carlos Ruiz fb7eb25653 Starting server.product is throwing exception:
java.lang.ClassNotFoundException: org.eevolution.model.LiberoValidator
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:169)
	at org.compiere.model.ModelValidationEngine.loadValidatorClass(ModelValidationEngine.java:163)
	at org.compiere.model.ModelValidationEngine.<init>(ModelValidationEngine.java:104)
	at org.compiere.model.ModelValidationEngine.get(ModelValidationEngine.java:75)
	at org.compiere.Adempiere.startupEnvironment(Adempiere.java:526)
	at org.compiere.Adempiere.startup(Adempiere.java:503)
	at org.compiere.util.WebEnv.initWeb(WebEnv.java:170)
	at org.compiere.util.WebEnv.initWeb(WebEnv.java:129)
	at org.compiere.web.AdempiereMonitor.init(AdempiereMonitor.java:1007)
As a temporary measure in order to create a clean installer in future I brought an old script that disable the validator.
We can enable it again when integrated the jar files as packages.
2011-02-26 15:46:43 -05:00
Heng Sin Low 5b7f513937 merge osgi branch 2010-07-05 17:00:27 +08:00
teo_sarca 38002b254f Specify exactly which are the search fields
Forgot to migrate the DocumentNo column.So in this commit I am setting IsSelectionColumn=Y for all DocumentNo columns.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3016592
2010-06-29 09:08:53 +00:00
vpj-cd ff654a1f2d Importer the Inventory Move
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3018857
2010-06-25 03:10:43 +00:00
Carlos Ruiz 4e244120ae Fix [3020624] 360lts Migration scripts/dmp don't contain JavaPOS changes
seems like revision 12609 (merging 12595 from release) dropped wrongly the files (svn merge seems weak on some cases)
recovering the scripts from revision 12574
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3020624
2010-06-24 06:48:26 +00:00
usrdno 984f2b35b7 FR3004020 - Delivery Policy.
This is a slightly large commit affecting the core functionality of shipments
so I'm happy for all eyeballs I can get on this code. I've tested as thorough
one person can do.
If there are no undiscovered bugs this doesn't change current functionality unless
you change the new setting of "Delivery Policy" available on Client Info and
Organization Info.
See also http://www.adempiere.com/index.php/Delivery_Policy
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3004020
2010-06-23 07:31:43 +00:00
Carlos Ruiz 2a64502984 Revert revision 12717 - see explanation on tracker comments
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3019061
2010-06-21 15:57:07 +00:00
trifonnt ab35f3713a BF [3019061] - Renamed folder for migration scripts
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3019061&group_id=176962
Name of migration folder MUST not change on each release.
Such changes break already working scripts.
2010-06-21 14:03:03 +00:00
teo_sarca 00fea82dba Fix System Color Window
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3018013
2010-06-18 12:34:41 +00:00
trifonnt 78627c68cd BF [3017942] - Version 3.6 lts is not importing accounts
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3017942&group_id=176962
2010-06-18 08:54:31 +00:00
usrdno 34249806d1 FR-3015882 - Copy Product
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3015882
2010-06-17 13:14:03 +00:00
teo_sarca 7a4ad64e8e Specify exactly which are the search fields
Implemented as discussed in forum thread.

Sponsored by Metas GmbH.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3016592
2010-06-15 17:18:35 +00:00
tspc 79764d2942 Merge Revision 12598 from /release to /trunk
r12598
Steps to release -> create directory 360lts-release

Regards,
Tony
2010-06-15 09:40:49 +00:00
tspc c1619892ba Merge Revision 12595 from /release to /trunk
r12595
Steps to release -> rename 354a-trunk to 354-360lts

Regards,
Tony
2010-06-15 09:20:45 +00:00
tspc 87d12c1c5a Merge Revisions 12577,12578,12579,12580,12581 from /release to /trunk
r12577
Run sequence check before release

r12578
Steps to release - change sources to point new version

r12579
Steps to release -> Create migration scripts to update version information in ad_system table

r12580
Steps to release -> Create migration scripts to update version information in ad_system table

r12581
Steps to release -> Change and compile new Launch4j

Regards,
Tony
2010-06-15 03:12:40 +00:00
Carlos Ruiz 14d2ae5b82 Organize placeholders and numbering for scripts of Java POS - in development 2010-06-14 20:56:27 +00:00
Carlos Ruiz 586ecce99d Revert revisions 12545, 12546, 12553, 12554, 12558, 12539, 12544, 12548, 12552, 12557
Payment Selection for Payroll integrate with the AD Core
http://sourceforge.net/support/tracker.php?aid=3015702
Print Payroll Checks
http://sourceforge.net/support/tracker.php?aid=3015725
Documenting reasons in corresponding trackers
2010-06-14 19:47:12 +00:00
Carlos Ruiz d24601f70f [3013401] IsCreatePlan in table PP_Product_Planning default=Y - Peer review -> sync database default
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3013401
2010-06-14 18:52:59 +00:00
vpj-cd 6b4650dd28 Print Payroll Checks
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3015725
2010-06-14 06:48:54 +00:00
vpj-cd 4ee6081e2a Payment Selection for Payroll integrate with the AD Core
https://sourceforge.net/tracker/?func=detail&atid=934929&aid=3015702&group_id=176962

fix incomplete script

kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3015702
2010-06-14 05:26:12 +00:00
vpj-cd 3fa200b2b6 Payment Selection for Payroll integrate with the AD Core
https://sourceforge.net/tracker/?func=detail&atid=934929&aid=3015702&group_id=176962

Fix incomplete script

kind regards
Victor Perez
www.e-evolution.com

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3015702
2010-06-14 04:57:43 +00:00
vpj-cd 2c7cfc8b3e Payment Selection for Payroll integrate with the AD Core
https://sourceforge.net/tracker/?func=detail&atid=934929&aid=3015702&group_id=176962

kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3015702
2010-06-14 04:32:25 +00:00
vpj-cd 7597de2f47 Is necessary add new fields the history
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3015695
2010-06-14 03:49:09 +00:00
vpj-cd 413bd06c5d IsCreatePlan in table PP_Product_Planning default=Y
Thank you Mario for your improve

kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3013401
2010-06-14 01:54:25 +00:00
vpj-cd 4176315366 The Locator To and UOM is not setting
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3015656
2010-06-14 01:26:48 +00:00
Carlos Ruiz 2f404efe9a Peer review Revision 12517
fix typo
modification must be done at element / it replicates to all other levels
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3015053
2010-06-14 01:21:28 +00:00
vpj-cd 04d5011375 DefaultRoutingServiceImpl should consider Queuing Time
Thank you Mario, I change the APICS standard description

kind regards
Victor Perez
www.e-evolution.com

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3015053
2010-06-14 00:17:50 +00:00
trifonnt cecb725af6 FR [3010957] Custom Separator Character
http://sourceforge.net/tracker/?func=detail&aid=3010957&group_id=176962&atid=879335
2010-06-03 11:21:58 +00:00
trifonnt 178e5e2663 BF [3003367] - Missing Sequence for C_OrderSource
https://sourceforge.net/tracker/?func=detail&aid=3003367&group_id=176962&atid=879332
Fixing the file numbering.
Proper number is 728.
2010-05-24 15:57:52 +00:00
trifonnt d546304056 BF [3006193] - Only Manufacturing Resources in Manufacturing WFs
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3006193&group_id=176962
2010-05-24 15:53:04 +00:00
vpj-cd 9bfac64a62 Error when try change the shipper
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3005557
2010-05-22 01:10:28 +00:00
trifonnt b1293b3292 -- BF [3003367] - Missing Sequence for C_OrderSource
-- https://sourceforge.net/tracker/?func=detail&aid=3003367&group_id=176962&atid=879332
2010-05-18 14:42:18 +00:00
trifonnt c4747139a9 -- BF [3002076] - Merge entities not working !
-- https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3002076&group_id=176962
2010-05-15 16:24:04 +00:00
tspc da621b2081 BF3002119 Oracle script 665_FR2952245_ImportDataPlanning
Regards,
Tony  Snook

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3002119
2010-05-15 15:13:02 +00:00
trifonnt 7c5fc42a6d FR [2997000] - UOM Symbol
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2997000&group_id=176962
Reverting rev. 12288 until we have positive vote on what should be the default Identifier.
2010-05-07 14:51:26 +00:00
trifonnt 8a6264109f FR [2997000] - UOM Symbol
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2997000&group_id=176962
2010-05-07 14:38:58 +00:00
teo_sarca c1146128a7 FR [ 2994115 ] Add C_DocType.IsPrepareSplitDoc flag
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2994115
2010-04-29 11:30:12 +00:00
tspc eb462af86c Merge bug fixes from release to trunk
merge 12158, 12159

Revision: 12158
http://adempiere.svn.sourceforge.net/adempiere/?rev=12158&view=rev
Fix [2819386] PaymentTerm DueDate Bug - thanks to Armen
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2819386

Revision: 12159
http://adempiere.svn.sourceforge.net/adempiere/?rev=12159&view=rev
Fix [2793048] trunc function different on db/ddlutils and seed
Synchronize ddlutils version with current versions in DB
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2793048

Regards,
Tony
2010-04-27 23:30:29 +00:00
tspc e357babf9d Merge bug fixes from release to trunk
merge 12146 - missed migration scripts

Regards,
Tony

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=1568777
2010-04-26 09:31:51 +00:00
vpj-cd fe42a1c7a9 apply the Carlos's suggestion, Thank a lot
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2991631
2010-04-24 04:02:37 +00:00
vpj-cd 30ba6d6994 Error Qty In transit have default 1 and should be null
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2991631
2010-04-24 03:36:34 +00:00
trifonnt 79a1decdde -- FR [2990358] - Extend Initial Tenant setup
-- https://sourceforge.net/tracker/?func=detail&aid=2990358&group_id=176962&atid=879335
Fixed Process Parameter sequence numbers.
2010-04-22 10:33:25 +00:00
trifonnt 57208125e6 -- FR [2990358] - Extend Initial Tenant setup
-- https://sourceforge.net/tracker/?func=detail&aid=2990358&group_id=176962&atid=879335
2010-04-21 11:16:08 +00:00
Carlos Ruiz 5bb7a7a490 FR [2979756] Touchscreen friendly POS - foreign keys generated in BF 2975308
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2979756
2010-04-20 05:27:10 +00:00
Carlos Ruiz c65dd5723d [2975308] - Image columns (and others) does not have a foreignkey / separate POS foreign keys (still not on release)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2975308
2010-04-20 05:25:27 +00:00
Carlos Ruiz 9ac0607578 Fix [2975308] Image columns (and others) does not have a foreignkey
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2975308
2010-04-20 02:47:33 +00:00
Carlos Ruiz 11cbb3eb78 FR [2988993] - Displaying 1.0 instead of 99,999.00 - apply complete patch - fix EOL issue - renumber scripts
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2988993
2010-04-20 02:31:39 +00:00
Carlos Ruiz 1aa36c221a Fix [2989677] Usability - libero default accounts for GW
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2989677
2010-04-20 02:26:46 +00:00
Redhuan D. Oon 5966c8e621 FR #2988993 Configurable Displaying 1/0 instead of 99,999.00
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3680077
2010-04-20 01:33:12 +00:00
Carlos Ruiz 95c5b756be Fix [2987531] Cannot search on Posted field - Thanks to Paul
reverted revision 12035
implemented new patch submitted by Paul
peer reviewed and tested (swing and zkwebui)
added migration script to fix some dictionary errors on Posted columns
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2987531
2010-04-19 22:52:43 +00:00
trifonnt 00005787b9 Fix name of the sql file to be the same like in the postgres folder. 2010-04-19 15:52:15 +00:00
trifonnt c581a98596 -- BF [2989431] - Country: Germany, add Region
-- https://sourceforge.net/tracker/?func=detail&aid=2989431&group_id=176962&atid=879332
2010-04-19 15:51:08 +00:00
trifonnt 012e1af151 -- BF [2989334] - Wrong SQL for Reference: RelType M_InOut (Shipment) <= C_Or
-- https://sourceforge.net/tracker/?func=detail&aid=2989334&group_id=176962&atid=879332
2010-04-19 12:50:19 +00:00
trifonnt 1125ff510c -- BF [2872924] - Window Customization tabs
-- https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2872924&group_id=176962
2010-04-16 21:10:48 +00:00
Carlos Ruiz 46bbb4ddbb FR [2962094] Finish implementation of weighted average costing / as orders can be reopened - better assign matchpo just with invoice and not with order
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2962094
2010-04-16 12:01:50 +00:00
Carlos Ruiz 8fd8a1686c Fixing according to https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3678158 2010-04-16 11:57:25 +00:00
trifonnt 97b84e6ef7 -- BF [2863381] - absolute paths in webshop
-- https://sourceforge.net/tracker/?func=detail&aid=2863381&group_id=176962&atid=879332
2010-04-15 17:16:29 +00:00
trifonnt c5c8fb884e BF [2975308] - ad_orginfo.logo_id does not have a foreign key
https://sourceforge.net/tracker/?func=detail&aid=2975308&group_id=176962&atid=879332
2010-04-15 15:27:11 +00:00
trifonnt 771ba3a23f --FR [2987625] - Add more details to Organization
--https://sourceforge.net/tracker/?func=detail&aid=2987625&group_id=176962&atid=879335
2010-04-15 10:16:48 +00:00
trifonnt b2701b39b7 -- BF [2987097] - Wrong column size: VendorProductNo
-- https://sourceforge.net/tracker/?func=detail&aid=2987097&group_id=176962&atid=879332
2010-04-14 12:33:28 +00:00
phib f77efad01e Unposted document view date acct
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2986969
2010-04-14 06:16:36 +00:00
phib f0220856c3 Flag unposted reversed allocations as posted.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2985660
2010-04-13 23:13:34 +00:00
Carlos Ruiz 020e2b0b9d Fix [2983810] Zoom across not working properly
related to FR [2897194] Advanced Zoom and RelationTypes
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2983810
2010-04-08 23:29:24 +00:00
Carlos Ruiz a21db5de0f FR [2976452] Implement included roles feature - thanks to Teo and Metas
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2976452
2010-04-08 20:10:54 +00:00
Carlos Ruiz 644cee6e00 FR [2962094] Finish implementation of weighted average costing - implement history of costs in M_CostDetail
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2962094
2010-04-07 19:54:16 +00:00
trifonnt fc14e5201c FR [2979756] - Touchscreen friendly POS
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2979756&group_id=176962
Now GardenWrold should work with the new Java POS.
2010-04-07 09:14:41 +00:00
trifonnt 29711f727c FR [2979756] - Touchscreen friendly POS
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2979756&group_id=176962
Removed SQL statements which caused ID duplication errors.
This IDs were not used anywhere. Not sure why migration scripts contained them at all.
2010-04-07 08:56:54 +00:00
trifonnt 4017fd34f9 FR [2979756] - Touchscreen friendly POS
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2979756&group_id=176962
Removed delete sql statements.
2010-04-07 08:13:36 +00:00
trifonnt 7222028463 FR [2979756] - Touchscreen friendly POS
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2979756&group_id=176962
2010-04-06 11:47:38 +00:00
Carlos Ruiz c53d2ddb44 Revert partially revision 11843 - landed cost is working
Fix [2978440] Hide non working fields
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2978440
2010-03-31 00:19:35 +00:00
trifonnt 1f93aa0386 -- BF [2913291] - Fixed Assets Application dictionary stabilization
https://sourceforge.net/tracker/?func=detail&aid=2913291&group_id=176962&atid=879332
2010-03-29 14:53:30 +00:00
trifonnt 172e912371 -- FR [2978440] - Hide non working fields
-- https://sourceforge.net/tracker/index.php?func=detail&aid=2978440&group_id=176962&atid=879332#
2010-03-29 10:06:30 +00:00
Heng Sin Low aff29fc575 * Implement timeout page
* Reduce default session timeout period from 120 minutes to 60 minutes

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2947703
2010-03-29 02:44:16 +00:00
Carlos Ruiz edcd061da7 Fix [2962244] - Future dated price list version used in order
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2962244
2010-03-26 14:44:24 +00:00
Carlos Ruiz a88e1efec3 Fix AD_ClientShare functionality
BF [1761985] - Val Rule "AD_Table Client+Org Access" is incorrect defined
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=1761985
2010-03-25 03:36:46 +00:00
Carlos Ruiz cc066a06c8 Refactor Query / FR [2975307] - AD_Menu_Trl overwritten by AD_Window
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2975307
2010-03-25 00:40:56 +00:00
Carlos Ruiz e80958f2d5 * Update MatchInv ProcessedOn to happen after invoice ProcessedOn (for a better reposting process)
* Added ProcessedOn column to RV_Unposted view and window
* minor fix in MCost - printing wrong variable in log
FR [2962094] Finish implementation of weighted average costing
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2962094
2010-03-25 00:25:21 +00:00
trifonnt 25f0a92a96 -- FR [2975307] - AD_Menu_Trl overwritten by AD_Window
-- https://sourceforge.net/tracker/index.php?func=detail&aid=2975307&group_id=176962&atid=879335
-- Mark Not used System Elements as Not Active. Delete their translations.
2010-03-24 16:01:27 +00:00
trifonnt d65c1b6e3f -- FR [2975307] - AD_Menu_Trl overwritten by AD_Window
-- https://sourceforge.net/tracker/index.php?func=detail&aid=2975307&group_id=176962&atid=879335
-- ADD IsCentrallyMaintained to AD_Table
2010-03-24 14:30:45 +00:00
trifonnt d7fcea5dff -- FR [2975307] - AD_Menu_Trl overwritten by AD_Window
-- https://sourceforge.net/tracker/index.php?func=detail&aid=2975307&group_id=176962&atid=879335
-- Summary Menu items must not be Centrally maintained as they can't be synchronized with any other element.
2010-03-24 13:48:35 +00:00
trifonnt de26bf1d00 FR [2975307] - AD_Menu_Trl overwritten by AD_Window
https://sourceforge.net/tracker/index.php?func=detail&aid=2975307&group_id=176962&atid=879335
2010-03-24 12:43:53 +00:00
Carlos Ruiz 71fa1d0ad8 Fix [2889652] - Synchronize terminology fails
solving the root problem I changed the element index from columnname to upper(columnname)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2889652
2010-03-22 19:50:53 +00:00
Carlos Ruiz 91b2eca6b3 FR [2897194] Advanced Zoom and RelationTypes - Thanks to Tobias Schöneberg (tobi42)
minor fix and added connection between BP and return windows
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2897194
2010-03-22 19:13:32 +00:00
Carlos Ruiz 93fbc42293 FR [2897194] Advanced Zoom and RelationTypes - Thanks to Tobias Schöneberg (tobi42)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2897194
2010-03-20 12:51:35 +00:00
trifonnt 364fa86d17 -- FR[2973129]-Add German Regions
https://sourceforge.net/tracker/?func=detail&aid=2973129&group_id=176962&atid=883808
2010-03-19 12:16:52 +00:00
Carlos Ruiz c36b480e68 Fix [1699764] - Usability - Price List GUI falsely links to Discount Schemas
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=1699764
2010-03-19 04:11:14 +00:00
Carlos Ruiz 415befc139 BF [2493555] Language Table, missing record for ms_MY - synchronized country, currency and language with compiere 3.2.0
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2493555
2010-03-19 00:21:42 +00:00
tspc 478075d45d Merge bug fixes from release into trunk
merge -r 11666:11670 -r 11677:11680 -r 11682:11684

11666-11670 -> Fix Eclipse warnings/ERROR
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2970867

11677 -> Fix - Firstof Function Week Constant
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2079794

11678 -> The revision 7509 introduced a bug because of bad programming
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2001910

11679 -> Integrate fix contributed by mcicchelli for [2514168] Port missing connect for Test.sql
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2514168

11680 -> minor - fix typos in comments

11682 -> [2971637] DB.executeUpdate working as autocommit if trx is not opened
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2971637

11683 -> Client Accounting Processor - fix a problem found, it was not updating Posted status on posting failure
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2857289

11684 -> Firstof Function Week Constant - scripts swapped - thanks to Armen by the peer review
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2079794
2010-03-17 10:57:46 +00:00
trifonnt 4b73c696ba FR [2970674] - Import Order: Import Delivery Rule
https://sourceforge.net/tracker/?func=detail&aid=2970674&group_id=176962&atid=883808
2010-03-15 14:15:12 +00:00
joergviola 0798948086 Merged trunk 11345 to 11658 into branches/osgi/approach2 2010-03-14 14:38:00 +00:00
Carlos Ruiz 1784eebf02 BF [2968442] - Post without Application Server - journals and Allocations / Deprecate old way of TESTING -> AD_Client.IsPostImmediate
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2968442
2010-03-14 05:23:15 +00:00
Carlos Ruiz 976bee6dd0 BF [2970013] Process Para uniqueness required
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2970013
2010-03-13 22:54:31 +00:00
Carlos Ruiz 9c3a274453 Fix [2042466] Print Preview slow - data error
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2042466
2010-03-11 20:15:19 +00:00
Carlos Ruiz cd0f667107 BF [1774758] No default Sales Representant in request window - restoring original fix
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=1774758
2010-03-11 16:56:02 +00:00
Carlos Ruiz 4c273c2f3d Unallocated payment report view excludes partially allocated payments.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2092712
2010-03-11 16:54:11 +00:00
Carlos Ruiz 3a22bffd0e Unallocated payment report view excludes partially allocated payments.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2092712
2010-03-11 16:52:40 +00:00
phib 481c619b17 Unallocated payment report view excludes partially allocated payments.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2092712
2010-03-10 21:49:48 +00:00
Carlos Ruiz f59b902a34 FR [2962094] - Finish implementation of weighted average costing - Created the default account P_AverageCostVariance_Acct
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2962094
2010-03-09 02:59:57 +00:00
trifonnt ec9937f54e FR [2965494] - Import Order: Import of Order Source
https://sourceforge.net/tracker/?func=detail&aid=2965494&group_id=176962&atid=883808
2010-03-08 16:09:28 +00:00
tspc bb529d9197 Merge bug fixes in release not committed to trunk
merge -c 11561 -c 11581 -c 11582

11561 -> Fix [2962787] Recursion in PO.set_ValueNoCheckE
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2962787

11581 -> Fix [2948897] Fixed Assets Dictionary Errors - wrong reference to column A_Depreciation_Entry.A_Type_Entry
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2948897

11582 -> Fix [2948897] Fixed Assets Dictionary Errors - wrong reference on processed columns
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2948897
2010-03-04 23:11:37 +00:00
Carlos Ruiz dfe03fabfa FR 2962094 - Finish implementation of weighted average costing
1st step -> create column to manage the processed date+time (in order to allow reposting of documents in the same order they were completed - this will be the second step)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2962094
2010-03-03 01:31:36 +00:00
Carlos Ruiz 4d76cea47e Found the NOT EXISTS part of the validation is not needed as it's controlled in MRMALine.beforeSave - better drop the NOT EXISTS part for backporting compatibility with 343 and 355
Fix [2904257] wrong validation sql for "M_InOutShipment/Receipt (RMA)"
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2904257
2010-03-01 17:30:14 +00:00
phib eb40b62629 FR 2957782: Add due date to Pay selection create
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2957782
2010-02-24 05:22:02 +00:00
trifonnt f537c99a87 BF [2957094] - sql script fails on oracle
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2957094&group_id=176962
2010-02-23 09:21:11 +00:00
Heng Sin Low edf4a9b437 Scheduler Enhancement:
* Add cron job support
* Add IsIgnoreProcessingTime flag - use previous DateNextRun as source to calculate the new DateNextRun value
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2956390
2010-02-22 02:20:31 +00:00
vpj-cd 6dc566294e The Product Planning Table have not identifiers
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2952456
2010-02-16 00:20:34 +00:00
vpj-cd 679ccdf7a4 Create new importer for Planning Data and Forecast
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2952245
2010-02-15 23:12:53 +00:00
trifonnt 0288e96f00 FR [2934358] - Fixed Typos on AD_Element
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2934358&group_id=176962
Added Postrges migration Script.
Test on Postgres too.
2010-02-15 08:39:20 +00:00
phib 51105fba20 FR2949534 Call reset allocation from allocation window
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2949534
2010-02-11 05:06:44 +00:00
phib 9371306c0e BT2944388 "No SQL" error when deleting report cube
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2944388
2010-02-08 05:10:43 +00:00
phib 57439ee44e FR2945715 Improve Advanced Search
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2945715
2010-02-08 04:47:55 +00:00
mjudd a8a91a7e1d [ BF 2944056 ] - Fix quantities for Substitute & Related products in InfoProduct
https://sourceforge.net/tracker/index.php?func=detail&aid=2944056&group_id=176962&atid=879332
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2944056
2010-02-01 21:41:57 +00:00
phib 66c0db1d02 2871676 New Fin Report Amount types
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2871676
2010-01-27 00:29:04 +00:00
vpj-cd 4dcfc53d39 integrate 11304 revision
Fix city list on Implement Initial Client Setup
as discussed here: https://sourceforge.net/projects/adempiere/forums/forum/610546/topic/3517572

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2598506
2010-01-23 20:25:47 +00:00
trifonnt 0e34ee7af1 BF [2933248] - Oracle script 602_FR2893636_Add_EventType.sql
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2933248&group_id=176962
2010-01-16 07:55:22 +00:00
tspc c95d84825c Fix Oracle Error:
mrp.docstatus,
ERROR at line 24:
ORA-12704: character set mismatch

Need to Cast strings in Union to nvarchar2 where needed

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2928680
2010-01-11 21:48:45 +00:00
vpj-cd d0911da112 Implementation the Safety Stock in MRP
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2928680
2010-01-11 11:15:59 +00:00
trifonnt 2ddaac9cbe BF [2928680] - Implementation the Safety Stock in MRP - ID: 2928680
http://sourceforge.net/tracker/?func=detail&atid=934929&aid=2928680&group_id=176962
Need to test on Oracle!
2010-01-11 10:53:16 +00:00
vpj-cd 5efab08390 Implementation the Safety Stock in MRP
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2928680
2010-01-09 04:32:13 +00:00
vpj-cd 5bdc0b724f Distribution Line show not the Delivery Qty
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2928004
2010-01-08 04:28:43 +00:00
vpj-cd 31904d9a6b Integrate revision 11222
Problems in Requisition window - fix dictionary to avoid making the second tab read-write after navigating to third tab

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2923042
2010-01-05 07:33:25 +00:00
vpj-cd 78d697acff Integrate revision 11219
Script to create 2010 official periods in GardenWorld

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2925700
2010-01-05 07:29:26 +00:00
vpj-cd b9d3c06ad1 revert revision 11234 incorrect merge 2010-01-05 07:20:11 +00:00
vpj-cd d59ad1dc05 Integrate revision 11219
Script to create 2010 official periods in GardenWorld
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2925700
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2925700
2010-01-05 07:14:47 +00:00
tspc f087312bb7 Fix error in Oracle script:
ORA-00904: "ISMANUFACTURER": invalid identifier
ORA-02296: cannot enable (ADEMPIERE.) - null values found

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2913358
2009-12-17 01:35:20 +00:00
Carlos Ruiz 5299cb5451 BPartner role - Manufacturer
Final peer review according to last forum comments
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2913358
2009-12-16 13:36:29 +00:00
Carlos Ruiz ac360b51c3 Peer review
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2913307
2009-12-16 13:15:09 +00:00
trifonnt 739a421079 FR [2915451] - Add Sys Config variable: REAL_TIME_POS
https://sourceforge.net/tracker/?func=detail&aid=2915451&group_id=176962&atid=879335
2009-12-16 10:45:17 +00:00
Carlos Ruiz 837badd6ae Implement [2915244] - Propose for Business Partner Setup workflow
https://sourceforge.net/tracker/?func=detail&aid=2915244&group_id=176962&atid=879335
2009-12-16 02:39:33 +00:00
tspc 02fdcc78bd [2913307] New table: Order Source
https://sourceforge.net/tracker/?func=detail&aid=2913307&group_id=176962&atid=883808
- fix oracle script - duplicate insert into ad_sequence (already fixed in postgresql)
- make primary and foreign key names explicit
2009-12-16 00:34:49 +00:00
Carlos Ruiz a5d2ab9186 Fix [2904311] - Wrong default for parameter Org in Statement of Accounts
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904311&group_id=176962
2009-12-15 23:34:43 +00:00
Carlos Ruiz 3bebb34a10 Fix [2904323] - Cannot set invoiced on request type
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904323&group_id=176962
2009-12-15 23:30:37 +00:00
Carlos Ruiz 8840cf8e42 Fix [2914836] - Correct Reference for AmountTendered & AmountRefunded
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2914836&group_id=176962
2009-12-15 22:49:06 +00:00
tspc 02ab3329e9 Fix Oracle SQL/PLUS script error in 631_FR2906574Product-costs-embedded
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2906574&group_id=176962
2009-12-15 21:16:55 +00:00
trifonnt 7731f197ef FR [2913307] - New table: Order Source
https://sourceforge.net/tracker/?func=detail&aid=2913307&group_id=176962&atid=883808
Fix Oracle sql file as commented by Carlos.
2009-12-15 13:35:23 +00:00
trifonnt 84bc8addf8 -- FR [2913358] BPartner role - Manufacturer
-- https://sourceforge.net/tracker/?func=detail&aid=2913358&group_id=176962&atid=883808
Fix Oracle sql statement. Thank's to Carlos for the report!
2009-12-15 11:01:54 +00:00
Carlos Ruiz b93ee106b0 FR [2893090] - Implement remember me
https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2893090&group_id=176962
Implemented sysconfig keys to control the feature - it can be configured now to allow saving User/Password/None for zk or swing
2009-12-15 03:04:01 +00:00
Carlos Ruiz a4b23664f6 Fix [2873784] - Gardenworld bad defaults?
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2873784&group_id=176962
2009-12-14 23:03:05 +00:00
Carlos Ruiz 0e80c55494 Fix [2897751] - PackIn -> folder target must be mandatory
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2897751&group_id=176962
2009-12-14 22:32:04 +00:00
Carlos Ruiz 88ed92f08e fix oracle migration 2009-12-14 19:36:40 +00:00
trifonnt 63eb54bc4e -- FR [2913358] BPartner role - Manufacturer
-- https://sourceforge.net/tracker/?func=detail&aid=2913358&group_id=176962&atid=883808
Fix position of tab. Thank's to Carlos for the report!
2009-12-12 22:22:45 +00:00
trifonnt 2964904078 FR [2913307] - New table: Order Source
https://sourceforge.net/tracker/?func=detail&aid=2913307&group_id=176962&atid=883808
Fixes as commented by Carlos.
2009-12-12 22:09:07 +00:00
Carlos Ruiz cff91e107c FR [2906574] - Product Central Data
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2906574&group_id=176962
Product tab is already bloated - deflating - made costs tab independent (not embedded)
2009-12-12 21:40:33 +00:00
trifonnt 7b9d0449b2 FR [2913358] BPartner role - Manufacturer
https://sourceforge.net/tracker/?func=detail&aid=2913358&group_id=176962&atid=883808
2009-12-12 17:50:07 +00:00
trifonnt 6a1babd51c FR [2913307] - New table: Order Source
https://sourceforge.net/tracker/?func=detail&aid=2913307&group_id=176962&atid=883808
2009-12-12 16:06:34 +00:00
trifonnt 28e19d872a BF [2913291] - Fixed Assets Application Dictionary stabilization
https://sourceforge.net/tracker/index.php?func=detail&aid=2913291&group_id=176962&atid=879332
2009-12-12 14:42:42 +00:00
trifonnt dfa2d72abe BF [2913058] - Fix Perpetual Inventory window
https://sourceforge.net/tracker/?func=detail&aid=2913058&group_id=176962&atid=879332
2009-12-12 01:07:23 +00:00
trifonnt 15010abac7 -- FR[2830830] - Add a 'Used in Fields' tab to 'Table and Column' window
-- http://sourceforge.net/tracker/?func=detail&atid=883808&aid=2830830&group_id=176962
2009-12-12 00:55:29 +00:00
trifonnt 39265f3a60 FR[2830830] - New tab Used in Process Parameter into "System Element" window
https://sourceforge.net/tracker/?func=detail&aid=2830830&group_id=176962&atid=883808
2009-12-11 09:14:47 +00:00
Carlos Ruiz 82f03410ac BF [2904134] - Cannot define the print format for a check
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904134&group_id=176962
2009-12-11 02:10:08 +00:00
Carlos Ruiz 3484e1aeac BF [2897748] - New role defaults
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2897748&group_id=176962
2009-12-11 01:57:22 +00:00
Carlos Ruiz 31aa496000 FR [2793242] -Accounting Fact Summary
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2793242&group_id=176962
1 - "Recalculate Fact Summary" must be called "Recalculate Cube" to keep consistency
2 - "Report Cube" window must show just the dimensions being used in accounting schema
2009-12-11 01:32:54 +00:00
trifonnt 18842d7ca0 FR [2906574] - Product Central Data
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2906574&group_id=176962
Added new tab "Product Costs" to "Product" window.
Roles which have "Show Accounting" will be able to see it.
2009-12-10 19:02:51 +00:00
trifonnt 8d06fc3071 FR [2912011] - Import specific Price type(Catalogue, Standard, Limit)
https://sourceforge.net/tracker/?func=detail&aid=2912011&group_id=176962&atid=883808
2009-12-10 14:23:55 +00:00
Carlos Ruiz 68ae89d149 Peer review for:
[2904737] - fix BOM back compatibility
[2910358] - Error in context when Key field is found in different tabs.
[2910368] - Error in context when IsActive field is found in different
[2871039] - Tax Rate Parent window not working
Guarantee backward compatibility with previous approach
Added method to get tab context variables without defaulting to window or login variable (required safety measure)
Some refactorings to improve reading and performance
Reactivate hidden tabs - and move back BOM & Formula window to manufacturing menu
2009-12-10 01:07:52 +00:00
Carlos Ruiz de64e1304b BF [2910289] - More on RMA Stabilization
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910289&group_id=176962
- i18n for messages
- qty check is not taking account of other authorizations
2009-12-09 22:40:01 +00:00
Carlos Ruiz 85ce8aa09d Fix [2910278] - Postgresql constraints
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910278&group_id=176962
2009-12-08 05:05:50 +00:00
Carlos Ruiz 15f34e77fd Temporal fix for [2904198] - Problems with Payment Window (as Cash)
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904198&group_id=176962
hide the non-working options
2009-12-08 02:36:52 +00:00
vpj-cd 1152bf59a8 fix BOM back compatibility
https://sourceforge.net/tracker/index.php?func=detail&aid=2904737&group_id=176962&atid=879332

Fixed the tab level wrong
2009-12-08 01:18:07 +00:00
Carlos Ruiz bd92365e04 Temporal solution for [2904737] - fix BOM back compatibility
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904737&group_id=176962
Intended to keep product window clean and working
2009-12-08 00:35:48 +00:00
Carlos Ruiz 608f898b4b Fix numbering on migration script 2009-12-08 00:14:26 +00:00
vpj-cd b38c5215e8 fix BOM back compatibility
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904737&group_id=176962
Tax Rate Parent window not working
https://sourceforge.net/tracker/index.php?func=detail&aid=2871039&group_id=176962&atid=879332
2009-12-07 23:19:10 +00:00
Carlos Ruiz 66323a8f95 BF [2904257] - wrong validation sql for "M_InOutShipment/Receipt (RMA)"
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904257&group_id=176962
2009-12-07 22:38:31 +00:00
vpj-cd 4481f00b5d Test Export Model in Export Format do not work
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910176&group_id=176962
Test Import Model do not work ADempiere Client
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910169&group_id=176962
finish the implementation of Export Format Generator
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2910179&group_id=176962
2009-12-07 21:27:03 +00:00
trifonnt 17c6e5db8c FR [2909559] Update Product Cost record when importing Inventory
https://sourceforge.net/tracker/?func=detail&aid=2909559&group_id=176962&atid=883808
2009-12-06 12:25:39 +00:00
Carlos Ruiz 27b5b4beba Please, no spaces on migration filenames 2009-12-03 21:32:09 +00:00
trifonnt d54fe59e0a FR[2907059] - Add System Configurator to Favourites
https://sourceforge.net/tracker/?func=detail&aid=2907059&group_id=176962&atid=883808
2009-12-01 19:09:44 +00:00
trifonnt 377eb5aa32 FR [2906975] - Report - Storage per Product
https://sourceforge.net/tracker/?func=detail&aid=2906975&group_id=176962&atid=883808
Added new Report Parameter: Organization.
2009-12-01 17:47:19 +00:00
trifonnt 809a831caa FR [2907017] - Move ASI window to Material Management-->Product Attributes
https://sourceforge.net/tracker/?func=detail&aid=2907017&group_id=176962&atid=883808
2009-12-01 17:33:59 +00:00
trifonnt 8496df982c FR [2906975] - Report - Storage per Product
https://sourceforge.net/tracker/?func=detail&aid=2906975&group_id=176962&atid=883808
2009-12-01 16:25:28 +00:00
mjudd 90d164856f [ FR 2906605 ] - Add weight to base type for tax
https://sourceforge.net/tracker/?func=detail&aid=2906605&group_id=176962&atid=879335
2009-12-01 08:57:28 +00:00
vpj-cd 7db2a7c315 Tax Rate Parent window not working
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2871039&group_id=176962
2009-11-30 17:02:40 +00:00
Redhuan D. Oon e5e7e65b43 2836655-Resource Assignment always return Qty 1
Fixed SQL script to add in Callouts to OrderLine Resource Assignment - thanks to iCyLand, Bangkok's help.
2009-11-30 15:27:51 +00:00
trifonnt 2f22de4955 BF[1698281] - Wrong name and description for DiscontinuedBy field
https://sourceforge.net/tracker/?func=detail&aid=1698281&group_id=176962&atid=879332
2009-11-29 21:44:09 +00:00
vpj-cd 9669815872 Calculate Measure based on the script to PA
https://sourceforge.net/tracker/?func=detail&aid=2905227&group_id=176962&atid=879335
2009-11-28 17:21:32 +00:00
Carlos Ruiz b6d614c696 Implement [2902882] - Dunning Stabilization
https://sourceforge.net/tracker/index.php?func=detail&aid=2902882&group_id=176962&atid=879335
2009-11-27 17:40:40 +00:00
vpj-cd 48627d255e fix BOM back compatibility
https://sourceforge.net/tracker/?func=detail&aid=2904737&group_id=176962&atid=879332
2009-11-26 22:50:46 +00:00
Carlos Ruiz 3c22aa6123 FR [2904188 ] Typos in dictionary
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2904188&group_id=176962
2009-11-26 17:23:23 +00:00
Carlos Ruiz fd64c663bb FR [2880682] - Moved Window "Inventory Move"
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2880682&group_id=176962
Moved back to Material Management the disappeared windows: Product BOM, Inventory Move and BOM Drop
2009-11-26 17:01:26 +00:00
teo_sarca b1bcc04a0a [ 2609057 ] Co Product functionality
http://sourceforge.net/tracker/index.php?func=detail&aid=2609057&group_id=176962&atid=934929

Implement CostAllocationPerc functionality: in a lot of cases cost absorption of the co-product is not the same as bom qty. In this case we need in bom line another field which is the cost absorption percent (from 0 to 100) which specify the absorption percent.
2009-11-26 09:42:32 +00:00
Heng Sin Low bc494f56d2 https://sourceforge.net/tracker/?func=detail&aid=2904257&garoup_id=176962&atid=879332
- wrong dynamic validation sql for rma line
2009-11-26 03:38:00 +00:00
vpj-cd 4a3169246e Replication Broadcast Implementation
https://sourceforge.net/tracker/index.php?func=detail&aid=2712329&group_id=176962&atid=879335
2009-11-24 21:51:07 +00:00
Heng Sin Low c67dc4bb93 https://sourceforge.net/tracker/?func=detail&aid=2902984&group_id=176962&atid=955896
- change grid edit mode to not always on making the UI appear more responsive
2009-11-24 08:33:21 +00:00
redchris 055b351099 BF [ 2889886 ] Net days in payment term
https://sourceforge.net/tracker/index.php?func=detail&aid=2889886&group_id=176962&atid=879332
Please review
2009-11-18 11:32:41 +00:00
vpj-cd 24ac862363 Add new EvenType into EventType list reference
http://sourceforge.net/tracker/?func=detail&aid=2893636&group_id=176962&atid=879335
2009-11-07 00:21:41 +00:00
Carlos Ruiz ad7a0a1ad8 refactoring - uppercase reserved word UPDATE DELETE 2009-11-05 14:57:49 +00:00
Carlos Ruiz e2a839bcfa refactoring - uppercase reserved word INSERT 2009-11-05 14:48:48 +00:00
kthiemann fb2b27b165 BF (1901326) - New euro member countries
http://sourceforge.net/tracker/?func=detail&aid=1901326&group_id=176962&atid=879332

Submitted by Matjaž Godec
2009-10-29 11:05:34 +00:00
usrdno a383c2c9ca BF2872841 - Fixed syntax error in Postgresql migration script. 2009-10-27 19:53:30 +00:00
usrdno 3e97a8e9bf BF2871621 - Invoice format not printing description
http://sourceforge.net/tracker/?func=detail&aid=2871621&group_id=176962&atid=879332

PostgreSQL must drop view first before adding new column. Added drop statements in script.
2009-10-27 19:43:40 +00:00
redchris f4413ff0d1 BF [ 2881573 ] Problem with Default value
https://sourceforge.net/tracker/index.php?func=detail&aid=2881573&group_id=176962&atid=879332#
2009-10-20 06:42:16 +00:00
phib 68cb4c0d5c 2882063 Print Format Item one line only field hidden for text
https://sourceforge.net/tracker/?func=detail&aid=2882063&group_id=176962&atid=879332
2009-10-20 00:30:36 +00:00
redchris 564cf541da reverted to revision 10666 2009-10-19 13:45:33 +00:00
redchris 1d15a082d7 BF [ 2881573 ] Problem with Default value
https://sourceforge.net/tracker/index.php?func=detail&aid=2881573&group_id=176962&atid=879332#
Please review
2009-10-19 09:45:27 +00:00
vpj-cd 8514bbe217 Create DO with incorrect contact
https://sourceforge.net/tracker/?func=detail&atid=934929&aid=2881190&group_id=176962
Error when MRP is execute the cache is not initialize
https://sourceforge.net/tracker/?func=detail&atid=934929&aid=2881192&group_id=176962

kind regards
Victor Perez
www.e-evolution.com
2009-10-18 08:01:02 +00:00
Heng Sin Low e2168bccef Refactor custom form - ID: 2787613 for Translation Import/Export 2009-10-13 09:16:16 +00:00
vpj-cd fee1504c4e Forecast Line not validated the warehouse with Organization
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2877525&group_id=176962

kind regards
Victor Perez
www.e-evolution.com
2009-10-13 02:42:23 +00:00
Carlos Ruiz 992d0f422a Implement [2872010] - Dunning Run for a complete Dunning (not just level)
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2872010&group_id=176962
2009-10-12 17:48:52 +00:00
teo_sarca 854e299643 [ 2872841 ] RollupBillOfMaterial should check all BOM products
https://sourceforge.net/tracker/index.php?func=detail&aid=2872841&group_id=176962&atid=934929#


Process parameter Product Type was using ID 1000005 which is not correct.
2009-10-10 15:28:58 +00:00
tspc 12991b8771 BF2866211 Dictionary Errors - PP_Order_Node_Trl
Column AD_WF_Node_ID should be PP_Order_Node_ID in Dictionary
https://sourceforge.net/tracker/?func=detail&aid=2866211&group_id=176962&atid=879332
2009-10-07 02:51:05 +00:00
teo_sarca 631428e277 [ 2872841 ] RollupBillOfMaterial should check all BOM products
https://sourceforge.net/tracker/index.php?func=detail&aid=2872841&group_id=176962&atid=934929#

BOM Rollup: Introduce ProductType parameter
2009-10-06 06:26:28 +00:00
Carlos Ruiz e613bc7461 Fix problem found in revision 10365
https://sourceforge.net/tracker/index.php?func=detail&aid=2528459&group_id=176962&atid=879332
2009-10-02 23:19:00 +00:00
Carlos Ruiz 0cec5344f3 Fix [2871621] - Invoice format not printing description
https://sourceforge.net/tracker/?func=detail&aid=2871621&group_id=176962&atid=879332
2009-10-02 01:29:57 +00:00
teo_sarca 8eaac67d66 [ 2871042 ] Activity Control Report - broken report
https://sourceforge.net/tracker/?func=detail&atid=934929&aid=2871042&group_id=176962

Also i have modified DataEngine to give us proper error message in future, when we will have columns with displayType=Table but no Reference Value
2009-10-01 05:30:14 +00:00
teo_sarca 66f09fd9c5 [ 2871045 ] Activity Control Report - cannot save
https://sourceforge.net/tracker/?func=detail&atid=934929&aid=2871045&group_id=176962
2009-10-01 05:03:47 +00:00
Carlos Ruiz eb3e2b51bf Fix [2871006] - TableName must be fully qualified in Tab WhereClause
https://sourceforge.net/tracker/?func=detail&aid=2871006&group_id=176962&atid=879332
2009-09-30 22:45:19 +00:00
trifonnt edf6266ce0 BF[2869715] dba_free_space does not exists on postgres
https://sourceforge.net/tracker/?func=detail&aid=2869715&group_id=176962&atid=879332
2009-09-29 13:53:23 +00:00
trifonnt 13acd038e6 BF[2869554] - Wrong tab level in "Expense Invoice" window
https://sourceforge.net/tracker/?func=detail&aid=2869554&group_id=176962&atid=879332
2009-09-29 08:23:43 +00:00
tspc 8825f20780 BF2795492 Tables without primary key
https://sourceforge.net/tracker/?func=detail&aid=2795492&group_id=176962&atid=879332
584_BF2795492.sql failing on postgresql
2009-09-25 11:38:03 +00:00
Carlos Ruiz 0f9ce1a9ca Fix [2866193] - Missing foreign keys
https://sourceforge.net/tracker/?func=detail&aid=2866193&group_id=176962&atid=879332
2009-09-24 23:57:40 +00:00
Carlos Ruiz 7dfca9586c Fix [2795492] - Tables without primary key
https://sourceforge.net/tracker/index.php?func=detail&aid=2795492&group_id=176962&atid=879332
Thanks to Moyses
2009-09-24 23:30:23 +00:00
Carlos Ruiz 90bbe7370a Fix [2462571] - Invalid characters in 3.5.2a seed - ad_field
https://sourceforge.net/tracker/index.php?func=detail&aid=2462571&group_id=176962&atid=879332
2009-09-24 17:43:29 +00:00
teo_sarca 2ebbda06ed 566_FR1756793_RMA.sql
add:
SET SQLBLANKLINES ON
SET DEFINE OFF
2009-09-24 16:50:19 +00:00
Carlos Ruiz 7ab67a032a FR [2857076] - User Element 1 and 2 completion
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2857076&group_id=176962
Add migration script
2009-09-24 16:03:09 +00:00
trifonnt f6f56465d1 Small typo fix. Thank's to Felix! 2009-09-24 14:22:39 +00:00
mark_o c209955b34 Bugfix 2528459 currencyRound in postgres not working.
PostgresSQL function round() was called with round(numeric, numeric) but the correct signature is round(numeric, int).
2009-09-24 14:10:20 +00:00
tspc b3a2c1cdb2 Changed description of column AllowCitiesOutOfList 2009-09-24 13:00:30 +00:00
tspc 45446b44bd FR [2794312] Location AutoComplete
https://sourceforge.net/tracker/index.php?func=detail&aid=2794312&group_id=176962&atid=879335
FR [2780543] FR - Implement automplete to WLocationDialog
https://sourceforge.net/tracker/index.php?func=detail&aid=2780543&group_id=176962&atid=955896
And also it covers some flaws in InitialClientSetup raised because of the
new flag C_Country.AllowCitiesOutOfList
Thanks to Carlos for supplying the patch.
2009-09-24 10:59:05 +00:00
tspc 6b7319acd6 BF2864902 postgresql build.xml db port
https://sourceforge.net/tracker/?func=detail&aid=2864902&group_id=176962&atid=879332
2009-09-23 10:26:03 +00:00
trifonnt 5727bbef2e FR [2864078] - Type of BPartner in Import action
https://sourceforge.net/tracker/?func=detail&atid=883808&aid=2864078&group_id=176962
2009-09-23 08:34:56 +00:00
tspc 08cb171b93 BF2861302 fix Order By clause
http://sourceforge.net/tracker/?func=detail&aid=2861302&group_id=176962&atid=879332
2009-09-18 11:08:21 +00:00
tspc 8b9e0c9fca Enable Libero Validator missing from 3.54a seed as reported here:
http://adempiere.svn.sourceforge.net/adempiere/?rev=10273&view=rev
2009-09-18 10:03:40 +00:00
Carlos Ruiz ca3f15896a steps to release create directory next-trunk 2009-09-16 06:15:42 +00:00
Carlos Ruiz fb70780212 steps to release rename current-trunk to current-next 2009-09-16 05:50:59 +00:00
Carlos Ruiz d7c297293b enable libero validator 2009-09-16 01:57:23 +00:00
Carlos Ruiz 595cf6bd3b recommendation for oracle - fix NSL_LANG variable
NLS_LANG=AMERICAN_AMERICA.UTF8
2009-09-15 23:49:47 +00:00
Carlos Ruiz 4849879b62 FR [1756793] - RMA Feature
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=1756793&group_id=176962
Implement suggestion from Armen here:
https://sourceforge.net/projects/adempiere/forums/forum/610546/topic/3292805?message=7626460
2009-09-15 03:39:23 +00:00
Carlos Ruiz b1f5aa2cbe Steps to release 354a -> set db version migration script 2009-09-15 01:22:46 +00:00
Carlos Ruiz d17ba65308 Synchronize oracle and postgresql database seeds
Found differences in
* c_invoice_v view
* one pkey wrongly defined in postgresql
* order of columns in some primary keys (harmless but sync to ease future comparison works)
For data I took postgresql as correct seed and updated oracle data
* lots of created/createdby/updated/updatedby synchronized - harmless but sync to ease future comparison works
* some other data was different - to review check all the updates not related to updated* or created* columns
2009-09-15 00:22:45 +00:00
Carlos Ruiz 5d0423ca96 FR [2851987] - Add company logo
https://sourceforge.net/tracker/?func=detail&aid=2851987&group_id=176962&atid=879335
Fixing bug reported [2858681] - postgres views break reports
https://sourceforge.net/tracker/index.php?func=detail&aid=2858681&group_id=176962&atid=879332
2009-09-14 17:24:26 +00:00
Carlos Ruiz 4a6ce08906 FR [1879029] - Added IsInternalUseInventory flag to M_Inventory table
https://sourceforge.net/tracker/index.php?func=detail&aid=1879029&group_id=176962&atid=879332
Temporary measure - where clause in tab
2009-09-14 01:12:17 +00:00
Carlos Ruiz 053ab550c3 FR [2857289] - Run Accounting Embedded Server
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2857289&group_id=176962
2009-09-13 23:36:02 +00:00
Carlos Ruiz 69920ace55 FR [2857807] - Allow accounting posting in standalone user mode
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2857807&group_id=176962
Partial Fix [2857268] - Usability - Posting silently failing
https://sourceforge.net/tracker/index.php?func=detail&aid=2857268&group_id=176962&atid=879332
2009-09-13 22:41:51 +00:00
Carlos Ruiz 95dd9ab501 FR [1756793] - RMA Feature
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=1756793&group_id=176962
more test cases solved
2009-09-13 00:21:51 +00:00
Carlos Ruiz d312b480a4 FR [2857690] - Proposing window "My User"
https://sourceforge.net/tracker/?func=detail&aid=2857690&group_id=176962&atid=879335
Where clause MUST be qualified with table name
2009-09-12 21:27:31 +00:00
Carlos Ruiz 425093c916 FR [2857707] - Add table UOM types
https://sourceforge.net/tracker/?func=detail&aid=2857707&group_id=176962&atid=879335
2009-09-12 20:12:27 +00:00
Carlos Ruiz 277bb6144e FR [2857690] - Proposing window "My User"
https://sourceforge.net/tracker/?func=detail&aid=2857690&group_id=176962&atid=879335
2009-09-12 19:39:48 +00:00
Carlos Ruiz e87a101445 Fix [2852100] - PP_Order_Head_v has columns wrongly defined
https://sourceforge.net/tracker/index.php?func=detail&aid=2852100&group_id=176962&atid=934929
Deleted definition of view from dictionary
2009-09-11 22:25:28 +00:00
Carlos Ruiz 556d86d44c FR [2857197] - Make BP Tax Exempt application configurable
https://sourceforge.net/tracker/?func=detail&aid=2857197&group_id=176962&atid=879332
2009-09-11 22:11:42 +00:00
Carlos Ruiz 77bcd953c6 [2841841] - Requisition Improvements
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2841841&group_id=176962
Fix postgresql migration script
2009-09-11 13:58:06 +00:00
Carlos Ruiz c8cee246da FR [1756793] - RMA Feature
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=1756793&group_id=176962
2009-09-11 07:56:29 +00:00
Carlos Ruiz ed8a512e02 FR [1756793] - RMA Feature
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=1756793&group_id=176962
2009-09-11 07:35:36 +00:00
teo_sarca e31b4b7861 BF [ 2856311 ] Included Tab field displays all tabs
https://sourceforge.net/tracker/?func=detail&aid=2856311&group_id=176962&atid=879332
2009-09-10 19:25:41 +00:00
Carlos Ruiz 8eb48d62d0 Fix [2852068] - Create columns from DB failing for PP_Order_Header_V
https://sourceforge.net/tracker/?func=detail&aid=2852068&group_id=176962&atid=934929
fix oracle script
2009-09-08 23:27:36 +00:00
teo_sarca 9bbc11be55 FR [ 2846869 ] Info class - add more helper methods
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2846869&group_id=176962
FR [ 2847305 ] Info class improvements
https://sourceforge.net/tracker/?func=detail&aid=2847305&group_id=176962&atid=879335

added SysConfig parameters
2009-09-06 06:42:13 +00:00
Carlos Ruiz 17f3c2e240 Fix [2852104] - Duplicated elements found
https://sourceforge.net/tracker/?func=detail&aid=2852104&group_id=176962&atid=879332
2009-09-05 04:31:54 +00:00
Carlos Ruiz 74cb314864 Implement [2851987] - Add company logo
https://sourceforge.net/tracker/?func=detail&aid=2851987&group_id=176962&atid=879335
Dictionary entries for logo columns in views
2009-09-05 03:31:22 +00:00
Carlos Ruiz 8c080ccf04 Fix [2852068] - Create columns from DB failing for PP_Order_Header_V
https://sourceforge.net/tracker/?func=detail&aid=2852068&group_id=176962&atid=934929
2009-09-05 03:18:52 +00:00
Carlos Ruiz 06badaf88c Fix error in script 557 2009-09-05 03:11:12 +00:00
Carlos Ruiz 65ead092cd Fix wrong numbering on script
BF2852048 Views with IsView set to N
http://sourceforge.net/tracker/?func=detail&aid=2852048&group_id=176962&atid=934929
2009-09-05 02:52:40 +00:00
tspc 94a2e616fa BF2852048 Views with IsView set to N
http://sourceforge.net/tracker/?func=detail&aid=2852048&group_id=176962&atid=934929
2009-09-05 02:11:58 +00:00
Carlos Ruiz 558479cbae Implement [2851987] - Add company logo
https://sourceforge.net/tracker/?func=detail&aid=2851987&group_id=176962&atid=879335
The header views for documents now include the logo column
2009-09-05 02:11:00 +00:00
Carlos Ruiz 2a85a1acdc Implement [2851987] - Add company logo
https://sourceforge.net/tracker/?func=detail&aid=2851987&group_id=176962&atid=879335
Added C_BPartner.Logo_ID, AD_OrgInfo.Logo_ID, AD_ClientInfo.Logo_ID, AD_ClientInfo.Logo_ID (working), AD_ClientInfo.LogoWeb_ID (still not implemented functionality)
2009-09-05 01:25:41 +00:00
Carlos Ruiz d5b8ad7d0e FR [1786994] - 2Pack can handle translations now
https://sourceforge.net/tracker/?func=detail&atid=883808&aid=1786994&group_id=176962
2009-09-04 02:05:01 +00:00
teo_sarca 136a2de958 FR [ 2847669 ] 2pack export model validator functionality
https://sourceforge.net/tracker/?func=detail&aid=2847669&group_id=176962&atid=879335

Fix reference constraint name (too long in oracle)
2009-09-01 15:16:00 +00:00
teo_sarca 46b9247e9a BF [ 2848431 ] Table PP_Order_Workflow_Header_v have incorect references
https://sourceforge.net/tracker/?func=detail&aid=2848431&group_id=176962&atid=934929
2009-09-01 13:39:29 +00:00
teo_sarca e911ade003 BF [ 2848421 ] Fact_Acct_Summary fields not correctly set
https://sourceforge.net/tracker/?func=detail&aid=2848421&group_id=176962&atid=879332
2009-09-01 13:33:18 +00:00
Carlos Ruiz 7619ded269 delete useless garbage when people don't set sysconfig parameter for comments on migration scripts 2009-08-31 22:20:25 +00:00
teo_sarca db81942c1a BF [ 2847737 ] Zoom on manufacturing resources opens wrong window
https://sourceforge.net/tracker/?func=detail&aid=2847737&group_id=176962&atid=934929
2009-08-31 13:59:42 +00:00
teo_sarca 323e9aefab BF [ 2847730 ] Zoom on manufacturing wf opens wrong window
https://sourceforge.net/tracker/?func=detail&aid=2847730&group_id=176962&atid=934929
2009-08-31 13:45:23 +00:00
teo_sarca 86a4329ac4 FR [ 2847694 ] 2pack import/export AD_EntityType functionality
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2847694&group_id=176962
2009-08-31 12:58:30 +00:00
teo_sarca 5e5e0e79d0 FR [ 2847669 ] 2pack export model validator functionality
https://sourceforge.net/tracker/?func=detail&aid=2847669&group_id=176962&atid=879335
2009-08-31 12:26:21 +00:00
trifonnt 849e087b40 BF [2840359] - currency precision should be just an integer
https://sourceforge.net/tracker/?func=detail&aid=2840359&group_id=176962&atid=879332
2009-08-30 11:45:13 +00:00
teo_sarca d6087a856f BF [ 2847182 ] Duplicate AD_User_ID element
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2847182&group_id=176962
2009-08-30 10:14:49 +00:00
teo_sarca bb86d55c23 FR [ 2846894 ] AD_Message.Value - increase size to 255
https://sourceforge.net/tracker/?func=detail&aid=2846894&group_id=176962&atid=879335
2009-08-30 08:46:23 +00:00
vpj-cd a2c0c89af9 The Include_Tab_ID in the AD_Field do not found in AD
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2847157&group_id=176962
2009-08-30 05:26:10 +00:00
trifonnt 16945201c0 BF [2846831] - List only active UOM Conversions
https://sourceforge.net/tracker/?func=detail&aid=2846831&group_id=176962&atid=879332
2009-08-29 13:06:01 +00:00
trifonnt 619c2809d6 FR [2604515] - Move UOM conversion to Product window?
http://sourceforge.net/tracker/?func=detail&aid=2604515&group_id=176962&atid=879335
Small Typo mistake fixes.
2009-08-29 12:58:18 +00:00
trifonnt 1ee74948f4 --FR [1768749] Show where products are located
https://sourceforge.net/tracker/?func=detail&aid=1768749&group_id=176962&atid=879335
2009-08-28 16:23:41 +00:00
trifonnt 5ab4939ef0 BF [2833929] - Organization Type help text message
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2833929&group_id=176962
2009-08-28 12:00:13 +00:00
trifonnt aa6688cdd1 BF[2845487] - Wrong Subscription reference
https://sourceforge.net/tracker/?func=detail&aid=2845487&group_id=176962&atid=879332
2009-08-27 10:53:55 +00:00
trifonnt f42006facf BF: 2844666 - Organization - Replication Strategy field wrong position 2009-08-26 08:41:03 +00:00
teo_sarca ae955b6ee9 FR [ 2844074 ] Requisition PO Create - more selection fields
https://sourceforge.net/tracker/?func=detail&aid=2844074&group_id=176962&atid=879335
2009-08-25 07:17:43 +00:00
Carlos Ruiz 72ee6e0bdd Changing from iso to utf8 (testadempiere.com is showing wrongly the payroll translation) 2009-08-24 21:16:51 +00:00
Carlos Ruiz 6d2c2609ab Improve spanish payroll translation (change Trabajo by Puesto) 2009-08-24 21:04:49 +00:00
Carlos Ruiz 49bc0f92ee Fix [ adempiere-Libero-2840047 ] Design issue: HR_Job.HR_Department_ID not normalized
https://sourceforge.net/tracker/?func=detail&atid=934929&aid=2840047&group_id=176962
2009-08-24 20:57:51 +00:00
teo_sarca d18757a1e5 BF [ 2843522 ] Open Requisitions report is showing all requisitions
https://sourceforge.net/tracker/?func=detail&aid=2843522&group_id=176962&atid=879332

* Introduced RV_M_REQUISITION.QtyOrdered field which is equal with M_RequisitionLine.Qty if the C_orderLIne_ID is filled
2009-08-24 13:03:33 +00:00
teo_sarca 6b3a28d46c FR [ 2841841 ] Requisition Improvements
https://sourceforge.net/tracker/?func=detail&aid=2841841&group_id=176962&atid=879335

Uncomment M_Product.IsPurchased migration query
2009-08-24 09:04:18 +00:00
Carlos Ruiz 39db7a0384 Drop space from name on migration script 2009-08-21 22:10:30 +00:00
Carlos Ruiz b03be36fae Fix libero payroll bug [2842063] - getList not working
https://sourceforge.net/tracker/?func=detail&aid=2842063&group_id=176962&atid=934929
2009-08-21 17:22:34 +00:00
trifonnt 410eb15d73 BF: 2836887 - Not well Formed XML
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2836887&group_id=176962
2009-08-21 14:34:01 +00:00
teo_sarca 7b5691b490 FR [ 2841841 ] Requisition Improvements
https://sourceforge.net/tracker/?func=detail&aid=2841841&group_id=176962&atid=879335
2009-08-21 11:43:33 +00:00
phib c98b1260f7 BF2794268 https://sourceforge.net/tracker/?func=detail&aid=2794268&group_id=176962&atid=879332 2009-08-21 01:09:36 +00:00
Carlos Ruiz 88d302f2b0 Implement FR [2840458] - Credit checking problem
https://sourceforge.net/tracker/?func=detail&aid=2840458&group_id=176962&atid=879335
2009-08-19 17:09:45 +00:00
Carlos Ruiz f6f7106885 Fix [2839975] - Text field long out of area
https://sourceforge.net/tracker/?func=detail&aid=2839975&group_id=176962&atid=934929
2009-08-19 00:37:31 +00:00
Carlos Ruiz 0947dbf4e0 Fix [2839974] - Not zoom for payroll period
https://sourceforge.net/tracker/?func=detail&aid=2839974&group_id=176962&atid=934929
2009-08-19 00:24:27 +00:00
Carlos Ruiz 45186bb478 Fix [2839967] - Cannot change IsInPayroll
https://sourceforge.net/tracker/?func=detail&aid=2839967&group_id=176962&atid=934929
2009-08-19 00:09:21 +00:00
vpj-cd 0ea4118ec3 http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2837300&group_id=176962
In payment selection you can select draft invoice
2009-08-14 03:27:38 +00:00
Carlos Ruiz 80a06b85cf BF [1986751] - RequestEmailProcessor InStr Postgresql
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1986751&group_id=176962
2009-08-13 20:00:51 +00:00
Carlos Ruiz 1fe527a7d5 BF [2797787] - Cannot delete line on PO generated from SO
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2797787&group_id=176962
2009-08-13 15:32:42 +00:00
Carlos Ruiz 6b85471443 Error in oracle migration script
FR2793242 Fact Acct Summary
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2793242&group_id=176962
2009-08-13 14:33:04 +00:00
tspc 1d5537e95b BF2038848 - Product Planning, Order Policy Column
Implement suggested column change to varchar2
2009-08-13 01:21:16 +00:00
trifonnt 11c09a770d BF: [2835006] must to reset t all -> you must reset all
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2835006&group_id=176962
2009-08-11 12:58:37 +00:00
phib 629243e61d BF 2834795 CopyRole user on itself "deletes" all rights
Added check for same role, and updated parameters in AD to force selection of role.
2009-08-11 03:00:30 +00:00
Carlos Ruiz 1ec97a82a9 set client encoding in script to run correctly in postgresql 2009-08-10 22:41:45 +00:00
Carlos Ruiz e7020b067a FR [2835168] - Minor problem found in dictionary
https://sourceforge.net/tracker/?func=detail&aid=2835168&group_id=176962&atid=934929
2009-08-10 21:33:13 +00:00
Carlos Ruiz 17df1e84c2 FR [2835167] - Spanish translation for payroll
https://sourceforge.net/tracker/?func=detail&aid=2835167&group_id=176962&atid=934929
2009-08-10 21:29:30 +00:00
trifonnt c9f4e7aea7 BF: [2833789] - concat instead of contact
http://sourceforge.net/tracker/?func=detail&aid=2833789&group_id=176962&atid=879332
2009-08-09 10:44:27 +00:00
trifonnt 826c8b6a61 BF [2834402] - Wrong Reference type for Partner Category column
https://sourceforge.net/tracker/?func=detail&aid=2834402&group_id=176962&atid=879332
2009-08-09 09:10:01 +00:00
Carlos Ruiz 464fdc3125 Fix [ adempiere-Bugs-2832312 ] Encrypted button must have better displaylogic
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2832312&group_id=176962
2009-08-04 23:34:02 +00:00
trifonnt beb64c217c Add Two missing JP Prefectures.
As per sf.net post: https://sourceforge.net/forum/message.php?msg_id=7544012
2009-08-04 20:49:47 +00:00
phib 50112175b6 FR2793242 Fact Acct Summary
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2793242&group_id=176962
2009-08-02 23:54:50 +00:00
trifonnt e97b90e67f FR-2831174 [Set proper Field Group]
https://sourceforge.net/tracker/?func=detail&aid=2831174&group_id=176962&atid=883808
2009-08-02 16:24:35 +00:00
trifonnt d7d7b27686 FR1709307 - correction of jp prefecture records
https://sourceforge.net/tracker/?func=detail&aid=1709307&group_id=176962&atid=883808
2009-08-02 00:02:18 +00:00
trifonnt 1c60217def FR-2830806 [IsAllowLogging human readable]
https://sourceforge.net/tracker/?func=detail&aid=2830806&group_id=176962&atid=883808
2009-08-01 12:51:03 +00:00
trifonnt 715f083032 Put proper file extension.
FR-2830755 Re-Organize menu items
https://sourceforge.net/tracker/?func=detail&aid=2830755&group_id=176962&atid=883808
2009-08-01 12:45:51 +00:00
trifonnt 55e1e951f7 FR-2830755 Re-Organize menu items
https://sourceforge.net/tracker/?func=detail&aid=2830755&group_id=176962&atid=883808
2009-08-01 09:50:30 +00:00
teo_sarca c27e82b821 BF [ 2830154 ] currencyConvert(ORA) is not fetching the right ConversionType
https://sourceforge.net/tracker/?func=detail&aid=2830154&group_id=176962&atid=879332
2009-07-31 07:29:31 +00:00
Heng Sin Low 52a570e7ab fixed wrong file name - wrong FR # used. 2009-07-29 09:58:05 +00:00
Heng Sin Low f0b1f779fa * Feature request by Adaxa *
https://sourceforge.net/tracker/?func=detail&aid=2828826&group_id=176962&atid=879335
- add optional marketing campaign to promotion.

https://sourceforge.net/tracker/?func=detail&aid=2828878&group_id=176962&atid=879335
- add optional activity filter to promotion pre condition
2009-07-29 09:44:17 +00:00
tspc 426feb9ef1 BF2828321-Error inserting Forecast Lines
https://sourceforge.net/tracker/?func=detail&aid=2828321&group_id=176962&atid=934929
2009-07-28 11:31:22 +00:00
Carlos Ruiz 100d2643c2 Implement [2815134] - Window My Unprocessed Documents
https://sourceforge.net/tracker/?func=detail&atid=883808&aid=2815134&group_id=176962
2009-07-24 18:17:01 +00:00
trifonnt cd8e075ce1 Added some example values. 2009-07-24 07:44:32 +00:00
teo_sarca 33fd1516bb [ 2771474 ] C_Charge_Trl Translation for the Charge
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2771474&group_id=176962
2009-07-21 08:35:41 +00:00
Heng Sin Low 36ca94788a https://sourceforge.net/tracker/?func=detail&aid=2819356&group_id=176962&atid=879335
- Added GoalDisplay column to PA_Goal.
- The new field allow user to select to render performance goal as table or chart at dashboard.
2009-07-20 03:57:51 +00:00
Carlos Ruiz af64f4c5d7 Fix [2823371] - Deleting official unused Elements in Synchronize Terminology
https://sourceforge.net/tracker/?func=detail&aid=2823371&group_id=176962&atid=879332
2009-07-17 22:54:20 +00:00
Carlos Ruiz a85b3171be Fix [2823254] - Minor dictionary problems
https://sourceforge.net/tracker/?func=detail&aid=2823254&group_id=176962&atid=934929
2009-07-17 19:03:25 +00:00
teo_sarca 0a950e9874 BF [ 2821679 ] Display Verified check box
https://sourceforge.net/tracker/?func=detail&atid=934929&aid=2821679&group_id=176962
2009-07-15 07:10:19 +00:00
Heng Sin Low 607d1c0a26 FR[2723091] Promotion
- Missing database sequence record for M_PromotionGroup, M_PromotionDistribution and M_PromotionReward
2009-07-13 20:17:13 +00:00
trifonnt 868dc2519b FR: [2820912] Disable Import Processor
https://sourceforge.net/tracker/?func=detail&aid=2820912&group_id=176962&atid=879335
2009-07-13 19:32:38 +00:00
trifonnt 9c4f7bcabb BF: [2820886] Wrong Reference type of Manufacturer field
https://sourceforge.net/tracker/?func=detail&aid=2820886&group_id=176962&atid=879332
2009-07-13 18:09:50 +00:00
teo_sarca fe16694e18 migration scipts: fix sqlplus syntax 2009-07-13 08:55:47 +00:00
teo_sarca 89be929138 BF [ 2820596 ] Unable to save a manufacturing order
https://sourceforge.net/tracker/index.php?func=detail&aid=2820596&group_id=176962&atid=934929#
2009-07-13 07:22:39 +00:00
Heng Sin Low fd9b7a3843 https://sourceforge.net/tracker/?func=detail&aid=2819356&group_id=176962&atid=879335
- as per colin suggestion, make ChartType mandatory for PA_Goal
- Zkwebui raise class loader exception when using jfreechart
2009-07-13 06:58:04 +00:00
phib 25b2a8bd96 FR2818821 Copy "Report and Process" process
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2818821&group_id=176962
2009-07-13 05:26:09 +00:00
Heng Sin Low d909960094 https://sourceforge.net/tracker/?func=detail&aid=2819356&group_id=176962&atid=879335
- migration script to add ChartType support to Performance goal
2009-07-11 03:52:23 +00:00
phib c0e629b84d FR [ 2006255 ] Configurable "Create Periods" process.
Merge from old trunk.
2009-07-08 23:29:33 +00:00
teo_sarca b619468f26 [ 2817870 ] MO should use only validated BOMs and WFs
https://sourceforge.net/tracker/?func=detail&aid=2817870&group_id=176962&atid=934929

Product Planning window, Product tab (first) - Verify BOM button should be editable
2009-07-07 09:02:58 +00:00
Heng Sin Low 779c91d030 https://sourceforge.net/tracker/index.php?func=detail&aid=1748675&group_id=176962&atid=879335 [sponsor development: promotion]
- fixed migration script error
2009-06-26 21:29:04 +00:00
teo_sarca 8414af7c37 FR [ 2812708 ] Window MRP notices (all)
https://sourceforge.net/tracker/?func=detail&aid=2812708&group_id=176962&atid=934929
2009-06-26 12:03:01 +00:00
Heng Sin Low d561db337a https://sourceforge.net/tracker/index.php?func=detail&aid=1748675&group_id=176962&atid=879335
- sponsor development, promotion.
2009-06-25 12:05:51 +00:00
teo_sarca 70e0edbfa2 BF [ 2596202 ] Error in Print & Release order process
https://sourceforge.net/tracker/?func=detail&aid=2596202&group_id=176962&atid=934929

fix migration script
2009-06-18 10:26:36 +00:00
vpj-cd 57919be48c Fix small error with script migration 2009-06-17 19:20:38 +00:00
mjudd 292c47f208 BF [ 2807618 ] - Product attribute is not printed on SO/PO
Bug introduced in 448_FR2771474C_Charge_Trl.sql - When a Sales order or purchase order is printed and it is not in the base
language (en_US), the product attribute is not printed.
https://sourceforge.net/tracker/?func=detail&aid=2807618&group_id=176962&atid=879332
2009-06-17 10:05:41 +00:00
vpj-cd 5d5f0fae94 The Inventory Move Document is incorrect
http://sourceforge.net/tracker/?func=detail&aid=2807230&group_id=176962&atid=879332
2009-06-16 15:43:07 +00:00
mjudd a990df223e BF [ 2806709 ] - Reinstate Order Transaction report
Additional commit to re-instate the correct position of the report on the menu
http://sourceforge.net/tracker/?func=detail&aid=2806709&group_id=176962&atid=879332
2009-06-16 14:54:47 +00:00
mjudd 24d5aecd6a BF [ 2806709 ] - Reinstate Lost Report: Sales Transactions 2009-06-15 18:41:49 +00:00
vpj-cd 5a6b62284a MRP process should not generate Requisition for By Products
http://sourceforge.net/tracker/?func=detail&atid=934929&aid=2804811&group_id=176962

And fixed the error in VIEWs TO MO
2009-06-11 17:46:41 +00:00
trifonnt dbfd500aa8 FR: Hide non working replication functionality
https://sourceforge.net/tracker/?func=detail&aid=2804868&group_id=176962&atid=879335
2009-06-11 14:27:22 +00:00
teo_sarca 41402d799c BF [ 2804702 ] ClassNotFoundException: org.eevolution.process.PayrollProces
https://sourceforge.net/tracker/?func=detail&aid=2804702&group_id=176962&atid=934929
2009-06-11 09:09:49 +00:00
phib ecf839802b 2803994 Enable explicit setting of tab parent link column
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2803994&group_id=176962
2009-06-11 06:10:16 +00:00
teo_sarca 0289e55d97 [ 2804606 ] Introduce NoUOMConversion AD_Message
https://sourceforge.net/tracker/?func=detail&aid=2804606&group_id=176962&atid=879335
2009-06-11 05:55:43 +00:00
mjudd 44edd2db53 FR [ 2803341 ] - Deprecate Cash Journal
https://sourceforge.net/tracker/index.php?func=detail&aid=2803341&group_id=176962&atid=879335
Added SysConfig CASH_AS_PAYMENT - Y = Process Cash as Payment, N = Process Cash as Cash Journal (Default: Y)
2009-06-10 18:49:03 +00:00
Carlos Ruiz a255992858 BF [2804321] - Invoice Open function doesn't respect currency precision
https://sourceforge.net/tracker/?func=detail&aid=2804321&group_id=176962&atid=879332
2009-06-10 18:24:58 +00:00
Carlos Ruiz 65d5f0e120 Fix bug [2804190] - System allows to generate shipments on incomplete orders
https://sourceforge.net/tracker/?func=detail&aid=2804190&group_id=176962&atid=879332
2009-06-10 14:28:42 +00:00
mjudd 07a7b23a53 BF [2791095] - EmailUserPW too short for encrypted passwords
https://sourceforge.net/tracker/index.php?func=detail&aid=2791095&group_id=176962&atid=879332
2009-06-09 18:52:00 +00:00
mjudd c9e0f23d95 BF [2791095] - EmailUserPW too short for encrypted passwords
https://sourceforge.net/tracker/index.php?func=detail&aid=2791095&group_id=176962&atid=879332
2009-06-09 14:42:40 +00:00
tspc ce8b246806 BF2801372 NO Data found for C_BPartner_ID=50006
https://sourceforge.net/tracker/?func=detail&aid=2801372&group_id=176962&atid=879332
2009-06-05 22:39:05 +00:00
teo_sarca 2ccced5180 MRP-160 Document creation error
https://sourceforge.net/tracker/?func=detail&aid=2801625&group_id=176962&atid=934929

fix previous commited scripts
2009-06-05 10:29:11 +00:00
teo_sarca 70892119ce MRP-999 Unknown MRP Error
https://sourceforge.net/tracker/?func=detail&aid=2801634&group_id=176962&atid=934929
2009-06-05 10:24:57 +00:00
teo_sarca 29c7379c44 MRP-160 Document creation error
https://sourceforge.net/tracker/?func=detail&aid=2801625&group_id=176962&atid=934929
2009-06-05 10:12:40 +00:00
phib 39dc2c6f62 FR2794732 Post documents from Unposted document window
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2794732&group_id=176962
2009-06-02 01:50:58 +00:00
Heng Sin Low 57a1b276b7 https://sourceforge.net/tracker/?func=detail&aid=2799353&group_id=176962&atid=879332 2009-06-01 09:00:04 +00:00
Heng Sin Low b9dbe81710 https://sourceforge.net/tracker/index.php?func=detail&aid=1756793&group_id=176962&atid=879334
- Hide vendor return doctype from purchase order
- Hide customer return doctype from sales order
2009-06-01 08:40:44 +00:00
Heng Sin Low a3d3c92dc7 https://sourceforge.net/tracker/index.php?func=detail&aid=1756793&group_id=176962&atid=879334
- Implemented missing counter document support for RMA
- Fixed CreateFromInvoice implementation for RMA
- Vendor Return is captured in Shipment window
- Customer Return is captured in Material Receipt window
2009-06-01 05:23:43 +00:00
vpj-cd 5c65097427 https://sourceforge.net/tracker/?func=detail&aid=2596202&group_id=176962&atid=934929
kind regaerds
Victor Perez
www.e-evolution.com
2009-05-25 18:15:54 +00:00
teo_sarca 52638a5a4f fix libero views
* correct cast('en_US' as varchar) to cast('en_US' as varchar2(6))
* make script sqlplus compatible
* never include "DROP VIEW " in your ddlutils scripts
2009-05-22 11:28:08 +00:00
Heng Sin Low 10ae72406c https://sourceforge.net/tracker/?func=detail&aid=2793674&group_id=176962&atid=955896 2009-05-22 08:43:44 +00:00
phib 071bca4bb5 BF2795251 QtyInvoiced field updatable in Invoice (Customer)
https://sourceforge.net/tracker/?func=detail&aid=2795251&group_id=176962&atid=879332
2009-05-22 08:05:30 +00:00
vpj-cd 2e18141da5 fixed views 2009-05-21 21:34:33 +00:00
vpj-cd 893c2ddba6 Error in Print & Release order process
http://sourceforge.net/tracker/?func=detail&aid=2596202&group_id=176962&atid=934929
2009-05-21 02:29:35 +00:00
redchris 6ae1ecce78 FR [ 2793721 ] - Data Access Level for HR_Concept
https://sourceforge.net/tracker/?func=detail&aid=2793721&group_id=176962&atid=934929
2009-05-19 10:37:46 +00:00
Carlos Ruiz d8626f9ec9 Fix problems reported in migration script
[2761420] - Advanced Search
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=2761420&group_id=176962
2009-05-18 17:54:57 +00:00
teo_sarca 4e6a00d19e Fix AD_Scheduler_Para.ParameterDefault length
https://sourceforge.net/tracker/?func=detail&aid=2793403&group_id=176962&atid=879332
2009-05-18 15:10:11 +00:00
redchris 61091e41fa FR [ 2791026 ] - ADD unique index on HR_Job, HR_Department, HR_Contract
https://sourceforge.net/tracker/index.php?func=detail&aid=2791026&group_id=176962&atid=934929
2009-05-13 12:03:45 +00:00
redchris 3a339af999 FR [ 2791026 ] - ADD unique index on HR_Job, HR_Department, HR_Contract
https://sourceforge.net/tracker/index.php?func=detail&aid=2791026&group_id=176962&atid=934929
2009-05-13 06:31:43 +00:00
phib 4791007b14 BF2779181 PackIn fails on strings with single quotes
Use PO instead of direct DB insert
2009-05-12 06:14:52 +00:00
bayucahya 03d6cb9e1a BF [2789319] No check of Actual, Budget, Statistical attribute 2009-05-11 07:24:42 +00:00
Carlos Ruiz 301549146c Delete specific language inserts - it must not be included in migration scripts 2009-05-08 19:22:38 +00:00
Carlos Ruiz 6661ec5618 BF [1985481] - Processed documents can be edited
- Solve issue reported by Teo on Business Partner window
- Add Messages
2009-05-08 18:37:19 +00:00
Carlos Ruiz 923b8dbd8d delete wrong update 2009-05-08 18:18:12 +00:00
teo_sarca b79597305a FR [ 2788074 ] ImportBPartner: add IsValidateOnly option
https://sourceforge.net/tracker/?func=detail&aid=2788074&group_id=176962&atid=879335
2009-05-07 09:05:34 +00:00
teo_sarca 6a1aff8d61 Missing translation
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2787097&group_id=176962
2009-05-05 10:24:59 +00:00
teo_sarca 5241a5d6c9 FR [ 2783862 ] DBA_Recompile should recompile all materialized views
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2783862&group_id=176962

Implement Carlos' recommendations
2009-05-04 14:43:53 +00:00
Carlos Ruiz 4cfe920dec Revert Revision: 8308
BF [2531025] - M_InOutLine.M_Locator_ID should be mandatory
https://sourceforge.net/tracker/?func=detail&aid=2531025&group_id=176962&atid=879332
2009-05-02 16:06:48 +00:00
Carlos Ruiz 7bff24602a FR [2783860] - DBA_Cleanup should clean all temporary tables
* Audit tables better configured used housekeeping (it allows previous backup) - AD_PInstance AD_ChangeLog AD_Session AD_Note
* AD_Find AD_Error not used in adempiere
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2783860&group_id=176962
2009-05-02 14:10:55 +00:00
teo_sarca db9e81c387 POS Sales Order -> Could not create Shipment Line
https://sourceforge.net/tracker/?func=detail&aid=2757978&group_id=176962&atid=879332

Carlos, please help me with a review
2009-04-30 07:53:28 +00:00
teo_sarca b2b035a6c6 DBA_Recompile should recompile all materialized views
https://sourceforge.net/tracker/?func=detail&aid=2783862&group_id=176962&atid=879335
2009-04-30 06:42:06 +00:00
teo_sarca 90accc91fb FR [ 2783860 ] DBA_Cleanup should clean all temporary tables
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2783860&group_id=176962
* delete AD_Find records ONLY after a week
* delete processed AD_Notes ONLY after a week
2009-04-30 06:27:01 +00:00
teo_sarca 49cd77b1a6 FR [ 2783860 ] DBA_Cleanup should clean all temporary tables
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2783860&group_id=176962
2009-04-29 18:34:56 +00:00
teo_sarca 21c6b985f0 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-24 11:10:50 +00:00
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
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
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 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
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
teo_sarca f65ffafc85 Hide Libero Accounts if Libero module is not enabled
https://sourceforge.net/tracker/index.php?func=detail&aid=2750434&group_id=176962&atid=934929
2009-04-10 14:44:39 +00:00
trifonnt d6ae8bc6ad Added example values for Postgre home and Postgre data. 2009-04-03 15:19:48 +00:00
redchris caadb633ac FR [2725301] Rule Engine - IsRegistered
https://sourceforge.net/tracker/?func=detail&aid=2725301&group_id=176962&atid=934929
some check marks reordered in Payroll Concept Catalog window
2009-04-02 10:06:20 +00:00
redchris 0548ad16ab FR [2725301] Rule Engine - IsRegistered
https://sourceforge.net/tracker/?func=detail&aid=2725301&group_id=176962&atid=934929
The restriction removed from the window Payroll Concept Catalog
2009-04-02 06:54:58 +00:00
vpj-cd 503807e571 Adding Description field as parameter and info DO Detail
http://sourceforge.net/tracker/?func=detail&aid=2725539&group_id=176962&atid=934929
2009-04-01 19:21:32 +00:00
Heng Sin Low f6ce9edfc8 [ adempiere-Bugs-2721746 ] GW MM Vendor Return DocType Have Wrong IsSoTrx Value 2009-03-30 06:44:24 +00:00
Heng Sin Low 9d1cfc5ca6 BF [ 2714803 ]
- Fixed wrong select sql use in the for loop
BF [ 2714831 ]
- p_DateAcct parameter have wrong datatype, should be "timestamp with time zone" instead of "date"
2009-03-27 05:55:58 +00:00
redchris eeb020513c FR [2711495] PP_Cost_Collector_ID in HR_Movement table
https://sourceforge.net/tracker/?func=detail&aid=2711495&group_id=176962&atid=934929
errors fixed
2009-03-26 14:02:37 +00:00
redchris aab758ee3f FR [2708912] Concept as reference
https://sourceforge.net/tracker/?func=detail&aid=2708912&group_id=176962&atid=934929
line with Ad_Val_Rule_Trl deleted
2009-03-26 10:27:32 +00:00
Carlos Ruiz 9e7cdce62d Cut space from filename on migration script 2009-03-26 09:55:04 +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
Carlos Ruiz 4d8f66dea7 Integrate fix for [2710889] - Function PaymentTermDueDate: Cast Error
Contributed by Ricardo (ralexsander)
2009-03-25 05:02:55 +00:00
redchris cf9b97d8e3 FR [2708929] SeqNo in HR_Concept table
https://sourceforge.net/tracker/?func=detail&aid=2708929&group_id=176962&atid=934929
fix related to parent column
2009-03-24 13:17:46 +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
redchris 1cf477e8b5 FR [2708912] Concept as reference
https://sourceforge.net/tracker/?func=detail&aid=2708912&group_id=176962&atid=934929
2009-03-24 10:13:41 +00:00
Carlos Ruiz 857209220a Implement [2690930] Importer for Price List
Found strange problem in importer - adempiere generates check constraint Y/N for boolean fields, but importers assign 'E' to I_IsImported on error
2009-03-19 03:42:57 +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
Carlos Ruiz 529e9dd2db Wrong default for one key 2009-03-17 06:07:32 +00:00
Carlos Ruiz 8f6de6c73f Missing Sysconfig keys 2009-03-17 05:53:47 +00:00
Carlos Ruiz cd1fec483a Postgresql migration script different than oracle
Please when editing one script the other must be edited in sync
2009-03-17 04:44:11 +00:00
Carlos Ruiz 381da83ae1 wrong comments in previous commit 2009-03-16 18:44:31 +00:00
Carlos Ruiz 6d14c5cc10 Fix [2688939] - Dictionary typos
https://sourceforge.net/tracker2/?func=detail&aid=2688939&group_id=176962&atid=879332
2009-03-16 18:43:01 +00:00
Carlos Ruiz 8138d6bf24 Postgres error in revision 8719
ERROR: cannot change number of columns in view
2009-03-13 20:59:14 +00:00
teo_sarca 65c863c116 BF2668133 : use "set define off" in migration scripts 2009-03-13 15:20:30 +00:00
teo_sarca 2552ae5e36 [ 2685975 ] Wrong amount in Cost BOM Multilevel Review
https://sourceforge.net/tracker/?func=detail&atid=934929&aid=2685975&group_id=176962
2009-03-13 11:43:29 +00:00
teo_sarca 39ce088b39 [ 2685973 ] Missing columns in Product cost report
https://sourceforge.net/tracker/index.php?func=detail&aid=2685973&group_id=176962&atid=934929
2009-03-13 10:18:37 +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
Carlos Ruiz d7134aedd2 Fix [ adempiere-Bugs-2669957 ] It doesn't print correctly BOM Product detail in shipments
https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2669957&group_id=176962
Thanks to Enrique Ruibal
2009-03-07 17:44:02 +00:00
Carlos Ruiz 88f79db0ce Fix problem with script, it must be finished with ";" to make it run properly with migration_postgresql.sh tool 2009-03-07 17:21:19 +00:00
Carlos Ruiz 58495c0f1f minor fix in comments 2009-03-07 17:18:46 +00:00
teo_sarca 09ab394684 [ 2668133 ] Inactivate deprecated/incomplete processes
https://sourceforge.net/tracker/index.php?func=detail&aid=2668133&group_id=176962&atid=934929

Deactivated:
Product Costing
Cost Workflow & Process Details
2009-03-06 12:41:05 +00:00
teo_sarca 1b1b5d13f6 [ 2666056 ] Product Planning: do not allow to create products
https://sourceforge.net/tracker/index.php?func=detail&aid=2666056&group_id=176962&atid=934929
2009-03-05 19:54:00 +00:00
teo_sarca 574b416579 libero: fix Cost BOM & Formula Review report fields 2009-03-05 13:16:33 +00:00
teo_sarca 072c306db4 [ 2664599 ] Fix CreateCostElement process parameters
https://sourceforge.net/tracker/index.php?func=detail&aid=2664599&group_id=176962&atid=934929
2009-03-05 10:17:04 +00:00
Carlos Ruiz 1b55b59f68 Fix [2655587] Multi-org not supported in Aging 2009-03-03 02:01:01 +00:00
teo_sarca 9c6ae7d4c5 [ 2633082 ] Q: Why Batch Time involves setting of Setup Time?
https://sourceforge.net/tracker/index.php?func=detail&aid=2633082&group_id=176962&atid=934929

Changed Action Control Window: i hided IsBatchTime flag since we always report batchtime, and SetupTimeReal and DurationReal are always showed
2009-02-26 07:49:57 +00:00
teo_sarca deb02c1053 [ 2571538 ] Units by Cycle do not is implement
https://sourceforge.net/tracker/index.php?func=detail&aid=2571538&group_id=176962&atid=934929
2009-02-24 10:39:40 +00:00
teo_sarca 2e690fdbb5 [ 2620304 ] Fix PP_Order_Cost
https://sourceforge.net/tracker/index.php?func=detail&aid=2620304&group_id=176962&atid=934929
2009-02-20 15:35:20 +00:00
teo_sarca 3bdadc091c [ 2609604 ] Add M_RequisitionLine.C_BPartner_ID
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2609604&group_id=176962
2009-02-18 16:27:02 +00:00
teo_sarca 968727b437 [ 2612129 ] Manufacturing window included tab not refreshed
https://sourceforge.net/tracker/index.php?func=detail&aid=2612129&group_id=176962&atid=934929

As a workaround i changed the Manufacturing Order Window, Components Tab and i set the where clause: PP_Order_ID=@PP_Order_ID@ AND PP_Order_BOM_ID=@PP_Order_BOM_ID@
More comments regarding this Swing issue on proper tracker (see #2596107).
2009-02-18 10:29:49 +00:00
vpj-cd 2c95c3a129 v.353a - Error: NotSupported Component Type OP
http://sourceforge.net/tracker/?func=detail&atid=934929&aid=2539813&group_id=176962
2009-02-18 01:05:07 +00:00