[jira] Commented: (OFBIZ-1250) To permit to have a view with jasperreports to export to excel using the poi api, or the jxls api.

2007-12-18 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553257 ] Marco Risaliti commented on OFBIZ-1250: --- Hi Jacques, yesterday I have seen that now OFBiz from Eclipse is not

[jira] Commented: (OFBIZ-1151) Passwords are not seeded

2007-12-18 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553256 ] Marco Risaliti commented on OFBIZ-1151: --- Hi Jacques, I have not the grant to the administration of JIRA and so

[jira] Issue Comment Edited: (OFBIZ-1499) When survey products are added to the cart then displaying survey price in the cart and adding it to the cart total.

2007-12-18 Thread Sumit Pandit (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553248 ] sumitp edited comment on OFBIZ-1499 at 12/18/07 11:22 PM: Hi Bilgin Thanks for assig

[jira] Updated: (OFBIZ-1499) When survey products are added to the cart then displaying survey price in the cart and adding it to the cart total.

2007-12-18 Thread Sumit Pandit (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Pandit updated OFBIZ-1499: Attachment: surveyProduct.patch Modify according to the Bilgin Comments > When survey products are

[jira] Commented: (OFBIZ-1499) When survey products are added to the cart then displaying survey price in the cart and adding it to the cart total.

2007-12-18 Thread Sumit Pandit (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553248 ] Sumit Pandit commented on OFBIZ-1499: - Hi Bilgin Thanks for assign it to yourself and put comments. Yes you are

[jira] Commented: (OFBIZ-1533) Order Lookup fails with "Order not found with ID [XXXXX], or not allowed to view" message while sending email confirmation from order manager

2007-12-18 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553242 ] Raj Saini commented on OFBIZ-1533: -- Thanks for your comments BJ. Any clue how to go about it? > Order Lookup fails

[jira] Updated: (OFBIZ-1533) Order Lookup fails with "Order not found with ID [XXXXX], or not allowed to view" message while sending email confirmation from order manager

2007-12-18 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raj Saini updated OFBIZ-1533: - Attachment: orderstatus.bsh.branch-4.0.patch patch for branch-4.0 > Order Lookup fails with "Order not f

[jira] Commented: (OFBIZ-1533) Order Lookup fails with "Order not found with ID [XXXXX], or not allowed to view" message while sending email confirmation from order manager

2007-12-18 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553229 ] BJ Freeman commented on OFBIZ-1533: --- probably need more work you don't want someone to randomly access orders and g

[jira] Updated: (OFBIZ-1533) Order Lookup fails with "Order not found with ID [XXXXX], or not allowed to view" message while sending email confirmation from order manager

2007-12-18 Thread Raj Saini (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raj Saini updated OFBIZ-1533: - Attachment: orderstatus.bsh-trunk.patch Attached patch resolves the problem in trunk. Branch code is diff

[jira] Created: (OFBIZ-1533) Order Lookup fails with "Order not found with ID [XXXXX], or not allowed to view" message while sending email confirmation from order manager

2007-12-18 Thread Raj Saini (JIRA)
Order Lookup fails with "Order not found with ID [X], or not allowed to view" message while sending email confirmation from order manager -

[jira] Commented: (OFBIZ-495) User Preferences Feature

2007-12-18 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553212 ] BJ Freeman commented on OFBIZ-495: -- Oh sorry. yes put in examples for proof of concept. +1 > User Preferences Featur

[jira] Commented: (OFBIZ-495) User Preferences Feature

2007-12-18 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553211 ] BJ Freeman commented on OFBIZ-495: -- will start review after the first of the year. > User Preferences Feature >

refactor maybe

2007-12-18 Thread BJ Freeman
I found a method I believe should be in the Entity component. in OrderLookupServices.java is there an equivalent out there under a different method name? protected static EntityExpr makeExpr(String fieldName, String value) { return makeExpr(fieldName, value, false); } protecte

Re: svn commit: r605186 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

2007-12-18 Thread Jacques Le Roux
Yes good, no worry with null in last expression evaluation ? I'm still far from a Java expert :( Jacques Ooops I re-read it should have been return testReq == null ? true : ("TRUE".equals(testReq.toUpperCase()) ? true : false; // (not else at end of course, but I guess you got it, was obvious)

Re: svn commit: r605186 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

2007-12-18 Thread Adrian Crum
It seems to me it should be: return testReq == null ? false : "TRUE".equals(testReq.toUpperCase()); Anything that is not "TRUE" is false. -Adrian Jacques Le Roux wrote: I thought a bit about that, and since I spoke about APL, that's how it would be written in an APL style in Java : ret

Re: svn commit: r605186 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

2007-12-18 Thread Jacques Le Roux
I thought a bit about that, and since I spoke about APL, that's how it would be written in an APL style in Java : return testReq == null ? true : ("TRUE".equals(testReq.toUpperCase()) ? true : else; (Note I choose to put true if null but maybe it should be false as BJ did...) We used to ca

[jira] Updated: (OFBIZ-1453) store/load possibility for AGGREGATED product configurations

2007-12-18 Thread Bilgin Ibryam (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bilgin Ibryam updated OFBIZ-1453: - Attachment: aggregated_full_for_review.patch > store/load possibility for AGGREGATED product conf

[jira] Commented: (OFBIZ-1453) store/load possibility for AGGREGATED product configurations

2007-12-18 Thread Bilgin Ibryam (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552938 ] Bilgin Ibryam commented on OFBIZ-1453: -- Jacopo, i should listen to your advice from the very beginning. Update

[jira] Commented: (OFBIZ-495) User Preferences Feature

2007-12-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552930 ] Jacques Le Roux commented on OFBIZ-495: --- +1 for me > User Preferences Feature > > >

[jira] Commented: (OFBIZ-1151) Passwords are not seeded

2007-12-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552929 ] Jacques Le Roux commented on OFBIZ-1151: Marco, Do you know how to create a new component in Jira ? I never

Re: svn commit: r604986 - /ofbiz/trunk/applications/accounting/config/payment.properties

2007-12-18 Thread Jacques Le Roux
I will look at "configname=" tomorrow... Jacques > I agree > plus > configname= > so we can check if it is null. > see my other email\Re: svn commit: r604632 > dated 12/16/2007 7:42 AM > > Jacopo Cappellato sent the following on 12/18/2007 1:08 AM: > > Maybe I'm missing something but: shouldn't w

Re: svn commit: r605326 - /ofbiz/trunk/applications/accounting/webapp/accounting/payment/manualTx.ftl

2007-12-18 Thread Jacques Le Roux
Will do, but nothing important there, just conventions... It's like for # in ofbiz/trunk/applications/accounting/config/payment.properties : it changes nothing... Jacques - Message d'origine - De : "BJ Freeman" <[EMAIL PROTECTED]> À : Envoyé : mardi 18 décembre 2007 22:19 Objet : Re:

Re: svn commit: r605186 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

2007-12-18 Thread Jacques Le Roux
Yes clearer than my proposition using ternary operator and no worry about default value : + 1 We can play a lot with thing like this, I wrote thousands of APL lines code, I'm used to play with these kind of boolean stuffes, I must say that from this POV, APL is more fun than any other languages ;

Re: svn commit: r605186 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

2007-12-18 Thread Jacques Le Roux
Not both, just one had, I have already dealed with that in trunk rev. 605190 and release4.0 rev. 605189 Jacques De : "BJ Freeman" <[EMAIL PROTECTED]> > that does not look like my patch. > mine has an uppcase in it. > > > David E Jones sent the following on 12/18/2007 10:19 AM: > > 1. Bad code fo

Re: svn commit: r605186 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

2007-12-18 Thread Jacques Le Roux
David, 1. I had already refactored the code, please see trunk rev. 605190 and release4.0 rev. 605189. BTW there are tons and tons of such bad code formating eveywhere in the code... 2. I let BJ answer, personally I would put false but I did not know why BJ put this so I let it. 3. I even could h

[jira] Closed: (OFBIZ-612) Order Title i18n

2007-12-18 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti closed OFBIZ-612. Resolution: Fixed Thanks Guido Amarilla, You patch is manually applied in trunk revision: 605347 >

[jira] Commented: (OFBIZ-362) Adding Tax ID in invoice header

2007-12-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552913 ] Jacques Le Roux commented on OFBIZ-362: --- Jacopo, Yes I will look at it tomorrow... > Adding Tax ID in invoice

Re: svn commit: r605326 - /ofbiz/trunk/applications/accounting/webapp/accounting/payment/manualTx.ftl

2007-12-18 Thread BJ Freeman
+1 Jacopo Cappellato sent the following on 12/18/2007 1:16 PM: > Ah, now understand... > Well, we definitely can replace: > > +<#-- the select one option is so the list will fire on any seletion --> > + ${uiLabelMap.CommonSelectOne} > > with: > > + ${uiLabelMap.CommonSelectOne} > > andd get

Re: svn commit: r605326 - /ofbiz/trunk/applications/accounting/webapp/accounting/payment/manualTx.ftl

2007-12-18 Thread BJ Freeman
side note you against comments? Jacopo Cappellato sent the following on 12/18/2007 1:16 PM: > Ah, now understand... > Well, we definitely can replace: > > +<#-- the select one option is so the list will fire on any seletion --> > + ${uiLabelMap.CommonSelectOne} > > with: > > + ${uiLabelMap.Co

Re: svn commit: r605326 - /ofbiz/trunk/applications/accounting/webapp/accounting/payment/manualTx.ftl

2007-12-18 Thread Jacopo Cappellato
Ah, now understand... Well, we definitely can replace: +<#-- the select one option is so the list will fire on any seletion --> + ${uiLabelMap.CommonSelectOne} with: + ${uiLabelMap.CommonSelectOne} andd get the same effect. Jacopo Jacopo Cappellato wrote: Jacques, is there a way to impl

Re: svn commit: r605326 - /ofbiz/trunk/applications/accounting/webapp/accounting/payment/manualTx.ftl

2007-12-18 Thread Jacopo Cappellato
Jacques, is there a way to implement this in a cleaner way? I really don't know anything about this screen, but if we really need to provide a non null string (but are we sure that it is not just a configuration issue?) maybe we should adopt a more standard name: for example "_NA_" instead of

[jira] Closed: (OFBIZ-1350) can not activate the Payment Authorization Service in accounting ManualTransaction

2007-12-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1350. -- Resolution: Fixed Thanks BJ, You patch is in trunk revision: 605326, release4.0 605327 > can

Re: svn commit: r605186 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

2007-12-18 Thread BJ Freeman
that does not look like my patch. mine has an uppcase in it. David E Jones sent the following on 12/18/2007 10:19 AM: > 1. Bad code formating > 2. Makes the default true, is that what we really want? > 3. If 2 is true then should use more compact and easy to read, > like if != false instead of if

Re: svn commit: r605186 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

2007-12-18 Thread Adrian Crum
Plus, you can eliminate one if() construct: if (testReq != null) { return "TRUE".equals(testReq.toUpperCase()); } -Adrian David E Jones wrote: 1. Bad code formating 2. Makes the default true, is that what we really want? 3. If 2 is true then should use more compact and easy to read, like

Re: svn commit: r605186 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

2007-12-18 Thread David E Jones
1. Bad code formating 2. Makes the default true, is that what we really want? 3. If 2 is true then should use more compact and easy to read, like if != false instead of if = true -David On Tue, 18 Dec 2007 11:37:55 - [EMAIL PROTECTED] wrote: > Author: jleroux > Date: Tue Dec 18 03:37:47 20

[jira] Commented: (OFBIZ-495) User Preferences Feature

2007-12-18 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552843 ] Adrian Crum commented on OFBIZ-495: --- Jacopo, Maybe we could commit the Java version and leave this issue open. When

Re: svn commit: r604986 - /ofbiz/trunk/applications/accounting/config/payment.properties

2007-12-18 Thread BJ Freeman
I agree plus configname= so we can check if it is null. see my other email\Re: svn commit: r604632 dated 12/16/2007 7:42 AM Jacopo Cappellato sent the following on 12/18/2007 1:08 AM: > Maybe I'm missing something but: shouldn't we comment (#) these entries? > > Jacopo > > [EMAIL PROTECTED] wrot

Re: adopting commented examples in config files

2007-12-18 Thread BJ Freeman
I am use to that :) [EMAIL PROTECTED] sent the following on 12/18/2007 1:00 AM: > Sorry BJ Freeman, I'm thinking that you were a committer. > So, we can wait that someone else express ideas on what you have proposed. > > Thanks > Marco > >> BJ, >> >> Don't worry about a Jira issue (except if you

[jira] Commented: (OFBIZ-658) Adding new string utility methods to collapse characters

2007-12-18 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552779 ] Marco Risaliti commented on OFBIZ-658: -- Hi Jacques, they are new methods and they can be committed. I have not

[jira] Updated: (OFBIZ-612) Order Title i18n

2007-12-18 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti updated OFBIZ-612: - Fix Version/s: SVN trunk Priority: Trivial (was: Minor) Issue Type: Improvement (

[jira] Assigned: (OFBIZ-612) Order Title i18n

2007-12-18 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti reassigned OFBIZ-612: Assignee: Marco Risaliti > Order Title i18n > > > Key: OFBI

[jira] Commented: (OFBIZ-52) Add target-date and map-key to sub-content widget

2007-12-18 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552775 ] Marco Risaliti commented on OFBIZ-52: - Someone knows if this issue can be close ? Thanks Marco > Add target-date

[jira] Assigned: (OFBIZ-223) CartShipInfo objects are not properly cloned when shopping cart items are exploded.

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-223: --- Assignee: (was: Jacopo Cappellato) > CartShipInfo objects are not properly cloned

[jira] Commented: (OFBIZ-495) User Preferences Feature

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552768 ] Jacopo Cappellato commented on OFBIZ-495: - I must admin that I've never really reviewed this work, but I like

[jira] Commented: (OFBIZ-949) Serialized inventory owned list in profile pages

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552766 ] Jacopo Cappellato commented on OFBIZ-949: - Andrew, is the issue resolved by rev. 533848 or there is more to d

[jira] Assigned: (OFBIZ-362) Adding Tax ID in invoice header

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-362: --- Assignee: Jacques Le Roux (was: Si Chen) Jacques, could you please quickly verify if

[jira] Commented: (OFBIZ-793) receive inventory verified against purchase order

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552759 ] Jacopo Cappellato commented on OFBIZ-793: - Si, is the issue resolved by rev. 517398 or are you planning to en

[jira] Assigned: (OFBIZ-363) Use a separate AgreementTerm for commission invoices dueDate

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-363: --- Assignee: Jacopo Cappellato (was: Si Chen) > Use a separate AgreementTerm for commiss

[jira] Assigned: (OFBIZ-482) Invoice generation from order fails if there is a percent item adjustment

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-482: --- Assignee: Jacopo Cappellato (was: Si Chen) > Invoice generation from order fails if t

[jira] Commented: (OFBIZ-293) data import - nulling fields impossible

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552753 ] Jacopo Cappellato commented on OFBIZ-293: - Marco, this is still an open issue... I'd suggest to keep it open.

[jira] Commented: (OFBIZ-293) data import - nulling fields impossible

2007-12-18 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552735 ] Marco Risaliti commented on OFBIZ-293: -- Someone knows if is this still an issue or can I close it ? I'm the repor

[jira] Commented: (OFBIZ-281) The URIEncoding parameter of the Tomcat connector does not seem to be taken into account

2007-12-18 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552733 ] Marco Risaliti commented on OFBIZ-281: -- Someone knows if is this still an issue or can I close it ? I'm the repor

[jira] Assigned: (OFBIZ-20) Review approval system needs to work on a larger scale

2007-12-18 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti reassigned OFBIZ-20: --- Assignee: Marco Risaliti > Review approval system needs to work on a larger scale > ---

Re: svn commit: r604986 - /ofbiz/trunk/ applications/accounting/config/payment. properties

2007-12-18 Thread [EMAIL PROTECTED]
If there is a broken link simply PayPal cannot notify their requests to OFBiz. So we can leave like it is and when someone want to test it has to insert a valid link or comment it. Thanks Marco > Maybe I'm missing something but: shouldn't we comment (#) these entries? > > Jacopo > > [EMAIL PROT

[jira] Closed: (OFBIZ-1450) allows better testing of testmode from propties file of authorize.net

2007-12-18 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1450. -- Resolution: Fixed Fix Version/s: Release Branch 4.0 SVN trunk Thanks

Re: svn commit: r605153 - in /ofbiz/trunk/specialpurpose/projectmgr: config/ data/ script/org/ofbiz/project/ servicedef/ webapp/projectmgr/WEB-INF/ widget/ widget/forms/

2007-12-18 Thread Bilgin Ibryam
Hi Hans, createProject service has auto-attributes but donot have default-entity-name tag. This causes error. Bilgin On Tue, 2007-12-18 at 09:32 +, [EMAIL PROTECTED] wrote: > Author: hansbak > Date: Tue Dec 18 01:32:50 2007 > New Revision: 605153 > > URL: http://svn.apache.org/viewvc?rev=60

[jira] Closed: (OFBIZ-1507) Add Project templates

2007-12-18 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker closed OFBIZ-1507. -- Resolution: Fixed implemented in R605153 > Add Project templates > - > >

Re: svn commit: r604986 - /ofbiz/trunk/applications/accounting/config/payment.properties

2007-12-18 Thread Jacopo Cappellato
Maybe I'm missing something but: shouldn't we comment (#) these entries? Jacopo [EMAIL PROTECTED] wrote: Thanks Jacques, you have already done it, so delete my previously mail. Marco Author: jleroux Date: Mon Dec 17 12:31:47 2007 New Revision: 604986 URL: http://svn.apache.org/viewvc?rev=6

Re:svn commit: r604986 - /ofbiz/trunk/a pplications/accounting/config/payment.p roperties

2007-12-18 Thread [EMAIL PROTECTED]
Thanks Jacques, you have already done it, so delete my previously mail. Marco > Author: jleroux > Date: Mon Dec 17 12:31:47 2007 > New Revision: 604986 > > URL: http://svn.apache.org/viewvc?rev=604986&view=rev > Log: > I guess it's better to put this one too (and 3 typos) > > Modified: > ofb

Re: adopting commented examples in config files

2007-12-18 Thread [EMAIL PROTECTED]
Sorry BJ Freeman, I'm thinking that you were a committer. So, we can wait that someone else express ideas on what you have proposed. Thanks Marco > BJ, > > Don't worry about a Jira issue (except if you see some kind of > generalisation). I will commit it directly soon... > > Thanks > > Jacques >

[jira] Commented: (OFBIZ-1525) Issue to group current existing security concerns

2007-12-18 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552657 ] Marco Risaliti commented on OFBIZ-1525: --- Sorry Jacques, I have not seen that it was a grouped bugs. In this ca

[jira] Commented: (OFBIZ-1151) Passwords are not seeded

2007-12-18 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552656 ] Marco Risaliti commented on OFBIZ-1151: --- Sorry Jacques, I have not seen that it was a grouped bugs. In this cas

[jira] Updated: (OFBIZ-1506) UI: Add a column with the default account id to the list form in the setup screen for payment method types mappings.

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-1506: - Summary: UI: Add a column with the default account id to the list form in the setup scree

[jira] Updated: (OFBIZ-1529) UI: Create a new top level menu item in the accounting component: "Global GL Settings"

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-1529: - Summary: UI: Create a new top level menu item in the accounting component: "Global GL Set

[jira] Commented: (OFBIZ-1116) Problem making SSL connection to admin apps with Safari

2007-12-18 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552649 ] Marco Risaliti commented on OFBIZ-1116: --- Thanks a lot David for your promptly reply. Also I will test it with

[jira] Updated: (OFBIZ-1440) UI: Review/Improve/Cleanup the /accounting/control/EditAcctgTrans screen

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-1440: - Summary: UI: Review/Improve/Cleanup the /accounting/control/EditAcctgTrans screen (was:

[jira] Updated: (OFBIZ-1482) Auto posting: Implement an automatic GL posting service for sales invoices

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-1482: - Summary: Auto posting: Implement an automatic GL posting service for sales invoices (was

[jira] Updated: (OFBIZ-1492) Auto posting: Implement an automatic GL posting service for payment applications

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-1492: - Summary: Auto posting: Implement an automatic GL posting service for payment applications

[jira] Updated: (OFBIZ-1491) Auto posting: Implement an automatic GL posting service for outgoing payments

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-1491: - Summary: Auto posting: Implement an automatic GL posting service for outgoing payments (

[jira] Updated: (OFBIZ-1502) Reports: Balance Sheet

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-1502: - Summary: Reports: Balance Sheet (was: Balance Sheet) > Reports: Balance Sheet >

[jira] Updated: (OFBIZ-1501) Reports: Income Statement

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-1501: - Summary: Reports: Income Statement (was: Income Statement) > Reports: Income Statement >

[jira] Updated: (OFBIZ-1496) Reports: Implement a report to show the debit/credi totals of all the transactions in a date range by gl account

2007-12-18 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-1496: - Summary: Reports: Implement a report to show the debit/credi totals of all the transactio

[jira] Reopened: (OFBIZ-1116) Problem making SSL connection to admin apps with Safari

2007-12-18 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David E. Jones reopened OFBIZ-1116: --- I have changed the default in SVN rev 605129, but am also reopening this issue because my guess