ArnesSI / netbox-inventory

Manage your hardware inventory in NetBox
MIT License
205 stars 21 forks source link

New Supplier Feature: Vendor Transactions #144

Closed gpmidi closed 5 months ago

gpmidi commented 8 months ago

I'm thinking of adding an import option. It'd be a supplier page feature that takes an export from a vendor and adds all the transactions to the Purchases and Deliveries tables. I'm thinking of supporting Amazon and eBay data exports out of the gate. Any thoughts?

matejv commented 7 months ago

There are already import options for Suppliers, Purchases and Deliveries. They accept multiple formats in line with the rest of netbox. There is also the option of using REST API or netbox custom scripts to facilitate special kinds of imports some user may want.

I really don't think we need a specialized import function for certain vendor data.