quickbooks-sync icon indicating copy to clipboard operation
quickbooks-sync copied to clipboard

Sync Quickbooks Desktop

Results 11 quickbooks-sync issues
Sort by recently updated
recently updated
newest added

Bumps [System.ServiceModel.Primitives](https://github.com/dotnet/corefx) from 4.5.0 to 4.5.3. Release notes Sourced from System.ServiceModel.Primitives's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I was using a sample company today and noticed that all the templates of type `Payment Receipt` return a `TemplateType` of `true`. Very strange behaviour, but breaks XML deserialization because...

The new version is out and the difference can be found here: https://static.developer.intuit.com/resources/ReleaseNotes_QBXMLSDK_14_0.pdf The main things we should fix is to add the QBXml 14 Schema. change the `VERSION` to...

Currently, example contains the following code: ```csharp var lastFromModifiedDate = response.CustomerRet.OrderBy(m => m.TimeModified).Select(m => m.TimeModified).LastOrDefault(); await dbContext.SaveIfNewerAsync(LAST_MODIFIED_CUSTOMER, lastFromModifiedDate); ``` I've noticed that entities received in response are not sorted and...

When the WebConnector's host OS is setup with a different culture (having a different decimal symbol) than the server running the QBSync.QbXml library, the values parsed in [QbSync.QbXml.Objects.FLOATYPE](https://github.com/jsgoupil/quickbooks-sync/blob/f169f8e9717c3bf7df02fa1a9e4107d50fb4e689/src/QbXml/Objects/Types/FLOATTYPE.cs#L10) from string...

Can you support "Interactive mode" in the QbManager? This means the QbManager class need implement many methods such as “getInteractiveURL”, “interactiveDone”, “interactiveRejected”,...

help wanted

Currently, in the ExecuteResponse we check if the main required object is present. But when there is an error, it ends up to be an ugly if case for each...

enhancement

Hello, thanks for the awesome package. I'm trying to send the SONumber from our system, and I only see the SONumber field in the remarks of the object.cs file. It...

invalid
question