TheGU / fin-ally

Automatically exported from code.google.com/p/fin-ally
GNU General Public License v3.0
0 stars 0 forks source link

Fin-ally user collection #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As it currently stands, there are two hard-coded "users" for this tool: 
Rachel and Daniel (duh). This is probably not going to work for people 
that are not named Rachel or Daniel. The functionality of this component 
should be as follows:

1) In the entry page, the user should be able to type his or her name as 
a "new user"
2) When a name is entered, it is checked against a table in the database, 
if it does not already exist, it is added as a stored user.
3) In the entry page, the user should be given the option to select any 
stored user from a pull down menu and commit expenses under that name
4) This functionality should also be ported to the Import page

As additional functionality, if the user begins typing a previously stored 
name, Fin-ally should attempt to auto-complete that name.

Original issue reported on code.google.com by Daniel.S...@gmail.com on 8 Mar 2008 at 9:32

GoogleCodeExporter commented 9 years ago
the latest version of FINally (using SQLAlchemy) allows the entry of new users 
from a User/ExpenseType view/modification page. This basically takes care of 
the issue listed above. One remaining issue would be to ensure that duplicate 
names are not entered. This can be enforced during the new name entry.

A new issue will be spawned to handle the duplicate entries.

Original comment by Daniel.S...@gmail.com on 20 Sep 2010 at 2:37