forked from calcinai/xero-php
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update to Latest #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…otes-api-implementation
Previously would result in an UnknownStatusException being thrown
Add the createdByMyApp flag Used in Accounting => Invoices and probably other places I haven't checked
Update Query.php
Throw ForbiddenException on STATUS_FORBIDDEN
Move LineItem into the Accounting Namespace
…otes-api-implementation
docs: update webhook readme docs
Removed duplicate $provider in the `getAuthorizationUrl` example
Bump the Guzzle version to support GuzzleHTTP ^7.0 and PRS7 ^1.6 to allow use with Laravel 8
Bump Guzzle and PSR7 versions
Add Particulars, Code, Reference property
Fixed issue in README OAuth2 example
The PayrollAU\Settings endpoint is 1D the same as Payslip / Payitems, or at least editing it in the way I have makes it work properly. Sorry I don't know how to check if it works with \PayrollUS or \Assets or if there are other \Settings objects to look out for
This is not necessary, can just reuse the Accounting\Account model
Add helpful constants
This reverts commit fad90ef.
Fix for PayrollAu\Settings not parsing
…ation Quotes API
The documentation was not very helpful for getting TrackingCategories from the Payroll AU \ Settings. This commit fixes that and enables you to get the EmployeeGroups tracking category setting and the TimesheetCategories setting.
Fix for Tracking Category in settings
SuperLines and LeaveLines were not retrieved as arrays as they should've been
Update PayTemplate.php
DeductionLine had an incorrect property type for CalculationType Also specified several of the GUID proeprties
Update Pay Template Line properties
fix: Declared Payments as pageable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.