Register    Login    Forum    Search    FAQ

Board index » General Usage » Point of Sale




Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: struggling with POS
 Post Posted: Sun May 13, 2012 9:58 am 
Offline

Joined: Mon Sep 12, 2011 11:16 pm
Posts: 27
So I entered a sample POS transaction today expecting to be able to back it out. Several problems occured.

1) There were inconsistencies when filling a transaction out.
1a) Selecting the customer worked fine, but when adding inventory items, the item would add to the left of the screen, but tax was empty.
1b) I exited and check the customer I was using. The default tax was set to none, so I changed it to the appropriate entity. Then re-entered POS and attempted the transaction again. Now ALL values on the left would not fill in. It would also not allow me to add a second item.
2) I filled in known entries manually and there was oddness with the payment selection. I'm not sure what I did, but eventually the screen reset to a new entry screen.
3) No entries showed up in the POS manager, nor do any entries show up in the bank registers, etc.. leading me to believe that no entry was recorded.

Any ideas?


Top 
 Profile  
 
 Post subject: Re: struggling with POS
 Post Posted: Sun May 13, 2012 8:54 pm 
Offline

Joined: Wed Nov 21, 2007 10:30 am
Posts: 571
There have been a few problems with pos, Dave our project manager was to update the main site with the latest code, but I am not sure if he has. Rene has posted the latest code here download/file.php?id=495 make sure you have it first. Then come back here with your problems...

_________________
Alvin


Top 
 Profile  
 
 Post subject: Re: struggling with POS
 Post Posted: Mon May 14, 2012 4:39 pm 
Offline

Joined: Mon Sep 12, 2011 11:16 pm
Posts: 27
ok. I had version 1.4 from the site installed. I uninstalled it and installed the version you posted which shows up as version 1.2.

Once activated, I tried again. The screen looks like the version 1.4 that I just uninstalled. (which is different than the 1.3 that was installed before)

1) Customer search works ok and fills in all of the blanks appropriately.
2) sku search works appropriately and fills in all of the blanks on the first line item
3) No additional line item is provided after the search fills in the boxes.
4) No information is filled in on the totals/payments information on the right.

It seems as if the line item add is not completed. I have a "delete" box to the left of the line item headers which does nothing. Then I also have a "delete" box to the left of the first line item which does delete the line item. However, there is no second line item.

I also get a warning that the jZebra applet digital signature cannot be verified. I haven't seen that before. I am forcing a https connection in the configuration.

turning on the "trace" option does not get me anything useful (probably because I am not getting to the posting operation)


Top 
 Profile  
 
 Post subject: Re: struggling with POS
 Post Posted: Wed May 16, 2012 7:49 am 
Offline

Joined: Mon Mar 01, 2010 5:32 am
Posts: 554
Location: Netherlands
The problem seems to be a javascript error.
Can you tell me what the error console says. ( it is best to clean it and then reload the page)

The java applet handles the printing.

_________________
Rene Kervezee


Top 
 Profile  
 
 Post subject: Re: struggling with POS
 Post Posted: Wed May 16, 2012 8:07 pm 
Offline

Joined: Mon Sep 12, 2011 11:16 pm
Posts: 27
Loading the page from the menu results in these errors:
(Actual domain and directory replased with "<erased>" for security purposes)

Warning: Expected declaration but found '*'. Skipped to next declaration.
Source File: https://<erased>/themes/default/css/start/jquery_datatables.css
Line: 37

Warning: Expected declaration but found '*'. Skipped to next declaration.
Source File: https://<erased>/themes/default/css/start/jquery_datatables.css
Line: 44

Warning: Expected declaration but found '*'. Skipped to next declaration.
Source File: https://<erased>/themes/default/css/start/jquery_datatables.css
Line: 70

Warning: Expected declaration but found '*'. Skipped to next declaration.
Source File: https://<erased>/themes/default/css/start/jquery_datatables.css
Line: 341

Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: https://<erased>/themes/default/css/start/jquery-ui.css
Line: 22

Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: https://<erased>/themes/default/css/start/jquery-ui.css
Line: 85

Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: https://<erased>/themes/default/css/start/jquery-ui.css
Line: 86

Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: https://<erased>/themes/default/css/start/jquery-ui.css
Line: 289

Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: https://<erased>/themes/default/css/start/jquery-ui.css
Line: 290

Warning: Unknown property 'zoom'. Declaration dropped.
Source File: https://<erased>/themes/default/css/start/jquery-ui.css
Line: 330

Warning: Unknown property 'zoom'. Declaration dropped.
Source File: https://<erased>/themes/default/css/start/jquery-ui.css
Line: 336

Warning: Unknown property 'zoom'. Declaration dropped.
Source File: https://<erased>/themes/default/css/start/jquery-ui.css
Line: 374

Warning: Unknown property 'zoom'. Declaration dropped.
Source File: https://<erased>/themes/default/css/start/jquery-ui.css
Line: 384

Warning: Unknown property 'zoom'. Declaration dropped.
Source File: https://<erased>/themes/default/css/start/jquery-ui.css
Line: 400

Warning: Unknown property 'zoom'. Declaration dropped.
Source File: https://<erased>/themes/default/css/start/jquery-ui.css
Line: 444

Warning: Unknown property 'zoom'. Declaration dropped.
Source File: https://<erased>/themes/default/css/start/jquery-ui.css
Line: 482

Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: https:/<erased>/themes/default/css/start/jquery-ui.css
Line: 553


Same errors again when searching for a customer

Same errors again when searching for an SKU item. But one additional error when selecting the SKU from the search list

Error: tax_rates[tax_index] is undefined
Source File: https://<erased>/index.php?module=phreepos&page=main
Line: 645

At that point, I can go no further in the process. The right side info is not filled in and an additional SKU line item is not added on the left. Searching and selecting another SKU simply replaces the existing one and throws the same errors.


Top 
 Profile  
 
 Post subject: Re: struggling with POS
 Post Posted: Thu May 17, 2012 8:39 am 
Offline

Joined: Mon Mar 01, 2010 5:32 am
Posts: 554
Location: Netherlands
The warnings are not important but the errors are.


copy the file in the attachments to the directory (create it if it does not exist.)
modules/phreepos/custom/pages/main/extra_js.php


Attachments:
pos_extra.zip [345 Bytes]
Downloaded 39 times

_________________
Rene Kervezee
Top 
 Profile  
 
 Post subject: Re: struggling with POS
 Post Posted: Thu May 17, 2012 1:18 pm 
Offline

Joined: Mon Nov 09, 2009 1:18 pm
Posts: 296
this might me good for me to


Top 
 Profile  
 
 Post subject: Re: struggling with POS
 Post Posted: Thu May 17, 2012 2:43 pm 
Offline

Joined: Mon Sep 12, 2011 11:16 pm
Posts: 27
ok. I had to create the directory tree at /phreepos/ (added .../custom/pages/main) and copied the file into that directory.

Still no dice. The error console show the same errors being thrown and the same results on the screen.


Top 
 Profile  
 
 Post subject: Re: struggling with POS
 Post Posted: Sat May 26, 2012 12:15 pm 
Offline

Joined: Mon Mar 01, 2010 5:32 am
Posts: 554
Location: Netherlands
I think the version alvin shown you is a older version then the one on the main site.
if you delete the entire phreepos folder and then upload the new one.
make sure no one is online when you delete the folder or they get a big error.

if you still have problems post the js error (not the warnings)

_________________
Rene Kervezee


Top 
 Profile  
 
 Post subject: Re: struggling with POS
 Post Posted: Sat May 26, 2012 3:04 pm 
Offline

Joined: Mon Sep 12, 2011 11:16 pm
Posts: 27
ok. I removed the module through the Module Administration screen, then deleted the entire directory /modules/phreepos/

I downloaded version 1.4 from the web site and installed it by unziping the directory in modules/ and then installed it through the comanpany Module Administration screen. This is the error that it throws in the error console when adding an SKU:

Error: tax_rates[tax_index] is undefined
Source File: https://<erased>/index.php?module=phreepos&page=main
Line: 645


Then I went back and pulled the extra_js.php file from above, added it to the directory phreepos/custom/pages/main which I had to create.

Adding an item still throws the error:

Error: tax_rates[tax_index] is undefined
Source File: https://<erased>/index.php?module=phreepos&page=main
Line: 645


It's as if the code is not picking up the extra_js.php file. Is there a hook missing?


Top 
 Profile  
 
 Post subject: Re: struggling with POS
 Post Posted: Tue May 29, 2012 9:51 am 
Offline

Joined: Mon Mar 01, 2010 5:32 am
Posts: 554
Location: Netherlands
Can you pm me a the code of the page.

In the browser select view code. (firefox ctrl +u)

_________________
Rene Kervezee


Top 
 Profile  
 
Display posts from previous:  Sort by  
 
Post new topic Reply to topic  [ 11 posts ] 

Board index » General Usage » Point of Sale


Who is online

Users browsing this forum: No registered users and 1 guest

 
 

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron