Coder Social home page Coder Social logo

Comments (3)

theinventor avatar theinventor commented on July 24, 2024

OH!

@customer_service.fetch_by_id(849630, 'NG')

So I can find the customer, still, putting this ID on an invoice doesn't let me create it..

There is some code in Windows::Model::Id,

    def initialize(value = nil, suppress_domain_attribute = false)
      unless suppress_domain_attribute
        self.idDomain = DOMAIN
      end
      self.value = value
    end

Is using this suppress_domain_attribute part of the answer?

-- EDIT --

I see when I make the invoice, and I add the ID model for the customer_id, I can specify the id.idDomain = 'NG' - that works.

I guess I have to write a bit of code to detect which works, and add the right domain

from quickeebooks.

ruckus avatar ruckus commented on July 24, 2024

To be honest I have forgotten about suppress_domain_attribute and being able to supply a 2nd argument to fetch_by_id. But this does vaguely ring a bell. I don't see it myself since all the Invoices I create I use a QB customer that has long ago been created in the cloud from QB Desktop originally (that is, I never create Customers myself, just use existing ones).

But I can understand your issue. I find it incredibly lame that QB has a different ID structure depending on how the Customer was created. I can feel your pain.

from quickeebooks.

ruckus avatar ruckus commented on July 24, 2024

Closing this?

from quickeebooks.

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.