Jump to content

List of changes between versions 2017 and 2018?


Recommended Posts

Where can I find the list so I know what was changed?  I have a dozen work-arounds in my workflow for bugs in the Home Manage software and I would like to stop using the work-arounds if there is no longer a need for them.  I also want to know what was changed because maybe there is something new I can take advantage of.  I have yet to ever see a 'change log' with Home Manage updates, which is very bothersome to me.

Link to comment
Share on other sites

  • 5 weeks later...
  • 5 months later...
Guest Unhappy customer

I also have version 2017.  I gave up expecting version change documentation from this app creator.  It's what customers of other computer software have been providing for decades.  It's not that hard a task!

I'll limp along with the older version.  I do my own database hacking to get the results I need and overcome the bugs.  I'll also look for a better home inventory solution or write my own.

Link to comment
Share on other sites

I decided to write my own inventory program and import just the information I need from Home Manage.  Home Manage is the hack of a program originally written for stamp and coin collectors.  It is too bloated with fields I don't care about.  Menu organization is rather odd.  The number of images I can attach to an item is limited and I have to maintain my own copy of images outside the program for it to be useful.  I reported many bugs and navigation issue years ago that were never resolved.  The worst part is I can no longer trust it from messing up my inventory data. 

The program and database are written using Microsoft Access.  Luckily I know how to use it so I can write my own SQL to fix data errors and inconsistencies created by HomeManage.

Link to comment
Share on other sites

  • 1 month later...
On 2/2/2019 at 10:30 AM, My New Name said:

I decided to write my own inventory program and import just the information I need from Home Manage.  Home Manage is the hack of a program originally written for stamp and coin collectors.  It is too bloated with fields I don't care about.  Menu organization is rather odd.  The number of images I can attach to an item is limited and I have to maintain my own copy of images outside the program for it to be useful.  I reported many bugs and navigation issue years ago that were never resolved.  The worst part is I can no longer trust it from messing up my inventory data. 

The program and database are written using Microsoft Access.  Luckily I know how to use it so I can write my own SQL to fix data errors and inconsistencies created by HomeManage.

I noticed the same thing about the file format -- it's MS Access, and I can access it with Access and if needed manipulate data. But I have hesitated to do that because I don't know what the code base does with the data. I could guess, but that would be dangerous.

Did you write an app that uses the Access format or abandon that for something else?

Link to comment
Share on other sites

dealio - I figured out what each MS Access table did based on looking at the data.  "Assets" is the main table, with most of the others just lookup tables ("Customers", "Dealers", "Categories").  You do have to understand relational databases if you want to do any significant data changes that might affect association of tables or write your own SQLqueries.  I have decades of experience, so that is no problem for me.  I also make backup copies of the database in case I screw up.  I am writing my application in C# with a stand-alone version of Microsoft SQL Server.  I am using Visual Studio 2017 Community edition to do the editing.  The software is free so the only cost is my own design and development time.

Home inventory was created by modifying it  from a coin and stamp application.  Its table name "Dealers" means 'purchased from' in my world of home inventory.    To create my own app, I need to write my own search and filter and reports, as well as data input forms.  However, based on my personal needs, I can narrow down the 22 tables to about 4.  That will make data entry much more clean and precise. 

The only 'magic' I am going to have to write C# code for is associating images with each asset.  However, whatever logic I come up with for doing that will also allow me to associate any type of file with the asset the same way (Word document, PDF, text file, etc.)  Right now, Home Inventory associates PDF files to Assets differently than images.  My way will be simple drag-n-drop regardless of the file type.  Home inventory also creates its own thumbnail copy of each image.  My app will point to the original file on my computer's hard drive.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...