Inventory Management module
Hi, I'm searching for developers, who might would like to help with making the inventory management modul ready for druapl 5.0 The module is not completly finished for drupal 4.7, but it will soon be ready, but I would like to have it tested and would like some feedback. http://drupal.org/project/inventorymangement is the address. It would also be greate if someone else would contribute to the module, since I'm the only developer at the moment. -- Best Regards René Madsen
Have you looked at the ERP module? I recall it having an inventory module. Perhaps some pooling of effort would be more appropriate? On 11/2/06, "Schultz Consult - [René Madsen]" <drupal-devel@schultzconsult.dk> wrote:
Hi,
I'm searching for developers, who might would like to help with making the inventory management modul ready for druapl 5.0
The module is not completly finished for drupal 4.7, but it will soon be ready, but I would like to have it tested and would like some feedback.
http://drupal.org/project/inventorymangement is the address.
It would also be greate if someone else would contribute to the module, since I'm the only developer at the moment.
-- Best Regards René Madsen
On Thursday 02 November 2006 06:34, Khalid B wrote:
Have you looked at the ERP module? I recall it having an inventory module. Perhaps some pooling of effort would be more appropriate?
I actually have a project I'm getting ready to start that could use an inventory management system w/o all the ERP stuff. It is for the purposes of tracking what equipment is available and who has what. I haven't looked at it yet, but I'm hoping this module will get me something very close to fulfilling that need. -- Jason Flatt http://www.oadae.net/ Father of Six: http://www.flattfamily.com/ (Joseph, 13; Cramer, 11; Travis, 9; Angela; Harry, 5; and William, 12:04 am, 12-29-2005) Linux User: http://www.sourcemage.org/ Drupal Fanatic: http://drupal.org/
Jason Flatt skrev:
On Thursday 02 November 2006 06:34, Khalid B wrote:
Have you looked at the ERP module? I recall it having an inventory module. Perhaps some pooling of effort would be more appropriate?
Yes I have looked at the ERP module. As I see it, it does not integrate with the existing e-commerce module, but it's just my opinion.
The inventory management module does integrate with the e-commerce modul and extend it with additional features. The ERP module is a very good idea, but I don't see any reason for making a partly duplicate of the e-commerce module by making a new system to create invoices in. What the inventory management modul does and the ERP module does is two different things. I would like suggestions about what should be changed in the description to tell the differences and, what my module actually does. But if the ERP module would be more integrated with the e-commerce module, it will be more powerful. A pooling of effort might be a solution for both modules. -- Best Regards René
Khalid B wrote:
Have you looked at the ERP module? I recall it having an inventory module. Perhaps some pooling of effort would be more appropriate?
We do inventory tracking with purchase orders, goods receipt, serial number tracking, invoices etc. Well, almost. Its about 90% built. Bugfixing and Testing needs to be done. I've just done a huge number of changes to remove namespace/module name clashes with anything else (all modules are now erp_* and all functions should be erp_* or _erp* as well as adding some basic accounting sort of stuff to produce sales reports. We don't yet integrate with ecommerce, but the changes just done are the first step in being able to do that. I think an xmlrpc interface between the two, so that ecommerce can be on the live site, and erp at the back end might be the best way to go, with the option to have them on the same machine of course. Any other thoughts? We're using part of the erp package to run our business already (job tracking), but i hope to be moving over to actually using the rest of the modules in the very near future, so I can ditch horrible, slow, quickbooks/myob. There is still a way to go, and I have a lot more ideas on what is needed in addition to what is already being done, but its getting there. Simon
Simon Lindsay skrev:
Khalid B wrote:
Have you looked at the ERP module? I recall it having an inventory module. Perhaps some pooling of effort would be more appropriate?
We do inventory tracking with purchase orders, goods receipt, serial number tracking, invoices etc.
Well, almost. Its about 90% built. Bugfixing and Testing needs to be done.
I've just done a huge number of changes to remove namespace/module name clashes with anything else (all modules are now erp_* and all functions should be erp_* or _erp* as well as adding some basic accounting sort of stuff to produce sales reports.
We don't yet integrate with ecommerce, but the changes just done are the first step in being able to do that.
I think an xmlrpc interface between the two, so that ecommerce can be on the live site, and erp at the back end might be the best way to go, with the option to have them on the same machine of course. Any other thoughts?
We're using part of the erp package to run our business already (job tracking), but i hope to be moving over to actually using the rest of the modules in the very near future, so I can ditch horrible, slow, quickbooks/myob.
There is still a way to go, and I have a lot more ideas on what is needed in addition to what is already being done, but its getting there.
Simon It's a very good idea. Maybe, we can put some of the functionality together, since the inventory management module, does handle items/goods/services in a more sales friendly way. The module is aiming to help the sales presentation and to help you with organize the products/inventory in groups based on item classes, item sub classes and manufactures .
The module also enables you to import prices, stock value, weight, ean numbers from csv/txt files. It also enables you to check if any supplier have got any new products in any given item class or from any given manufacturer. -- Best Regards René
Schultz Consult - [René Madsen] wrote:
Maybe, we can put some of the functionality together, since the inventory management module, does handle items/goods/services in a more sales friendly way. The module is aiming to help the sales presentation and to help you with organize the products/inventory in groups based on item classes, item sub classes and manufactures .
I've just used taxonomy for organisation/grouping, and these modules http://drupal.org/project/directory and particularly http://drupal.org/project/refine_by_taxo Will work with that quite well. For example choosing CPU, then AMD, then Dual Core, and then only being presented with the 4 Dual core CPU's. Similar to how this site uses the car choices you make to narrow down the results when you click on the links on the left. http://www.carpoint.com.au/used-cars/
The module also enables you to import prices, stock value, weight, ean numbers from csv/txt files. It also enables you to check if any supplier have got any new products in any given item class or from any given manufacturer.
Similarly, the erp "item" module does complete import from CSV, creating nodes and also assigning taxonomy terms as best it can for manufacturer & category. function erp_item_import in this file. http://cvs.drupal.org/viewcvs/drupal/contributions/modules/erp/erp_item/erp_... Its built and we use it to import daily from a .csv of 40k lines from multiple suppliers, thus keeping pricing up to date on a daily basis. Simon -- iseek computing - The Linux experts Phone: 08 8211 7722, Fax: 08 8211 7388, Web: http://www.iseek.biz
Simon Lindsay skrev:
I've just used taxonomy for organisation/grouping, and these modules http://drupal.org/project/directory and particularly http://drupal.org/project/refine_by_taxo
Will work with that quite well. For example choosing CPU, then AMD, then Dual Core, and then only being presented with the 4 Dual core CPU's. Looks good, but how is it integrated with the e-commerce module? The inventory management modul is very much integrated into the e-commerce module and gives you a very powerful way of seeing stats about sales, since the the integration.
Its built and we use it to import daily from a .csv of 40k lines from multiple suppliers, thus keeping pricing up to date on a daily basis. The same with the inventory management module ;-)
But I see duplicats in the erp_item = e-commerce product module, correct me if I'm wrong? -- Best Regards René
participants (4)
-
"Schultz Consult - [René Madsen]" -
Jason Flatt -
Khalid B -
Simon Lindsay