phpBMS

Ticket #91 (assigned enhancement)

Opened 5 years ago

Last modified 17 months ago

Inventory Control

Reported by: brieb Owned by: brieb
Priority: major Milestone: 1.0
Component: phpbms Version: trunk
Keywords: DesignPhase Cc: vlad@…

Description

Need the ability to tack how much inventory for certain products. Need to be able to add inventory into the system, and for sales orders to reserve and subtract from the system.

Change History

  Changed 4 years ago by matt@…

Also, ... adding a default number of stock to keep on hand and link to a supplier would be handy. As in, I want 5 of a product in stock at any given time, and If I sell the 5, or this product is on a sales order, to automatically know and enter on a future / next purchase order from a supplier.

  Changed 3 years ago by NOIA

Definately we need inventory management and stock control! That's the only key component missing to make this the BEST PHP BMS software EVER created! By the way, EXCELLENT program!! Keep it going!

  Changed 2 years ago by anonymous

any update on this?

  Changed 2 years ago by vlad@…

  • cc vlad@… added

Any update?. Thanks for great software!.

follow-up: ↓ 9   Changed 2 years ago by vlad@…

I'm on my way to make some Inventory Control for phpbms 0.96, right now interface is ugly and seppareted from main UI, it does not have any AJAX or fancy stuff but serves it purpose.

Table:

CREATE TABLE mupi_pre.inventory (

id_inventory INT NOT NULL AUTO_INCREMENT PRIMARY KEY , id_product INT NOT NULL , id_by INT NOT NULL , amount DECIMAL( 10, 2 ) NOT NULL , date DATETIME NOT NULL ) ENGINE = MYISAM

I'll attach patches for anybody who wants a quick & dirty solution while phpbms 1.0 is not ready :)

  Changed 2 years ago by brieb

  • status changed from new to assigned

  Changed 2 years ago by brieb

  • priority changed from major to minor

  Changed 2 years ago by brieb

  • keywords DesignPhase added

in reply to: ↑ 5   Changed 22 months ago by thijmen@…

How its work? Replying to vlad@…:

I'm on my way to make some Inventory Control for phpbms 0.96, right now interface is ugly and seppareted from main UI, it does not have any AJAX or fancy stuff but serves it purpose. Table: CREATE TABLE mupi_pre.inventory ( id_inventory INT NOT NULL AUTO_INCREMENT PRIMARY KEY , id_product INT NOT NULL , id_by INT NOT NULL , amount DECIMAL( 10, 2 ) NOT NULL , date DATETIME NOT NULL ) ENGINE = MYISAM I'll attach patches for anybody who wants a quick & dirty solution while phpbms 1.0 is not ready :)

  Changed 17 months ago by thijmen@…

  • priority changed from minor to major

Please, can you tell me how to make a inventory system in phpbms 0.96? Or, what is the status of phpbms 1.0?

Note: See TracTickets for help on using tickets.
Scanned by Orvant Copyright © 2010 Kreotek, LLC. All Rights reserved.