feat(billing): Create mandates for UPI to autopay#5163
feat(billing): Create mandates for UPI to autopay#5163Bowrna merged 5 commits intofrappe:developfrom
Conversation
79f512d to
9b0c5ca
Compare
9b5eb59 to
60998b0
Compare
| fieldname: 'status', | ||
| type: 'Component', | ||
| component({ row }) { | ||
| const statusColors = { |
There was a problem hiding this comment.
badge colours are fetched from badge.vue file. Can we add these there?
| { | ||
| label: 'Expires On', | ||
| fieldname: 'expires_on', | ||
| type: 'Date', |
There was a problem hiding this comment.
lets also format date values, like we have in invoice and balance list views
Those are more human readable
d65259d to
3176973
Compare
| Completed: 'green', | ||
| Deployed: 'green', | ||
| Expired: 'red', | ||
| Expired: 'gray', |
There was a problem hiding this comment.
Let's keep expired as red only. This is used at other places as well.
There was a problem hiding this comment.
I verified and it was not used in other places @shadrak98 . Thats why i changed it here to gray as it makes more sense. But if you think it was for common use case, i will extend this part and use gray in place for upi autopay part. Let me know what do you think.
3492f18 to
b8e9ae8
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #5163 +/- ##
============================================
- Coverage 73.05% 50.74% -22.32%
============================================
Files 106 875 +769
Lines 17046 72489 +55443
Branches 272 273 +1
============================================
+ Hits 12453 36784 +24331
- Misses 4571 35682 +31111
- Partials 22 23 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
feat(billing): Create mandates for UPI to autopay (backport #5163)
No description provided.