coopcycle / coopcycle-web

Logistics & marketplace platform. Only for worker-owned business.
https://coopcycle.org
Other
571 stars 130 forks source link

Invoicing problem with multiple point deliveries through the form #4544

Closed AdrienSICKLO closed 1 month ago

AdrienSICKLO commented 3 months ago

Hello,

Linked to previous issue, we have a problem when invoicing using the multipoint deliveries form with prices (super useful). Indeed, in the export, the amount is correct but only aggregated to the pick up as a global numer, leading to impossibility to know how each drop off led to the total amount.

image

Don't know what the correct solution is here but that is problematic for us

Paul-Eraman-CoopCycle commented 1 month ago

The issue that would solve this is: https://github.com/coopcycle/coopcycle-web/issues/3828

Right now the price is calculated as an order, then put in the pickup. This issue would make the price based on each task that makes up an order, and then put each task price in each task line. the order price would be the sum of those task prices.

closing here, will track in #3828