Skip to content

Delivery Date

aaboyle878 edited this page Jan 7, 2024 · 2 revisions

This page will discuss a proposed feature of adding delivery date as a column which would be populated by the backend db to allow for better order tacking

This was initially implement by making changes to app.py folder ensuring that the necessary references to the delivery date column were added in the order class and in the outer for add_order and new_order, additionally the orders.html template would also be updated to ensure that when the app was running that the fields would be visible to the user.

Clone this wiki locally