398502 Very Easy Windows Application
Budget N/A
Hello,
i need to implement a very easy windows software
NB: Flex + SQlite could be better...but any other programming language could be used ( Visual Basic, C# or others...).
1. Manage a user's database
- add user ( full profile )
- edit user's data
- delete a user
- list all users (be able to sort them ) ( first name + last name + total points + total bought )
- search users by last name
- be able to visualize for each user an history of all products that the user bought in the past
2. Manage Product's Database
- add a product ( name + price + points value )
- edit a product
- search product by name
- list all products ( name + price + point value )
- delete a product
3. Reading the output of a barcode reader ( the barcode works like a keyboard )
- the software read a string (USER_ID//PRODUCT_ID) and increments the amount of points of USER_ID and add the transaction to the USER's history