PartKeepr: Open Source Electronic Component Inventory Software based on ExtJS 4
PartKeepr: Open Source Electronic Component Inventory Software based on ExtJS 4
Hi,
EDIT: We renamed the software from PartDB2 to PartKeepr.
our local hackerspace is currently working on an electronic component inventory software based on ExtJS4. The project is open source, feel free to participate.
"PartKeepr is an electronic part inventory management software. It helps you to keep track of your available parts and assist you with re-ordering parts. PartKeepr is designed for hackerspaces with multiple users, but you can also use it to manage your personal electronic part inventory."
Note that the demo site is updated once an hour, so your session will vanish at :00 each hour. You can play around as much as you like, you can't break things. Please note that the demo data is held in german.
Last edited by Felicitus; 25 Dec 2011 at 12:33 AM.
Reason: Link to the downloads
We added quite some new things over the last month. Noteworthy:
* Ability to directly capture images from an attached webcam
* RSS feed of newly added parts
* Many small improvements
Unfortunately, we are still hit by the ExtJS scrollbar bugs. How to reproduce: Pick any category with a part count less than the screen can handle (so that the scrollbar disappears), then pick any category with a high part count (so that the scrollbar appears). From that point on, the scrollbar becomes unresponsive. I have no idea how to fix that, I already tried to call invalidateScroller() as well as hide/show scrollbars, but no effect.
EDIT: I just realized that the scrollbar bug is by no means easily reproducable
Wow you have been busy I like your application a lot, very tidy and easy to use. Did you have use the MVC architecture in the project with extjs 4? I'm going to download your source and have a look when I get time, seems like the kind of app which inexperienced users like me can get some real benefit from. Well done mate, solid effort all round.
Hmm.. I'm experiencing apparently the same scrollbar problem. Only in my app it's much harder to reproduce, but the general steps seem similar - going from a page without scrollbar to a page with scrollbar...
Ed, when's 4.1 expected?