Skip to content
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

Type, Primary key and inconsistency fixes #77

Merged
merged 9 commits into from
Oct 24, 2016
Merged

Commits on Oct 14, 2016

  1. Fix: Findable->findId assumes $code is always a strings. Explicit num…

    …bers (like HID) can now be provided but guids are not yet supported.
    kvij committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    8b27ac1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Findable->findId supports guids. All unique attributes can now be use…

    …d without conversion as $code.
    kvij committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    3ef6acb View commit details
    Browse the repository at this point in the history
  2. Fixed: Several primaryKey's are wrongfully set to the default 'ID' an…

    …d sometimes missing in $fillable.
    
    Added docblock to ReceivableList.
    kvij committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    93de0e9 View commit details
    Browse the repository at this point in the history
  3. Fixed inconsistent class names of recent added types. Transactions cl…

    …ass is added as an alias because it is in the release.
    kvij committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    f2d924e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Fixed some minor typos and inconsistency issues in SubscriptionLine.p…

    …hp and SubscriptionType.php.
    
    Added some properties to SubscriptionLine.
    kvij committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    a5da440 View commit details
    Browse the repository at this point in the history
  2. Added a Greasemonkey userscript that generates php entity classes fro…

    …m the Exact Online reference documentation when visiting the resource details pages.
    
    The generated php code includes the docblock, the primaryKey override (that is often forgotten) and is copy paste ready. The changes in the last commit are created with the script.
    Note: Only tested in Firefox with Greasemonkey but should work with Tampermonkey in chrome.
    kvij committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    87a2e70 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2016

  1. Configuration menu
    Copy the full SHA
    19fb37b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d7b269 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2016

  1. Configuration menu
    Copy the full SHA
    cd407ca View commit details
    Browse the repository at this point in the history