Giter Club home page Giter Club logo

Comments (6)

sbrossie avatar sbrossie commented on May 25, 2024 1

It seems like we already removed the ability to make invoice adjustment in b7e0697, and deprecated the RefundAdjInvoiceItem class. The remaining code is just there for backward compatibility to ensure we still support existing REFUND_ADJ.

Should we move forward in 0.17.x and:

  1. Remove all remaining code related to REFUND_ADJ
  2. Create the migration statement to convert REFUND_ADJ into CREDIT_ADJ ?

from killbill.

sbrossie avatar sbrossie commented on May 25, 2024

REFUND_ADJ and CREDIT_ADJ should also be merged together.

from killbill.

sbrossie avatar sbrossie commented on May 25, 2024

For Release-1.0, we will only do the merge at the jaxrs level, this is simpler.

from killbill.

sbrossie avatar sbrossie commented on May 25, 2024

We decided to not change REPAIR_ADJ and keep it the way it is.

However for the second piece (REFUND_ADJ and CREDIT_ADJ should also be merged together), the proposal is the following:

  • We remove the ability to do invoice ajustement (instead one could credit the invoice), which means REFUND_ADJ would not be used
  • In the future we remove the enum value REFUND_ADJ (and provide a migration query to rename REFUND_ADJ -> CREDIT_ADJ for old data.

from killbill.

sbrossie avatar sbrossie commented on May 25, 2024

Should we keep the task open for the cleanup piece (when/if we decide one day to remove completely REFUND_ADJ) and remove the Release-0.17.0 milestone or close it?

from killbill.

pierre avatar pierre commented on May 25, 2024

Let's maybe create a different 'future cleanup' task, and consolidate them?

from killbill.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.