[OFBiz] Dev - Create New Party Detail<-- Vendor(supplier)
Marcelo Coraça de Freitas
batera at linux.ime.usp.br
Mon Aug 2 11:15:41 EDT 2004
BJ, developers,
At this moment I'm not working at services. I've just created 2 entities and
created all relations. I'm finishing a script that will deal with that dinamic
table stuf. I´ll be writing a proposal to implement this at WidgetForms this
week.
So, change whatever it's necessary and I'll tell you what I'm dealing with
when I start working at services stufs.
regards.
--
BaTeRa (vulgo Marcelo Coraça de Freitas)
AdaOS -- http://www.adaos.net | http://www.adaoshq.org
Linux user #297942
ICQ# 24263609
MSN# baterausp at hotmail.com
Yahoo# baterausp at yahoo.com
Jabber# OgRo at jabber.org
Citando Adrian Crum <adrianc at hlmksw.com>:
> BJ,
>
> Thanks for working on this - we need a vendor service also. A couple of
> thoughts based upon our existing AP/Inventory software:
>
> 1. Multiple vendors per inventory item, with a default vendor specified
> 2. Vendor payment terms
> 3. Have a buyer associated with a vendor
>
> -Adrian
>
>
> bjfree at free-man.net wrote:
> > finally got down to looking at the customerEvent.xml and
> partysevices.xml.
> > I see a <!-- Vendor Party services -->
> > <simple-method method-name="createVendor"
> > short-description="createVendorcreateVendor">
> > in the customerEvents.xml
> > I think I would move that to the new xml.
> > I probably will see about the
> > components\party\servicedef
> > I see creating:
> > 1) the party with Vendor type that is the company
> > 2) and a linked contact
> > 3) provide a drop down of products to associate with. Note: this will
> allow
> > more that one vendor to associate. Need to look at products to see how
> that
> > was implemented.
> > 4) provide linkage between products and adding a vendor that will link to
> > new vendor as one of the selections.
> >
> > still thinking this through.
> >
> >
> >
> > Marcelo:
> > how are you coming on the patch. I don't want to cause problems with what
> > you are doing.
> >
> > are you working on customerEvent.xml and partysevices.xml?
> >
> > I will be creating a new
> > components\party\script\org\ofbiz\party\vendor\vendorservice.xml
> >
> >
> >
> > Andy:
> > as a warm-up, I would like to take the customerEvents.xml and make the
> > customerservice.xml
> > and split out the vendor code to vendorservice.xml
> > I can send it to you for your comments.
> >
> >
> > I will generate patch as soon as I am done.
> >
> > -----Original Message-----
> > From: bjfree at free-man.net [mailto:bjfree at free-man.net]
> > Sent: Monday, July 19, 2004 8:37 AM
> > To: dev at ofbiz.dev.java.net
> > Subject: RE: [OFBiz] Dev - Create New Party Detail<-- Vendor(supplier)
> >
> >
> > Ok will look at that. sound like a better way to go.
> >
> > -----Original Message-----
> > From: Andrew Zeneski [mailto:jaz at ofbiz.org]
> > Sent: Monday, July 19, 2004 8:35 AM
> > To: dev at ofbiz.dev.java.net
> > Subject: Re: [OFBiz] Dev - Create New Party Detail<-- Vendor(supplier)
> >
> >
> > Not sure what you mean by "java module to handle the initialization".
> > You'll need a screen, probably a BSH for some screen data, and a
> > service for processing. The service should be a simple method service,
> > which calls into the other existing services. Much like the create
> > customer event, however it would be better as a service so it can be
> > re-used by non-web clients. I would like to change the create customer
> > event as well one of these days.
> >
> > -Z
> >
> > On Jul 19, 2004, at 11:20 AM, bjfree at free-man.net wrote:
> >
> >
> >>will make the entries for the menu and form widgets to they can be
> >>added
> >>later.
> >>New screen, new bsh, and new java module to handle the initialization?
> >>actually still not sure the best way to do initialization on the fly
> >>using
> >>the database utilities.
> >>
> >>-----Original Message-----
> >>From: Andrew Zeneski [mailto:jaz at ofbiz.org]
> >>Sent: Monday, July 19, 2004 8:14 AM
> >>To: dev at ofbiz.dev.java.net
> >>Subject: Re: [OFBiz] Dev - Create New Party Detail<-- Vendor(supplier)
> >>
> >>
> >>This will end up being a new screen, so I don't think it will effect
> >>anything you are working on. Unless you are changing some of the core
> >>party services. (??)
> >>
> >>-Z
> >>
> >>On Jul 19, 2004, at 11:11 AM, Marcelo Coraça de Freitas wrote:
> >>
> >>
> >>>Don't forget I'm working at partymgr application! :-D
> >>>There are still a few files needed to be changed and I think I'll be
> >>>sending the
> >>>patch soon.
> >>>
> >>>
> >>>regards.
> >>>
> >>>--
> >>>BaTeRa (vulgo Marcelo Coraça de Freitas)
> >>>AdaOS -- http://www.adaos.net | http://www.adaoshq.org
> >>>
> >>>Linux user #297942
> >>>
> >>>ICQ# 24263609
> >>>MSN# baterausp at hotmail.com
> >>>Yahoo# baterausp at yahoo.com
> >>>Jabber# OgRo at jabber.org
> >>>
> >>>
> >>>Citando bjfree at free-man.net:
> >>>
> >>>
> >>>>Only a quick way for the user to add this person. I have one client
> >>>>with
> >>>>150 suppliers.
> >>>>also selecting:
> >>>>1) the type of supplier (party role) and (party group)
> >>>>2) Security --ORDERSUPPLIER_LTD and a new one CATALOGSUPPLIER_LTD and
> >>>>intialize the links for
> >>>>USER_LOGIN_SECURITY_GROUP,SECURITY_GROUP_PERMISSION,
> >>>>and SECURITY_PERMISSION
> >>>>3) set up ID's in the other tables, like Billing Accounts.
> >>>>
> >>>>have links, that open pop up windows to these other managers so they
> >>>>have
> >>>>the option of adding the information.
> >>>>
> >>>>-----Original Message-----
> >>>>From: Andrew Zeneski [mailto:jaz at ofbiz.org]
> >>>>Sent: Monday, July 19, 2004 7:26 AM
> >>>>To: dev at ofbiz.dev.java.net
> >>>>Subject: Re: [OFBiz] Dev - Create New Party Detail<--
> >>>>Vendor(supplier)
> >>>>
> >>>>
> >>>>What did you have in mind for it? There really is nothing special
> >>>>about
> >>>>a supplier, except that they will have the supplier role attached to
> >>>>the party. They will also probably have a billing account associated
> >>>>with them as well, but that is in the accounting component.
> >>>>
> >>>>-Z
> >>>>
> >>>>On Jul 19, 2004, at 10:15 AM, bjfree at free-man.net wrote:
> >>>>
> >>>>
> >>>>>where are we with feature.
> >>>>>it is there a manual way to do this in the partymgr?
> >>>>>don't want to duplicate effort.
> >>>>>will send patch if no one is doing this.
> >>>>>
> >>>>>--------------------------------------------------------------------
> >>>>>-
> >>>>>To unsubscribe, e-mail: dev-unsubscribe at ofbiz.dev.java.net
> >>>>>For additional commands, e-mail: dev-help at ofbiz.dev.java.net
> >>>>
> >>>>---------------------------------------------------------------------
> >>>>To unsubscribe, e-mail: dev-unsubscribe at ofbiz.dev.java.net
> >>>>For additional commands, e-mail: dev-help at ofbiz.dev.java.net
> >>>>
> >>>>
> >>>
> >>>
> >>>
> >>>
> >>>---------------------------------------------------------------------
> >>>To unsubscribe, e-mail: dev-unsubscribe at ofbiz.dev.java.net
> >>>For additional commands, e-mail: dev-help at ofbiz.dev.java.net
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: dev-unsubscribe at ofbiz.dev.java.net
> >>For additional commands, e-mail: dev-help at ofbiz.dev.java.net
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe at ofbiz.dev.java.net
> > For additional commands, e-mail: dev-help at ofbiz.dev.java.net
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe at ofbiz.dev.java.net
> > For additional commands, e-mail: dev-help at ofbiz.dev.java.net
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe at ofbiz.dev.java.net
> For additional commands, e-mail: dev-help at ofbiz.dev.java.net
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe at ofbiz.dev.java.net
For additional commands, e-mail: dev-help at ofbiz.dev.java.net
More information about the Dev
mailing list