Tag: Reports Project

Posted in Python Web

Matplotlib image from Django Model to template

I wanted to see a graphical representation of the time for each day of my work. This…

Posted in Python Web

ToDo list functionality for my Work Accounting Project

There was a need to separate completed tasks from open ones. I added new object to model:

Posted in Python Web

How to get current month values from Django Model, convert to int() and sum?

I decided to implement a display of the time spent on work. To do this, you need…

Posted in Web

Telegram share link or button for Django Reports Project

Today I decided to add the ability to send information from my work accounting system directly to…

Posted in Python Web

Work Accounting System Python/Django

It’s been 2 months since I started learning Python. Just before the New Year holidays, I finished…