jbillcliffe / django-renterprise

0 stars 0 forks source link

Model for orders #3

Closed jbillcliffe closed 1 month ago

jbillcliffe commented 1 month ago

Model Structure

Name Field Type
customer Foreign Key
item Foreign Key
cost_initial DecimalField
cost_week DecimalField
start_date DateTimeField
end_date DateTimeField