partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.38k stars 399 forks source link

Bulk select / delete for tables like Manufacturer / Distributor #669

Open d-c1ph3r opened 8 years ago

d-c1ph3r commented 8 years ago

Noticed DB when installed is pre-populated with a whole lot of data in the Manufacturer / Distributor tables. To make it easy for end user, is it possible to make a bulk select / delete function. Further, maybe an option to make the database "clean" at install time, or when requested by admin level user.

watersAbove commented 7 years ago

Should be pretty easy to write up some table clearing SQL in about 2 seconds to accomplish this task. Alternatively if that is not an issue, it's very easy to retrieve the element paths, and delete them using an API client (1 at a time). I know that's not ideal, but it does work.

MichaelYogar commented 4 years ago

Hi, if this is still needed, can I be assigned to this?

christianlupus commented 3 years ago

@MichaelYogar I can assign you if you like. Just give me a short ping. It would be nice to have you contributing.

MichaelYogar commented 3 years ago

@christianlupus I can definitely give this a go!