-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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: Made invoice similar to Eventbrite #5952
Conversation
@shreyanshdwivedi @uds5501 Could you suggest some design changes to this invoice structure? |
Codecov Report
@@ Coverage Diff @@
## development #5952 +/- ##
===============================================
- Coverage 66.46% 66.46% -0.01%
===============================================
Files 284 284
Lines 13905 13907 +2
===============================================
+ Hits 9242 9243 +1
- Misses 4663 4664 +1
Continue to review full report at Codecov.
|
@mrsaicharan1 I will pull the changes on my local and suggest edits in a while |
Sure
…On Sat, 25 May 2019 at 1:40 AM, Uddeshya Singh ***@***.***> wrote:
@mrsaicharan1 <https://github.com/mrsaicharan1> I will pull the changes
on my local and suggest edits in a while
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5952?email_source=notifications&email_token=AGAHUW3GWGRP6CHRGVDLQALPXDNNDA5CNFSM4HPSLVDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWHFXDI#issuecomment-495868813>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGAHUW2WZE4MUJBHXZVZOPDPXDNNDANCNFSM4HPSLVDA>
.
|
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.
Try this on your local and post results, it seems to be working for me
6d19142
to
3128633
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.
@mrsaicharan1 Some suggestions for invoice -:
- The above two sub heading Order and order details can be replace with Order Details centre aligned .
- Begin the alignment of Order Details from extreme right margin .
- Try to have Margins for the tables and highlight the Order Details Headings as done in invoices generated by E-Com Sites .
- Ensure the following order of details in the Order Details table -:
- Ticket Type
- Price
- Quantity
- Discount (If Exist)
- Net Amount
- Tax Rate
- Tax Amount
- Total Amount
@uds5501 @shreyanshdwivedi @iamareebjamal Your views upon the following suggestions
Keeping the headings bold is a way of highlighting them. Even though I try to place the margins, they aren't showing up for some weird reason. |
@shreyanshdwivedi @uds5501 @iamareebjamal Please review. The order invoice looks like this now. |
@mrsaicharan1 how would it look without any billing information? in case the buyer chooses not to provide any billing info? |
|
@mrsaicharan1 Can you please show an invoice with Discount Amount ? |
I still dont see |
@kushthedude Please try to check clearly. Net amount is Sub-total(net). Price of ticket is price |
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.
Please see the comment
Can you shift that column to the last and shift tax columns before Net , It would look nice |
Re-arranged the order items
@shreyanshdwivedi @uds5501 Hound issues fixed. Please review. :) |
Fixes #5891
Checklist
development
branch.Short description of what this resolves:
Structured the order invoice with order and related ticket info
Changes proposed in this pull request: