-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Implemented event invoice table for organizers #3230
Conversation
19c862d
to
946cf2c
Compare
946cf2c
to
b66aff9
Compare
a43b045
to
5a2317f
Compare
6a44229
to
575aebb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use ember tables?
Yeah, just saw your merged PR. I considered refactoring after this was merged but I'll do it right now as the ember tables are functional |
18331a2
to
221c7a4
Compare
Use ember tables for all pending and past too. |
Pending & past invoices ? What does that mean? |
You understood it correctly 😄 |
tests/unit/routes/app/templates/account/billing-info/invoices/list-test.js
Outdated
Show resolved
Hide resolved
7347220
to
6fa5635
Compare
3bf8558
to
770f48a
Compare
cfcb564
to
863a70e
Compare
e15ebe7
to
aa2ad13
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
172b1f1
172b1f1
to
b10b014
Compare
I have shifted the logic to controllers & removed repetitive template code. Please have a look now. |
@CosmicCoder96 Made the requested changes. Please have a look. |
Fixes #3118
Short description of what this resolves:
This feature adds the tables required for event invoices which shows the upcoming, paid and due event invoices along with relevant information.
Screenshots
As soon as the server implementation for event invoices are functional, the event invoices will show up here along with their respective invoice links.
![Screenshot 2019-07-31 at 3 06 51 PM](https://user-images.githubusercontent.com/25197147/62201367-e3d66d80-b3a4-11e9-8a6e-cbe94b6a5bce.png)
Changes proposed in this pull request:
Checklist
development
branch.