Closed (fixed)
Project:
Commerce Point of Sale (POS)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2017 at 17:06 UTC
Updated:
24 Oct 2017 at 21:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
shabana.navas commentedExcellent point @fergy. I'll check it out.
Comment #3
shabana.navas commentedAdded a filter to select the register so we can view all the sales of a particular store or stores.
Comment #4
shabana.navas commentedComment #5
smccabe commentedCan you move the register option to be beside the date filter, otherwise looks good!
Comment #6
shabana.navas commentedDone. Moved the register next to the date and the submit button as well.
Comment #7
shabana.navas commentedWould definitely help if I uploaded the patch eh!!! :)
Comment #8
smccabe commented2 more formatting things.
The register box is too narrow, even with a short name it is cut off.
Also, if you pick a custom date option it goes a bit wonky, see screenshot
Comment #9
shabana.navas commentedGood Catch! Fixed it as best as I could. See attached.
Comment #10
sorabh.v6Comment #11
sorabh.v6Comment #12
sorabh.v6Comment #13
sorabh.v6We are using nested foreach to get all register_ids.
But using only first register id in our code. IMO if we are going to use only first register id then there's no point in looping over to get all register ids. But, If I am wrong then please share the reason so that it would enhance my knowledge.
Other than that, UI wise it is looking good on my test site.
Thanks
Comment #14
shabana.navas commentedWe have no idea what the register ID is right, so we need the register_ids array.
Comment #15
sorabh.v6Okay then, patch in #9 is working as expected. Therefore, setting it to RTBC.
Thanks All
Comment #17
smccabe commented