The site was created to enter accounting for turnover, control the amount of products in the warehouse, calculate customer debts, the total amount of profit received, create invoices (on the site and export in PDF format, for printing)
To clone repo use command:
git clone https://github.com/student-project-lnu-2022/invocer.git
Go to directory invoicer_project with command:
cd invoicer_project
open terminal and run next command:
pip install -r requirements.txt
To run the server use commands:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver