Commit Graph

127 Commits

Author SHA1 Message Date
Carlos Ruiz 27e8db31ed Disallow negative inventories configurable per warehouse
Integrate solution from Compiere GPL Version 3.2 - and adapt to Adempiere
https://sourceforge.net/tracker/?func=detail&aid=3123715&group_id=176962&atid=879335
- Validation on Storage is per ASI - so it must be the same on Warehouse
- Fix a problem found on migration script - message trl updated wrongly and new message not created
- With negative inventory disallowed then reversing a movement requires copy of the ASI (LineMA) - also to make this reverse behave the same way as reversing MInventory
2011-03-25 19:25:34 -05:00
Carlos Ruiz ad8d01291c Bug#2904321-Create Inventory Count List not taking negative qty products
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904321&group_id=176962
2011-03-08 12:31:00 -05:00
Carlos Ruiz d283c2402d Fix 3116131 - Packout details can not be saved - empty Package Build ID
http://sourceforge.net/support/tracker.php?aid=3116131
2011-03-08 11:58:12 -05:00
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 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 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
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