You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
(11) |
Apr
(2) |
May
(5) |
Jun
(7) |
Jul
(6) |
Aug
(4) |
Sep
(5) |
Oct
(1) |
Nov
(17) |
Dec
(11) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(7) |
Feb
(9) |
Mar
(2) |
Apr
|
May
(4) |
Jun
(8) |
Jul
|
Aug
(1) |
Sep
(5) |
Oct
|
Nov
|
Dec
(2) |
2007 |
Jan
(3) |
Feb
(7) |
Mar
|
Apr
(14) |
May
(5) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
(2) |
May
(1) |
Jun
(3) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bushair K <bus...@gm...> - 2010-01-12 07:01:44
|
Hi, I was trying to start the ntpv application after building it, using the command bushair@bushair:~/Downloads/ntpv/ntpv$ sudo ./ntpv Here the UI is coming up with the following messages kbuildsycoca running... Error: "/var/tmp/kdecache-bushair7GsM3K" is owned by uid 1000 instead of uid 0. Error: "/tmp/kde-bushairSbPMTT" is owned by uid 1000 instead of uid 0. Error: "/var/tmp/kdecache-bushair7GsM3K" is owned by uid 1000 instead of uid 0. Error: "/var/tmp/kdecache-bushair7GsM3K" is owned by uid 1000 instead of uid 0. error tratando de establecer conexion Error: "/var/tmp/kdecache-bushair7GsM3K" is owned by uid 1000 instead of uid 0. QLayout: Cannot add null widget to QGridLayout/unnamed But the problem is that links are not active in the UI Can anyone help me to resolve this? thanks Bushair |
From: tasos <ta...@su...> - 2008-11-13 07:33:09
|
Hi all. Does anyone have the english or german po-files or even better, does anyone have ntpv translated into german or english? In case no one has translated it into german but has the english po-files I would like to try to translate it into german. Thank you all in advance. Tasos |
From: smrtak <sm...@4u...> - 2008-07-08 20:25:33
|
Hi, how can i enable Ordering and tables management module? All work good, but i cannot find settings to enable this module... Compilation is easy (but little problem in port number postgre db...) Thanks for help! Martin |
From: Giovanny D. <gio...@gm...> - 2008-06-11 15:18:24
|
Hay que modificar en los Makefile las ruta del moc y uic. Eso es lo que recuerdo cuando lo intente compilar y modifique eso para que compilara. Pero luego no se conecta a la base de datos, lei en algun lado que era por la version del servidor de base de datos. Saludos. 2008/6/10 George F. Crewe <geo...@gm...>: > Estoy intentado instalar NTPV 1.2 rc2 pero estoy teniendo problemas. > > Baje el archivo con las fuentes. > > Ya intente compilarlo, sin ningun exito. > > Tambien ya intente istalar desde el paquete para Debian, sin embargo cuando > los intento isntalar me dice que los paquetes: > > libqt3c102-mt > > Sin embargo, en mi administrador de paquetes el nombre del paquete es: > > libqt3-mt el cual ya instale en el sistema. > > Este problema lo menciona en esta lista anteriormente, pero con relacion a > Ubuntu. > > Yo estoy intentando instalar en Debian. > > Alguien me podria hechar la mano con la solución de como arreglar este > problema. > > Ya llevo mas de una semana intentandolo sin exito. > > Gracias, > > George Crewe > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > nTPV-program mailing list > nTP...@li... > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > |
From: George F. C. <geo...@gm...> - 2008-06-09 20:47:48
|
Estoy intentado instalar NTPV 1.2 rc2 pero estoy teniendo problemas. Baje el archivo con las fuentes. Ya intente compilarlo, sin ningun exito. Tambien ya intente istalar desde el paquete para Debian, sin embargo cuando los intento isntalar me dice que los paquetes: libqt3c102-mt Sin embargo, en mi administrador de paquetes el nombre del paquete es: libqt3-mt el cual ya instale en el sistema. Este problema lo menciona en esta lista anteriormente, pero con relacion a Ubuntu. Yo estoy intentando instalar en Debian. Alguien me podria hechar la mano con la solución de como arreglar este problema. Ya llevo mas de una semana intentandolo sin exito. Gracias, George Crewe |
From: Alvaro J. <alv...@gm...> - 2008-06-09 17:49:49
|
He podido instalar nTPV en Ubuntu 8.04 pero todavia con algunos problemas... Quisiera saber quienes han podido usar nTPV de manera estable. Que distro usaron? Que version? Pasos y recomendaciones. Gracias. I have been able to install nTPV in Ubuntu 8.04, but still having some problems. I would like to know who has made a stable installation, what distro are you using? version? steps, tips. Thanks for your help Alvaro J. |
From: Phil H. <ni...@gm...> - 2008-05-12 11:43:00
|
Maybe I am missing it but I don't see anything that mentions hardware requirements. Clearly most stuff is generic but I am particularly interested in the requirements for the Touchscreen. -- Phil Hughes ni...@gm... -- ph...@ct... |
From: Sebastien B. <seb...@in...> - 2008-04-07 15:41:43
|
Hello, I use nTPV 1.2rc2 from source on a Ubuntu Hardy 8.04. ntpv_backoffice seems to work good (I can access database and modify some data). I had to modify the find_database script : before: psql -U $USER -h $SERVER -l 2>/dev/null | tail +4 |grep -v '^(.*)$'|awk '{print $1}' |xargs -i']' xmlmanage w $FICHERO name ']' after: psql -U $USER -h $SERVER -l 2>/dev/null | grep '|' | egrep -v '^ |^ template|^ postgres' | grep -v '^(.*)$'|awk '{print $1}' |xargs -i']' xmlmanage w $FICHERO name ']' If I try to exec ntpv, I get an error message: > error tratando de establecer conexion So all the graphic interface seems to be disable. Someone have an idea of the problem ? -- Cordialement -- Sébastien Bonnegent ------------------------------------------------------------ | Ingénieur système et réseau | Tel: 02 32 95 98 61 | ------------------------------------------------------------ | GnuPG: 0E2C 6C1C 1945 8A69 E686 B471 94C1 CBD3 6691 76B0 | ------------------------------------------------------------ | http://www.insa-rouen.fr | ------------------------------------------------------------ |
From: Sebastien B. <seb...@in...> - 2008-04-07 15:08:15
|
Hello, I have installed nTPV 1.2rc2 on the last Ubuntu. Some dependencies must be modified, some packages haven't same name: On Debian => On Ubuntu libqt3c102-mt => libqt3-mt libqt3c102-mt-psql => libqt3-mt-psql kdelibs4 => kdelibs4c2a I made this package for Ubuntu, you can get it here: http://sensia.homelinux.org/files/libbslxml_0.1-1_i386.deb http://sensia.homelinux.org/files/ntpv_0.2-0_i386.deb http://sensia.homelinux.org/files/dcopprinter_0.1-2_i386.deb http://sensia.homelinux.org/files/libqutexr_0.1-0_i386.deb http://sensia.homelinux.org/files/ntpvlibs_0.1-2_i386.deb http://sensia.homelinux.org/files/xmlmanage_0.1-0_i386.deb Else, you can put all original files in directory 'origine' and use this script to create it: #!/bin/sh # modify dependencies for nTPV # on Debian / on Ubuntu # libqt3c102-mt libqt3-mt # libqt3c102-mt-psql libqt3-mt-psql # kdelibs4 kdelibs4c2a if [ ! -d origine ] then echo 'Error: there are no directory "origine" !!' exit fi for i in $(ls origine/*) do echo "> $i" name=$(basename $i .deb) dpkg-deb --extract $i $name dpkg-deb --control $i $name/DEBIAN sed -i 's/libqt3c102-mt/libqt3-mt/' $name/DEBIAN/control sed -i 's/libqt3c102-mt-psql/libqt3-mt-psql/' $name/DEBIAN/control sed -i 's/kdelibs4/kdelibs4c2a/' $name/DEBIAN/control dpkg --build $name rm -rf $name done # end -- Cordialement -- Sébastien Bonnegent ------------------------------------------------------------ | Ingénieur système et réseau | Tel: 02 32 95 98 61 | ------------------------------------------------------------ | GnuPG: 0E2C 6C1C 1945 8A69 E686 B471 94C1 CBD3 6691 76B0 | ------------------------------------------------------------ | http://www.insa-rouen.fr | ------------------------------------------------------------ |
From: Giovanny D. <gio...@gm...> - 2008-02-21 01:47:34
|
Saludos Baje los fuentes de ntpv 1.2-rc2 los compile y al momento de ejecutarlo no se conecta con la base de datos. Cambie el puerto de conexion a Posgresql de 5432 a 5433, pero igual. Tambien esta configurado el archivo bar_database.xml con localhost, el nombre de la base de datos, el usurio, el password y el puerto 5433. Pero ntpv arroja un error en consola "error tratando de establecer conexion", no se donde puede estar el error. El archivo pg_hba.conf creo que esta correctamente configurado. Si tienen alguna idea se les agradece. |
From: juanjo c. <jua...@gm...> - 2007-08-11 16:33:08
|
se podria usar ntpv en un supermercado de alimentaci=F3n. con un lector de codigos de barras. que empresa da el soporte. gracias un saludo. |
From: <inf...@wa...> - 2007-06-11 14:49:40
|
Dear nTPV users, there have been a few queries about english versions nTPV and whether it is being maintained at the moment. I am not sure either, but I would like to make a version of the nTPV software, which I call demiPOS available to anyone who would like to give it a try and iron out bugs etc. There is an English translation also . At the moment installation will probably require some tweaking to get it running .. if anyone gives it a go then please let me know how you got on. more info here... http://www.realitybites.eu/projects/demichef/install.html regards Clive Andrews reality bites Amsterdam Netherlands |
From: Jorge M. A. E. <jor...@ac...> - 2007-05-23 17:35:13
|
Te ha funcionado esta impresora en Linux desde algun otro programa..? kwri= te=20 o algo..? El Lunes, 21 de Mayo de 2007 11:20, Jorge Rocha escribi=F3: > Jorge : > > He intentado de varias maneras. > > como /dev/lp0, sp500 (nombre en cups), a una remota en la > red "ipp://10.0.0.142/printers/sp500" > > aun teniendo el programa de dcopprinter arriba no veo > impresiones, ni jobs en cups. > > y no me ha funcionado, como puedo ir depurando para saber > a donde esta mandando la info y saber si en realidad esta > llegando correctamente. > > Esta impresora no es compatible con ESC/POS, es mas como > una impresora de matriz de puntos estandard, por lo poco > que he podido encontrar acerca del programa > lamentablemente, estoy perdido y no se como depurar el > problema. > > Gracias. Saludos!! > > > > > _________________________________________________________________________= __ >_________Be a better Globetrotter. Get better travel answers from someone > who knows. Yahoo! Answers - Check it out. > http://answers.yahoo.com/dir/?link=3Dlist&sid=3D396545469 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > nTPV-program mailing list > nTP...@li... > https://lists.sourceforge.net/lists/listinfo/ntpv-program =2D-=20 Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient (s) and may contain confidential and privileged information.=20 Any unauthorized review, use, disclosure or distribution is prohibited.=20 If you are not the intended recipient, please contact the sender=20 by reply e-mail and destroy all copies of the original message.=20 Thank you. |
From: JLuis <jos...@ya...> - 2007-05-23 17:31:47
|
--------------------------------- ¡Descubre una nueva forma de obtener respuestas a tus preguntas! Entra en Yahoo! Respuestas. |
From: Jorge R. <jro...@ya...> - 2007-05-21 17:20:08
|
Jorge : He intentado de varias maneras. como /dev/lp0, sp500 (nombre en cups), a una remota en la red "ipp://10.0.0.142/printers/sp500" aun teniendo el programa de dcopprinter arriba no veo impresiones, ni jobs en cups. y no me ha funcionado, como puedo ir depurando para saber a donde esta mandando la info y saber si en realidad esta llegando correctamente. Esta impresora no es compatible con ESC/POS, es mas como una impresora de matriz de puntos estandard, por lo poco que he podido encontrar acerca del programa lamentablemente, estoy perdido y no se como depurar el problema. Gracias. Saludos!! ____________________________________________________________________________________Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545469 |
From: Jorge M. A. E. <jor...@ac...> - 2007-05-21 16:49:33
|
que informacion seteaste en la administracion de impresoras de ntpv..? El Lunes, 21 de Mayo de 2007 10:43, Jorge Rocha escribi=F3: > Buen Dia!! > > Instale ntpv en una pc con suse, lo veo como una excelente > opcion en su ramo. el problema mas dificil que se me ha > presentado es con respecto a la impresora de ticket. > > Tengo una star sp512 de matriz de puntos, es reconocida en > cups como una impresora en el sistema, mas no puedo mandar > imprrimir en ella. Les agradezco de antemano la ayuda que > me puedan brindar en caso de que exista alguna solucion al > respecto o alguna orientacion de como modificar el fuente. > > De nuevo, agradezco de antemano la ayuda que me puedan > brindar y aprovecho para agradecer a Carlos y al equipo que > hizo posible este programa. Seguimos en contacto. Saludos!! > > > > _________________________________________________________________________= __ >_________Luggage? GPS? Comic books? Check out fitting gifts for grads at > Yahoo! Search > http://search.yahoo.com/search?fr=3Doni_on_mail&p=3Dgraduation+gifts&cs= =3Dbz > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > nTPV-program mailing list > nTP...@li... > https://lists.sourceforge.net/lists/listinfo/ntpv-program =2D-=20 Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient (s) and may contain confidential and privileged information.=20 Any unauthorized review, use, disclosure or distribution is prohibited.=20 If you are not the intended recipient, please contact the sender=20 by reply e-mail and destroy all copies of the original message.=20 Thank you. |
From: Jorge R. <jro...@ya...> - 2007-05-21 16:43:23
|
Buen Dia!! Instale ntpv en una pc con suse, lo veo como una excelente opcion en su ramo. el problema mas dificil que se me ha presentado es con respecto a la impresora de ticket. Tengo una star sp512 de matriz de puntos, es reconocida en cups como una impresora en el sistema, mas no puedo mandar imprrimir en ella. Les agradezco de antemano la ayuda que me puedan brindar en caso de que exista alguna solucion al respecto o alguna orientacion de como modificar el fuente. De nuevo, agradezco de antemano la ayuda que me puedan brindar y aprovecho para agradecer a Carlos y al equipo que hizo posible este programa. Seguimos en contacto. Saludos!! ____________________________________________________________________________________Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz |
From: <jda...@gm...> - 2007-04-17 15:58:40
|
Just do: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:directoryofreportman before executing ntpv Good luck! 2007/4/17, Jorge Acajabon <jor...@ac...>: > > > Hey, i got the vm image from 04/12/2007 and went down doing changes to many > files because they have set addresses like 192.168.42.128 and 192.168.2.201. > In the end i realized that make clean, make all and make install all will > take care of all the files so i made it that way. The only one that are not > been updated is /home/ntpv/dbxconnections which its source file are > /root/dbxconnections. you should update the one at home/ntpv if you are not > willing to reinstall or the one at /root if you will recompile the sources. > > Another thing i found is that some files used to configure database > connection info, have set the User_Name to "fewa" which does not exists as a > user in the standard data base. so i changed that too.. > > Lastly i decide to follow Adams advice and run manualy dcopreports and see > what was trying to execute to launch the reports. > > I got this: /usr/local/repman/printer.sh -u -pdf > -paramfecha_inicial=16/04/2007 -paramfecha_final=23/04/2007 > /usr/share/dcopreports/semanal.rep /tmp/reportman_rep.pdf > > and an error says there was not able to load libpq.so so i installed > postgresql-libs-8.1.8-1fc6.i386.rpm which installs > libpq.so.4 and a sim link to libpq.so That solved that issue. > > but finaly when runnig the report again i got an "undefined symbol: > initPAnsiStrings" error message... and this was as far i could get... > > i googled initPAnsiStrings and nothing usesfull came up... so i hope any one > have any idea... > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > nTPV-program mailing list > nTP...@li... > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > |
From: Jorge A. <jor...@ac...> - 2007-04-17 15:14:14
|
Hey, i got the vm image from 04/12/2007 and went down doing changes to many files because they have set addresses like 192.168.42.128 and 192.168.2.201. In the end i realized that make clean, make all and make install all will take care of all the files so i made it that way. The only one that are not been updated is /home/ntpv/dbxconnections which its source file are /root/dbxconnections. you should update the one at home/ntpv if you are not willing to reinstall or the one at /root if you will recompile the sources. Another thing i found is that some files used to configure database connection info, have set the User_Name to "fewa" which does not exists as a user in the standard data base. so i changed that too.. Lastly i decide to follow Adams advice and run manualy dcopreports and see what was trying to execute to launch the reports. I got this: /usr/local/repman/printer.sh -u -pdf -paramfecha_inicial=16/04/2007 -paramfecha_final=23/04/2007 /usr/share/dcopreports/semanal.rep /tmp/reportman_rep.pdf and an error says there was not able to load libpq.so so i installed postgresql-libs-8.1.8-1fc6.i386.rpm which installs libpq.so.4 and a sim link to libpq.so That solved that issue. but finaly when runnig the report again i got an "undefined symbol: initPAnsiStrings" error message... and this was as far i could get... i googled initPAnsiStrings and nothing usesfull came up... so i hope any one have any idea... |
From: Adam B. <ad...@sp...> - 2007-04-12 10:20:30
|
http://forum.ntpv.co.uk set up...hopefully we can start building a community and get this excellent project moving forwards again... Cheers Adam nTPV UK Logo T: +44 (0) 141 530 8608 M: +44 (0) 7780 525040 E: ad...@nt... Alejandro Estrada wrote: > I will be very interested in having a forum for the nTPV. > > Regards, > > > Alejandro Estrada > F R E S C O G R I L L > BURRITOS * TACOS * BAR > Vienna, Austria > > > On Apr 10, 2007, at 9:21 PM, > ntp...@li... > <mailto:ntp...@li...> wrote: > >> Send nTPV-program mailing list submissions to >> ntp...@li... >> <mailto:ntp...@li...> >> >> To subscribe or unsubscribe via the World Wide Web, visit >> https://lists.sourceforge.net/lists/listinfo/ntpv-program >> or, via email, send a message with subject or body 'help' to >> ntp...@li... >> <mailto:ntp...@li...> >> >> You can reach the person managing the list at >> ntp...@li... >> <mailto:ntp...@li...> >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of nTPV-program digest..." >> >> >> Today's Topics: >> >> 1. Re: vmware (Adam Booth) >> 2. Re: vmware (Acajabon, Jorge) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Tue, 10 Apr 2007 10:21:09 +0100 >> From: Adam Booth <ad...@sp... <mailto:ad...@sp...>> >> Subject: Re: [ nTPV ] vmware >> To: ntp...@li... >> <mailto:ntp...@li...> >> Message-ID: <461...@sp... >> <mailto:461...@sp...>> >> Content-Type: text/plain; charset=ISO-8859-1; format=flowed >> >> Just uploading at the moment - not sure how long I can keep it there as >> it puts me slightly over my quota, but working on other places for it to >> live - also trying to get a torrent tracker set up. >> >> Does anyone feel it would be beneficial to set up a "proper" forum as >> opposed to the sourceforge one? I'm quite happy to do it, in the long >> run I expect it will help everyone who wants to use nTPV - Its taken me >> about 3 weeks hard work to get it working as well as it is, but there >> are still a few bits I could do with working on - primarally making it >> less spanish.... >> >> follow link from http://www.ntpv.co.uk (its currently on >> wired.st-and.ac.uk but may well be moving to a different server later >> today or tomorrow, when it moves I will update the link.) >> >> Bear in mind its currently uploading, so unless you know how to restart >> a download that ended before the file was uploaded I'd leave it until >> about 1800 BST (GMT+1) >> >> Total size is 1132798177 bytes. (not bad, considering the fedora >> download was 915898094) >> >> Should be a nice fast connection for anyone in UK/europe... >> >> Adam >> >> >> >> >> >> >> Adam Booth wrote: >>> After quite a bit of hard work, got a working nTPV environment on FC6 - >>> If anyone has bandwidth available to host a VMWare image I can upload it >>> somewhere so others can make use of it.... >>> >>> Cheers >>> >>> Adam >>> >>> >>> >> >> >> >> >> ------------------------------ >> >> Message: 2 >> Date: Tue, 10 Apr 2007 10:22:48 -0400 >> From: "Acajabon, Jorge" <Jor...@ac... >> <mailto:Jor...@ac...>> >> Subject: Re: [ nTPV ] vmware >> To: ntp...@li... >> <mailto:ntp...@li...> >> Message-ID: <3CB4D4EC39E11A4A92A8DA147880E99E200E9AC5@lexexu01> >> Content-Type: text/plain >> >> Tnx Adam, I'm about to start downloading it. If you need help >> translating >> the software to English, I could help, because my primary language is >> Spanish, so anyway I'm pretty comfortable with the way it is now. >> >> Tnx again. >> >> -----Original Message----- >> From: ntp...@li... >> <mailto:ntp...@li...> >> [mailto:ntp...@li...] On Behalf Of Adam >> Booth >> Sent: Tuesday, April 10, 2007 3:21 AM >> To: ntp...@li... >> <mailto:ntp...@li...> >> Subject: Re: [ nTPV ] vmware >> >> Just uploading at the moment - not sure how long I can keep it there as >> it puts me slightly over my quota, but working on other places for it to >> live - also trying to get a torrent tracker set up. >> >> Does anyone feel it would be beneficial to set up a "proper" forum as >> opposed to the sourceforge one? I'm quite happy to do it, in the long >> run I expect it will help everyone who wants to use nTPV - Its taken me >> about 3 weeks hard work to get it working as well as it is, but there >> are still a few bits I could do with working on - primarally making it >> less spanish.... >> >> follow link from http://www.ntpv.co.uk (its currently on >> wired.st-and.ac.uk but may well be moving to a different server later >> today or tomorrow, when it moves I will update the link.) >> >> Bear in mind its currently uploading, so unless you know how to restart >> a download that ended before the file was uploaded I'd leave it until >> about 1800 BST (GMT+1) >> >> Total size is 1132798177 bytes. (not bad, considering the fedora >> download was 915898094) >> >> Should be a nice fast connection for anyone in UK/europe... >> >> Adam >> >> >> >> >> >> >> Adam Booth wrote: >>> After quite a bit of hard work, got a working nTPV environment on FC6 - >>> If anyone has bandwidth available to host a VMWare image I can upload it >>> somewhere so others can make use of it.... >>> >>> Cheers >>> >>> Adam >>> >>> >>> >> >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> >> _______________________________________________ >> nTPV-program mailing list >> nTP...@li... >> <mailto:nTP...@li...> >> https://lists.sourceforge.net/lists/listinfo/ntpv-program >> >> >> >> ------------------------------ >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> >> >> ------------------------------ >> >> _______________________________________________ >> nTPV-program mailing list >> nTP...@li... >> <mailto:nTP...@li...> >> https://lists.sourceforge.net/lists/listinfo/ntpv-program >> >> >> End of nTPV-program Digest, Vol 8, Issue 2 >> ****************************************** > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > nTPV-program mailing list > nTP...@li... > https://lists.sourceforge.net/lists/listinfo/ntpv-program > |
From: Daniel B. <wal...@gm...> - 2007-04-11 23:31:03
|
Ok.. figured out the username and password as U:ntpv P:ntpv pretty simple.... Intersting thing is that the ntpv spash comes up but when you click on it.. all it does is disapear. nothing seems to be coming up afterwards. Anyone running into the same thing? Danny On 4/11/07, ntp...@li... < ntp...@li...> wrote: > > Send nTPV-program mailing list submissions to > ntp...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/ntpv-program > or, via email, send a message with subject or body 'help' to > ntp...@li... > > You can reach the person managing the list at > ntp...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of nTPV-program digest..." > > > Today's Topics: > > 1. Re: vmware (Joseph Kubik) > 2. Re: nTPV-program Digest, Vol 8, Issue 4 (Daniel Bacon) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 11 Apr 2007 16:47:13 -0400 > From: "Joseph Kubik" <jos...@gm...> > Subject: Re: [ nTPV ] vmware > To: "Adam Booth" <ad...@sp...> > Cc: ntp...@li... > Message-ID: > <b91...@ma...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > I have posted the file on the www.looniepos.com webserver > > Here is the link to it: > > http://looniepos.com/wiki/NTPV_Fedora_Core_6_bootable_VMware_image_with_nTPV_installed > > Here is where the file actually is. > http://www.kestrelshrike.com/files/fedora-fc6-i386.rar > > I don't think that bandwith or diskspace will be an issue in the near > future, so have fun. > If anyone else has data like this and needs it hosted, I am happy to > do so within reason. > > Cheers, > -Joseph- > > On 4/1/07, Adam Booth <ad...@sp...> wrote: > > After quite a bit of hard work, got a working nTPV environment on FC6 - > > If anyone has bandwidth available to host a VMWare image I can upload it > > somewhere so others can make use of it.... > > > > Cheers > > > > Adam > > > > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > nTPV-program mailing list > > nTP...@li... > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > > > > ------------------------------ > > Message: 2 > Date: Wed, 11 Apr 2007 16:16:56 -0700 > From: "Daniel Bacon" <wal...@gm...> > Subject: Re: [ nTPV ] nTPV-program Digest, Vol 8, Issue 4 > To: ntp...@li... > Message-ID: > <296...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > So i downloaded the vmware image and the vmware player... what is the > username and password to login? > > On 4/11/07, ntp...@li... < > ntp...@li...> wrote: > > > > Send nTPV-program mailing list submissions to > > ntp...@li... > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > or, via email, send a message with subject or body 'help' to > > ntp...@li... > > > > You can reach the person managing the list at > > ntp...@li... > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of nTPV-program digest..." > > > > > > Today's Topics: > > > > 1. Re: nTPV-program Digest, Vol 8, Issue 3 (Daniel Bacon) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Tue, 10 Apr 2007 15:41:00 -0700 > > From: "Daniel Bacon" <wal...@gm...> > > Subject: Re: [ nTPV ] nTPV-program Digest, Vol 8, Issue 3 > > To: ntp...@li... > > Message-ID: > > <296...@ma...> > > Content-Type: text/plain; charset="iso-8859-1" > > > > I would love to see ntpv go big. from what i can see it shows a lot of > > potential, especially compared to other opensource POS systems on the > > market. If we had some type of document that could be used to translate > > to > > english i could help since i live in san jose and know a lot of Spanish > > speaking people. especially in the restaurant industry. > > > > What about a google group for nTPV would something like that be > > easy? would > > it work as well as a forum or is that just one step above what we have > > here? > > > > Or has anyone seen this site? > http://www.boardzero.com/content/tos.htmlThis > > might be a good avenue to look at as well. > > > > Daniel > > > > > > > > On 4/10/07, ntp...@li... < > > ntp...@li...> wrote: > > > > > > Send nTPV-program mailing list submissions to > > > ntp...@li... > > > > > > To subscribe or unsubscribe via the World Wide Web, visit > > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > or, via email, send a message with subject or body 'help' to > > > ntp...@li... > > > > > > You can reach the person managing the list at > > > ntp...@li... > > > > > > When replying, please edit your Subject line so it is more specific > > > than "Re: Contents of nTPV-program digest..." > > > > > > > > > Today's Topics: > > > > > > 1. nTPV Forum (Alejandro Estrada) > > > > > > > > > ---------------------------------------------------------------------- > > > > > > Message: 1 > > > Date: Tue, 10 Apr 2007 21:30:59 +0200 > > > From: Alejandro Estrada <a.e...@gm...> > > > Subject: [ nTPV ] nTPV Forum > > > To: ntp...@li... > > > Message-ID: <DF9...@gm...> > > > Content-Type: text/plain; charset="us-ascii" > > > > > > I will be very interested in having a forum for the nTPV. > > > > > > Regards, > > > > > > > > > Alejandro Estrada > > > F R E S C O G R I L L > > > BURRITOS * TACOS * BAR > > > Vienna, Austria > > > > > > > > > On Apr 10, 2007, at 9:21 PM, ntpv-program- > > > re...@li... wrote: > > > > > > > Send nTPV-program mailing list submissions to > > > > ntp...@li... > > > > > > > > To subscribe or unsubscribe via the World Wide Web, visit > > > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > > or, via email, send a message with subject or body 'help' to > > > > ntp...@li... > > > > > > > > You can reach the person managing the list at > > > > ntp...@li... > > > > > > > > When replying, please edit your Subject line so it is more specific > > > > than "Re: Contents of nTPV-program digest..." > > > > > > > > > > > > Today's Topics: > > > > > > > > 1. Re: vmware (Adam Booth) > > > > 2. Re: vmware (Acajabon, Jorge) > > > > > > > > > > > > > ---------------------------------------------------------------------- > > > > > > > > Message: 1 > > > > Date: Tue, 10 Apr 2007 10:21:09 +0100 > > > > From: Adam Booth <ad...@sp...> > > > > Subject: Re: [ nTPV ] vmware > > > > To: ntp...@li... > > > > Message-ID: <461...@sp...> > > > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > > > > > Just uploading at the moment - not sure how long I can keep it > > > > there as > > > > it puts me slightly over my quota, but working on other places for > > > > it to > > > > live - also trying to get a torrent tracker set up. > > > > > > > > Does anyone feel it would be beneficial to set up a "proper" forum > as > > > > opposed to the sourceforge one? I'm quite happy to do it, in the > long > > > > run I expect it will help everyone who wants to use nTPV - Its > > > > taken me > > > > about 3 weeks hard work to get it working as well as it is, but > there > > > > are still a few bits I could do with working on - primarally making > it > > > > less spanish.... > > > > > > > > follow link from http://www.ntpv.co.uk (its currently on > > > > wired.st-and.ac.uk but may well be moving to a different server > later > > > > today or tomorrow, when it moves I will update the link.) > > > > > > > > Bear in mind its currently uploading, so unless you know how to > > > > restart > > > > a download that ended before the file was uploaded I'd leave it > until > > > > about 1800 BST (GMT+1) > > > > > > > > Total size is 1132798177 bytes. (not bad, considering the fedora > > > > download was 915898094) > > > > > > > > Should be a nice fast connection for anyone in UK/europe... > > > > > > > > Adam > > > > > > > > > > > > > > > > > > > > > > > > > > > > Adam Booth wrote: > > > >> After quite a bit of hard work, got a working nTPV environment on > > > >> FC6 - > > > >> If anyone has bandwidth available to host a VMWare image I can > > > >> upload it > > > >> somewhere so others can make use of it.... > > > >> > > > >> Cheers > > > >> > > > >> Adam > > > >> > > > >> > > > >> > > > > > > > > > > > > > > > > > > > > ------------------------------ > > > > > > > > Message: 2 > > > > Date: Tue, 10 Apr 2007 10:22:48 -0400 > > > > From: "Acajabon, Jorge" <Jor...@ac...> > > > > Subject: Re: [ nTPV ] vmware > > > > To: ntp...@li... > > > > Message-ID: <3CB4D4EC39E11A4A92A8DA147880E99E200E9AC5@lexexu01> > > > > Content-Type: text/plain > > > > > > > > Tnx Adam, I'm about to start downloading it. If you need help > > > > translating > > > > the software to English, I could help, because my primary language > is > > > > Spanish, so anyway I'm pretty comfortable with the way it is now. > > > > > > > > Tnx again. > > > > > > > > -----Original Message----- > > > > From: ntp...@li... > > > > [mailto:ntp...@li...] On Behalf Of > > > > Adam Booth > > > > Sent: Tuesday, April 10, 2007 3:21 AM > > > > To: ntp...@li... > > > > Subject: Re: [ nTPV ] vmware > > > > > > > > Just uploading at the moment - not sure how long I can keep it > > > > there as > > > > it puts me slightly over my quota, but working on other places for > > > > it to > > > > live - also trying to get a torrent tracker set up. > > > > > > > > Does anyone feel it would be beneficial to set up a "proper" forum > as > > > > opposed to the sourceforge one? I'm quite happy to do it, in the > long > > > > run I expect it will help everyone who wants to use nTPV - Its > > > > taken me > > > > about 3 weeks hard work to get it working as well as it is, but > there > > > > are still a few bits I could do with working on - primarally making > it > > > > less spanish.... > > > > > > > > follow link from http://www.ntpv.co.uk (its currently on > > > > wired.st-and.ac.uk but may well be moving to a different server > later > > > > today or tomorrow, when it moves I will update the link.) > > > > > > > > Bear in mind its currently uploading, so unless you know how to > > > > restart > > > > a download that ended before the file was uploaded I'd leave it > until > > > > about 1800 BST (GMT+1) > > > > > > > > Total size is 1132798177 bytes. (not bad, considering the fedora > > > > download was 915898094) > > > > > > > > Should be a nice fast connection for anyone in UK/europe... > > > > > > > > Adam > > > > > > > > > > > > > > > > > > > > > > > > > > > > Adam Booth wrote: > > > >> After quite a bit of hard work, got a working nTPV environment on > > > >> FC6 - > > > >> If anyone has bandwidth available to host a VMWare image I can > > > >> upload it > > > >> somewhere so others can make use of it.... > > > >> > > > >> Cheers > > > >> > > > >> Adam > > > >> > > > >> > > > >> > > > > > > > > > > > > > ---------------------------------------------------------------------- > > > > --- > > > > Take Surveys. Earn Cash. Influence the Future of IT > > > > Join SourceForge.net's Techsay panel and you'll get the chance to > > > > share your > > > > opinions on IT & business topics through brief surveys-and earn cash > > > > http://www.techsay.com/default.php? > > > > page=join.php&p=sourceforge&CID=DEVDEV > > > > _______________________________________________ > > > > nTPV-program mailing list > > > > nTP...@li... > > > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > > > > > > > > > > > > > > ------------------------------ > > > > > > > > > ---------------------------------------------------------------------- > > > > --- > > > > Take Surveys. Earn Cash. Influence the Future of IT > > > > Join SourceForge.net's Techsay panel and you'll get the chance to > > > > share your > > > > opinions on IT & business topics through brief surveys-and earn cash > > > > http://www.techsay.com/default.php? > > > > page=join.php&p=sourceforge&CID=DEVDEV > > > > > > > > ------------------------------ > > > > > > > > _______________________________________________ > > > > nTPV-program mailing list > > > > nTP...@li... > > > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > > > > > > > > > > End of nTPV-program Digest, Vol 8, Issue 2 > > > > ****************************************** > > > > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > > > > ------------------------------ > > > > > > > > > ------------------------------------------------------------------------- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to > share > > > your > > > opinions on IT & business topics through brief surveys-and earn cash > > > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > > ------------------------------ > > > > > > _______________________________________________ > > > nTPV-program mailing list > > > nTP...@li... > > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > > > > > > > End of nTPV-program Digest, Vol 8, Issue 3 > > > ****************************************** > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > ------------------------------ > > > > _______________________________________________ > > nTPV-program mailing list > > nTP...@li... > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > > > > End of nTPV-program Digest, Vol 8, Issue 4 > > ****************************************** > > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > ------------------------------ > > _______________________________________________ > nTPV-program mailing list > nTP...@li... > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > End of nTPV-program Digest, Vol 8, Issue 5 > ****************************************** > |
From: Daniel B. <wal...@gm...> - 2007-04-11 23:16:59
|
So i downloaded the vmware image and the vmware player... what is the username and password to login? On 4/11/07, ntp...@li... < ntp...@li...> wrote: > > Send nTPV-program mailing list submissions to > ntp...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/ntpv-program > or, via email, send a message with subject or body 'help' to > ntp...@li... > > You can reach the person managing the list at > ntp...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of nTPV-program digest..." > > > Today's Topics: > > 1. Re: nTPV-program Digest, Vol 8, Issue 3 (Daniel Bacon) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 10 Apr 2007 15:41:00 -0700 > From: "Daniel Bacon" <wal...@gm...> > Subject: Re: [ nTPV ] nTPV-program Digest, Vol 8, Issue 3 > To: ntp...@li... > Message-ID: > <296...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > I would love to see ntpv go big. from what i can see it shows a lot of > potential, especially compared to other opensource POS systems on the > market. If we had some type of document that could be used to translate > to > english i could help since i live in san jose and know a lot of Spanish > speaking people. especially in the restaurant industry. > > What about a google group for nTPV would something like that be > easy? would > it work as well as a forum or is that just one step above what we have > here? > > Or has anyone seen this site? http://www.boardzero.com/content/tos.htmlThis > might be a good avenue to look at as well. > > Daniel > > > > On 4/10/07, ntp...@li... < > ntp...@li...> wrote: > > > > Send nTPV-program mailing list submissions to > > ntp...@li... > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > or, via email, send a message with subject or body 'help' to > > ntp...@li... > > > > You can reach the person managing the list at > > ntp...@li... > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of nTPV-program digest..." > > > > > > Today's Topics: > > > > 1. nTPV Forum (Alejandro Estrada) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Tue, 10 Apr 2007 21:30:59 +0200 > > From: Alejandro Estrada <a.e...@gm...> > > Subject: [ nTPV ] nTPV Forum > > To: ntp...@li... > > Message-ID: <DF9...@gm...> > > Content-Type: text/plain; charset="us-ascii" > > > > I will be very interested in having a forum for the nTPV. > > > > Regards, > > > > > > Alejandro Estrada > > F R E S C O G R I L L > > BURRITOS * TACOS * BAR > > Vienna, Austria > > > > > > On Apr 10, 2007, at 9:21 PM, ntpv-program- > > re...@li... wrote: > > > > > Send nTPV-program mailing list submissions to > > > ntp...@li... > > > > > > To subscribe or unsubscribe via the World Wide Web, visit > > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > or, via email, send a message with subject or body 'help' to > > > ntp...@li... > > > > > > You can reach the person managing the list at > > > ntp...@li... > > > > > > When replying, please edit your Subject line so it is more specific > > > than "Re: Contents of nTPV-program digest..." > > > > > > > > > Today's Topics: > > > > > > 1. Re: vmware (Adam Booth) > > > 2. Re: vmware (Acajabon, Jorge) > > > > > > > > > ---------------------------------------------------------------------- > > > > > > Message: 1 > > > Date: Tue, 10 Apr 2007 10:21:09 +0100 > > > From: Adam Booth <ad...@sp...> > > > Subject: Re: [ nTPV ] vmware > > > To: ntp...@li... > > > Message-ID: <461...@sp...> > > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > > > Just uploading at the moment - not sure how long I can keep it > > > there as > > > it puts me slightly over my quota, but working on other places for > > > it to > > > live - also trying to get a torrent tracker set up. > > > > > > Does anyone feel it would be beneficial to set up a "proper" forum as > > > opposed to the sourceforge one? I'm quite happy to do it, in the long > > > run I expect it will help everyone who wants to use nTPV - Its > > > taken me > > > about 3 weeks hard work to get it working as well as it is, but there > > > are still a few bits I could do with working on - primarally making it > > > less spanish.... > > > > > > follow link from http://www.ntpv.co.uk (its currently on > > > wired.st-and.ac.uk but may well be moving to a different server later > > > today or tomorrow, when it moves I will update the link.) > > > > > > Bear in mind its currently uploading, so unless you know how to > > > restart > > > a download that ended before the file was uploaded I'd leave it until > > > about 1800 BST (GMT+1) > > > > > > Total size is 1132798177 bytes. (not bad, considering the fedora > > > download was 915898094) > > > > > > Should be a nice fast connection for anyone in UK/europe... > > > > > > Adam > > > > > > > > > > > > > > > > > > > > > Adam Booth wrote: > > >> After quite a bit of hard work, got a working nTPV environment on > > >> FC6 - > > >> If anyone has bandwidth available to host a VMWare image I can > > >> upload it > > >> somewhere so others can make use of it.... > > >> > > >> Cheers > > >> > > >> Adam > > >> > > >> > > >> > > > > > > > > > > > > > > > ------------------------------ > > > > > > Message: 2 > > > Date: Tue, 10 Apr 2007 10:22:48 -0400 > > > From: "Acajabon, Jorge" <Jor...@ac...> > > > Subject: Re: [ nTPV ] vmware > > > To: ntp...@li... > > > Message-ID: <3CB4D4EC39E11A4A92A8DA147880E99E200E9AC5@lexexu01> > > > Content-Type: text/plain > > > > > > Tnx Adam, I'm about to start downloading it. If you need help > > > translating > > > the software to English, I could help, because my primary language is > > > Spanish, so anyway I'm pretty comfortable with the way it is now. > > > > > > Tnx again. > > > > > > -----Original Message----- > > > From: ntp...@li... > > > [mailto:ntp...@li...] On Behalf Of > > > Adam Booth > > > Sent: Tuesday, April 10, 2007 3:21 AM > > > To: ntp...@li... > > > Subject: Re: [ nTPV ] vmware > > > > > > Just uploading at the moment - not sure how long I can keep it > > > there as > > > it puts me slightly over my quota, but working on other places for > > > it to > > > live - also trying to get a torrent tracker set up. > > > > > > Does anyone feel it would be beneficial to set up a "proper" forum as > > > opposed to the sourceforge one? I'm quite happy to do it, in the long > > > run I expect it will help everyone who wants to use nTPV - Its > > > taken me > > > about 3 weeks hard work to get it working as well as it is, but there > > > are still a few bits I could do with working on - primarally making it > > > less spanish.... > > > > > > follow link from http://www.ntpv.co.uk (its currently on > > > wired.st-and.ac.uk but may well be moving to a different server later > > > today or tomorrow, when it moves I will update the link.) > > > > > > Bear in mind its currently uploading, so unless you know how to > > > restart > > > a download that ended before the file was uploaded I'd leave it until > > > about 1800 BST (GMT+1) > > > > > > Total size is 1132798177 bytes. (not bad, considering the fedora > > > download was 915898094) > > > > > > Should be a nice fast connection for anyone in UK/europe... > > > > > > Adam > > > > > > > > > > > > > > > > > > > > > Adam Booth wrote: > > >> After quite a bit of hard work, got a working nTPV environment on > > >> FC6 - > > >> If anyone has bandwidth available to host a VMWare image I can > > >> upload it > > >> somewhere so others can make use of it.... > > >> > > >> Cheers > > >> > > >> Adam > > >> > > >> > > >> > > > > > > > > > ---------------------------------------------------------------------- > > > --- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to > > > share your > > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php? > > > page=join.php&p=sourceforge&CID=DEVDEV > > > _______________________________________________ > > > nTPV-program mailing list > > > nTP...@li... > > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > > > > > > > > > > ------------------------------ > > > > > > ---------------------------------------------------------------------- > > > --- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to > > > share your > > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php? > > > page=join.php&p=sourceforge&CID=DEVDEV > > > > > > ------------------------------ > > > > > > _______________________________________________ > > > nTPV-program mailing list > > > nTP...@li... > > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > > > > > > > End of nTPV-program Digest, Vol 8, Issue 2 > > > ****************************************** > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > ------------------------------ > > > > _______________________________________________ > > nTPV-program mailing list > > nTP...@li... > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > > > > End of nTPV-program Digest, Vol 8, Issue 3 > > ****************************************** > > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > ------------------------------ > > _______________________________________________ > nTPV-program mailing list > nTP...@li... > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > End of nTPV-program Digest, Vol 8, Issue 4 > ****************************************** > |
From: Joseph K. <jos...@gm...> - 2007-04-11 20:47:24
|
I have posted the file on the www.looniepos.com webserver Here is the link to it: http://looniepos.com/wiki/NTPV_Fedora_Core_6_bootable_VMware_image_with_nTPV_installed Here is where the file actually is. http://www.kestrelshrike.com/files/fedora-fc6-i386.rar I don't think that bandwith or diskspace will be an issue in the near future, so have fun. If anyone else has data like this and needs it hosted, I am happy to do so within reason. Cheers, -Joseph- On 4/1/07, Adam Booth <ad...@sp...> wrote: > After quite a bit of hard work, got a working nTPV environment on FC6 - > If anyone has bandwidth available to host a VMWare image I can upload it > somewhere so others can make use of it.... > > Cheers > > Adam > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > nTPV-program mailing list > nTP...@li... > https://lists.sourceforge.net/lists/listinfo/ntpv-program > |
From: Daniel B. <wal...@gm...> - 2007-04-10 22:41:09
|
I would love to see ntpv go big. from what i can see it shows a lot of potential, especially compared to other opensource POS systems on the market. If we had some type of document that could be used to translate to english i could help since i live in san jose and know a lot of Spanish speaking people. especially in the restaurant industry. What about a google group for nTPV would something like that be easy? would it work as well as a forum or is that just one step above what we have here? Or has anyone seen this site? http://www.boardzero.com/content/tos.html This might be a good avenue to look at as well. Daniel On 4/10/07, ntp...@li... < ntp...@li...> wrote: > > Send nTPV-program mailing list submissions to > ntp...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/ntpv-program > or, via email, send a message with subject or body 'help' to > ntp...@li... > > You can reach the person managing the list at > ntp...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of nTPV-program digest..." > > > Today's Topics: > > 1. nTPV Forum (Alejandro Estrada) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 10 Apr 2007 21:30:59 +0200 > From: Alejandro Estrada <a.e...@gm...> > Subject: [ nTPV ] nTPV Forum > To: ntp...@li... > Message-ID: <DF9...@gm...> > Content-Type: text/plain; charset="us-ascii" > > I will be very interested in having a forum for the nTPV. > > Regards, > > > Alejandro Estrada > F R E S C O G R I L L > BURRITOS * TACOS * BAR > Vienna, Austria > > > On Apr 10, 2007, at 9:21 PM, ntpv-program- > re...@li... wrote: > > > Send nTPV-program mailing list submissions to > > ntp...@li... > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > or, via email, send a message with subject or body 'help' to > > ntp...@li... > > > > You can reach the person managing the list at > > ntp...@li... > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of nTPV-program digest..." > > > > > > Today's Topics: > > > > 1. Re: vmware (Adam Booth) > > 2. Re: vmware (Acajabon, Jorge) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Tue, 10 Apr 2007 10:21:09 +0100 > > From: Adam Booth <ad...@sp...> > > Subject: Re: [ nTPV ] vmware > > To: ntp...@li... > > Message-ID: <461...@sp...> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > Just uploading at the moment - not sure how long I can keep it > > there as > > it puts me slightly over my quota, but working on other places for > > it to > > live - also trying to get a torrent tracker set up. > > > > Does anyone feel it would be beneficial to set up a "proper" forum as > > opposed to the sourceforge one? I'm quite happy to do it, in the long > > run I expect it will help everyone who wants to use nTPV - Its > > taken me > > about 3 weeks hard work to get it working as well as it is, but there > > are still a few bits I could do with working on - primarally making it > > less spanish.... > > > > follow link from http://www.ntpv.co.uk (its currently on > > wired.st-and.ac.uk but may well be moving to a different server later > > today or tomorrow, when it moves I will update the link.) > > > > Bear in mind its currently uploading, so unless you know how to > > restart > > a download that ended before the file was uploaded I'd leave it until > > about 1800 BST (GMT+1) > > > > Total size is 1132798177 bytes. (not bad, considering the fedora > > download was 915898094) > > > > Should be a nice fast connection for anyone in UK/europe... > > > > Adam > > > > > > > > > > > > > > Adam Booth wrote: > >> After quite a bit of hard work, got a working nTPV environment on > >> FC6 - > >> If anyone has bandwidth available to host a VMWare image I can > >> upload it > >> somewhere so others can make use of it.... > >> > >> Cheers > >> > >> Adam > >> > >> > >> > > > > > > > > > > ------------------------------ > > > > Message: 2 > > Date: Tue, 10 Apr 2007 10:22:48 -0400 > > From: "Acajabon, Jorge" <Jor...@ac...> > > Subject: Re: [ nTPV ] vmware > > To: ntp...@li... > > Message-ID: <3CB4D4EC39E11A4A92A8DA147880E99E200E9AC5@lexexu01> > > Content-Type: text/plain > > > > Tnx Adam, I'm about to start downloading it. If you need help > > translating > > the software to English, I could help, because my primary language is > > Spanish, so anyway I'm pretty comfortable with the way it is now. > > > > Tnx again. > > > > -----Original Message----- > > From: ntp...@li... > > [mailto:ntp...@li...] On Behalf Of > > Adam Booth > > Sent: Tuesday, April 10, 2007 3:21 AM > > To: ntp...@li... > > Subject: Re: [ nTPV ] vmware > > > > Just uploading at the moment - not sure how long I can keep it > > there as > > it puts me slightly over my quota, but working on other places for > > it to > > live - also trying to get a torrent tracker set up. > > > > Does anyone feel it would be beneficial to set up a "proper" forum as > > opposed to the sourceforge one? I'm quite happy to do it, in the long > > run I expect it will help everyone who wants to use nTPV - Its > > taken me > > about 3 weeks hard work to get it working as well as it is, but there > > are still a few bits I could do with working on - primarally making it > > less spanish.... > > > > follow link from http://www.ntpv.co.uk (its currently on > > wired.st-and.ac.uk but may well be moving to a different server later > > today or tomorrow, when it moves I will update the link.) > > > > Bear in mind its currently uploading, so unless you know how to > > restart > > a download that ended before the file was uploaded I'd leave it until > > about 1800 BST (GMT+1) > > > > Total size is 1132798177 bytes. (not bad, considering the fedora > > download was 915898094) > > > > Should be a nice fast connection for anyone in UK/europe... > > > > Adam > > > > > > > > > > > > > > Adam Booth wrote: > >> After quite a bit of hard work, got a working nTPV environment on > >> FC6 - > >> If anyone has bandwidth available to host a VMWare image I can > >> upload it > >> somewhere so others can make use of it.... > >> > >> Cheers > >> > >> Adam > >> > >> > >> > > > > > > ---------------------------------------------------------------------- > > --- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to > > share your > > opinions on IT & business topics through brief surveys-and earn cash > > http://www.techsay.com/default.php? > > page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > nTPV-program mailing list > > nTP...@li... > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > > > > > > ------------------------------ > > > > ---------------------------------------------------------------------- > > --- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to > > share your > > opinions on IT & business topics through brief surveys-and earn cash > > http://www.techsay.com/default.php? > > page=join.php&p=sourceforge&CID=DEVDEV > > > > ------------------------------ > > > > _______________________________________________ > > nTPV-program mailing list > > nTP...@li... > > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > > > > End of nTPV-program Digest, Vol 8, Issue 2 > > ****************************************** > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > ------------------------------ > > _______________________________________________ > nTPV-program mailing list > nTP...@li... > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > End of nTPV-program Digest, Vol 8, Issue 3 > ****************************************** > |
From: Alejandro E. <a.e...@gm...> - 2007-04-10 19:26:44
|
I will be very interested in having a forum for the nTPV. Regards, Alejandro Estrada F R E S C O G R I L L BURRITOS * TACOS * BAR Vienna, Austria On Apr 10, 2007, at 9:21 PM, ntpv-program- re...@li... wrote: > Send nTPV-program mailing list submissions to > ntp...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/ntpv-program > or, via email, send a message with subject or body 'help' to > ntp...@li... > > You can reach the person managing the list at > ntp...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of nTPV-program digest..." > > > Today's Topics: > > 1. Re: vmware (Adam Booth) > 2. Re: vmware (Acajabon, Jorge) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 10 Apr 2007 10:21:09 +0100 > From: Adam Booth <ad...@sp...> > Subject: Re: [ nTPV ] vmware > To: ntp...@li... > Message-ID: <461...@sp...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Just uploading at the moment - not sure how long I can keep it > there as > it puts me slightly over my quota, but working on other places for > it to > live - also trying to get a torrent tracker set up. > > Does anyone feel it would be beneficial to set up a "proper" forum as > opposed to the sourceforge one? I'm quite happy to do it, in the long > run I expect it will help everyone who wants to use nTPV - Its > taken me > about 3 weeks hard work to get it working as well as it is, but there > are still a few bits I could do with working on - primarally making it > less spanish.... > > follow link from http://www.ntpv.co.uk (its currently on > wired.st-and.ac.uk but may well be moving to a different server later > today or tomorrow, when it moves I will update the link.) > > Bear in mind its currently uploading, so unless you know how to > restart > a download that ended before the file was uploaded I'd leave it until > about 1800 BST (GMT+1) > > Total size is 1132798177 bytes. (not bad, considering the fedora > download was 915898094) > > Should be a nice fast connection for anyone in UK/europe... > > Adam > > > > > > > Adam Booth wrote: >> After quite a bit of hard work, got a working nTPV environment on >> FC6 - >> If anyone has bandwidth available to host a VMWare image I can >> upload it >> somewhere so others can make use of it.... >> >> Cheers >> >> Adam >> >> >> > > > > > ------------------------------ > > Message: 2 > Date: Tue, 10 Apr 2007 10:22:48 -0400 > From: "Acajabon, Jorge" <Jor...@ac...> > Subject: Re: [ nTPV ] vmware > To: ntp...@li... > Message-ID: <3CB4D4EC39E11A4A92A8DA147880E99E200E9AC5@lexexu01> > Content-Type: text/plain > > Tnx Adam, I'm about to start downloading it. If you need help > translating > the software to English, I could help, because my primary language is > Spanish, so anyway I'm pretty comfortable with the way it is now. > > Tnx again. > > -----Original Message----- > From: ntp...@li... > [mailto:ntp...@li...] On Behalf Of > Adam Booth > Sent: Tuesday, April 10, 2007 3:21 AM > To: ntp...@li... > Subject: Re: [ nTPV ] vmware > > Just uploading at the moment - not sure how long I can keep it > there as > it puts me slightly over my quota, but working on other places for > it to > live - also trying to get a torrent tracker set up. > > Does anyone feel it would be beneficial to set up a "proper" forum as > opposed to the sourceforge one? I'm quite happy to do it, in the long > run I expect it will help everyone who wants to use nTPV - Its > taken me > about 3 weeks hard work to get it working as well as it is, but there > are still a few bits I could do with working on - primarally making it > less spanish.... > > follow link from http://www.ntpv.co.uk (its currently on > wired.st-and.ac.uk but may well be moving to a different server later > today or tomorrow, when it moves I will update the link.) > > Bear in mind its currently uploading, so unless you know how to > restart > a download that ended before the file was uploaded I'd leave it until > about 1800 BST (GMT+1) > > Total size is 1132798177 bytes. (not bad, considering the fedora > download was 915898094) > > Should be a nice fast connection for anyone in UK/europe... > > Adam > > > > > > > Adam Booth wrote: >> After quite a bit of hard work, got a working nTPV environment on >> FC6 - >> If anyone has bandwidth available to host a VMWare image I can >> upload it >> somewhere so others can make use of it.... >> >> Cheers >> >> Adam >> >> >> > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > nTPV-program mailing list > nTP...@li... > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > > ------------------------------ > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > > ------------------------------ > > _______________________________________________ > nTPV-program mailing list > nTP...@li... > https://lists.sourceforge.net/lists/listinfo/ntpv-program > > > End of nTPV-program Digest, Vol 8, Issue 2 > ****************************************** |