Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Daniel Parker
RE: InvoiceAddRq [ reply ]  
2009-02-11 16:38
I don't know if you're still looking for a fix for this, but I'll reply at least for the sake of others who look at this old thread on rubyforge.

I've completely rewritten the gem, with capabilities that cover everything I've ever come across in the QuickBooks API, and it's available at http://www.behindlogic.com. Read more about how it was created at http://blog.behindlogic.com.

By: Daniel Parker
RE: InvoiceAddRq [ reply ]  
2008-08-04 20:33
Beginning work on this.

By: Jayesh Patel
InvoiceAddRq [ reply ]  
2008-05-31 18:01
I'm trying to add Invoice model. It differs from the existing customer model in that the invoice model is more dynamic because there can be 0 or more InvoiceLineAdd sub-models.

Any help will be greatly appreciated.