[jira] Assigned: (OFBIZ-1400) NullPointerException in Shipment Plan screen

2007-12-09 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-1400: Assignee: Bilgin Ibryam (was: Jacopo Cappellato) > NullPointerException in Shipmen

[jira] Commented: (OFBIZ-1400) NullPointerException in Shipment Plan screen

2007-12-09 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549943 ] Jacopo Cappellato commented on OFBIZ-1400: -- Bilgin, I think that adding a new "Ship Group Seq Id" field in

[jira] Assigned: (OFBIZ-1372) Enhance the integration with Google Product

2007-12-09 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-1372: Assignee: Marco Risaliti (was: Jacopo Cappellato) Marco, after a very quick revie

[jira] Assigned: (OFBIZ-1154) Black list is not working

2007-12-09 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-1154: Assignee: Bilgin Ibryam (was: Jacopo Cappellato) > Black list is not working > ---

[jira] Assigned: (OFBIZ-1423) Missing ReturnItemTypeMap for AGGREGATED prodcuts

2007-12-09 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-1423: Assignee: Bilgin Ibryam (was: Jacopo Cappellato) Bilgin, I think you can use this

[jira] Created: (OFBIZ-1502) Balance Sheet

2007-12-09 Thread Jacopo Cappellato (JIRA)
Balance Sheet - Key: OFBIZ-1502 URL: https://issues.apache.org/jira/browse/OFBIZ-1502 Project: OFBiz Issue Type: Sub-task Components: accounting Affects Versions: SVN trunk Reporter: Jacopo Cappellato

Re: Looking for example of how to grab a parent entity and it's children

2007-12-09 Thread Jacopo Cappellato
I've created two tasks to keep track of this effort: https://issues.apache.org/jira/browse/OFBIZ-1501 https://issues.apache.org/jira/browse/OFBIZ-1502 Jacopo Jacopo Cappellato wrote: Jim, you can use the following recirsive method as an example: org.ofbiz.accounting.util.UtilAccounting.isA

[jira] Created: (OFBIZ-1501) Income Statement

2007-12-09 Thread Jacopo Cappellato (JIRA)
Income Statement Key: OFBIZ-1501 URL: https://issues.apache.org/jira/browse/OFBIZ-1501 Project: OFBiz Issue Type: Sub-task Components: accounting Affects Versions: SVN trunk Reporter: Jacopo Cappell

Re: Looking for example of how to grab a parent entity and it's children

2007-12-09 Thread Jacopo Cappellato
Jim, you can use the following recirsive method as an example: org.ofbiz.accounting.util.UtilAccounting.isAccountClassClass(...) Feel free to submit a patch (for review) when you need it. Jacopo Jacopo Cappellato wrote: We will probably need a recursive method/service to do this. The method

Re: Looking for example of how to grab a parent entity and it's children

2007-12-09 Thread Jacopo Cappellato
Jim, if you are starting the implementation of the incoming statement and balance sheet reports (that would be great), I'd strongly recommend that the first version of them would be in html (screen widget + form widget or ftl and bsh). We can then add to it other variants implemented with oth

Re: Looking for example of how to grab a parent entity and it's children

2007-12-09 Thread Jacopo Cappellato
We will probably need a recursive method/service to do this. The method can simply return a List of glAccountId strings. Its input will be the Account Class and organizationPartyId. The method can be implemented in the org.ofbiz.accounting.util.UtilAccounting class Then the returned List objec

Re: Looking for example of how to grab a parent entity and it's children

2007-12-09 Thread Jim Barrows
Oh, I just need to create an income statement, so I need all the accounts that have an account class that inherits from Income, and the same thing for Expense, Assets, and Liabilities :) I was hoping for something less code intensive :) Ah well... :) On Dec 9, 2007 9:30 PM, Hans Bakker <[EMAIL PR

Re: Looking for example of how to grab a parent entity and it's children

2007-12-09 Thread Hans Bakker
It depends what you want to do with the result... If on screen in an ftl look at the 'cms' option of a website or the navigate option under dataresource in the content component. If you want it in Java or Bsh create a recursive function to get the childs or parents of a record. Look at the WorkEff

Re: Product custom sizing

2007-12-09 Thread David E Jones
On Sun, 9 Dec 2007 19:48:19 -0800 (PST) ben-permeance <[EMAIL PROTECTED]> wrote: > > I create a product (furniture) that allows the user to enter in > custom sizing eg(Length, Width, Height). > I don't need to calculate a price. > > Any suggestions? > You can gather extra information about pro

Product custom sizing

2007-12-09 Thread ben-permeance
I create a product (furniture) that allows the user to enter in custom sizing eg(Length, Width, Height). I don't need to calculate a price. Any suggestions? -- View this message in context: http://www.nabble.com/Product-custom-sizing-tp14246928p14246928.html Sent from the OFBiz - Dev mailing l

Looking for example of how to grab a parent entity and it's children

2007-12-09 Thread Jim Barrows
IE I want the Income type, and it's children, and it's children, etc. I'm hoping we've done this before, and I don't have to pioneer anything :) -- James A Barrows

communication and sub menu

2007-12-09 Thread BJ Freeman
I notice in ver 4.0 there is a communication sub menu. it allow find, all, and pending. should the top level communication link be setup to go to the sub communication

Re: Calculate on a DATE object in minilang

2007-12-09 Thread Adrian Crum
I agree with Chris. I haven't looked at the issue lately, but when I first looked at it, it simply performed millisecond arithmetic. That might not be the expected behavior. Date calculation would be a great addition to mini language. Maybe we should discuss how it would look in mini lang code,

[jira] Issue Comment Edited: (OFBIZ-121) Email processing of shippers notifications

2007-12-09 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549842 ] bjfreeman edited comment on OFBIZ-121 at 12/9/07 9:45 AM: --- part of https://issues.apache.or

[jira] Reopened: (OFBIZ-143) ContactMechType_addendum.xml

2007-12-09 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman reopened OFBIZ-143: -- part of https://issues.apache.org/jira/browse/OFBIZ-1287 > ContactMechType_addendum.xml > -

[jira] Reopened: (OFBIZ-122) Shipper email parsing of misc info

2007-12-09 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman reopened OFBIZ-122: -- part of https://issues.apache.org/jira/browse/OFBIZ-1287 > Shipper email parsing of misc info > --

[jira] Reopened: (OFBIZ-121) Email processing of shippers notifications

2007-12-09 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BJ Freeman reopened OFBIZ-121: -- part of https://issues.apache.org/jira/browse/OFBIZ-1286 > Email processing of shippers notifications > --

[jira] Commented: (OFBIZ-65) Mutitple Email accounts for both outgoing and incoming.

2007-12-09 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549841 ] BJ Freeman commented on OFBIZ-65: - Just as I was coding this another thought came to mind. this should be dynamic then

[jira] Commented: (OFBIZ-1256) Send mail through gmail with the javamail api in ofbiz

2007-12-09 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549839 ] BJ Freeman commented on OFBIZ-1256: --- https://issues.apache.org/jira/browse/OFBIZ-65 > Send mail through gmail with

[jira] Commented: (OFBIZ-1256) Send mail through gmail with the javamail api in ofbiz

2007-12-09 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549820 ] Jacques Le Roux commented on OFBIZ-1256: Which is the Jira issue number please ? > Send mail through gmail w

[jira] Assigned: (OFBIZ-1007) Set decimal places to show for ofbizCurrencyTransform

2007-12-09 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-1007: -- Assignee: Jacques Le Roux > Set decimal places to show for ofbizCurrencyTransform > ---