| Author |
Message |
|
Shaunee
|
Post subject: POS Error for Dashboard and will not print Posted: Thu Jun 21, 2012 6:46 am |
|
Joined: Thu Jun 21, 2012 4:09 am Posts: 5
|
|
Good Day - In the latest down loadable version of phreepos from phreesoft site - In add/remove dashboards this error appears at the top - What is this how do I fix it. OH it also appears on the version that I download from code.google the latest in progress version. Warning: constant() [function.constant]: Couldn't find constant CP_POS_THIS_WEEK_SECURITY in ..............................\modules\phreedom\pages\ctl_panel\pre_process.php on line 47
Warning: constant() [function.constant]: Couldn't find constant CP_POS_TODAYS_SECURITY in .............................\modules\phreedom\pages\ctl_panel\pre_process.php on line 47
Secondly Once I selected payment options and tried to print it wouldnt and returned to main POS screen. Is this because I was printing to a std HP printer not receipt printer?
In the version from code.google (looks excellent) it opens payment options but no optioavailablevailabe for payment and nothing happens at all when pressing print or save.
May I suggest a option to print a receipt/pd invoice on the POS screen for normal printers in a store.
|
|
 |
|
 |
|
ReneK
|
Post subject: Re: POS Error for Dashboard and will not print Posted: Sat Jun 30, 2012 6:57 am |
|
Joined: Mon Mar 01, 2010 5:32 am Posts: 554 Location: Netherlands
|
|
I will post the updated dashboard here.
the pos module on the code.google is 'the code as it is under development.' the last stable release can be found on the main site.
_________________ Rene Kervezee
|
|
 |
|
 |
|
Shaunee
|
Post subject: Re: POS Error for Dashboard and will not print Posted: Sat Jun 30, 2012 11:39 am |
|
Joined: Thu Jun 21, 2012 4:09 am Posts: 5
|
ReneK wrote: I will post the updated dashboard here.
the pos module on the code.google is 'the code as it is under development.' the last stable release can be found on the main site. Thank you - eagerly awaiting solution Shaun
|
|
 |
|
 |
|
ReneK
|
Post subject: Re: POS Error for Dashboard and will not print Posted: Tue Aug 07, 2012 6:41 am |
|
Joined: Mon Mar 01, 2010 5:32 am Posts: 554 Location: Netherlands
|
|
It took me a while due to personal circumstances. This is a update for the pos dashboards.
_________________ Rene Kervezee
|
|
 |
|
 |
|
Shaunee
|
Post subject: Re: POS Error for Dashboard and will not print Posted: Tue Aug 07, 2012 8:03 am |
|
Joined: Thu Jun 21, 2012 4:09 am Posts: 5
|
Thank you fixed this issue. Any news on a updated version of POS being released. 
|
|
 |
|
 |
|
ReneK
|
Post subject: Re: POS Error for Dashboard and will not print Posted: Fri Aug 10, 2012 6:11 am |
|
Joined: Mon Mar 01, 2010 5:32 am Posts: 554 Location: Netherlands
|
|
Am still working on it. I can tell you that the writing progress is slow with a new born.
The following is still what i am working on: A closing of the till at the end of the day. The printer variables that need to be set when a till is changed. Expenses and cash changes
_________________ Rene Kervezee
|
|
 |
|
 |
|
Shaunee
|
Post subject: Re: POS Error for Dashboard and will not print Posted: Fri Aug 10, 2012 6:35 am |
|
Joined: Thu Jun 21, 2012 4:09 am Posts: 5
|
|
Congrats on the baby - exciting. I added some code that allowed me to print receipts to a normal printer via a reports page. I will let you know when I remember where I did the change, it was simple - may all your dreams come true for your new child and family. Regards Shaun
|
|
 |
|
 |
|
williamsuryajaya
|
Post subject: Re: POS Error for Dashboard and will not print Posted: Sun Dec 23, 2012 12:15 pm |
|
Joined: Fri Dec 21, 2012 9:01 pm Posts: 1
|
sorry to re-post, i faced the same issue about warning message as Shaunee's, then checking out the given answer from Renee (the zip file above) but its empty/corrupted, however i checked through the files, and simply by adding: define('CP_POS_TODAYS_SECURITY',SECURITY_ID_POS_MGR); in /phreedom/modules/phreepos/dashboards/pos_todays/language/en_us/language.php and also define('CP_POS_THIS_WEEK_SECURITY',SECURITY_ID_POS_MGR); in /phreedom/modules/phreepos/dashboards/pos_this_week/language/en_us/language.php the warning message disappeared, it also applies to every language modules depending each dashboard directory folder name. Maybe its reposting and not too important, but i just got annoyed to see warning messages around  hope it helps others.. thumbs up phreesoft..
|
|
 |
|
 |
|