Skip to content

Commit

Permalink
Merge pull request #71 from MYOB-Technology/candidate
Browse files Browse the repository at this point in the history
2018.1 Release
  • Loading branch information
jaspermondie committed Sep 17, 2018
2 parents 8901893 + 2eaae6c commit c05a1d9
Show file tree
Hide file tree
Showing 89 changed files with 2,093 additions and 120 deletions.
113 changes: 111 additions & 2 deletions MYOB.API.SDK/SDK.NET35/SDK.NET35.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,15 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\SDK\ApiCommunicationException.cs" />
<Compile Include="..\SDK\ApiConfiguration.cs" />
<Compile Include="..\SDK\ApiCommunicationException.cs">
<Link>ApiCommunicationException.cs</Link>
</Compile>
<Compile Include="..\SDK\ApiConfiguration.cs">
<Link>ApiConfiguration.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Contact\EmployeePaymentSummaryReport.cs">
<Link>Contracts\Version2\Contact\EmployeePaymentSummaryReport.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Payroll\EmployeePaymentSummary.cs">
<Link>Contracts\Version2\Payroll\EmployeePaymentSummary.cs</Link>
</Compile>
Expand Down Expand Up @@ -84,6 +91,66 @@
<Compile Include="..\SDK\Contracts\Version2\Report\GST\NZGSTReport.cs">
<Link>Contracts\Version2\Report\GST\NZGSTReport.cs</Link>
</Compile>
<Compile Include="..\SDK\Extensions\SecurityProtocolTypeExtensions.cs">
<Link>Extensions\SecurityProtocolTypeExtensions.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Report\PayrollCategorySummary\PayrollCategorySummary.cs">
<Link>Contracts\Version2\Report\PayrollCategorySummary\PayrollCategorySummary.cs</Link>
</Compile>
<Compile Include="..\SDK\Extensions\SslProtocolsExtensions.cs">
<Link>Extensions\SslProtocolsExtensions.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Report\ProfitAndLossSummary\ProfitAndLossSummary.cs">
<Link>Contracts\Version2\Report\ProfitAndLossSummary\ProfitAndLossSummary.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Report\TaxCodeSummary\TaxCodeSummary.cs">
<Link>Contracts\Version2\Report\TaxCodeSummary\TaxCodeSummary.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\ItemQuote.cs">
<Link>Contracts\Version2\Sale\ItemQuote.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\ItemQuoteLine.cs">
<Link>Contracts\Version2\Sale\ItemQuoteLine.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\MiscellaneousQuote.cs">
<Link>Contracts\Version2\Sale\MiscellaneousQuote.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\MiscellaneousQuoteLine.cs">
<Link>Contracts\Version2\Sale\MiscellaneousQuoteLine.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\ProfessionalQuote.cs">
<Link>Contracts\Version2\Sale\ProfessionalQuote.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\ProfessionalQuoteLine.cs">
<Link>Contracts\Version2\Sale\ProfessionalQuoteLine.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\Quote.cs">
<Link>Contracts\Version2\Sale\Quote.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\QuoteLayoutType.cs">
<Link>Contracts\Version2\Sale\QuoteLayoutType.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\QuoteLine.cs">
<Link>Contracts\Version2\Sale\QuoteLine.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\QuoteLineType.cs">
<Link>Contracts\Version2\Sale\QuoteLineType.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\QuoteWithLines.cs">
<Link>Contracts\Version2\Sale\QuoteWithLines.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\ServiceQuote.cs">
<Link>Contracts\Version2\Sale\ServiceQuote.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\ServiceQuoteLine.cs">
<Link>Contracts\Version2\Sale\ServiceQuoteLine.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\TimeBillingQuote.cs">
<Link>Contracts\Version2\Sale\TimeBillingQuote.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Sale\TImeBillingQuoteLine.cs">
<Link>Contracts\Version2\Sale\TImeBillingQuoteLine.cs</Link>
</Compile>
<Compile Include="..\SDK\Properties\AssemblyInfoEx.cs">
<Link>Properties\AssemblyInfoEx.cs</Link>
</Compile>
Expand Down Expand Up @@ -323,6 +390,12 @@
<Compile Include="..\SDK\Contracts\Version2\GeneralLedger\Classification.cs">
<Link>Contracts\Version2\GeneralLedger\Classification.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\GeneralLedger\Currency.cs">
<Link>Contracts\Version2\GeneralLedger\Currency.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\GeneralLedger\CurrencyLink.cs">
<Link>Contracts\Version2\GeneralLedger\CurrencyLink.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\GeneralLedger\GeneralJournal.cs">
<Link>Contracts\Version2\GeneralLedger\GeneralJournal.cs</Link>
</Compile>
Expand Down Expand Up @@ -749,6 +822,9 @@
<Compile Include="..\SDK\Contracts\Version2\Security\User.cs">
<Link>Contracts\Version2\Security\User.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\SupportMulticurrencyEntity.cs">
<Link>Contracts\Version2\SupportMulticurrencyEntity.cs</Link>
</Compile>
<Compile Include="..\SDK\Contracts\Version2\Terms.cs">
<Link>Contracts\Version2\Terms.cs</Link>
</Compile>
Expand Down Expand Up @@ -838,6 +914,9 @@
<Compile Include="..\SDK\Services\Version2\Contact\EmployeePaymentDetailsService.cs">
<Link>Services\Version2\Contact\EmployeePaymentDetailsService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Contact\EmployeePaymentSummaryReportService.cs">
<Link>Services\Version2\Contact\EmployeePaymentSummaryReportService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Contact\EmployeePayrollDetailsService.cs">
<Link>Services\Version2\Contact\EmployeePayrollDetailsService.cs</Link>
</Compile>
Expand Down Expand Up @@ -876,6 +955,9 @@
</Compile>
<Compile Include="..\SDK\Services\Version2\GeneralLedger\CategoryService.cs">
<Link>Services\Version2\GeneralLedger\CategoryService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\GeneralLedger\CurrencyService.cs">
<Link>Services\Version2\GeneralLedger\CurrencyService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\GeneralLedger\GeneralJournalService.cs">
<Link>Services\Version2\GeneralLedger\GeneralJournalService.cs</Link>
Expand Down Expand Up @@ -1048,9 +1130,18 @@
<Compile Include="..\SDK\Services\Version2\Report\GST\NzgstReportService.cs">
<Link>Services\Version2\Report\GST\NzgstReportService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Report\PayrollCategorySummary\PayrollCategorySummaryService.cs">
<Link>Services\Version2\Report\PayrollCategorySummary\PayrollCategorySummaryService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Report\Payroll\EmployeePayrollAdviceService.cs">
<Link>Services\Version2\Report\Payroll\EmployeePayrollAdviceService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Report\ProfitAndLossSummary\ProfitAndLossSummaryService.cs">
<Link>Services\Version2\Report\ProfitAndLossSummary\ProfitAndLossSummaryService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Report\TaxCodeSummary\TaxCodeSummaryService.cs">
<Link>Services\Version2\Report\TaxCodeSummary\TaxCodeSummaryService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Sale\CalculateDiscountsFeesService.cs">
<Link>Services\Version2\Sale\CalculateDiscountsFeesService.cs</Link>
</Compile>
Expand All @@ -1075,12 +1166,18 @@
<Compile Include="..\SDK\Services\Version2\Sale\ItemOrderService.cs">
<Link>Services\Version2\Sale\ItemOrderService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Sale\ItemQuoteService.cs">
<Link>Services\Version2\Sale\ItemQuoteService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Sale\MiscellaneousInvoiceService.cs">
<Link>Services\Version2\Sale\MiscellaneousInvoiceService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Sale\MiscellaneousOrderService.cs">
<Link>Services\Version2\Sale\MiscellaneousOrderService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Sale\MiscellaneousQuoteService.cs">
<Link>Services\Version2\Sale\MiscellaneousQuoteService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Sale\OrderService.cs">
<Link>Services\Version2\Sale\OrderService.cs</Link>
</Compile>
Expand All @@ -1093,18 +1190,30 @@
<Compile Include="..\SDK\Services\Version2\Sale\ProfessionalOrderService.cs">
<Link>Services\Version2\Sale\ProfessionalOrderService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Sale\ProfessionalQuoteService.cs">
<Link>Services\Version2\Sale\ProfessionalQuoteService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Sale\QuoteService.cs">
<Link>Services\Version2\Sale\QuoteService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Sale\ServiceInvoiceService.cs">
<Link>Services\Version2\Sale\ServiceInvoiceService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Sale\ServiceOrderService.cs">
<Link>Services\Version2\Sale\ServiceOrderService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Sale\ServiceQuoteService.cs">
<Link>Services\Version2\Sale\ServiceQuoteService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Sale\TimeBillingInvoiceService.cs">
<Link>Services\Version2\Sale\TimeBillingInvoiceService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Sale\TimeBillingOrderService.cs">
<Link>Services\Version2\Sale\TimeBillingOrderService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Sale\TimeBillingQuoteService.cs">
<Link>Services\Version2\Sale\TimeBillingQuoteService.cs</Link>
</Compile>
<Compile Include="..\SDK\Services\Version2\Security\RoleService.cs">
<Link>Services\Version2\Security\RoleService.cs</Link>
</Compile>
Expand Down

0 comments on commit c05a1d9

Please sign in to comment.