Giter VIP home page Giter VIP logo

qbxml-object-models's Issues

Time is not allowed in filters.

Hello Greg,

I have been busy with a few other things and wasn't able to test the previous build. During my work, while applying filters on invoices on ModifiedDate, I found that it never parses the time part from a DateTime to XML but only parses the date.
The expected date format is:
yyyy-MM-ddTHH:mm:sszzz

Currently implemented as below:

image

Typo in Variable name for model: InvoiceLineRetDto

Hello Grey,

I found a typo while working with invoice Line items.

[XmlElement("DataExtRet")] public List<DataExtRetDto> DateExtRet { get; set; }

The variable DateExtRet should be renamed to DataExtRet

Thank you <3

How do I add extension/custom data to invoice/invoiceline?

I see there's a DataExtRetDto, but is this for return data only? What if I want to send extended key/value pairs to QuickBooks for both Invoice and InvoiceLine? They would need to be a list of DataExtRqDto objects of something of the like.

Batch Add Requests

Hello, Your work is appreciated. I loved it. well detailed.

May I know if there is a way to make batch requests by converting your objects into xml?

Property missing from SalesOrderRetDto

The DataExtRet property does not exist for the SalesOrder itself. This property does exist in the SalesOrderLineRetDto. The latter is a
List<QbModels.DataExtRetDto> which is also appropriate for the SalesOrder.

The company file I'm working with has custom fields tied to both the Sales Order, and the Sales Order Lines.

Any chance we could get this property added? I don't mind creating a pull request, but it seems like a fairly quick addition. Just let me know if you'd prefer the pull request.

Great library - thank you!
Danny

MaxReturned not Parsed with ModifiedDate filters

Hello Greg,

I'm using QueryRq for the Models. I noticed that MaxReturned is not parsed to xml if we provide ModifiedDate etc or Name.

May I know the reference for this?

     [QbXmlOrder(200)]
    [XmlElement("MaxReturned")]
    public int? MaxReturned
    {
        get
        {
            if (ListID != null || FullName != null || ActiveStatus != null || FromModifiedDate.HasValue || ToModifiedDate.HasValue)
            {
                return null;
            }

            return maxReturned;
        }
        set
        {
            maxReturned = value;
        }
    }
    ```

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.