You can subscribe to this list here.
| 2002 |
Jan
(5) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Udo <in...@cs...> - 2002-02-13 14:57:38
|
Hallo Gokhan,
* Gokhan Abay <ab...@ya...> [13-02-02 04:27]:
>
> > So if we use a
> > webbrowser, which is available on all OS's, it
> > _is_ independent.
>
> Java is also platform independent. But it seems we do
> not know Java sufficiently.
Correct :)
> > Or did I understand your question wrong?
>
> No, you understood it correct.
>
> Anyway, it seems we are trying to learn new things and
> make something useful.
Correct :)
> Now,
> How is the project going.
We have lots of developers, but no one is working on the project
except goran and me.
> Are tabels okay?
Till now we didn't make any changes.
> Did you started to write the script?
Which script? To install the mysql database and tables? There is
now a small install script for Linux and Unix, but not for Windows.
> How can I contribute?
First check out the cvs and look at the things we have done. We
changed on thing: In the beginning we had lots of language files
per lanugage (in language/$lang/file*.php). Now we have to make one
big language file (in language/$lang.php), where all php-vaiables
are enclosed.
Perhaps you can go through the source and change the variables in
the source and add them to the one language file in
language/english.php, so that we can go on with coding and working
on one language file.
> It seems the project requires html coding, script to
> query the database etc. If your prefer I can work on
> html coding or another part of the project.
I think, we can't seperate html from php, because it's so chained.
If you want, you can look at the layout and try to optimize it.
> Also, why do not you first write a small model and
> test it and see the problems. Then the original script
> can be written from starch or extended from this
> initial model.
I think, everything we do here are small seperated models. If you
look at the directories you'll see, that everything in it stands
alone from the other.
The thing is to merge it into another and get the things we want.
But now, everything is seperated from another.
Gruss/Regards
Udo
--
ComputerService Müller | You want my PGP-Key? | Key: 0xAD0EEC22
Kaspersweg 11a | mail -s "get pgp-key" | Tel: 0441-36167578
26131 Oldenburg | Schon fit für € und ¢? | Mobil: 0162-4365411
Registrierter Linux-User #225706 auf Debian GNU/Linux 2.4.17
|
|
From: Udo <in...@cs...> - 2002-02-08 10:09:52
|
Hello Ravi,
can you make a install script for the mysql-database?
Gruss/Regards
Udo
--
ComputerService Müller | You want my PGP-Key? | Key: 0xAD0EEC22
Kaspersweg 11a | mail -s "get pgp-key" | Tel: 0441-36167578
26131 Oldenburg | Schon fit für € und ¢? | Mobil: 0162-4365411
Registrierter Linux-User #225706 auf Debian GNU/Linux 2.4.17
|
|
From: Udo <in...@cs...> - 2002-02-08 10:08:55
|
Hello all,
How are you?
How far are you with translating the language files? Please stop
it, because we have to change something:
Now we have many language files per language. We want to create
only one, big language file. It needs some days till this is
complete.
If someone wants to help, please to. The file, which has to be
created, is direct in /language directory.
If someone of you does no longer want to help, please tell me, so
that I can remove him from the mailinglist.
Gruss/Regards
Udo
--
ComputerService Müller | You want my PGP-Key? | Key: 0xAD0EEC22
Kaspersweg 11a | mail -s "get pgp-key" | Tel: 0441-36167578
26131 Oldenburg | Schon fit für € und ¢? | Mobil: 0162-4365411
Registrierter Linux-User #225706 auf Debian GNU/Linux 2.4.17
|
|
From: Udo <in...@cs...> - 2002-01-28 10:45:43
|
Hello Gokhan,
* Gokhan Abay <ab...@ya...> [27-01-02 23:52]:
>
> I would like to make some comments about psa.
That's good :-)
> 1)It seems the script will have print option to print
> invoices/bills. However here all shops use different
> kind of invoices (ie. some are narrow some are wide
> and some fields are already printed on the invoices).
> So, what do you think to overcome this difficulty.
In the end-release, there must be an option, where you can select,
what type of invoice you want to print (on an empty piece of paper
or on pre-printed paper). And where you can type in the borders of
this pre-printed invoice.
> 2)Can this script be made more general (ie. probably
> someone may want to use if for another type of goods,
> for example books). However fields like sex, color may
> confuse them in this case.
It will be. And it must be, but first, we want to make this prog
with these fields in order to try our first program, because this
prog should run for one of us in the shop.
We allready thought about this, butfirst we need something special
to test. So we took gee-r's Shop and wrote the docs for this Shop,
to evaluate this program.
To make it more general, many more functions must be included.
Because of our low skills (we want to learn HTML, PHP and MySQL
with it) we want to make it special till version 1.0.
After 1.0 we want to make it general, because our skills are
growing :-)
> 3)Can it be extended to be used for store chains (ie.
> there are three or four different shops owned by the
> same owner). In this case it may be needed to add shop
> or clerk number for each transaction.
This cause will also be made after v1.0. But this is not so strong,
we only have to code the mysql-database "soft" in the Websites like
$db and add a variable $db ="psa"; to data/data.php
Regards Udo
--
ComputerService Müller | You want my PGP-Key? | Key: 0xAD0EEC22
Kaspersweg 11a | mail -s "get pgp-key" | Tel: 0441-36167578
26131 Oldenburg | Schon fit für € und ¢? | Mobil: 0162-4365411
Registrierter Linux-User #225706 auf Debian GNU/Linux 2.4.17
|
|
From: Gokhan A. <ab...@ya...> - 2002-01-28 07:52:57
|
Hello everybody, I would like to make some comments about psa. 1)It seems the script will have print option to print invoices/bills. However here all shops use different kind of invoices (ie. some are narrow some are wide and some fields are already printed on the invoices). So, what do you think to overcome this difficulty. 2)Can this script be made more general (ie. probably someone may want to use if for another type of goods, for example books). However fields like sex, color may confuse them in this case. 3)Can it be extended to be used for store chains (ie. there are three or four different shops owned by the same owner). In this case it may be needed to add shop or clerk number for each transaction. Regards, ===== Gokhan Abay __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com |
|
From: Udo <in...@cs...> - 2002-01-23 17:43:18
|
Hallo Ravi, * Ravi Arora <rav...@ho...> [23-01-02 11:22]: > > >> Hozz it ?? Ofcourse, m joining PSA. > > > >What does hozz mean? My english ins't perfekt. We're happy, that > >you join us. You're allready subscribed as a member. > > Sry bout writing "Hozz it"? Actually i should have written "How is > it"??Hope u know wht that means :-). I will try to be careful in future on > spelling out my words. It's just that i have got used to writing these > short forms which of course won't help u guys. Ah! Writing _not_ in shortform would help very much :) > >Do You know how cvs works? > > No i reckon i need to read up on CVS to find out how exactly it works. I > normally use Visual SourceSafe(a microsoft product,which comes packaged > with Visual Studio),which is what i program in. SO if you have anything on > CVS i can learn from, please let me know. To start working youdon't need very much. What OS are you using? Windows? There are many progs you can use. Server: cvs.psa.sourceforge.net CVS_Root: /cvsroot/psa Login and Pass are your sourceforge datas. Now we have the directory "layout" and "docs" which you can download to work on it. > >> I don't know about ur database skills but tell me hv u normalized the > >database b4 comin up wz the table structures ?? N pls if i can know about > >ur skillsets i 'll know better who to consult where. > > > >My db skills are not very high. > >What do I have to do to normalized the db? Why do I have to do > >this? But my skils are even higher than the skills of gee-r :) > > Ok i got it. Just for your info though the whole reason why databases are > normalized is to optimize table structures. Optimized table structures can > help us get rid of redundant data and also gives us a clear view of how our > data in different tables is inter-related to each other. That's the big > picture. Although, i would suggest to you guys to may be read some article > on Database Normalization, it surely will help. May be then u guys can > criticize my database design(normalized) before we finally agree to our > database structure. Hope u get my point. ACK. But what do you think about beiing the "DB_Admin" ? We want to activate sourceforge's mysql-Server to work on equal data. but we also need a install script to install a DB named psa on the local systems... > >> 1nce u let me know about this, i can go on and create a script file > > which > > can be run against any mySQL server to create the PSA table > >structure. Please do what you think has to be done and report. > >That would be great. I set up a script (install.sh) which only runs > >on Unix and linux systems I think. But I don't know if it works > >fine. > I am not very clear about what you are trying to convey in your above > sentence. May be u can throw some more light on this,so that i get your > point. I'm a linux user. My knowledge about mysql is very small. I do not exactly know how to install a db by script. Do you know linux? Have you ever worked with it? I only create a directory in the MySQL directory an copy the tables, I've created on my desktop pc in this new-created directory. > >> Also, it would b gr8 if u could also involve me in some PHP > >> programming.Let me know wht u hv 2 say on this. > > > >I only have some german descriptions about php. When yu look at the > >files, I've allready made and uploaded via cvs you will find > >entries which start with <?php and end with ?>. Look at these > >things and you will get an idea of php. > > > >Then search google.de or com for the php handbook. Here you get > >information what php-mysql commands you can use. I can send it in > >german to you, but I think, that wouldn't help. > > > >Try the programm, try the install script (or look at it and make a > >better one). If you want, you can make a new dir under language and > >translate the english language files to your language. > > I guess once i am comfortable with CVS i can seek your advice on this. ACK. > >What languages do you speak? Indian and english? South African, > >too? > Just for your information, I speak English, Hindi(which is my native > language) and also i can speak a bit of Japanese. No, i don't speak any > African languages because English is widely spoken here and thus i never > felt the need to go for it :-) So please take a look at the CVS: In "layout" is a directory called language. Here are language files actually for german and english. If you want, make our program compatible with more languages. Add a directory called hindi, copy all files in english to hindi an edit them. So hindi speaking people can see the surface of the programm in their language. > >But if you translate, please change options/main.php and add the > >language. The language dir _must_ have the same name as the > >addition in options/main.php. > > M cool with that. But like i said earlier, i would start playing with these > things once am comfortable with CVS. Perhaps if you can help me there with > a few examples,which are at least good enough to get me going at this > stage, it will be great. I will. Just ask me questions and I try to answer. > PS:Also i suggest one thing, it will be a better idea for us to correspond > on the PSA mailing lists so that every1 in the team knows what's going on !! Good idea. Follow-Up to psa...@so.... I send this mail via psa-users. Regards Udo -- ComputerService Müller | You want my PGP-Key? | Key: 0xAD0EEC22 Kaspersweg 11a | mail -s "get pgp-key" | Tel: 0441-36167578 26131 Oldenburg | Schon fit für € und ¢? | Mobil: 0162-4365411 Registrierter Linux-User #225706 auf Debian GNU/Linux 2.4.17 |
|
From: Goran R. <ge...@gm...> - 2002-01-22 14:41:55
|
Please, could anybody check my translation for errors? I'm ready that far, and it should be available through CVS - modul: docs. -- Regards, GR | GnuPG-key on keyservers available Muck, Dickbaer, Nane... | or mail -s 'get gpg-key' Linux: Undefinierte Welten jenseits von YAST(2) Was? Es gibt Google? Und man-pages? _Und_ HOWTO's? - Seit wann? |
|
From: Udo <in...@cs...> - 2002-01-19 18:38:01
|
Hi Guys,
Layout files are available via cvs:
There are only some files without mysql-funtionality. But you can
review, how php works for our purpose.
german readme uploaded:
German Readme is available. Next step is to make something for the
english speaking nation.
with kind regards
Udo
--
ComputerService Müller | You want my PGP-Key? | Key: 0xAD0EEC22
Kaspersweg 11a | mail -s "get pgp-key" | Tel: 0441-36167578
26131 Oldenburg | Schon fit für € und ¢? | Mobil: 0162-4365411
Registrierter Linux-User #225706 auf Debian GNU/Linux 2.4.17
|