Hey, really interesting, i will need a POS solution as soon as i move my old store to commerce.
I am quite new to drupal, and not a programmer, but i managed to install your code on a VM, and try it a bit.
Here's my feedback, hope it helps.

First, i got some messages after installing via

quickstart@qs10:~/websites/dcqs.dev/sites/all/modules$ git clone http://git.drupal.org/sandbox/serialjaywalker/1195272.git commerce_pos

on admin/reports i get the error

Notice: Undefined index: #panels in theme_commerce_pos_panel_set() (line 766 of /home/quickstart/websites/dcqs.dev/sites/all/modules/commerce_pos/commerce_pos.module).
Warning: Invalid argument supplied for foreach() in theme_commerce_pos_panel_set() (line 766 of /home/quickstart/websites/dcqs.dev/sites/all/modules/commerce_pos/commerce_pos.module).

after enabling all modules (but Customer Card)
on admin/modules, i got

Notice: Undefined property: stdClass::$help in commerce_pos_product_configure_product_type() (line 106 of /home/quickstart/websites/dcqs.dev/sites/all/modules/commerce_pos/modules/product/commerce_pos_product.module).
Notice: Undefined property: stdClass::$help in commerce_pos_product_configure_product_type() (line 106 of /home/quickstart/websites/dcqs.dev/sites/all/modules/commerce_pos/modules/product/commerce_pos_product.module).

in admin/reports/dblog i see 4 messages like

The reaction rule Apply percent discounts. (commerce_pos_product_discount_percent) fails the integrity check and cannot be executed. Error: Missing configuration for parameter round_mode.

Comments

sirtet’s picture

StatusFileSize
new55.61 KB

So, If you are interested in someone testing, i am up to it.
Maybe it's too early for you, let me know.

There seems to be a lot of functionality around, but without any doc's, i find it hard to understand how things are meant to be used.

So, do you have any doc's? like what functionality you want, and what you already have, etc?
Or maybe something like a tracker?
Is the Layout of the Interface (see file) meant like that, or broken? (just for me?)
What is your background, like, are you doing this for you, or for a customer?

mndonx’s picture

I just installed too, and am very interested in testing (and using) for my own shop.

@sirtet - that looks right to me -- but maybe don't view it with the admin overlay. Change the url to /admin/commerce/pos and it will make more sense. :)

serialjaywalker’s picture

Hey, thanks for testing. There are certainly some issues here which will require some attention on my part, documentation foremost among them. One thing I'll say right now, though, is that it looks terrible in the Seven theme. The reason is that it uses jQueryUI buttons, and Seven doesn't theme these in a very nice way. I think it looks reasonably nice in Corolla.

sirtet’s picture

OK, i get the best looks with the corolla theme, and viewing in overlay, not directly.
See Screenshot.

sirtet’s picture

Status: Active » Closed (works as designed)

Well, the initial errors here are gone somehow, and (my) following posts went gradually off topic, so i close this...

serialjaywalker’s picture

I'm glad you got the notices to go away. I just wanted to let you know that I've updated the readme to provide a basic description of what each of the included modules does. It's not full documentation by any stretch of the imagination, but it's a start. Developer documentation is particularly incomplete, but if any developers are interested in contributing code, that would certainly be a strong incentive for me to fix that.

Here's the updated readme: http://drupalcode.org/sandbox/serialjaywalker/1195272.git/blob_plain/cb3...

Feel free to open support requests if you have further questions. Thanks for testing!

yepa’s picture

This help text has disappeared from readme.txt

yepa’s picture

Issue summary: View changes

typo's