Jump to content

Major Assett

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Major Assett

  1. As far as I can tell, It doesn't seem to multiply values by the quantity so the quantity is just a note. I think you should enter $150 as the replacement cost of the three items. Or you could have three entries each with a qty of 1 valued at $50 - this would handle things like 3 different serial numbers.
  2. Multiple databases in HomeManage; On my machine, HomeManage files were installed to C:\Users\MajorAssett\Documents\HomeManage. The following subdirectories contain the files; C:\Users\MajorAssett\Documents\HomeManage\AssetImages C:\Users\MajorAssett\Documents\HomeManage\Backup C:\Users\MajorAssett\Documents\HomeManage\Data C:\Users\MajorAssett\Documents\HomeManage\Reports I wanted to use HomeManage with standard files and also with files in a separate directory for my CamperVan. My solution was to create a subdirectory C:\Users\MajorAssett\Documents\HomeManage\CamperVan and, of course, the subdirectories of C:\Users\MajorAssett\Documents\HomeManage\CamperVan\AssetImages C:\Users\MajorAssett\Documents\HomeManage\CamperVan\Backup C:\Users\MajorAssett\Documents\HomeManage\CamperVan\Data C:\Users\MajorAssett\Documents\HomeManage\CamperVan\Reports Then, I copied the standard contents of AssetImages, Backup, Data into the relevent directory under CamperVan (I didn't copy all reports as I only wanted my own specific reports under CamperVan in a subdirectory). Now it is a simple matter to use HomeManage->Tools->Preferences to change Database, Images, Backup (& Reports if required) to point to the required subdirectories. Nothing spectacular but it is a pain to change the preferences each time I want to swap between Standard and CamperVan, my solution was to use .vbs scripts to change the preferences in the registry before starting HomeManage ... It's a bit technical but I can provide details if required/allowed.
  3. Not sure if this will help or make it more complicated; For the first problem; To print reports only for a specific location in HomeManage2018 simply "right-click" a location and select the "Run Report Using", then select the report you want to use - it will limit the report to the items in the location. For the other problem, it should be simple enough to change headings with the report editor (though I particularly enjoy modifying reports); 1. Identify the report you want to modify; a. Go to print your report, but on the first screen select Preview instead of Print before pressing START b. On the preview window, select File->Export, on the export screen make a note of the filename (eg. on my report I have AssetsByPicture.lst) - No need to export the report, just click on CANCEL then exit the Report Preview Window. c. Now the fun bit, in Home Manage select Reporting->Edit Report d. Select the report with (almost) the same name as you saw above (AssetsByPicture.lst) and click open. e. In the Edit window, you should see the headings which you want to change, click on one of the headings f. Now click on a heading you want to change. (eg. Manuf.) and in the window that opens change the value (remembering it is in double quotes) (eg. change "Manuf." to "Brand") and click on ok. ..... repeat for any other heading you want to change. g. When done, select File->SaveAs and give it a new name (this avoids overwriting the original report) (eg. MyAssetPics.lst) h. Now, when running a report, select "Output Report Using.." and select your report. Anything more complicated and you really need to get into the report editor, I think there's a tutorial somewhere. Hope this helps.
  4. So I can't use Asset.GetNumImages as it always returns zero ... but I found a simple way which works for me; Use the function DrawingHeightSCM(Assset.Image2) ... it returns a zero value if there is no image and a non-zero value if the image exists - don't know why I didn't find this before. So now I have a formula to print line 2 ... DrawingHeightSCM(Asset.Image2) > 0
  5. Oh ... errr !! Except Asset.GetNumImages always seems to return 0. As a test I did a quick report to display images and also the value of Asset.GetImages ... in all cases (running type "preview") the value of Asset.GetNumImages was 0 :-(
  6. Brilliant ... Thanks - Asset.GetNumImages is the way for me ... All assets have image1, only a few have image 2 so condition Asset.GetNumImages > 1 is perfect.
  7. I'm trying to create an Assset report where the second line contains Asset.image2. I want to only print the second line if the Asset.image2 has a value (ie. has a picture added to the asset). Obviously making the line appear (or not) should be a simple matter of applying a formula to decide if the picture exists or not, however most functions complain about a picture type because they expecting a string and not a picture. Currently I am thinking about adding a user field called something like "picture 2 added" and printing line 2 if that is true .... but it is a bit of a pain to fill in this new field for around 50% of my assets. Anyone know a better way, or how to do this properly using the picture fields ?
  8. Hi Admin, [ View -> Show->Vehicles - Select the vehicle to delete on the panel on the right, then try to delete] Definitely "Delete Vehicles" which have no assets assigned doesn't delete them for me (HomeManage 17.0.0.31) I also found once a vehicle has been assigned on the asset details screen, it is not possible to remove the assignation - it only allows the ability to select the same or another vehicle, this only really leaves the option to delete an asset to disassociate it from the vehicle.
×
×
  • Create New...