8000 GitHub - grumpa/work_evid: Work evidence
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

grumpa/work_evid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work Evidence

Attention :-) : My learning application in Django. Now in the year 2017 I'd use more class based views. I use this app still, but I don't have time to rewrite it. Nice piece of history of learning Django. My the biggest step in learning it was reading book Two Scoops of Django.

Keep a record of work you do for your customers. You can filter records by months/years and see summary of money by customer. Good as source for your invoices.

Application contains simple TODO.

You can:

  • maintain list of customers
  • maintain evidence of work done for customers
  • display records with some filtering (year/month/customer) and two styles: timeline and by the customers.

Application use I18n and is translatable. Views and templates use i18n possibilities of Django.

Requirements

  • Python, tested on 3.4. Support for Python-2 has stopped.
  • Django, tested on 1.7, 1.8 and 1.9
  • django-markdown-deux

Current status

Application is in usable state. It would be probably difficult to incorporate it in your project due to templates and authentication which are somehow egocentric. Use it as standalone project/app.

Expected audience

If you are more experienced then me, or you are enthusiastic student of Django and you want to collaborate, welcome to my club. I want to learn how to participate in collaborative work too. :-)

Changelog

2016-01-05

  • Model Firm has new field "show_in_list" with default=True. If you have a firm you don't work for it anymore, change value to False and this firm will not be offered in pulldown menu in forms for Work an Todo.
  • Rewritten for Python-3.4
0