A late piece of feedback came in on bug 32984 just as it was being pushed. >This is working well but it would be easier to read on the display if the EDI invoice link can start on a new line underneath the Invoice number. At the moment it makes the Invoice number harder to read.
Created attachment 155953 [details] [review] Bug 34853: Add clearfix span to Invoice links This patch adds a clearfix span around the invoicenumber and EDI message display texts which should result in them each having their own line.
Created attachment 155954 [details] [review] Bug 34853: Add clearfix span to Invoice links This patch adds a clearfix span around the invoicenumber and EDI message display texts which should result in them each having their own line. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Hi, I know nothing about EDI, does the test plan of Bug 28640 helps? I'm trying to get «1) Find or create an item invoiced via an EDI INVOICE message» from bug 32984's test plan. But when looking at Bug 28640, this doesn't go as expected: > 5/ The 'EDI status' should continue to display 'Not ordered' > 6/ Re-open the basket > 7/ Close the basket via 'Create EDIFACT order' I have my vendor with a (too?) minimally filled EDI account. (orders and invoices enabled). And a minimally filled EAN for all libraries. Maybe this doesn't make any sense this ticket.
> 7/ Close the basket via 'Create EDIFACT order' oops, missed the steps that actually block me: > 8/ Navigate back to the now closed basket > 9/ Note the 'EDI status' field now displays 'Pending' and the transfer date. Still 'Not ordered'
A test plan or some test data to quickly import would be great. After talking to Owen: why not simply use a div instead of the span? (no class needed)
I used a span with clearfix as that's three interface pattern is seen to date for this.
This was also meant to be a tiny and quick follow up to the previous bug.
Created attachment 161069 [details] [review] Bug 34853: Add clearfix span to Invoice links This patch adds a clearfix span around the invoicenumber and EDI message display texts which should result in them each having their own line. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Created attachment 161070 [details] [review] Bug 34853: Switch to 'div' as suggested This patch switches us from '<span class="clearfix">' to '<div>' so we're just using a block level elemenet instead of manipulating an inline element to act like a block. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Pushed for 24.05! Well done everyone, thank you!
Pushed to 23.11.x for 23.11.03