to solve sending emails
|
Is there documentation some where that talks about getting from the
apache-ofbiz-13.07.02.zip file to a running POS app, or am I just numbing it? I'm fairly thick skinned, so bash away if it's the latter... It looks like I've got to load it via specialpurpose/build.xml, but I've got to get a pos directory to begin with to refer to in that xml. Not sure where. |
Please be patient, our POS guru Jacques is on holiday. I'm sure he will
help as soon as he is available. Adrian Crum Sandglass Software www.sandglass-software.com On 8/15/2015 8:24 PM, Craig Parker wrote: > Is there documentation some where that talks about getting from the > apache-ofbiz-13.07.02.zip file to a running POS app, or am I just > numbing it? I'm fairly thick skinned, so bash away if it's the latter... > It looks like I've got to load it via specialpurpose/build.xml, but I've > got to get a pos directory to begin with to refer to in that xml. Not > sure where. |
POS was removed from the core distribution along with many other
specialpurpose components, but is maintained and can be checked out from trunk: https://github.com/apache/ofbiz/tree/trunk/specialpurpose/pos Jason On Sat, 15 Aug 2015 20:48:26 -0700 Adrian Crum <[hidden email]> wrote > Please be patient, our POS guru Jacques is on holiday. I'm sure he will > help as soon as he is available. > > Adrian Crum > Sandglass Software > www.sandglass-software.com > > On 8/15/2015 8:24 PM, Craig Parker wrote: > > Is there documentation some where that talks about getting from the > > apache-ofbiz-13.07.02.zip file to a running POS app, or am I just > > numbing it? I'm fairly thick skinned, so bash away if it's the latter... > > It looks like I've got to load it via specialpurpose/build.xml, but I've > > got to get a pos directory to begin with to refer to in that xml. Not > > sure where. |
Administrator
|
Yes that's it if you use the R13.07 version. For any other it's there in your package. For more documentation see
https://cwiki.apache.org/confluence/display/OFBIZ/POS+System HTH Jacques Le 16/08/2015 08:02, Jason RJ a écrit : > POS was removed from the core distribution along with many other > specialpurpose components, but is maintained and can be checked out from > trunk: > > https://github.com/apache/ofbiz/tree/trunk/specialpurpose/pos > > Jason > > > On Sat, 15 Aug 2015 20:48:26 -0700 Adrian Crum > <[hidden email]> wrote > >> Please be patient, our POS guru Jacques is on holiday. I'm sure he will >> help as soon as he is available. >> >> Adrian Crum >> Sandglass Software >> www.sandglass-software.com >> >> On 8/15/2015 8:24 PM, Craig Parker wrote: >>> Is there documentation some where that talks about getting from the >>> apache-ofbiz-13.07.02.zip file to a running POS app, or am I just >>> numbing it? I'm fairly thick skinned, so bash away if it's the latter... >>> It looks like I've got to load it via specialpurpose/build.xml, but I've >>> got to get a pos directory to begin with to refer to in that xml. Not >>> sure where. > > |
Administrator
|
Please use rather user ML for such questions, see why here http://ofbiz.apache.org/mailing-lists.html
You will get a better support and it's more fair to share with everybody The wider the audience the better the answers you might get Thanks This said you made an error, you should run 1st ./ant load-demo to load the demo data Then ran ./ant start-pos which runs the POS only. If you want to run both the HTML UI and the POS (Swing UI), then use ran ./ant start-both In all cases ./ant -p is your friend I send you the link below which should help you to continue HTH Jacques Le 20/08/2015 04:27, Craig Parker a écrit : > Ok, so I grabbed an older version, ran ./ant load-demo start, and then tried to launch POS in another terminal ran java -jar ofbiz.jar -pos. I > couldn't launch POS though until I hit Ctrl C in the first one, and once it did fire up I wasn't able to get in with 1 and 1 as a username and > pass. I don't see anything anywhere else for default usernames and password. > > So, am I loading this right, and then what's the correct username and pass to start POS? > > Is there documentation somewhere that walks a complete noob (and possibly an idiot noob) through the process? > > On 08/19/2015 07:09 AM, Jacques Le Roux wrote: >> Yes that's it if you use the R13.07 version. For any other it's there in your package. For more documentation see >> https://cwiki.apache.org/confluence/display/OFBIZ/POS+System >> >> HTH >> >> Jacques >> >> Le 16/08/2015 08:02, Jason RJ a écrit : >>> POS was removed from the core distribution along with many other >>> specialpurpose components, but is maintained and can be checked out from >>> trunk: >>> >>> https://github.com/apache/ofbiz/tree/trunk/specialpurpose/pos >>> >>> Jason >>> >>> >>> On Sat, 15 Aug 2015 20:48:26 -0700 Adrian Crum >>> <[hidden email]> wrote >>> >>>> Please be patient, our POS guru Jacques is on holiday. I'm sure he will >>>> help as soon as he is available. >>>> >>>> Adrian Crum >>>> Sandglass Software >>>> www.sandglass-software.com >>>> >>>> On 8/15/2015 8:24 PM, Craig Parker wrote: >>>>> Is there documentation some where that talks about getting from the >>>>> apache-ofbiz-13.07.02.zip file to a running POS app, or am I just >>>>> numbing it? I'm fairly thick skinned, so bash away if it's the latter... >>>>> It looks like I've got to load it via specialpurpose/build.xml, but I've >>>>> got to get a pos directory to begin with to refer to in that xml. Not >>>>> sure where. >>> >>> > > |
I've got 13.07.02 running. How do I "check out" POS? I understand that
I can just grab 12.something, but I kind of wanted to run the newer version of OfBiz and get the hang of subversion in the process. Is there a document? |
Administrator
|
Mmm, this is annoying, you will not be able to easily run a POS version in R13. I recommend that you check out the R14.07 branch rather. It has the
POS working and will be officially released soon, you will just be a bit ahead... Jacques Le 09/11/2015 04:14, Craig Parker a écrit : > I've got 13.07.02 running. How do I "check out" POS? I understand that I can just grab 12.something, but I kind of wanted to run the newer version > of OfBiz and get the hang of subversion in the process. Is there a document? > |
I guess you meant to say the 14.12 branch.
Best regards, Pierre Smits *OFBiz Extensions Marketplace* http://oem.ofbizci.net/oci-2/ On Mon, Nov 9, 2015 at 10:09 AM, Jacques Le Roux < [hidden email]> wrote: > Mmm, this is annoying, you will not be able to easily run a POS version in > R13. I recommend that you check out the R14.07 branch rather. It has the > POS working and will be officially released soon, you will just be a bit > ahead... > > Jacques > > > Le 09/11/2015 04:14, Craig Parker a écrit : > >> I've got 13.07.02 running. How do I "check out" POS? I understand that >> I can just grab 12.something, but I kind of wanted to run the newer version >> of OfBiz and get the hang of subversion in the process. Is there a >> document? >> >> |
Administrator
|
Right!
Jacques Le 09/11/2015 10:15, Pierre Smits a écrit : > I guess you meant to say the 14.12 branch. > > Best regards, > > Pierre Smits > > *OFBiz Extensions Marketplace* > http://oem.ofbizci.net/oci-2/ > > On Mon, Nov 9, 2015 at 10:09 AM, Jacques Le Roux < > [hidden email]> wrote: > >> Mmm, this is annoying, you will not be able to easily run a POS version in >> R13. I recommend that you check out the R14.07 branch rather. It has the >> POS working and will be officially released soon, you will just be a bit >> ahead... >> >> Jacques >> >> >> Le 09/11/2015 04:14, Craig Parker a écrit : >> >>> I've got 13.07.02 running. How do I "check out" POS? I understand that >>> I can just grab 12.something, but I kind of wanted to run the newer version >>> of OfBiz and get the hang of subversion in the process. Is there a >>> document? >>> >>> |
I successfully ran the POS after load-demo on 14.12 branch.
I would like to use it for small shop... does the receipt printing / Cash drawer work with the POS. If yes, may I know which hardware I can use? Also, does anyone used WebPOS with any receipt printer? Thanks, Ganesh On Mon, Nov 9, 2015 at 5:45 PM, Jacques Le Roux < [hidden email]> wrote: > Right! > > Jacques > > > Le 09/11/2015 10:15, Pierre Smits a écrit : > >> I guess you meant to say the 14.12 branch. >> >> Best regards, >> >> Pierre Smits >> >> *OFBiz Extensions Marketplace* >> http://oem.ofbizci.net/oci-2/ >> >> On Mon, Nov 9, 2015 at 10:09 AM, Jacques Le Roux < >> [hidden email]> wrote: >> >> Mmm, this is annoying, you will not be able to easily run a POS version in >>> R13. I recommend that you check out the R14.07 branch rather. It has the >>> POS working and will be officially released soon, you will just be a bit >>> ahead... >>> >>> Jacques >>> >>> >>> Le 09/11/2015 04:14, Craig Parker a écrit : >>> >>> I've got 13.07.02 running. How do I "check out" POS? I understand that >>>> I can just grab 12.something, but I kind of wanted to run the newer >>>> version >>>> of OfBiz and get the hang of subversion in the process. Is there a >>>> document? >>>> >>>> >>>> -- Thanks & Regards Ganesh Bawne Enterprise Software Developer Viithiisys Pvt. Ltd. http://www.viithiisys.com |
Administrator
|
Have a look at https://cwiki.apache.org/confluence/display/OFBIZ/POS+System
AFAIK you can't use the WebPOS with a JavaPOS receipt printer Jacques Le 09/11/2015 19:24, Ganesh Bawne a écrit : > I successfully ran the POS after load-demo on 14.12 branch. > I would like to use it for small shop... does the receipt printing / Cash > drawer work with the POS. If yes, may I know which hardware I can use? > > Also, does anyone used WebPOS with any receipt printer? > > Thanks, > Ganesh > > On Mon, Nov 9, 2015 at 5:45 PM, Jacques Le Roux < > [hidden email]> wrote: > >> Right! >> >> Jacques >> >> >> Le 09/11/2015 10:15, Pierre Smits a écrit : >> >>> I guess you meant to say the 14.12 branch. >>> >>> Best regards, >>> >>> Pierre Smits >>> >>> *OFBiz Extensions Marketplace* >>> http://oem.ofbizci.net/oci-2/ >>> >>> On Mon, Nov 9, 2015 at 10:09 AM, Jacques Le Roux < >>> [hidden email]> wrote: >>> >>> Mmm, this is annoying, you will not be able to easily run a POS version in >>>> R13. I recommend that you check out the R14.07 branch rather. It has the >>>> POS working and will be officially released soon, you will just be a bit >>>> ahead... >>>> >>>> Jacques >>>> >>>> >>>> Le 09/11/2015 04:14, Craig Parker a écrit : >>>> >>>> I've got 13.07.02 running. How do I "check out" POS? I understand that >>>>> I can just grab 12.something, but I kind of wanted to run the newer >>>>> version >>>>> of OfBiz and get the hang of subversion in the process. Is there a >>>>> document? >>>>> >>>>> >>>>> > |
Hi Ganesh,
If you have experience with a different brand and/or model receipt printer than listed in the page provided, please update the table in the page. Best regards, Pierre Smits *OFBiz Extensions Marketplace* http://oem.ofbizci.net/oci-2/ On Tue, Nov 10, 2015 at 1:00 PM, Jacques Le Roux < [hidden email]> wrote: > Have a look at > https://cwiki.apache.org/confluence/display/OFBIZ/POS+System > > AFAIK you can't use the WebPOS with a JavaPOS receipt printer > > Jacques > > > Le 09/11/2015 19:24, Ganesh Bawne a écrit : > >> I successfully ran the POS after load-demo on 14.12 branch. >> I would like to use it for small shop... does the receipt printing / Cash >> drawer work with the POS. If yes, may I know which hardware I can use? >> >> Also, does anyone used WebPOS with any receipt printer? >> >> Thanks, >> Ganesh >> >> On Mon, Nov 9, 2015 at 5:45 PM, Jacques Le Roux < >> [hidden email]> wrote: >> >> Right! >>> >>> Jacques >>> >>> >>> Le 09/11/2015 10:15, Pierre Smits a écrit : >>> >>> I guess you meant to say the 14.12 branch. >>>> >>>> Best regards, >>>> >>>> Pierre Smits >>>> >>>> *OFBiz Extensions Marketplace* >>>> http://oem.ofbizci.net/oci-2/ >>>> >>>> On Mon, Nov 9, 2015 at 10:09 AM, Jacques Le Roux < >>>> [hidden email]> wrote: >>>> >>>> Mmm, this is annoying, you will not be able to easily run a POS version >>>> in >>>> >>>>> R13. I recommend that you check out the R14.07 branch rather. It has >>>>> the >>>>> POS working and will be officially released soon, you will just be a >>>>> bit >>>>> ahead... >>>>> >>>>> Jacques >>>>> >>>>> >>>>> Le 09/11/2015 04:14, Craig Parker a écrit : >>>>> >>>>> I've got 13.07.02 running. How do I "check out" POS? I understand >>>>> that >>>>> >>>>>> I can just grab 12.something, but I kind of wanted to run the newer >>>>>> version >>>>>> of OfBiz and get the hang of subversion in the process. Is there a >>>>>> document? >>>>>> >>>>>> >>>>>> >>>>>> >> |
Thank you for your reply.
Just come back from Diwali Vacation so little late in reply ;) Now, I am specifically looking for WebPOS hardware implementation as wan't to use remote db to avoid order sync calls. If anyone has done something with WebPOS then it will be most helpful to me. Though, I am checking with other brands/model for JavaPOS and if it work then surely update table in the page. Thanks, Ganesh On Tue, Nov 10, 2015 at 6:27 PM, Pierre Smits <[hidden email]> wrote: > Hi Ganesh, > > If you have experience with a different brand and/or model receipt printer > than listed in the page provided, please update the table in the page. > > Best regards, > > Pierre Smits > > *OFBiz Extensions Marketplace* > http://oem.ofbizci.net/oci-2/ > > On Tue, Nov 10, 2015 at 1:00 PM, Jacques Le Roux < > [hidden email]> wrote: > > > Have a look at > > https://cwiki.apache.org/confluence/display/OFBIZ/POS+System > > > > AFAIK you can't use the WebPOS with a JavaPOS receipt printer > > > > Jacques > > > > > > Le 09/11/2015 19:24, Ganesh Bawne a écrit : > > > >> I successfully ran the POS after load-demo on 14.12 branch. > >> I would like to use it for small shop... does the receipt printing / > Cash > >> drawer work with the POS. If yes, may I know which hardware I can use? > >> > >> Also, does anyone used WebPOS with any receipt printer? > >> > >> Thanks, > >> Ganesh > >> > >> On Mon, Nov 9, 2015 at 5:45 PM, Jacques Le Roux < > >> [hidden email]> wrote: > >> > >> Right! > >>> > >>> Jacques > >>> > >>> > >>> Le 09/11/2015 10:15, Pierre Smits a écrit : > >>> > >>> I guess you meant to say the 14.12 branch. > >>>> > >>>> Best regards, > >>>> > >>>> Pierre Smits > >>>> > >>>> *OFBiz Extensions Marketplace* > >>>> http://oem.ofbizci.net/oci-2/ > >>>> > >>>> On Mon, Nov 9, 2015 at 10:09 AM, Jacques Le Roux < > >>>> [hidden email]> wrote: > >>>> > >>>> Mmm, this is annoying, you will not be able to easily run a POS > version > >>>> in > >>>> > >>>>> R13. I recommend that you check out the R14.07 branch rather. It has > >>>>> the > >>>>> POS working and will be officially released soon, you will just be a > >>>>> bit > >>>>> ahead... > >>>>> > >>>>> Jacques > >>>>> > >>>>> > >>>>> Le 09/11/2015 04:14, Craig Parker a écrit : > >>>>> > >>>>> I've got 13.07.02 running. How do I "check out" POS? I understand > >>>>> that > >>>>> > >>>>>> I can just grab 12.something, but I kind of wanted to run the newer > >>>>>> version > >>>>>> of OfBiz and get the hang of subversion in the process. Is there a > >>>>>> document? > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >> > -- Thanks & Regards Ganesh Bawne Enterprise Software Developer Viithiisys Pvt. Ltd. http://www.viithiisys.com |
Free forum by Nabble | Edit this page |