Add finance format
Showing
- finances/forms.py 17 additions, 11 deletionsfinances/forms.py
- finances/templates/finances/timesheets.html 29 additions, 21 deletionsfinances/templates/finances/timesheets.html
- finances/templates/finances/timesheets_detailed.html 47 additions, 31 deletionsfinances/templates/finances/timesheets_detailed.html
- requirements.txt 1 addition, 1 deletionrequirements.txt
... | ... | @@ -44,7 +44,7 @@ Whoosh==2.7.4 # Directly related to Haystack. |
# Python Utils | ||
ithenticate-api-python==0.8 | ||
mailchimp3==2.0.15 | ||
python-dateutil==2.6.0 # Doesn't Django have this functionality built-in? -- JdW | ||
python-dateutil==2.6.0 | ||
Pillow==3.4.2 # Latest version is v4.2.1; need to know about usage before upgrade. -- JdW | ||
html2text | ||
... | ... |
Please register or sign in to comment