foxnewsnetwork / American-Lit-315

1 stars 1 forks source link

order model user model #15

Closed foxnewsnetwork closed 12 years ago

foxnewsnetwork commented 12 years ago

each purchase order will be compartmentalized to contain all the necessary information to complete a purchase on some shopping website. The schema should at least have:

company_id:integer ext_product_id:integer customer_name:string cost:decimal count:integer payment_method:string payment_info:string

SpinnakerSix commented 12 years ago

this is done through a invoice model that tracks purchases.