You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define on shipment a certain number of boxes so, during the shipment process can be selected and automatically include the measures.
In case of using 2 or more boxes, get the chance to indicate the program that 1box size A and 1 box size C are used for this shipment and indicate the products inside of each one.
Suggested implementation
No response
Suggested steps
No response
The text was updated successfully, but these errors were encountered:
Hello @vfsintes. We are working with a FedEx API to calculate the shipping costs for Proposals. Without any development in or adjustment of code in Dolibarr. I will outline here so you get an idea of what we do, which might not work for you.
step 1. create an extra field (select from table) in products called packing; add the following value to the field. product:ref:rowid::(ref:LIKE:'%pack_box_carton%') in our case all carton boxes are products but they all have a code: pack_box_carton.
Now you have created a field which looks up a packaging and you assign this to a product.
step 2. in proposals create a Complementary attributes (lines) with fieldtype Boolean and call the field Packed together.
When we make the proposal to calculate the shipping costs. Packing is defined by product. If more items are together packed in a single box just mark the field packed together.
Once the proposal is ready we run a python script to calculate shipping fees and save those fees via the dolibarr API in the database.
I can imagine that we could do the same for shipping but than call another script to print FedEx labels that is my next target but as always 1000 ideas and only the ability to implement 10.
Anyway packaging is a complicated matter and not yet really easy to manage in Dolibarr so additional ideas and development are welcome.
Feature Request
DEFINE A DATABASE OF BOX SIZES FOR SHIPMENTS
Use case
Define on shipment a certain number of boxes so, during the shipment process can be selected and automatically include the measures.
In case of using 2 or more boxes, get the chance to indicate the program that 1box size A and 1 box size C are used for this shipment and indicate the products inside of each one.
Suggested implementation
No response
Suggested steps
No response
The text was updated successfully, but these errors were encountered: