Very Easy Flex Application
Hello,
i need to implement a very easy software in FLEX + SqLite. Next the requisite:
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 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



