From: ExsonQu <hex...@gm...> - 2013-08-27 01:44:59
|
*Dear all:* My colleague Thumb is developing the bin management day and night. Now we encounter some problem to discuss: 1. There are no controlled feature (such as serial no control) available for LocTransfers.php. Shall we add the feature? 2. Currently, when we initiate a loc transferring case, there is no local stock move records, it'll lead to even there is no items available, we still can proceed to another transferring. Thumb propose to add those transferring records to stockmoves and reduce the quantity in the from location. And a comprehensive solution is to handle the stock transfer just like PO and SO, which have a head table and line details table. Any comments are highly appreciated! Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Shall-we-add-a-on-the-way-location-tp4656735.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Ricard A. <pak...@gm...> - 2013-08-27 01:56:20
|
Hi Exson: If I understood properly, we faced the same problem few years ago and Tim found an incredibly easy way to control "on the way" items. If you check the item status script, you will see the "on transit" and "available" columns. Also the StockDispatch script takes into account the "in transit" stock, so it is not used as if it was on location. This solution is working OK for us to control stock in transit from and to several locations. Not sure if you need more details for the in transit items. Regards, Ricard 2013/8/27 ExsonQu <hex...@gm...> > *Dear all:* > > My colleague Thumb is developing the bin management day and > night. Now we encounter some problem to discuss: > > 1. There are no controlled feature (such as serial no control) > available for LocTransfers.php. Shall we add the feature? > 2. Currently, when we initiate a loc transferring case, there is > no local stock move records, it'll lead to even there is no items > available, > we still can proceed to another transferring. > Thumb propose to add those transferring records to stockmoves > and reduce the quantity in the from location. > And a comprehensive solution is to handle the stock transfer > just > like PO and SO, which have a head table and line details table. > > Any comments are highly appreciated! > > Best regards! > > Exson > > > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Shall-we-add-a-on-the-way-location-tp4656735.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Introducing Performance Central, a new site from SourceForge and > AppDynamics. Performance Central is your source for news, insights, > analysis and resources for efficient Application Performance Management. > Visit us today! > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: ExsonQu <hex...@gm...> - 2013-08-27 04:58:02
|
*Hi, Richard:* Thank you for your reply. You're a SUPER user. You've made lots of details pop up! Thank you and best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Shall-we-add-a-on-the-way-location-tp4656735p4656738.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Phil D. <ph...@lo...> - 2013-08-27 02:31:25
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/> <style type="text/css">.mceResizeHandle {position: absolute;border: 1px solid black;background: #FFF;width: 5px;height: 5px;z-index: 10000}.mceResizeHandle:hover {background: #000}img[data-mce-selected] {outline: 1px solid black}img.mceClonedResizable, table.mceClonedResizable {position: absolute;outline: 1px dashed black;opacity: .5;z-index: 10000} </style></head><body style=""> <div> Yes we really do need serial control option for Location transfers.... we have this already see StockLocTransferReceive.php. </div> <div> Yes a stock movement for the item moving out of location from and another for the stock arriving in location to - it's there already though. Perhaps you are referring to the functionality required to make the bin location functionality work. Of course this also needs to allow functionality to transfer from one bin in the same location to another bin in the same inventory location also. </div> <div>   </div> <div> We may be talking at cross purposes? </div> <div>   </div> <div> Phil </div> <div>   </div> <div>   </div> <div> <br/>On 27 August 2013 at 13:44 ExsonQu <hex...@gm...> wrote: <br/>> *Dear all:* <br/>> <br/>> My colleague Thumb is developing the bin management day and <br/>> night. Now we encounter some problem to discuss: <br/>> <br/>> 1. There are no controlled feature (such as serial no control) <br/>> available for LocTransfers.php. Shall we add the feature? <br/>> 2. Currently, when we initiate a loc transferring case, there is <br/>> no local stock move records, it'll lead to even there is no items available, <br/>> we still can proceed to another transferring. <br/>> Thumb propose to add those transferring records to stockmoves <br/>> and reduce the quantity in the from location. <br/>> And a comprehensive solution is to handle the stock transfer just <br/>> like PO and SO, which have a head table and line details table. <br/>> <br/>> Any comments are highly appreciated! <br/>> <br/>> Best regards! <br/>> <br/>> Exson <br/>> <br/>> <br/>> <br/>> <br/>> <br/>> -- <br/>> View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Shall-we-add-a-on-the-way-location-tp4656735.html <br/>> Sent from the web-ERP-developers mailing list archive at Nabble.com. <br/>> <br/>> ------------------------------------------------------------------------------ <br/>> Introducing Performance Central, a new site from SourceForge and <br/>> AppDynamics. Performance Central is your source for news, insights, <br/>> analysis and resources for efficient Application Performance Management. <br/>> Visit us today! <br/>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk <br/>> _______________________________________________ <br/>> Web-erp-developers mailing list <br/>> Web...@li... <br/>> https://lists.sourceforge.net/lists/listinfo/web-erp-developers </div> <div id="ox-signature"> Phil <br/> <br/>Ph: +64 (0)275 567890 <br/>Skype: daintree <br/>http://www.logicworks.co.nz </div> </body></html> |
From: ExsonQu <hex...@gm...> - 2013-08-27 05:02:01
|
*Hi,Phil:* Thank you for your reply. There are no existed template for bin control in this part. Yes, there is serial no control for stock transfer. We cannot copy it's solution for bin management. We'll create a new way to solve it. -:) Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Shall-we-add-a-on-the-way-location-tp4656735p4656739.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: ExsonQu <hex...@gm...> - 2013-08-28 03:15:37
|
*Hi, Richard:* I've noticed that only the StockDispatch.php scripts take this into accounts, even the ConfirmDispatch_Invoice does not consider this situation. In my opinion, this should be fixed. Best regards! Exson Ricard Andreu-2 wrote > Hi Exson: > > If I understood properly, we faced the same problem few years ago and Tim > found an incredibly easy way to control "on the way" items. If you check > the item status script, you will see the "on transit" and "available" > columns. > > Also the StockDispatch script takes into account the "in transit" stock, > so > it is not used as if it was on location. > > This solution is working OK for us to control stock in transit from and to > several locations. Not sure if you need more details for the in transit > items. > > Regards, > Ricard > > > 2013/8/27 ExsonQu < > hexinfans@ > > > >> *Dear all:* >> >> My colleague Thumb is developing the bin management day and >> night. Now we encounter some problem to discuss: >> >> 1. There are no controlled feature (such as serial no control) >> available for LocTransfers.php. Shall we add the feature? >> 2. Currently, when we initiate a loc transferring case, there >> is >> no local stock move records, it'll lead to even there is no items >> available, >> we still can proceed to another transferring. >> Thumb propose to add those transferring records to stockmoves >> and reduce the quantity in the from location. >> And a comprehensive solution is to handle the stock transfer >> just >> like PO and SO, which have a head table and line details table. >> >> Any comments are highly appreciated! >> >> Best regards! >> >> Exson >> >> >> >> >> >> -- >> View this message in context: >> http://weberp-accounting.1478800.n4.nabble.com/Shall-we-add-a-on-the-way-location-tp4656735.html >> Sent from the web-ERP-developers mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> Introducing Performance Central, a new site from SourceForge and >> AppDynamics. Performance Central is your source for news, insights, >> analysis and resources for efficient Application Performance Management. >> Visit us today! >> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk >> _______________________________________________ >> Web-erp-developers mailing list >> > Web-erp-developers@.sourceforge >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers >> > > ------------------------------------------------------------------------------ > Introducing Performance Central, a new site from SourceForge and > AppDynamics. Performance Central is your source for news, insights, > analysis and resources for efficient Application Performance Management. > Visit us today! > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web-erp-developers@.sourceforge > https://lists.sourceforge.net/lists/listinfo/web-erp-developers -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Shall-we-add-a-on-the-way-location-tp4656735p4656744.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Ricard A. <pak...@gm...> - 2013-08-29 00:16:41
|
Hi Exson: You are right. The way we use webERP we don't need it, but yes, "on the way" stock should be taken into consideration at invoice time. Regards, Ricard 2013/8/28 ExsonQu <hex...@gm...> > *Hi, Richard:* > > I've noticed that only the StockDispatch.php scripts take this > into > accounts, even the ConfirmDispatch_Invoice does not consider this > situation. > In my opinion, this should be fixed. > > Best regards! > > Exson > > Ricard Andreu-2 wrote > > Hi Exson: > > > > If I understood properly, we faced the same problem few years ago and Tim > > found an incredibly easy way to control "on the way" items. If you check > > the item status script, you will see the "on transit" and "available" > > columns. > > > > Also the StockDispatch script takes into account the "in transit" stock, > > so > > it is not used as if it was on location. > > > > This solution is working OK for us to control stock in transit from and > to > > several locations. Not sure if you need more details for the in transit > > items. > > > > Regards, > > Ricard > > > > > > 2013/8/27 ExsonQu < > > > hexinfans@ > > > > > > > >> *Dear all:* > >> > >> My colleague Thumb is developing the bin management day and > >> night. Now we encounter some problem to discuss: > >> > >> 1. There are no controlled feature (such as serial no > control) > >> available for LocTransfers.php. Shall we add the feature? > >> 2. Currently, when we initiate a loc transferring case, there > >> is > >> no local stock move records, it'll lead to even there is no items > >> available, > >> we still can proceed to another transferring. > >> Thumb propose to add those transferring records to > stockmoves > >> and reduce the quantity in the from location. > >> And a comprehensive solution is to handle the stock transfer > >> just > >> like PO and SO, which have a head table and line details table. > >> > >> Any comments are highly appreciated! > >> > >> Best regards! > >> > >> Exson > >> > >> > >> > >> > >> > >> -- > >> View this message in context: > >> > http://weberp-accounting.1478800.n4.nabble.com/Shall-we-add-a-on-the-way-location-tp4656735.html > >> Sent from the web-ERP-developers mailing list archive at Nabble.com. > >> > >> > >> > ------------------------------------------------------------------------------ > >> Introducing Performance Central, a new site from SourceForge and > >> AppDynamics. Performance Central is your source for news, insights, > >> analysis and resources for efficient Application Performance Management. > >> Visit us today! > >> > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk > >> _______________________________________________ > >> Web-erp-developers mailing list > >> > > > Web-erp-developers@.sourceforge > > >> https://lists.sourceforge.net/lists/listinfo/web-erp-developers > >> > > > > > ------------------------------------------------------------------------------ > > Introducing Performance Central, a new site from SourceForge and > > AppDynamics. Performance Central is your source for news, insights, > > analysis and resources for efficient Application Performance Management. > > Visit us today! > > > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk > > _______________________________________________ > > Web-erp-developers mailing list > > > Web-erp-developers@.sourceforge > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/Shall-we-add-a-on-the-way-location-tp4656735p4656744.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |