Open KBbitsP opened 2 years ago
This is interlinked to the below issue :
Looks good (see screenshot below). A few comments:
IMMEDIATE
. Wondering if we should default it to END_OF_TERM
to keep it consistent with the API? START_OF_TERM
policy is specified (#1775). So, should the START_OF_TERM
policy be disabled in Kaui until this issue is fixed?Any thoughts @pierre?
Agreed x2!
FYI @kpbacode.
Issue : Currently when a bundle is transferred from one account to another using Kaui, the screen does not give any option to select the transfer policy and uses End_Of_Term as the default value. On the other hand, the same operation when performed via the API gives the option to select out of Start_Of_Term, Immediate OR End_Od_Term policy just like at the time of cancelling.
Expected behavior : The behavior and options should be consistent between the admin ui and the API ( https://killbill.github.io/slate/#bundle-transfer-a-bundle-to-another-account ).