make consignment module

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

make consignment module

rugstan
hi,
i am thinking to developing a consignment module in ofbiz and need some help and direction from experts here as how to do it.
the module will have two different consignments types.
purchase consignment & sales consignment.

purchase consignment is where we take the products from vendor to sell it for them and pay them when we sell it or return it to them when they request for it.

sale consignment- is when we give products to others to sell it for us and get paid when the product is sold or can request the product back from customer

please give your comments and suggestion as how to build it.

thanks for help.
Reply | Threaded
Open this post in threaded view
|

Re: make consignment module

BJ Freeman
just off the top of my head
would add a ProdConsingmentAppl to enumerations for consignment types.
would use the facilities and inventory movements for tracking consignments.

this would leave the current code in tack but add you component
Consignments.

=========================
BJ Freeman
Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
rugstan sent the following on 11/25/2010 1:05 AM:


>
> hi,
> i am thinking to developing a consignment module in ofbiz and need some help
> and direction from experts here as how to do it.
> the module will have two different consignments types.
> purchase consignment&  sales consignment.
>
> purchase consignment is where we take the products from vendor to sell it
> for them and pay them when we sell it or return it to them when they request
> for it.
>
> sale consignment- is when we give products to others to sell it for us and
> get paid when the product is sold or can request the product back from
> customer
>
> please give your comments and suggestion as how to build it.
>
> thanks for help.
Reply | Threaded
Open this post in threaded view
|

Re: make consignment module

hans_bakker
In reply to this post by rugstan
I just had the question from another customer.
if you are performing consignment and not have the goods in your own
inventory, the whole process is already there in the system.
read my blog on that subject.
http://www.antwebsystems.com/control/ViewBlogArticle?contentId=16988&blogContentId=AWS_BLOG
you can create a purchase order from every sales order which comes in.

If you want to order and store in your warehouse, you have to modify the
financial part of the system: inventory value = 0 and use the commission
part of accounting to pay the supplier only on sold items.

Regards,
Hans


On Thu, 2010-11-25 at 01:05 -0800, rugstan wrote:

> hi,
> i am thinking to developing a consignment module in ofbiz and need some help
> and direction from experts here as how to do it.
> the module will have two different consignments types.
> purchase consignment & sales consignment.
>
> purchase consignment is where we take the products from vendor to sell it
> for them and pay them when we sell it or return it to them when they request
> for it.
>
> sale consignment- is when we give products to others to sell it for us and
> get paid when the product is sold or can request the product back from
> customer
>
> please give your comments and suggestion as how to build it.
>
> thanks for help.

--
Ofbiz on twitter: http://twitter.com/apache_ofbiz
Myself on twitter: http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.

Reply | Threaded
Open this post in threaded view
|

Re: make consignment module

rugstan
Thank you Hans sir for how to do it.

Also help on how to give someone products on consignment to sell it for us

Thanks

Sent from my iPhone

On Nov 25, 2010, at 11:09 PM, "Hans Bakker-2 [via OFBiz]"<[hidden email]> wrote:

I just had the question from another customer.
if you are performing consignment and not have the goods in your own
inventory, the whole process is already there in the system.
read my blog on that subject.
http://www.antwebsystems.com/control/ViewBlogArticle?contentId=16988&blogContentId=AWS_BLOG
you can create a purchase order from every sales order which comes in.

If you want to order and store in your warehouse, you have to modify the
financial part of the system: inventory value = 0 and use the commission
part of accounting to pay the supplier only on sold items.

Regards,
Hans


On Thu, 2010-11-25 at 01:05 -0800, rugstan wrote:

> hi,
> i am thinking to developing a consignment module in ofbiz and need some help
> and direction from experts here as how to do it.
> the module will have two different consignments types.
> purchase consignment & sales consignment.
>
> purchase consignment is where we take the products from vendor to sell it
> for them and pay them when we sell it or return it to them when they request
> for it.
>
> sale consignment- is when we give products to others to sell it for us and
> get paid when the product is sold or can request the product back from
> customer
>
> please give your comments and suggestion as how to build it.
>
> thanks for help.
--
Ofbiz on twitter: http://twitter.com/apache_ofbiz
Myself on twitter: http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.




View message @ http://ofbiz.135035.n4.nabble.com/make-consignment-module-tp3058608p3059818.html
To unsubscribe from make consignment module, click here.
Reply | Threaded
Open this post in threaded view
|

Re: make consignment module

Mariano M
In reply to this post by rugstan
Rugstan,

Hello,

Have you completed this module?

Thank you,

Mariano

On Thu, Nov 25, 2010 at 4:05 AM, rugstan <[hidden email]> wrote:

>
> hi,
> i am thinking to developing a consignment module in ofbiz and need some
> help
> and direction from experts here as how to do it.
> the module will have two different consignments types.
> purchase consignment & sales consignment.
>
> purchase consignment is where we take the products from vendor to sell it
> for them and pay them when we sell it or return it to them when they
> request
> for it.
>
> sale consignment- is when we give products to others to sell it for us and
> get paid when the product is sold or can request the product back from
> customer
>
> please give your comments and suggestion as how to build it.
>
> thanks for help.
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/make-consignment-module-tp3058608p3058608.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: make consignment module

rugstan
No.
 
Didn't find anyone who can do it.

On Mon, Jun 27, 2011 at 2:34 PM, Mariano Marks [via OFBiz] <[hidden email]> wrote:
Rugstan,

Hello,

Have you completed this module?

Thank you,

Mariano

On Thu, Nov 25, 2010 at 4:05 AM, rugstan <[hidden email]> wrote:

>
> hi,
> i am thinking to developing a consignment module in ofbiz and need some
> help
> and direction from experts here as how to do it.
> the module will have two different consignments types.
> purchase consignment & sales consignment.
>
> purchase consignment is where we take the products from vendor to sell it
> for them and pay them when we sell it or return it to them when they
> request
> for it.
>
> sale consignment- is when we give products to others to sell it for us and
> get paid when the product is sold or can request the product back from
> customer
>
> please give your comments and suggestion as how to build it.
>
> thanks for help.
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/make-consignment-module-tp3058608p3058608.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>



If you reply to this email, your message will be added to the discussion below:
http://ofbiz.135035.n4.nabble.com/make-consignment-module-tp3058608p3628908.html
To unsubscribe from make consignment module, click here.



--
Rishi Khanna
Director
Rugstan Inc.
Ph # 650-292-2493
Reply | Threaded
Open this post in threaded view
|

Re: make consignment module

stellaramirez
In reply to this post by rugstan
I think first of all you should make a good research on different consignments types. You should also know how to provide the great services to the customers. Then you could easily go for a consignment module.

online consignment shops | designer consignment online