Re: svn commit: r779981 - in /ofbiz/trunk: applications/product/config/ applications/product/servicedef/ applications/product/src/org/ofbiz/shipment/packing/ applications/product/src/org/ofbiz/shipm

2009-06-30 Thread Ravindra Mandre
On Fri, May 29, 2009 at 7:33 PM, wrote: > Author: mor > Date: Fri May 29 14:03:35 2009 > New Revision: 779981 > > URL: http://svn.apache.org/viewvc?rev=779981&view=rev > Log: > While packing an order using "Weight Package Only" method, system now use > the online shipping estimates from UPS to co

[jira] Updated: (OFBIZ-2677) Add Csv and PDF functionalities to Transaction Totals sub tab bar of reports.

2009-06-30 Thread Brajesh Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brajesh Patel updated OFBIZ-2677: - Attachment: TransactionTotalsPdf.pdf TransactionTotal_csvandpdfview.patch Here up

Re: Proposal for adding an alternate-target element to the form's widget submit element

2009-06-30 Thread Ashish Vijaywargiya
+1 -- Ashish On Wed, Jul 1, 2009 at 4:47 AM, Jacopo Cappellato < jacopo.cappell...@hotwaxmedia.com> wrote: > +1 > > this too could be very useful. > > Or even (more concise but less clear and probably more difficult to > implement): > > > > > > > > > > button-type="bu

Re: svn commit: r790027 - /ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/SimpleMethod.java

2009-06-30 Thread Adam Heath
Adrian Crum wrote: > Hmm... let's say the simple method operations all kept line numbers in them. > The exec method could catch all Exceptions, wrap the original Exception with > a MiniLangException - which would also accept the method name and line number > - and then throw the MiniLangExceptio

Re: Proposal for adding an alternate-target element to the form's widget submit element

2009-06-30 Thread Bruno Busco
+1 it should be possible to set the export alt-target in a base form and have it consistently in all extended ones. I think this will be possible with all of the suggested solutions. -Bruno 2009/7/1 BJ Freeman : > how about making A content that can be used to list the type of exports. > this wou

Re: svn commit: r790027 - /ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/SimpleMethod.java

2009-06-30 Thread Adrian Crum
Hmm... let's say the simple method operations all kept line numbers in them. The exec method could catch all Exceptions, wrap the original Exception with a MiniLangException - which would also accept the method name and line number - and then throw the MiniLangException. You could still get a s

Re: svn commit: r790027 - /ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/SimpleMethod.java

2009-06-30 Thread Adam Heath
Adrian Crum wrote: > Why wouldn't we want this as a standard part of the framework? Also, it would > be nice if the operation included a line number in the log. Because enabling it adds a stack frame to each operation. When several operations are called in series, this can add up. I don't care

Re: svn commit: r790027 - /ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/SimpleMethod.java

2009-06-30 Thread Adrian Crum
Why wouldn't we want this as a standard part of the framework? Also, it would be nice if the operation included a line number in the log. -Adrian --- On Tue, 6/30/09, Adam Heath wrote: > From: Adam Heath > Subject: Re: svn commit: r790027 - > /ofbiz/trunk/framework/minilang/src/org/ofbiz/m

Re: svn commit: r790027 - /ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/SimpleMethod.java

2009-06-30 Thread Adam Heath
doo...@apache.org wrote: > Author: doogie > Date: Wed Jul 1 02:54:01 2009 > New Revision: 790027 > > URL: http://svn.apache.org/viewvc?rev=790027&view=rev > Log: > Set the line number on the wrapped operation instance. > > Modified: > ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/Sim

Re: Proposal for adding an alternate-target element to the form's widget submit element

2009-06-30 Thread BJ Freeman
how about making A content that can be used to list the type of exports. this would open the exports based on dataresources. Just a thought. Jacopo Cappellato sent the following on 6/30/2009 2:54 PM: > I would like to make it easier to get different type of exports (pdf, > csv etc...) for the same

Re: Proposal for adding an alternate-target element to the form's widget submit element

2009-06-30 Thread Jacopo Cappellato
+1 this too could be very useful. Or even (more concise but less clear and probably more difficult to implement): type="button"/> Jacopo On Jun 30, 2009, at 4:50 PM, Scott Gray wrote: +1 Here's another approach that might be nice, have something simila

Re: svn commit: r789775 - /ofbiz/trunk/framework/images/webapp/images/prototypejs/controls.js

2009-06-30 Thread Anil Patel
Adrian, I appreciate your concern. Changes in this commit is bug fix. I am tracking all the changes I have made to prototype/scriptaculaus library. I'll make sure we migrate these changes or find alternatives when library is upgraded in ofbiz. We take enhancements and bug fixes to their com

Re: Proposal for adding an alternate-target element to the form's widget submit element

2009-06-30 Thread Scott Gray
+1 Here's another approach that might be nice, have something similar to the use-when attribute except that it is evaluated at (form) runtime, e.g.: target="SearchOrdersScreenPdf"/> target="SearchOrdersScreenCsv"/> type="button"/> It could als

Proposal for adding an alternate-target element to the form's widget submit element

2009-06-30 Thread Jacopo Cappellato
I would like to make it easier to get different type of exports (pdf, csv etc...) for the same search form widget. Right now we can add 'export' links to the screen, but it is tricky to keep the search parameters when you click on them. What about adding an "alternate-target" attribute to t

[jira] Closed: (OFBIZ-2671) Getting error while using "MacroScreenViewHandler".

2009-06-30 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-2671. Resolution: Fixed Thank you, fixed in rev 789855 > Getting error while using "MacroScreenV

[jira] Assigned: (OFBIZ-2671) Getting error while using "MacroScreenViewHandler".

2009-06-30 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-2671: Assignee: Jacopo Cappellato > Getting error while using "MacroScreenViewHandler". >

Re: svn commit: r789775 - /ofbiz/trunk/framework/images/webapp/images/prototypejs/controls.js

2009-06-30 Thread Adrian Crum
Are you sure you want to modify a third-party library? -Adrian apa...@apache.org wrote: Author: apatel Date: Tue Jun 30 14:55:43 2009 New Revision: 789775 URL: http://svn.apache.org/viewvc?rev=789775&view=rev Log: using method passed in options and default to "get" Modified: ofbiz/trunk

Re: Best way to define different GL accounts for unreconciled/reconciled transactions

2009-06-30 Thread BJ Freeman
This is more get me up to speed questions. 1) do we not have a transaction file used already? 2) Should not this transaction file be the one that has adjustments as well as entries in it? 3) is the temporaries like importing a online banks statement to reconcile against the transaction file? In ot

[jira] Closed: (OFBIZ-2678) Currency not shown on the Transaction Totals search result.

2009-06-30 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya closed OFBIZ-2678. -- Resolution: Fixed Thanks Brajesh! Done at r789784. -- Ashish > Currency not shown on

[jira] Assigned: (OFBIZ-2678) Currency not shown on the Transaction Totals search result.

2009-06-30 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya reassigned OFBIZ-2678: -- Assignee: Ashish Vijaywargiya > Currency not shown on the Transaction Totals se

increase -Xms to -Xmx

2009-06-30 Thread Adam Heath
http://java.sun.com/docs/hotspot/gc1.4.2/faq.html says that the client vm will tend to free soft references first, before increasing the heap, while the server vm will increase the heap first. Seeing that client/server vm changes other defaults, I'm thinking about setting -Xms to be the same as -X

[jira] Updated: (OFBIZ-2678) Currency not shown on the Transaction Totals search result.

2009-06-30 Thread Brajesh Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brajesh Patel updated OFBIZ-2678: - Attachment: Added_Currency_with_amount.patch I have attached patch work related to the added curr

[jira] Created: (OFBIZ-2678) Currency not shown on the Transaction Totals search result.

2009-06-30 Thread Brajesh Patel (JIRA)
Currency not shown on the Transaction Totals search result. --- Key: OFBIZ-2678 URL: https://issues.apache.org/jira/browse/OFBIZ-2678 Project: OFBiz Issue Type: Bug Components

[jira] Commented: (OFBIZ-2670) Add a button on "Create Purchase Order" screen for showing Qoh and ATP of entred productId

2009-06-30 Thread Akash Jain (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725617#action_12725617 ] Akash Jain commented on OFBIZ-2670: --- Thank you, Vikas Mayur :) Thanks and Regards -- Aka

[jira] Closed: (OFBIZ-2670) Add a button on "Create Purchase Order" screen for showing Qoh and ATP of entred productId

2009-06-30 Thread Vikas Mayur (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur closed OFBIZ-2670. -- Resolution: Fixed Thanks Akash, Your patch with minor typo fix to the form name is in rev. 789696. Th

[jira] Updated: (OFBIZ-2677) Add Csv and PDF functionalities to Transaction Totals sub tab bar of reports.

2009-06-30 Thread Brajesh Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brajesh Patel updated OFBIZ-2677: - Attachment: TransactionTotal_csvandpdfview.patch Here patch for export Transaction Totals search

[jira] Created: (OFBIZ-2677) Add Csv and PDF functionalities to Transaction Totals sub tab bar of reports.

2009-06-30 Thread Rishi Solanki (JIRA)
Add Csv and PDF functionalities to Transaction Totals sub tab bar of reports. -- Key: OFBIZ-2677 URL: https://issues.apache.org/jira/browse/OFBIZ-2677 Project: OFBiz

[jira] Updated: (OFBIZ-2673) Add Csv and PDF functionalities to Balancesheet sub tab bar of reports

2009-06-30 Thread awdesh singh parihar (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] awdesh singh parihar updated OFBIZ-2673: Attachment: BalanceSheetPdf&Csv.patch -- Changed button style and remove extra line

[jira] Updated: (OFBIZ-2676) Add Csv and PDF functionalities to Income Statement sub tab bar of reports

2009-06-30 Thread Brajesh Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brajesh Patel updated OFBIZ-2676: - Attachment: IncomeStatement_CSVandPDF_view.patch Here updated patch use button instead of buttont

[jira] Updated: (OFBIZ-2676) Add Csv and PDF functionalities to Income Statement sub tab bar of reports

2009-06-30 Thread Brajesh Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brajesh Patel updated OFBIZ-2676: - Attachment: IncomeStatement_CSVandPDF_view.patch Here work for export csv and pdf view of the Inc

[jira] Closed: (OFBIZ-2657) 'from emailadress' & baseurl & baseSecureUrl defined in many places and therefore difficult to maintain

2009-06-30 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker closed OFBIZ-2657. -- Resolution: Fixed Fix Version/s: (was: Release Branch 9.04) SVN trunk Com

[jira] Updated: (OFBIZ-2673) Add Csv and PDF functionalities to Balancesheet sub tab bar of reports

2009-06-30 Thread awdesh singh parihar (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] awdesh singh parihar updated OFBIZ-2673: Attachment: BalanceSheetPdf&Csv.patch -- Implemented functionality to generate pdf

[jira] Updated: (OFBIZ-2675) Add Csv and PDF functionalities to Trial Balance sub tab bar of reports.

2009-06-30 Thread Kirti Dhakad (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirti Dhakad updated OFBIZ-2675: Attachment: TrialBalancePdf&Csv.patch Allow user to export Trial Balance report and search results

[jira] Created: (OFBIZ-2676) Add Csv and PDF functionalities to Income Statement sub tab bar of reports

2009-06-30 Thread Sumit Pandit (JIRA)
Add Csv and PDF functionalities to Income Statement sub tab bar of reports -- Key: OFBIZ-2676 URL: https://issues.apache.org/jira/browse/OFBIZ-2676 Project: OFBiz Issue

[jira] Updated: (OFBIZ-2675) Add Csv and PDF functionalities to Trial Balance sub tab bar of reports.

2009-06-30 Thread Sumit Pandit (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Pandit updated OFBIZ-2675: Component/s: accounting Fix Version/s: SVN trunk Affects Version/s: SVN trunk > A

[jira] Commented: (OFBIZ-2675) Add Csv and PDF functionalities to Trial Balance sub tab bar of reports.

2009-06-30 Thread Sumit Pandit (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725537#action_12725537 ] Sumit Pandit commented on OFBIZ-2675: - Working Area - Go to - https://localhost:8443/

[jira] Closed: (OFBIZ-2674) Add "Posted and UnPosted" section to the "Transaction Totals" report.

2009-06-30 Thread Sumit Pandit (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Pandit closed OFBIZ-2674. --- Resolution: Fixed Oops!! Created mistakenly. > Add "Posted and UnPosted" section to the "Transactio

[jira] Created: (OFBIZ-2675) Add Csv and PDF functionalities to Trial Balance sub tab bar of reports.

2009-06-30 Thread Sumit Pandit (JIRA)
Add Csv and PDF functionalities to Trial Balance sub tab bar of reports. Key: OFBIZ-2675 URL: https://issues.apache.org/jira/browse/OFBIZ-2675 Project: OFBiz Issue Type

[jira] Created: (OFBIZ-2674) Add "Posted and UnPosted" section to the "Transaction Totals" report.

2009-06-30 Thread Sumit Pandit (JIRA)
Add "Posted and UnPosted" section to the "Transaction Totals" report. - Key: OFBIZ-2674 URL: https://issues.apache.org/jira/browse/OFBIZ-2674 Project: OFBiz Issue Type: Sub-

[jira] Created: (OFBIZ-2673) Add Csv and PDF functionalities to Balancesheet sub tab bar of reports

2009-06-30 Thread Rishi Solanki (JIRA)
Add Csv and PDF functionalities to Balancesheet sub tab bar of reports -- Key: OFBIZ-2673 URL: https://issues.apache.org/jira/browse/OFBIZ-2673 Project: OFBiz Issue Type: Su