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

2007-12-10 Thread Jim Barrows
That's pretty much my plan. Start with the basics, and then pretty it up later. On Dec 9, 2007 10:59 PM, Jacopo Cappellato [EMAIL PROTECTED] wrote: Jim, if you are starting the implementation of the incoming statement and balance sheet reports (that would be great), I'd strongly recommend

Re: Product custom sizing

2007-12-10 Thread ben-permeance
Im not sure that a survey will be adequate. As the dimensions need to be associated with that particular product when the order is placed, and multiple products may be added. (tried with a survey set to Add-to-Cart type. Also, the client will need to enter custom dimensions when they enter an

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

2007-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549984 ] Jacopo Cappellato commented on OFBIZ-1502: -- The screen will be located in: AccountingGeneral

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

2007-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549982 ] Jacopo Cappellato commented on OFBIZ-1501: -- The screen will be located in: AccountingGeneral

[jira] Commented: (OFBIZ-1249) To permit to to calculate on a DATE object in minilang

2007-12-10 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549985 ] Jacques Le Roux commented on OFBIZ-1249: Hi Fabien, I have asked the dev ML if it was ok to commit this

Java mail properites entity

2007-12-10 Thread BJ Freeman
looking to create a entity to store the javamail properties instead of in the container. Also a new contactMechtype for it. open to suggestions.

Re: Calculate on a DATE object in minilang

2007-12-10 Thread Jacques Le Roux
Thanks Adrian, I put your comment and Chris's in the issue. Hopefully Fabien will take care of it (propose somehting), else we will see later... Jacques De : Adrian Crum [EMAIL PROTECTED] I agree with Chris. I haven't looked at the issue lately, but when I first looked at it, it simply

[jira] Assigned: (OFBIZ-1477) Create a Wiki page to document/review the types and gl account types used by the GL posting services

2007-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-1477: Assignee: Jacopo Cappellato Create a Wiki page to document/review the types and

[jira] Created: (OFBIZ-1503) New screen for the CostComponentCalc entity

2007-12-10 Thread Jacopo Cappellato (JIRA)
New screen for the CostComponentCalc entity --- Key: OFBIZ-1503 URL: https://issues.apache.org/jira/browse/OFBIZ-1503 Project: OFBiz Issue Type: Sub-task Components: accounting,

[jira] Created: (OFBIZ-1504) New screen to manage the InvoiceItemType entity.

2007-12-10 Thread Jacopo Cappellato (JIRA)
New screen to manage the InvoiceItemType entity. Key: OFBIZ-1504 URL: https://issues.apache.org/jira/browse/OFBIZ-1504 Project: OFBiz Issue Type: Sub-task Components: accounting

[jira] Commented: (OFBIZ-1490) Implement an automatic GL posting service for incoming payments

2007-12-10 Thread Mridul Pathak (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550037 ] Mridul Pathak commented on OFBIZ-1490: -- Brajesh, I think the eca condition is correct and it will not be

[jira] Updated: (OFBIZ-1494) Implement new screens and Java event to manage account reconciliations

2007-12-10 Thread JyotsnaRathore (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] JyotsnaRathore updated OFBIZ-1494: -- Attachment: glreconcilation.patch This patch is from me and Santosh Malviya. Thanks to Vikas,

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

2007-12-10 Thread Bilgin Ibryam (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550102 ] Bilgin Ibryam commented on OFBIZ-1423: -- Jacopo, Thanks for advices. I'll be careful with tabs (and everything

Re: svn commit: r602650 - /ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilDateTime.java

2007-12-10 Thread Adrian Crum
Hans, Since both of these methods are single-line calculations, why can't you replace the method calls with the single line calculations? If you want to adjust a date/time, use the UtilDateTime.adjustTimestamp(Timestamp stamp, int adjType, int adjQuantity, TimeZone timeZone, Locale locale)

[jira] Closed: (OFBIZ-1500) Enhance pagination with first last and select the number of item per page.

2007-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-1500. Resolution: Fixed This should have been implemented in trunk some time ago. Enhance

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

2007-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-1453: - Component/s: product order store/load possibility for AGGREGATED

Re: Calculate on a DATE object in minilang

2007-12-10 Thread Adrian Crum
Thanks Jacques. I've been thinking about this a little, and here is my suggestion: adjust-date-time from-field=fromDate to-field=toDate years=+1 months=+1 ... millis=+1 locale=parameters.locale time-zone=parameters.timeZone/ The to-field attribute would be optional, as well as any of the

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

2007-12-10 Thread Jim Barrows
I have an account on jira now -jim.barrows if you want to assign. If not, I understand :) On 12/9/07, Jacopo Cappellato (JIRA) [EMAIL PROTECTED] wrote: Income Statement Key: OFBIZ-1501 URL: https://issues.apache.org/jira/browse/OFBIZ-1501

Re: Calculate on a DATE object in minilang

2007-12-10 Thread Jacopo Cappellato
Adrian, looks pretty good. One small suggestion: use field instead of to-field to use the same convention of the set operator: adjust-date-time field=toDate from-field=fromDate years=+1 months=+1 ... millis=+1 locale=parameters.locale time-zone=parameters.timeZone/ Jacopo Adrian Crum

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

2007-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-1502: Assignee: Jim Barrows Balance Sheet - Key:

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

2007-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-1501: Assignee: Jim Barrows Income Statement Key:

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

2007-12-10 Thread Jacopo Cappellato
Of course, they are now both assigned to you! Thanks, Jacopo Jim Barrows wrote: I have an account on jira now -jim.barrows if you want to assign. If not, I understand :) On 12/9/07, Jacopo Cappellato (JIRA) [EMAIL PROTECTED] wrote: Income Statement Key:

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

2007-12-10 Thread Jim Barrows
Woot! On 12/10/07, Jacopo Cappellato [EMAIL PROTECTED] wrote: Of course, they are now both assigned to you! Thanks, Jacopo Jim Barrows wrote: I have an account on jira now -jim.barrows if you want to assign. If not, I understand :) On 12/9/07, Jacopo Cappellato (JIRA) [EMAIL

[jira] Created: (OFBIZ-1505) New screen to manage the PaymentMethodType entity.

2007-12-10 Thread Jacopo Cappellato (JIRA)
New screen to manage the PaymentMethodType entity. -- Key: OFBIZ-1505 URL: https://issues.apache.org/jira/browse/OFBIZ-1505 Project: OFBiz Issue Type: Sub-task Components: accounting

Re: Calculate on a DATE object in minilang

2007-12-10 Thread Chris Howe
Keep in mind there are additional outputs that one might want from date/time math. Weekday of first of month, week of year, etc. I'm lacking moments of inspiration on the subject at the moment, so I'll just put that out there for now instead of offering a solution :P - Original Message

Re: Calculate on a DATE object in minilang

2007-12-10 Thread Adrian Crum
Chris, I agree! I'd like to see minilang develop to the point where we don't need the day.bsh, week.bsh, and month.bsh files in Workeffort. -Adrian Chris Howe wrote: Keep in mind there are additional outputs that one might want from date/time math. Weekday of first of month, week of

Re: Calculate on a DATE object in minilang

2007-12-10 Thread Jim Barrows
Or, at least provide a better starting point then the java date stuff :) On Dec 10, 2007 10:22 AM, Adrian Crum [EMAIL PROTECTED] wrote: Jim, That looks very interesting! We already have the UtilDateTime class that does pretty much the same thing. I'll take a look at it - there's a chance we

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

2007-12-10 Thread Jacopo Cappellato (JIRA)
Add a column with the default account id to the list form in the setup screen for payment method types mappings. Key: OFBIZ-1506 URL:

Re: Typo in Error GL Journal Id

2007-12-10 Thread Adrian Crum
Suspense is a common accounting term used for journal entries that need to be resolved manually. Walter Vaughan wrote: Was just clicking around and noticed a word not spelled right https://demo.hotwaxmedia.com/accounting/control/PartyAcctgPreference?organizationPartyId=Company The Error

[jira] Closed: (OFBIZ-1488) Bug in new XML properties code

2007-12-10 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-1488. -- Resolution: Fixed Fixed in rev 603024. Bug in new XML properties code

[jira] Commented: (OFBIZ-1500) Enhance pagination with first last and select the number of item per page.

2007-12-10 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550172 ] BJ Freeman commented on OFBIZ-1500: --- sorry did not update my copy before changing I don't see the Results per

Re: Calculate on a DATE object in minilang

2007-12-10 Thread David E Jones
This looks good. I just have a couple of thoughts that might make this more consistent and generic: 1. instead of adjust-date-time maybe set-calendar would be more useful, and make it as much as possible a variation on the current set operation, or alternatively call it

[jira] Commented: (OFBIZ-1504) New screen to manage the InvoiceItemType entity.

2007-12-10 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550201 ] David E. Jones commented on OFBIZ-1504: --- I may be misunderstanding what this would be for... but do we really

Re: Typo in Error GL Journal Id

2007-12-10 Thread Walter Vaughan
Adrian Crum wrote: Suspense is a common accounting term used for journal entries that need to be resolved manually. Well you are quite correct. It looked suspect to my untrained eye. But if I had just googled it, instead of just assuming someone had made a mistake I wouldn't look so stupid

[jira] Updated: (OFBIZ-1485) UtilProperties - The Next Generation

2007-12-10 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1485: --- Attachment: props_tng.patch Updated patch to latest svn. UtilProperties - The Next Generation

Re: Calculate on a DATE object in minilang

2007-12-10 Thread Jacques Le Roux
I just had a cursory review, yes seems like a good idea. I agree with Adrian view : rely on joda team as possible. And maybe help them also, though joda looks like being already very well advanced. +1 for me Jacques De : Jim Barrows [EMAIL PROTECTED] Or, at least provide a better starting

Re: Weird way to manage the CreditCard.cardType field

2007-12-10 Thread Jacques Le Roux
Jacopo, Quick guess, could this be related to CC specific methods in UtilValidate.java (getCardType) ? De : Vince M. Clark [EMAIL PROTECTED] I agree. The only reason for this AFAIK is to give granular control for what CC's are available on a website. It would be better to set it on the

Re: communication and sub menu

2007-12-10 Thread Jacques Le Roux
It's hard to follow you, you mean in Party ? I can't see any all and pending Jacques De : BJ Freeman [EMAIL PROTECTED] 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: communication and sub menu

2007-12-10 Thread BJ Freeman
/applications/party/webapp/partymgr/WEB-INF/controller.xml view-map name=PendingCommunications type=screen page=component://party/widget/partymgr/CommunicationScreens.xml#PendingCommunications/ Jacques Le Roux sent the following on 12/10/2007 3:44 PM: It's hard to follow you, you mean in

Re: communication and sub menu

2007-12-10 Thread BJ Freeman
here is the menu /applications/party/webapp/partymgr/communications/CommMenus.xml menu name=CommFindTabBar default-menu-item-name=find type=simple BJ Freeman sent the following on 12/10/2007 4:04 PM: /applications/party/webapp/partymgr/WEB-INF/controller.xml view-map

[jira] Closed: (OFBIZ-1401) Improve FOP screen renderer

2007-12-10 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-1401. -- Resolution: Fixed Fixed - rev 603107. Improve FOP screen renderer ---

Re: RFC: Properties Idea

2007-12-10 Thread David E Jones
This is an interesting approach, but very different from what I had imagined and what has been discussed (though not in a lot of detail). Rather than creating a generic structure I'd rather continue with the existing pattern of designing data model extensions according to the nature of

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

2007-12-10 Thread Hans Bakker (JIRA)
Add Project templates - Key: OFBIZ-1507 URL: https://issues.apache.org/jira/browse/OFBIZ-1507 Project: OFBiz Issue Type: New Feature Components: ProjectMgr Affects Versions: SVN trunk Reporter:

[jira] Updated: (OFBIZ-1438) Add Find menu with Find Project, Find Tasks, Find Timesheet as sub menu items

2007-12-10 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-1438: --- Component/s: ProjectMgr Add Find menu with Find Project, Find Tasks, Find Timesheet as sub menu

[jira] Created: (OFBIZ-1508) provide a gantt chart, partly implemented: need help!

2007-12-10 Thread Hans Bakker (JIRA)
provide a gantt chart, partly implemented: need help! - Key: OFBIZ-1508 URL: https://issues.apache.org/jira/browse/OFBIZ-1508 Project: OFBiz Issue Type: New Feature Components:

[jira] Created: (OFBIZ-1509) Allow for more status values for a task in the project.

2007-12-10 Thread Hans Bakker (JIRA)
Allow for more status values for a task in the project. --- Key: OFBIZ-1509 URL: https://issues.apache.org/jira/browse/OFBIZ-1509 Project: OFBiz Issue Type: Improvement

[jira] Updated: (OFBIZ-1494) Implement new screens and Java event to manage account reconciliations

2007-12-10 Thread Santosh (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Santosh updated OFBIZ-1494: --- Attachment: Glreconciliation.patch This is the latest patch for this issue which is working fine now.

[jira] Commented: (OFBIZ-1509) Allow for more status values for a task in the project.

2007-12-10 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550281 ] David E. Jones commented on OFBIZ-1509: --- Aren't those just the statuses for a party assigned to a WorkEffort,

[jira] Commented: (OFBIZ-1509) Allow for more status values for a task in the project.

2007-12-10 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550282 ] Hans Bakker commented on OFBIZ-1509: if i look in the entity statusItem for the statusTypeId: TASK_STATUS i find

[jira] Commented: (OFBIZ-1509) Allow for more status values for a task in the project.

2007-12-10 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550285 ] David E. Jones commented on OFBIZ-1509: --- These use the parentTypeId for the status types involved. Look at

[jira] Commented: (OFBIZ-1504) New screen to manage the InvoiceItemType entity.

2007-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550317 ] Jacopo Cappellato commented on OFBIZ-1504: -- The only reason that induced me to open this task is to give

Re: svn commit: r603024 - in /ofbiz/trunk/framework: base/dtd/ofbiz-properties.xsd base/src/base/org/ofbiz/base/util/UtilProperties.java example/config/ExampleXmlUiLabels.xml webtools/src/org/ofbiz/we

2007-12-10 Thread Jacopo Cappellato
Adrian, [EMAIL PROTECTED] wrote: Author: adrianc Date: Mon Dec 10 12:04:01 2007 New Revision: 603024 URL: http://svn.apache.org/viewvc?rev=603024view=rev Log: UtilProperties bug fix and enhancements. This commit fixes the bug reported in https://issues.apache.org/jira/browse/OFBIZ-1488 and

[jira] Closed: (OFBIZ-1433) Missing not-like condition in Simple Methods

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

Re: svn commit: r603024 - in /ofbiz/trunk/framework: base/dtd/ofbiz-properties.xsd base/src/base/org/ofbiz/base/util/UtilProperties.java example/config/ExampleXmlUiLabels.xml webtools/src/org/ofbiz/we

2007-12-10 Thread Hans Bakker
Good Jacopo, I added your info the the SVN access document for developers On Tue, 2007-12-11 at 06:47 +0100, Jacopo Cappellato wrote: 1) check out the site files from svn: http://svn.apache.org/repos/asf/ofbiz/site/ 2) add the new xsd files and commit 3) publish the updates:

Re: svn commit: r603024 - in /ofbiz/trunk/framework: base/dtd/ofbiz-properties.xsd base/src/base/org/ofbiz/base/util/UtilProperties.java example/config/ExampleXmlUiLabels.xml webtools/src/org/ofbiz/we

2007-12-10 Thread Jacopo Cappellato
Thanks Hans, however much more information about this is in the ASF pages for developers: http://www.apache.org/dev/project-site.html and in general, http://www.apache.org/dev/ Jacopo Hans Bakker wrote: Good Jacopo, I added your info the the SVN access document for developers On Tue,

[jira] Commented: (OFBIZ-1433) Missing not-like condition in Simple Methods

2007-12-10 Thread Chris Howe (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550333 ] Chris Howe commented on OFBIZ-1433: --- Thanks Jacques. Being an xsd change, does it also need to be updated on the

Re: svn commit: r603024 - in /ofbiz/trunk/framework: base/dtd/ofbiz-properties.xsd base/src/base/org/ofbiz/base/util/UtilProperties.java example/config/ExampleXmlUiLabels.xml webtools/src/org/ofbiz/we

2007-12-10 Thread Hans Bakker
but is that easy to find? On Tue, 2007-12-11 at 07:41 +0100, Jacopo Cappellato wrote: Thanks Hans, however much more information about this is in the ASF pages for developers: http://www.apache.org/dev/project-site.html and in general, http://www.apache.org/dev/ Jacopo Hans

[jira] Commented: (OFBIZ-1504) New screen to manage the InvoiceItemType entity.

2007-12-10 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550335 ] David E. Jones commented on OFBIZ-1504: --- I think it's fine to leave it there in the data model, but we should

Re: svn commit: r603024 - in /ofbiz/trunk/framework: base/dtd/ofbiz-properties.xsd base/src/base/org/ofbiz/base/util/UtilProperties.java example/config/ExampleXmlUiLabels.xml webtools/src/org/ofbiz/we

2007-12-10 Thread David E Jones
Perhaps not, but the documents at apache.org/dev/ are pure gold for committers and we should all get to know them... :) -David On Dec 11, 2007, at 12:06 AM, Hans Bakker wrote: but is that easy to find? On Tue, 2007-12-11 at 07:41 +0100, Jacopo Cappellato wrote: Thanks Hans, however

[jira] Commented: (OFBIZ-1504) New screen to manage the InvoiceItemType entity.

2007-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550336 ] Jacopo Cappellato commented on OFBIZ-1504: -- About seed/demo data: yes, in fact yesterday I've worked on

[jira] Commented: (OFBIZ-1504) New screen to manage the InvoiceItemType entity.

2007-12-10 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550339 ] David E. Jones commented on OFBIZ-1504: --- I think the task is fine... my concerns are pretty well clarified

[jira] Updated: (OFBIZ-1504) New screen to manage the default glAccountId for the InvoiceItemType entity.

2007-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-1504: - Description: This is *not* an organization specific screen, and so it will be accessible

[jira] Updated: (OFBIZ-1503) New screen for the CostComponentCalc entity

2007-12-10 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-1503: - Description: This is *not* an organization specific screen, and so it will be accessible

[jira] Closed: (OFBIZ-1393) Need a better way to specify the default item configuration

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