Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6591133
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:23:10+00:00 2026-05-25T17:23:10+00:00

I seem to be having a problem multiplying in Django. I want to multiply

  • 0

I seem to be having a problem multiplying in Django. I want to multiply the Total Purchase including VAT with my VAT value. Unfortunately, I got this error.

unsupported operand type(s) for *: 'Decimal' and 'VAT'

It looks like my program calls vat (see views) `’VAT’ rather than decimal. I’m not sure why there is an error unless there is another way around it.

Views.py

purchases = Purchase.objects.all()
vat = purchases[0].vat
total_purchases = Purchase.objects.all().aggregate(price = Sum('amount'))
total_purchases_vat = total_purchases['price'] * vat

models.py

class VAT(models.Model):
    vat = models.DecimalField(max_digits = 4, decimal_places = 1)
    def __unicode__(self):
        return unicode(self.vat)

class Purchase(models.Model):
    vat_period = models.ForeignKey(VAT_Period)
    date = models.DateField()
    amount = models.DecimalField(max_digits=20, decimal_places=2)
    description =  models.TextField(max_length = 400)
    vat = models.ForeignKey(VAT)
    def __unicode__(self):
        return unicode(self.amount)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T17:23:11+00:00Added an answer on May 25, 2026 at 5:23 pm

    purchases[0].vat yields an instance of the VAT model. You need to use purchases[0].vat.vat to get the actual value.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm really having a problem finding out how to fix this. I cannot seem
I don't seem to be having a problem with any other method of including
i having problem in converting this C# code into VB.net. The loadLecturer seem to
I seem to be having a strange problem which I can't fully understand. This
I seem to be having a problem. I want to write some code that
Hello I seem to be having some problem involving counting in Django. I have
I seem to be having a problem. I want a view where I can
been having this problem for a few days now and can't seem to find
I seem to be having a problem with checking for list equality. In my
Okay, I seem to be having a problem. I'm trying to create a twicker

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.