Issues while integrating with my taxi app

Hi, I would like to add customer billing with a URL to the invoice. If the customer rides again with us, the URL should show the previous details with the present ride details. Can I do this with any property change or should I do it simpler with any other methods? Any help is much appreciated.

P.S: This Is a working prototype of a taxi dispatching software built with javascript.

Hi Charles,
Simply save the order to the customer’s data in the database, and you’ll have access to his previous orders.
Consider the booking type, which was formed when a customer placed an order. Add it to the client in the database under the “History” field, which should be a list of orders, after processing it (and includes all necessary details).