hgpit

Results 6 issues of hgpit

### General information Operating system : Windows 10 Pro 64bit v1709 build 16299.431 ### OCS Inventory information Windows agent version : 2.8 ### Problem's description OCS agent is "detecting" the...

bug
need approval

Hello, Is it possible to add variables (existing asset attribute values) to the field values? For example, if we want to create a custom URL which dynamically includes the asset's...

enhancement
help wanted
good first issue

Great start. Installed extension and instantly got: " Error in file: "/ssddata/www/www.mydomain.co.uk/app/code/community/Inchoo/FeaturedProducts/sql/featuredproducts_setup/mysql4-install-1.0.1.php" - SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '732-General' for key 'UNQ_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME', query was: INSERT INTO `eav_attribute_group` (`attribute_set_id`,...

Did so Changed inc/os.class.php ``` if ($force) { self::resetOS($options['computers_id'], $uninstall_history); } ``` ``` if ($force || $computerOS != $hardware["OSNAME"]) { self::resetOS($options['computers_id'], $uninstall_history); } ``` _Originally posted by @88ee55 in https://github.com/pluginsGLPI/ocsinventoryng/issues/248#issuecomment-708940160_...

Are there any plans to support multiple currencies? We purchase IT assets from all over the world, so we naturally get invoiced/billed int various currencies. Would be great to be...

We have only just installed the 'orders' plugin and have years of historic bills (invoices) we'd like to add. Once we add the bill, we'd like to then add the...