Use python code to create a button called product and a button called part. When you click on each one of them, it should bring up my product list and my part list that are stored in my SQL database. On the right side I want and entry field box that will allow me update my product list and my part list at once if possible.
My product list: product_id, product_supplier_id, product_number, product_name, product_quantity_available, product_quantity_onhand , product_price , product_cost, product_unit
My parts list: part_id, part_supplier_id, part_serial_no, part_name, part_quantity_available, part_quantity_onhand, part_price, part_cost, part_unit
https://stackoverflow.com/questions/66847923/buttons-that-will-bring-a-list-of-my-items March 29, 2021 at 10:05AM
没有评论:
发表评论