Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified __init__.pyc
Binary file not shown.
9 changes: 0 additions & 9 deletions apache/django.wsgi

This file was deleted.

Binary file modified report/__init__.pyc
Binary file not shown.
Binary file modified report/choices.pyc
Binary file not shown.
Binary file modified report/forms.pyc
Binary file not shown.
Binary file modified report/models.pyc
Binary file not shown.
Binary file modified report/pdf.pyc
Binary file not shown.
Binary file modified report/search.pyc
Binary file not shown.
Binary file modified report/urls.pyc
Binary file not shown.
Binary file modified report/views.pyc
Binary file not shown.
142 changes: 0 additions & 142 deletions settings.py

This file was deleted.

1 change: 1 addition & 0 deletions tcc/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ class Bill(models.Model):

"""
job_no = models.IntegerField(editable =False)
date = models.DateField(auto_now_add=True)
education_tax = models.IntegerField(blank=True,null=True)
higher_education_tax = models.IntegerField(blank=True,null=True)
service_tax = models.IntegerField(blank=True,null=True)
Expand Down
Loading