TheGU / fin-ally

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

Create "Delete" functionality of CRUD app #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
we need to be able to delete data entries. Here are a few ways:

(1) adding a "button" to the grid rows that will allow deletion.
(2) adding an "icon" to the grid rows that will allow deletion. This is similar 
to #1 but instead of a button it would probably just be a click sensitive cell 
with an icon inside.
(3) add checkboxes to each grid row and have a master delete button

Pick one and implement. Go!

Original issue reported on code.google.com by Daniel.S...@gmail.com on 18 Aug 2010 at 11:44

GoogleCodeExporter commented 9 years ago
The initial crack at this Issue was to add a new column at the end of each row 
from the grid view. This column is designed to look like a button and will 
delete the expense object in that row. There is currently no confirmation - but 
that should be added as a separate Issue.

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