Matej Vadnjal

Results 52 comments of Matej Vadnjal

There already is a form for that: http://localhost:8000/plugins/inventory/assets/bulk-add/ When adding an Asset there is a tab "Bulk Create" at the top. > I do see from a UI perspective it...

If we implement Contracts as we're discussing in #130 then we could assume Asset warranty_start & warranty_end represents hardware warranty. Any support contracts, software contracts & such would be handled...

The code that handles asset import from CSV would have to account for this. It can automatically create new purchases and deliveries if a matching one does not exist yet....

Should a Delivery without purchase have a Supplier or not? Do we need to add `Delivery.supplier` field?

Does this code work for you? I get zeros for all device types even those that have assets. I think the issue is that we don't setup a reverse relation...

When you have an asset that represents a device - such as a switch or outer, you create that asset by assigning it a **device type**, not an inventory item...

Inventory item groups are grouping Inventory item types. (I suppose they should be called Inventory item type groups, but that seems a bit too verbose). An equivalent function for devices...

Handling of reverse zones is a bit incomplete at this point. I think it only works if you have `post_save_enabled:True` in plugin settings and setup a forward zone that will...

Yeah, handling PTR records is indeed a bit broken at the moment. We had not used this functionality in production so it wasn't tested much. I'll take a look at...

This is taking longer than I expected, sorry. But I am still planning to improve this.