Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Feature/421 43 refund to store credit #55

Merged
merged 18 commits into from
Apr 17, 2017

Commits on Jul 1, 2016

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

Commits on Jul 9, 2016

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

Commits on Sep 14, 2016

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

Commits on Nov 9, 2016

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

Commits on Feb 4, 2017

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

Commits on Mar 8, 2017

  1. #421_43 - Refund to store credit

    - Add code to create two new AvaTax DB tables
    - Add code to populate tables on queue processing
    Richard Sisco committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    62d9dae View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. #421_43 - Refund to store credit credit

    - Remove code that is now unused
    - Add code to migrate data from old columns to new tables
    - Refactor code to load data from new tables into ext attributes
    Richard Sisco committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    6c46ab5 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. #421_43 - Refund to store credit

    - Add doc blocks
    - Revise code to remove unused methods
    - Add upgrade data script
    Richard Sisco committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    ebd6f98 View commit details
    Browse the repository at this point in the history
  2. #421_43 - Update changelog

    Richard Sisco committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    73c2670 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. #421_43 - Refund to store credit

    - Remove code for Refund plugin
    - Add code to remove unused AvaTax columns from core tables
    - Refactor code so new install will create new tables instead of adding
      columns to core tables
    Richard Sisco committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    7379e58 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. #421_43 - Refund to store credit

    - Revise code to utilize magic getters and setters
    - Revise code to utilize constants for column names
    - Remove unnecessary methods
    Richard Sisco committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    45f6d88 View commit details
    Browse the repository at this point in the history
  2. #421_43 - Correct doc block

    Richard Sisco committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    64204b1 View commit details
    Browse the repository at this point in the history
  3. Refactored call to load AvataxRecord utilizing constant for field name

    Removed backslash in fully qualified use references
    Matt Johnson committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    e43df7e View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/develop' into feature/421_43-ref…

    …und-to-store-credit
    
    # Conflicts:
    #	CHANGELOG.md
    Richard Sisco committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    f65df5a View commit details
    Browse the repository at this point in the history
  5. #421_43 - Refund to store credit

    - Revise version number in appropriate locations
    Richard Sisco committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    858d76e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2017

  1. #421_43 - Change upgrade data script to account for columns with “0” …

    …instead of “NULL” values
    erikhansen committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    8fe14e8 View commit details
    Browse the repository at this point in the history
  2. Revert "#421_43 - Change upgrade data script to account for columns w…

    …ith “0” instead of “NULL” values"
    
    - this change is actually not needed, since each invoice should always record values, even if it’s not imbalanced
    
    This reverts commit 8fe14e8.
    erikhansen committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    411619b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca3b691 View commit details
    Browse the repository at this point in the history