Coder Social home page Coder Social logo

Can't update invoice about xeroizer HOT 4 CLOSED

waynerobinson avatar waynerobinson commented on August 17, 2024
Can't update invoice

from xeroizer.

Comments (4)

waynerobinson avatar waynerobinson commented on August 17, 2024

How are you generating this message?

The TaxType seems to be set to OUTPUT which means there should be a value for TotalTax.

from xeroizer.

bpinto avatar bpinto commented on August 17, 2024

This message is from the exception that xeroizer is raising.

I don't specify any tax value, this is how I'm specifying each item:

    xero_invoice.add_line_item(
      account_code: item.source_item.xero_account_code || xero_account_code,
      description: item.name,
      item_code: item.item_code,
      quantity: item.quantity,
      unit_amount: item.net_price,
      tax_type: item.tax ? nil : 'NONE'
    )

The item is tax inclusive, so I assume it generates the tax amount automatically.

from xeroizer.

bpinto avatar bpinto commented on August 17, 2024

From xero documentation(http://developer.xero.com/documentation/api/invoices/):

<TaxAmount> Used as an override if the calculated <TaxAmount> is not correct

This is why I'm not specifying the tax amount.

from xeroizer.

afoster avatar afoster commented on August 17, 2024

I found I had to manually re-calculate and set the invoice.sub_total, invoice.total_tax and invoice.total when modifying the amounts of any invoice.line_items.

from xeroizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.