Feature #13006
Balance Coversion
Status: | Closed | Start date: | 17 January 2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Hoo Dextor | % Done: | 100% | |
Category: | - | Spent time: | - | |
Target version: | - | |||
Phase: | R1 | Platform: | MDAS100 (SD) |
Description
Balance conversion, refer to uploaded image for the flow with numbering
branch code: https://smes.silverlakegroup.com.my:4430/svn/mleb/Showroom/02_BaseProjects/BASE900/branches/showroom-proj-base-i5/showroom-nx-hsbc
logic of work:
1. the threshold of RM 500 set in json file, validate if the total amount selected by user more than RM 500 only can proceed to next screen
2. the calculation of upfront interest -> total amount * (interest ) , for example: 600 * 1.88 = 11.28
3. installment per month -> total amount / total months, for example: 6 months tenure, 600 / 6 = 100
Value shall be carry from the user selection, * without ws call
History
#1 Updated by Megat AhmadSalehudin almost 3 years ago
- Status changed from Assigned to Resolved
- Assignee changed from Megat AhmadSalehudin to Hoo Dextor
- % Done changed from 0 to 100
r215851 | ahmadsalehudin | 2022-01-19 17:39:32 MYT
Changed paths:
A /Showroom/02_BaseProjects/BASE900/branches/showroom-proj-base-i5/showroom-nx-hsbc/apps/showroom-mb/src/app/accounts/credit-cards/cc-balance-conversion/cc-balance-conversion.module.ts
A /Showroom/02_BaseProjects/BASE900/branches/showroom-proj-base-i5/showroom-nx-hsbc/apps/showroom-mb/src/app/accounts/credit-cards/cc-balance-conversion
M /Showroom/02_BaseProjects/BASE900/branches/showroom-proj-base-i5/showroom-nx-hsbc/apps/showroom-mb/src/app/accounts/credit-cards/.DS_Store
M /Showroom/02_BaseProjects/BASE900/branches/showroom-proj-base-i5/showroom-nx-hsbc/apps/showroom-mb/src/app/app-routing.module.ts
A /Showroom/02_BaseProjects/BASE900/branches/showroom-proj-base-i5/showroom-nx-hsbc/apps/showroom-mb/src/app/accounts/credit-cards/cc-balance-conversion/cc-balance-conversion.scss
A /Showroom/02_BaseProjects/BASE900/branches/showroom-proj-base-i5/showroom-nx-hsbc/apps/showroom-mb/src/app/accounts/credit-cards/cc-balance-conversion/cc-balance-conversion.ts
A /Showroom/02_BaseProjects/BASE900/branches/showroom-proj-base-i5/showroom-nx-hsbc/apps/showroom-mb/src/app/accounts/credit-cards/cc-balance-conversion/cc-balance-conversion.html
M /Showroom/02_BaseProjects/BASE900/branches/showroom-proj-base-i5/showroom-nx-hsbc/apps/showroom-mb/src/assets/i18n/en.json
M /Showroom/02_BaseProjects/BASE900/branches/showroom-proj-base-i5/showroom-nx-hsbc/apps/showroom-mb/src/app/accounts/credit-cards/cc-listing.ts
Megat - Feature #13006 - Balance Coversion
----------------------------------------------------------------------------
#2 Updated by Megat AhmadSalehudin almost 3 years ago
- Status changed from Resolved to Pending SIT
Released v5.0.0.0 SIT
#3 Updated by Hoo Dextor almost 3 years ago
- Status changed from Pending SIT to Closed