/b2b_shop

Internet shop for b2b wholesale trades on django.

Primary LanguageJavaScriptMIT LicenseMIT

b2b_shop

Internet shop for b2b wholesale trade. Written in Python3 using Django framework and many other libraries.

Features

  • Prices depend on quantity.
  • After making an order you will immediately get an invoice in pdf format.
  • You have a list of your previous orders with custom statuses.
  • You can update quantities by uploading xls file from 1C.

Problems

  • Views should be classes, not functions.
  • Taxes are hardcoded. I will add special models for taxes calculation later (formulas like "$TOTALSUM * 0.18 + $DELIVERY * 0.06").
  • Project needs more tests.
  • Maybe I should use django-bootstrap and django REST framework.

Built With

Screenshots

pricelist addtocart cart orderend orderlist