Shipment methods

Hi,

I’m sorry if I missed something, but I can’t find a way to have multiple ways of shipping items.
We have 2 ways of “delivering” things:

  1. First, people come to our place and pick the package themself (then, it’s free for them)
  2. Second, we send them by bike their package (we charge them for that)

How would you make that work with ERPNext?

Thank you very much,

Guillaume

For 2 delivery options

  1. you can use POS (no shipping charge)
  2. you can use sales invoice ( shipping charge)

Is that what you are looking for ?

Hi @jignesh_shah,

Thanks for your answer! Unfortunately, this won’t fit.
I need to mark my orders with the dispatching method so they can be prepared accordingly.

I may also have a three dispatch methods in a near future, so that’s more being able to assign a delivery method and calculate its cost that I’m looking for.

Thanks,

Guillaume