Skip to content

Ipp 17865 #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified qbdt/c-sharp/QBFC/InvoiceAdd.zip
Binary file not shown.
Binary file modified qbdt/c-sharp/QBFC/MCInvoiceAddQBFC.zip
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions qbdt/c-sharp/QBFC/MCInvoiceAddQBFC/Intuit_QBFC/Form1.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2008-2013 by Intuit Inc.
// Copyright (c) 2008-2020 by Intuit Inc.
// All rights reserved
// Usage governed by the QuickBooks SDK Developer's License Agreement

Expand All @@ -9,7 +9,7 @@
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using Interop.QBFC13;
using Interop.QBFC14;
using MCInvoiceAddQBFC.Session_Framework;


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="Interop.QBFC13, Version=13.0.0.14, Culture=neutral, PublicKeyToken=31d8aec643e18259">
<Reference Include="Interop.QBFC14, Version=14.0.0.1, Culture=neutral, PublicKeyToken=31d8aec643e18259">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Common Files\Intuit\QuickBooks\Interop.QBFC14.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Vsa" />
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion qbdt/c-sharp/QBFC/MCInvoiceAddQBFC/Intuit_QBFC/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2007-2013 by Intuit Inc.
// Copyright (c) 2007-2020 by Intuit Inc.
// All rights reserved
// Usage governed by the QuickBooks SDK Developer's License Agreement

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright (c) 2007-2013 by Intuit Inc.
// Copyright (c) 2007-2020 by Intuit Inc.
// All rights reserved
// Usage governed by the QuickBooks SDK Developer's License Agreement

using System;
using Interop.QBFC13;
using Interop.QBFC14;
using System.Runtime.InteropServices;


Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2007-2013 by Intuit Inc.
// Copyright (c) 2007-2020 by Intuit Inc.
// All rights reserved
// Usage governed by the QuickBooks SDK Developer's License Agreement

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2007-2013 by Intuit Inc.
// Copyright (c) 2007-2020 by Intuit Inc.
// All rights reserved
// Usage governed by the QuickBooks SDK Developer's License Agreement

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2007-2013 by Intuit Inc.
// Copyright (c) 2007-2020 by Intuit Inc.
// All rights reserved
// Usage governed by the QuickBooks SDK Developer's License Agreement

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2007-2013 by Intuit Inc.
// Copyright (c) 2007-2020 by Intuit Inc.
// All rights reserved
// Usage governed by the QuickBooks SDK Developer's License Agreement

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2007-2013 by Intuit Inc.
// Copyright (c) 2007-2020 by Intuit Inc.
// All rights reserved
// Usage governed by the QuickBooks SDK Developer's License Agreement

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2007-2013 by Intuit Inc.
// Copyright (c) 2007-2020 by Intuit Inc.
// All rights reserved
// Usage governed by the QuickBooks SDK Developer's License Agreement

Expand All @@ -8,7 +8,7 @@
using System.Text;
using System.Windows.Forms;
using System.Resources;
using Interop.QBFC13;
using Interop.QBFC14;

namespace MCInvoiceAddQBFC.Session_Framework
{
Expand Down
2 changes: 1 addition & 1 deletion qbdt/c-sharp/QBFC/QBInvoiceAdd/InputItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.ComponentModel;
using System.Windows.Forms;
using System.IO;
using Interop.QBFC13;
using Interop.QBFC14;

namespace InvoiceAdd
{
Expand Down
4 changes: 2 additions & 2 deletions qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Windows.Forms;
using System.Data;
using System.IO;
using Interop.QBFC13;
using Interop.QBFC14;

namespace InvoiceAdd
{
Expand All @@ -20,7 +20,7 @@ namespace InvoiceAdd
/// This sample also implements QBFC's automatic error recovery feature.
///
/// Created On: 11/19/2004
/// Copyright � 2004-2013 Intuit Inc. All rights reserved.
/// Copyright � 2004-2020 Intuit Inc. All rights reserved.
/// Use is subject to the terms specified at:
/// http://developer.intuit.com/legal/devsite_tos.html
///
Expand Down
9 changes: 4 additions & 5 deletions qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}"
>
Expand Down Expand Up @@ -90,10 +90,9 @@
HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
/>
<Reference
Name = "Interop.QBFC13"
AssemblyName = "Interop.QBFC13"
HintPath = "..\..\..\..\..\..\..\..\..\..\Program Files\Common Files\Intuit\QuickBooks\Interop.QBFC13.dll"
AssemblyFolderKey = "hklm\dn\intuit developer network"
Name = "Interop.QBFC14"
AssemblyName = "Interop.QBFC14"
HintPath = "..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Common Files\Intuit\QuickBooks\Interop.QBFC14.dll"
/>
</References>
</Build>
Expand Down
4 changes: 2 additions & 2 deletions qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.csproj.user
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VisualStudioProject>
<CSHARP LastOpenVersion = "7.10.3077" >
<CSHARP LastOpenVersion = "7.10.6030" >
<Build>
<Settings ReferencePath = "C:\Program Files\Common Files\Intuit\QuickBooks\" >
<Settings ReferencePath = "C:\Program Files\Common Files\Intuit\QuickBooks\;C:\Program Files (x86)\Common Files\Intuit\QuickBooks\" >
<Config
Name = "Debug"
EnableASPDebugging = "false"
Expand Down
Binary file modified qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.exe
Binary file not shown.
Binary file modified qbdt/c-sharp/QBFC/WCECommSample.zip
Binary file not shown.
Binary file modified qbdt/c-sharp/qbXML/CustomerAdd.zip
Binary file not shown.
13 changes: 10 additions & 3 deletions qbdt/c-sharp/qbXML/CustomerAdd/CustomerAdd.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.0.9466"
SchemaVersion = "1.0"
ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{9440FBB0-0EAA-417E-A2D9-019BE88A9B81}"
>
<Build>
Expand All @@ -16,7 +16,10 @@
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "WinExe"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "CustomerAdd"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
<Config
Expand All @@ -30,6 +33,8 @@
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "true"
NoStdLib = "false"
NoWarn = ""
Optimize = "false"
OutputPath = "bin\Debug\"
RegisterForComInterop = "false"
Expand All @@ -48,6 +53,8 @@
DebugSymbols = "false"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "true"
OutputPath = "bin\Release\"
RegisterForComInterop = "false"
Expand Down Expand Up @@ -85,7 +92,7 @@
<Reference
Name = "Interop.QBXMLRP2"
AssemblyName = "Interop.QBXMLRP2"
HintPath = "..\..\..\..\..\..\..\..\..\..\Program Files\Common Files\Intuit\QuickBooks\Interop.QBXMLRP2.dll"
HintPath = "..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Common Files\Intuit\QuickBooks\Interop.QBXMLRP2.dll"
/>
</References>
</Build>
Expand Down
Binary file modified qbdt/c-sharp/qbXML/CustomerAdd/CustomerAdd.exe
Binary file not shown.
8 changes: 5 additions & 3 deletions qbdt/c-sharp/qbXML/CustomerAdd/CustomerAdd.sln
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Microsoft Visual Studio Solution File, Format Version 7.00
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomerAdd", "CustomerAdd.csproj", "{9440FBB0-0EAA-417E-A2D9-019BE88A9B81}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
ConfigName.0 = Debug
ConfigName.1 = Release
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectDependencies) = postSolution
EndGlobalSection
Expand Down
2 changes: 1 addition & 1 deletion qbdt/c-sharp/qbXML/CustomerAdd/CustomerAddForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Created On: 8/15/2002
*
* Copyright � 2002-2013 Intuit Inc. All rights reserved.
* Copyright � 2002-2020 Intuit Inc. All rights reserved.
* Use is subject to the terms specified at:
* http://developer.intuit.com/legal/devsite_tos.html
*
Expand Down
Binary file modified qbdt/c-sharp/qbXML/MCInvoiceAdd.zip
Binary file not shown.
5 changes: 4 additions & 1 deletion qbdt/c-sharp/qbXML/MCInvoiceAdd/MCInvoiceAdd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Interop.QBXMLRP2, Version=7.0.0.134, Culture=neutral, PublicKeyToken=31d8aec643e18259" />
<Reference Include="Interop.QBXMLRP2, Version=14.0.0.1, Culture=neutral, PublicKeyToken=31d8aec643e18259">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Common Files\Intuit\QuickBooks\Interop.QBXMLRP2.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
Expand Down
Binary file modified qbdt/c-sharp/qbXML/MCInvoiceAdd/MCInvoiceAdd.exe
Binary file not shown.
Binary file modified qbdt/c-sharp/qbXML/SubscribeAndHandleQBEvent.zip
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{868CE953-4142-43E8-B605-A37D6BA94636}"
>
Expand Down Expand Up @@ -90,18 +90,14 @@
HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
<Reference
Name = "Interop.QBXMLRP2"
AssemblyName = "Interop.QBXMLRP2"
HintPath = "..\..\..\..\..\Program Files\Common Files\Intuit\QuickBooks\Interop.QBXMLRP2.dll"
AssemblyFolderKey = "hklm\dn\intuit developer network"
Name = "Interop.QBSDKEVENTLib"
AssemblyName = "Interop.QBSDKEVENTLib"
HintPath = "..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Common Files\Intuit\QuickBooks\Interop.QBSDKEVENTLib.dll"
/>
<Reference
Name = "QBSDKEVENTLib"
Guid = "{941BD791-06C1-4D4D-8F6A-8F685810DD5E}"
VersionMajor = "1"
VersionMinor = "0"
Lcid = "0"
WrapperTool = "tlbimp"
Name = "Interop.QBXMLRP2"
AssemblyName = "Interop.QBXMLRP2"
HintPath = "..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Common Files\Intuit\QuickBooks\Interop.QBXMLRP2.dll"
/>
</References>
</Build>
Expand Down
Binary file not shown.
Binary file modified qbdt/c-sharp/qbXML/WCWebService.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// QuickBooks Web Connector Sample: WCWebService
// Copyright (c) 2006-2013 Intuit, Inc
// Copyright (c) 2006-2020 Intuit, Inc
//
// This sample is a C# ASP.NET web service application that
// communicates with QuickBooks via QBWebConnector. The sample focuses
Expand Down
19 changes: 13 additions & 6 deletions qbdt/c-sharp/qbXML/WCWebService/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,17 @@ solution.

Note
----
For production purposes, use https. There are some rules to be satisfied
before QBWebConnector can load a web service. For information on the rules,
see the Programmer's Guide to the QuickBooks Web Connector PDF.
For production purpose, you would need to use https and there are some
rules to be satisfied before QBWebConnector would load a web service.
For information on the rules please visit QBWebConnector knowledgebase
at:
http://idnforums.intuit.com/messageview.aspx?catid=52&threadid=4593&enterthread=y

Useful note about using OwnerID and FileID in a real-world application:

Useful note about using OwnerID and FileID in a real-world application

As part of your QB Web Connector configuration (.QWC) file, you include
OwnerID and FileID. Following information on these two parameters may
be useful.
OwnerID and FileID. Following note on these two parameters may be useful.

OwnerID -- this is a GUID that represents your application or suite of
applications, if your application needs to store private data in the
Expand All @@ -99,3 +101,8 @@ It allows an application to verify that the company file it is exchanging
data with is consistent over time (by doing a CompanyQuery with the field
set appropriately and reading the DataExtRet values returned.

You can find more information at the following AlphaGeek article(s):
http://developer.intuit.com/support/technical/?id=392



Binary file modified qbdt/cpp/qbfc/MultipleRequests.zip
Binary file not shown.
5 changes: 3 additions & 2 deletions qbdt/cpp/qbfc/billadd/BillAdd.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified qbdt/cpp/qbfc/billadd/BillAdd.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion qbdt/cpp/qbfc/billadd/BillAdd.rc
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ BEGIN
VALUE "FileDescription", "BillAdd MFC Application\0"
VALUE "FileVersion", "1, 0, 0, 1\0"
VALUE "InternalName", "BillAdd\0"
VALUE "LegalCopyright", "Copyright (C) 2002-2013\0"
VALUE "LegalCopyright", "Copyright (C) 2002-2020\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "BillAdd.EXE\0"
VALUE "ProductName", "BillAdd Application\0"
Expand Down
6 changes: 3 additions & 3 deletions qbdt/cpp/qbfc/billadd/BillAddDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
*
* Created On: 8/15/2002
*
* Copyright � 2002-2013 Intuit Inc. All rights reserved.
* Copyright � 2002-2020 Intuit Inc. All rights reserved.
* Use is subject to the terms specified at:
* http://developer.intuit.com/legal/devsite_tos.html
*
* 8/9/2013 Updated to qbfc13.dll
* 8/9/2013 Updated to qbfc14.dll
***********************************************************************************/


Expand All @@ -27,7 +27,7 @@
#include "BillAdd.h"
#include "BillAddDlg.h"

#import "qbFC13.dll" no_namespace, named_guids
#import "QBFC14.dll" no_namespace, named_guids
CString QBFCLatestVersion(IQBSessionManagerPtr SessionManager);
IMsgSetRequestPtr GetLatestMsgSetRequest(IQBSessionManagerPtr SessionManager);

Expand Down
Binary file modified qbdt/cpp/qbfc/cppqbfcbilladd.zip
Binary file not shown.
Binary file modified qbdt/cpp/qbfc/cppqbfcinvoicequery.zip
Binary file not shown.
Binary file modified qbdt/cpp/qbfc/cppqbfcitemquery.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions qbdt/cpp/qbfc/invoicequery/InvoiceQuery.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified qbdt/cpp/qbfc/invoicequery/InvoiceQuery.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion qbdt/cpp/qbfc/invoicequery/InvoiceQuery.rc
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ BEGIN
VALUE "FileDescription", "InvoiceQuery MFC Application\0"
VALUE "FileVersion", "1, 0, 0, 1\0"
VALUE "InternalName", "InvoiceQuery\0"
VALUE "LegalCopyright", "Copyright (C) 2002-2013\0"
VALUE "LegalCopyright", "Copyright (C) 2002-2020\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "InvoiceQuery.EXE\0"
VALUE "ProductName", "InvoiceQuery Application\0"
Expand Down
Loading