Re: OfBiz System Configuration Wizard

2007-12-14 Thread Chris Howe
I'm not suggesting an actual change of ports while running, just changing the configuration files. There would be an ofbiz reset involved. Just when it comes back up, if it's not changed concurrently, it won't be accessible. - Original Message From: David E Jones <[EMAIL PROTECTED]> T

Re: OfBiz System Configuration Wizard

2007-12-14 Thread David E Jones
Wow, I didn't even realize we were considering something to change ports on the fly. Has anyone even done a proof of concept to see if the various infrastructure pieces we're using even support that? I guess in theory they should, but you're getting into a LOT more than just reading and w

Re: OfBiz System Configuration Wizard

2007-12-14 Thread Chris Howe
To use the http port setting again. If you're using the UI to change the port and you only change one of the files, you likely will have to go back and change the file by hand after a restart because the UI won't be accessible. Whereas if it were changed in a transactional manner it either fai

Re: OfBiz System Configuration Wizard

2007-12-14 Thread David E Jones
The transactional nature sounds wonderful, but what problem does it actually solve? -David On Dec 14, 2007, at 10:32 PM, Chris Howe wrote: d) Load the config files into an XML database (Apache Xindice) manipulate with a UI/wizzard to your heart's content, verify the structure against a

Re: Generic Roles in Shopping Cart

2007-12-14 Thread David E Jones
It seems like the upside to this is less code in the shopping cart object. The downside to it more code that uses the shopping cart. These variables and methods have "built-in" or "implied" knowledge of the underlying roleTypeIds, and that wouldn't be the case any more. The only way I rea

Re: OfBiz System Configuration Wizard

2007-12-14 Thread Chris Howe
d) Load the config files into an XML database (Apache Xindice) manipulate with a UI/wizzard to your heart's content, verify the structure against an xsd, flush it to the original filename. The benefit of using an xml database as opposed to just reading/writing the original file is that you're a

Re: Calculate on a DATE object in minilang

2007-12-14 Thread Jacopo Cappellato
I'm keeping this thread alive because I have a wish to see the (or ) operation implemented: in fact in the Minilang service I've committed yesterday to close a financial time period we have the requirement to get a Timestamp (older than an existing one of a few seconds). I'm wondering if someo

Re: Generic Roles in Shopping Cart

2007-12-14 Thread Chris Howe
For the approach 1) Create the accessor methods for the generic HashMap(roleTypeId, partyId) 2) Mark all of the specific accessor methods as deprecated or soon to be deprecated or whatever the customary approach is 3) Change those accessor methods to use the generic HashMap instead of the string

Re: OfBiz System Configuration Wizard

2007-12-14 Thread Jacopo Cappellato
I think that system settings should stay in config files, not in the database; if the goal is to simplify the configuration steps described in the production setup guide, then there are probably different ways of addressing this: a) deliver a separate set of config files already configured for

Re: OfBiz System Configuration Wizard

2007-12-14 Thread David E Jones
On Dec 14, 2007, at 9:42 PM, Adrian Crum wrote: Thank you for the clarification! Glad it helped... though I'm still left wondering why you're trying so hard to argue with every point I make... is my thinking fundamentally flawed somewhere? The idea of "making things easier for the user" i

Re: OfBiz System Configuration Wizard

2007-12-14 Thread Adrian Crum
David, Thank you for the clarification! I understand your point of view, but the idea that a user could muck up existing data is true for all of OFBiz. How many emails do we see about product catalog configuration problems? In addition, a user could delete admin permissions using the Party Man

Re: Generic Roles in Shopping Cart

2007-12-14 Thread Jacopo Cappellato
Chris Howe wrote: You misunderstand. placingCustomerPartyId, billToCustomerPartyId, shipToCustomerPartyId, endUserCustomerPartyId, billFromVendorPartyId, shipFromVendorPartyId, and supplierAgentPartyId are all string variable that allow only 1 per order. I would like to replace these va

Re: OfBiz System Configuration Wizard

2007-12-14 Thread BJ Freeman
maybe start having the data files be the entities names. Let the reader callout be used to sequence the data instead of compound files. that way the webtools export can be used to write the new file with new data thru a service. David E Jones sent the following on 12/14/2007 4:09 PM: > > On Dec 1

[jira] Commented: (OFBIZ-1382) Setup Folder to make Configuration easier.

2007-12-14 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552013 ] BJ Freeman commented on OFBIZ-1382: --- this is a complete application setup has it own top tabs it will be run only

Re: OfBiz System Configuration Wizard

2007-12-14 Thread David E Jones
On Dec 14, 2007, at 6:06 AM, Jacques Le Roux wrote: De : "Jonathon -- Improov" <[EMAIL PROTECTED]> Like BJ, I had also created my own configurator. As for David's point about deployment management and version control (of config files), I would agree with Jim Barrows. Those who use the UI co

[jira] Closed: (OFBIZ-1317) EditCommEventWorkEffort is missing in party/widget/partymgr/CommunicationScreens.xml

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

[jira] Updated: (OFBIZ-1317) EditCommEventWorkEffort is missing in party/widget/partymgr/CommunicationScreens.xml

2007-12-14 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti updated OFBIZ-1317: -- Attachment: EditCommEventWorkEffort_missing.patch This is the patch that probably solve this is

[jira] Closed: (OFBIZ-1351) PayPalEvents i18n

2007-12-14 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti closed OFBIZ-1351. - Resolution: Fixed Fixed in rev. 604329. > PayPalEvents i18n > - > >

[jira] Updated: (OFBIZ-1351) PayPalEvents i18n

2007-12-14 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti updated OFBIZ-1351: -- Attachment: PayPal2_i18n.patch This is a new patch I have tested and now I will commit. It cont

Re: Generic Roles in Shopping Cart

2007-12-14 Thread Chris Howe
You misunderstand. placingCustomerPartyId, billToCustomerPartyId, shipToCustomerPartyId, endUserCustomerPartyId, billFromVendorPartyId, shipFromVendorPartyId, and supplierAgentPartyId are all string variable that allow only 1 per order. I would like to replace these variables and the 20+ me

Re: Generic Roles in Shopping Cart

2007-12-14 Thread David E Jones
You mean to go into the OFBiz trunk? In the main code base we want things to be flexibe, and it happens that people want more than one party associated with the order in the same role. It's that simple... -David On Dec 14, 2007, at 3:02 PM, Chris Howe wrote: Is there a reason to mainta

Re: Generic Roles in Shopping Cart

2007-12-14 Thread Chris Howe
Is there a reason to maintain the ten other specialized roles in a non generic manner or some other reason that makes a HashMap(String, String) approach undesirable? - Original Message From: David E Jones <[EMAIL PROTECTED]> To: dev@ofbiz.apache.org Sent: Friday, December 14, 2007 3:56:

[jira] Closed: (OFBIZ-1009) PayPalEvents does not create order payment preference

2007-12-14 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti closed OFBIZ-1009. - Resolution: Fixed Fix Version/s: Release Branch 4.0 I have committed in rev. 604311 into r

Re: Generic Roles in Shopping Cart

2007-12-14 Thread David E Jones
Sounds like it's a custom requirement (not really a general/generic requirement), so custom code would be the way to go. You should be able to write a custom event that enacts this constraint and not modify any of the main OFBiz code. -David On Dec 14, 2007, at 11:09 AM, Chris Howe wrot

Re: Weird way to manage the CreditCard.cardType field

2007-12-14 Thread Jacopo Cappellato
Jacques Le Roux wrote: Jacopo, Quick guess, could this be related to CC specific methods in UtilValidate.java (getCardType) ? Yes, you are right Jacques... thanks for bringing this to my attention. I've created a Jira issue to remember this: OFBIZ-1524 Thanks, Jacopo De : "Vince M. Clar

Re: Generic Roles in Shopping Cart

2007-12-14 Thread Chris Howe
I'm needing to add an OrderRole to an order, but the role is determined while the individual is shopping before an orderId is known. Very similar to the ten other roles that are added the same way (supplierAgentPartyId, shipFromVendorPartyId, billFromVendorPartyId, etc). There's no need to add

Re: Generic Roles in Shopping Cart

2007-12-14 Thread Jim Barrows
I'm wondering why you want to do that? Are you trying to tie a shopping cart to an individual user? On Dec 14, 2007 10:41 AM, Chris Howe <[EMAIL PROTECTED]> wrote: > I'm needing to restrict a custom roleTypeId to 1 per shopping cart, > currently the only way to add a custom roleTypeId is throug

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

2007-12-14 Thread Jim Barrows (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551869 ] Jim Barrows commented on OFBIZ-1502: I'm going to create a first pass Balance Sheet. Basically it will have ever

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

2007-12-14 Thread Jim Barrows (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551867 ] Jim Barrows commented on OFBIZ-1501: Fantastic! Thanks... working on it this weekend. Hope to have the Income s

Re: Generic Roles in Shopping Cart

2007-12-14 Thread Chris Howe
I'm needing to restrict a custom roleTypeId to 1 per shopping cart, currently the only way to add a custom roleTypeId is through the addAdditionalRole, which will accept many parties per roleTypeId. I can accomplish limiting the roleTypeId to one party only by removing all parties from the ad

Re: Generic Roles in Shopping Cart

2007-12-14 Thread Jim Barrows
What problem are you trying to solve? On Dec 14, 2007 10:19 AM, Chris Howe <[EMAIL PROTECTED]> wrote: > I'm needing to restrict a custom roleTypeId to 1 per shopping cart and I'm > not finding a way to do that. Would there be any objection to changing the > way the roles are handled in the shopp

Generic Roles in Shopping Cart

2007-12-14 Thread Chris Howe
I'm needing to restrict a custom roleTypeId to 1 per shopping cart and I'm not finding a way to do that. Would there be any objection to changing the way the roles are handled in the shopping cart? I would like to change all of the roles that should be restricted to 1 per shopping cart from spe

[jira] Created: (OFBIZ-1524) Improve the way CreditCard.cardType field is managed

2007-12-14 Thread Jacopo Cappellato (JIRA)
Improve the way CreditCard.cardType field is managed Key: OFBIZ-1524 URL: https://issues.apache.org/jira/browse/OFBIZ-1524 Project: OFBiz Issue Type: Bug Components: accounting,

Re: Task (WorkEffort) Statuses

2007-12-14 Thread Jim Barrows
Ok, then as a manager, I need to rebalance the tasks. How do I as the system what is not being worked on? Just ask for tasks that don't have a time record, and been accepted? That could work, but the state I think works better. I was thinking, as soon as someone enters time, comments etc, you ju

Re: OfBiz System Configuration Wizard

2007-12-14 Thread Jacques Le Roux
De : "Jonathon -- Improov" <[EMAIL PROTECTED]> > Like BJ, I had also created my own configurator. > > As for David's point about deployment management and version control (of > config files), I would > agree with Jim Barrows. Those who use the UI configurator would use it > exclusively, and have

Re: Task (WorkEffort) Statuses

2007-12-14 Thread Jacques Le Roux
Hi Hans, The date sounds good enough to me (even if maybe not as obvious as a task status, but one have to learn how to use what one needs. In a sophisticaded UI colors may be used... futur...) Thanks Jacques De : "Hans Bakker" <[EMAIL PROTECTED]> > Hi Jacques, > Thanks for your interest in th

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

2007-12-14 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya closed OFBIZ-1503. -- Resolution: Fixed Thanks Jyotsna Rathore for your patch. Your patch is in rev # 604182.

[jira] Assigned: (OFBIZ-1317) EditCommEventWorkEffort is missing in party/widget/partymgr/CommunicationScreens.xml

2007-12-14 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti reassigned OFBIZ-1317: - Assignee: Marco Risaliti > EditCommEventWorkEffort is missing in > party/widget/partymg

[jira] Commented: (OFBIZ-1009) PayPalEvents does not create order payment preference

2007-12-14 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551775 ] Marco Risaliti commented on OFBIZ-1009: --- Jacques and all committers, May I can commit the PayPal_bug2.patch in

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

2007-12-14 Thread Shubham Goyal (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551774 ] Shubham Goyal commented on OFBIZ-1502: -- Jacopo, Can you please provide more information about this issue. > Bal

[jira] Closed: (OFBIZ-1396) TrialBalance, IncomeStatement and BalanceSheet request don't exist in accounting controller.xml file

2007-12-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-1396. Resolution: Duplicate Please refer to OFBIZ-1501 and OFBIZ-1502 > TrialBalance, IncomeStat

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

2007-12-14 Thread Hans Bakker
Yes i already put a lot of time in this because it is so essential for a projectmanagerthanks again! I am now changing it so it works with the ofbiz data On Fri, 2007-12-14 at 21:07 +1300, Scott Gray wrote: > No worries :-) > > It was mostly my curiosity as to what the chart would look li

[jira] Closed: (OFBIZ-874) System error for re-assigning an existing GL Account to party

2007-12-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-874. --- Resolution: Fixed This has been recently fixed. Thanks > System error for re-assigning an ex

[jira] Closed: (OFBIZ-1247) Demo data for GlAccountOrganization table

2007-12-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-1247. Resolution: Fixed This should be done, even if most of the mappings are probably not correc

[jira] Closed: (OFBIZ-1248) Demo data for Gl Account defaults for "Sales Invoice", "Purchase Invoice", "Payment Type/Gl Account Type Id" and "Payment Method Id/GL Account ID"

2007-12-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-1248. Resolution: Fixed This should be done, even if most of the mappings are probably not correc

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

2007-12-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551754 ] Jacopo Cappellato commented on OFBIZ-1501: -- Jim, I've implemented the method to get a list of all the desce

[jira] Closed: (OFBIZ-1443) Review/cleanup the Accounting>General Ledger>Setup>Gl Account defaults>Sales Invoice screen

2007-12-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-1443. Resolution: Fixed > Review/cleanup the Accounting>General Ledger>Setup>Gl Account defaults>

[jira] Closed: (OFBIZ-1444) Review/cleanup the Accounting>General Ledger>Setup>Gl Account defaults>Purchase Invoice screen

2007-12-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-1444. Resolution: Fixed > Review/cleanup the Accounting>General Ledger>Setup>Gl Account > defaul

[jira] Closed: (OFBIZ-1522) Implement service to close a financial time period

2007-12-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-1522. Resolution: Fixed rev. 604156 > Implement service to close a financial time period > -

[jira] Closed: (OFBIZ-412) Cannot assign SGA_EXPENSE, COGS_EXPENSE, etc. account as default account for purchase invoice item

2007-12-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-412. --- Resolution: Fixed Thank you Eriks, this is fixed in rev. 604154 > Cannot assign SGA_EXPENSE,

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

2007-12-14 Thread Brajesh Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brajesh Patel updated OFBIZ-1490: - Attachment: (was: Jira_issue_1490.patch) > Implement an automatic GL posting service for inco

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

2007-12-14 Thread Brajesh Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brajesh Patel updated OFBIZ-1490: - Attachment: (was: Jira_issue_1490.patch) > Implement an automatic GL posting service for inco

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

2007-12-14 Thread Brajesh Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551731 ] brajeshpatel07 edited comment on OFBIZ-1490 at 12/14/07 12:47 AM: - Updated patch .

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

2007-12-14 Thread Brajesh Patel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brajesh Patel updated OFBIZ-1490: - Attachment: Jira_issue_1490.patch Updated patech . > Implement an automatic GL posting service f

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

2007-12-14 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551726 ] Jacopo Cappellato commented on OFBIZ-1453: -- Bilgin, first of all I'd like to clarify that I'm really happy

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

2007-12-14 Thread Scott Gray
No worries :-) It was mostly my curiosity as to what the chart would look like, it's very nice by the way whoever worked on it. Regards Scott On 14/12/2007, Hans Bakker <[EMAIL PROTECTED]> wrote: > > Hi Scott, > > thank you so much helping me out on this, you are a hero! > > Regards, > Hans > >

[jira] Assigned: (OFBIZ-1511) Create a project scheduler

2007-12-14 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker reassigned OFBIZ-1511: -- Assignee: Hans Bakker > Create a project scheduler > -- > >

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

2007-12-14 Thread Hans Bakker
Hi Scott, thank you so much helping me out on this, you are a hero! Regards, Hans On Thu, 2007-12-13 at 23:40 -0800, Scott Gray (JIRA) wrote: > [ > https://issues.apache.org/jira/browse/OFBIZ-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Scott Gray closed OFBI