RE: [Axapta-Knowledge-Village] Reserve by code

2005-06-01 Thread Harry \(Harshawardhan Deshpande
ubject: RE: [Axapta-Knowledge-Village] Reserve by code   hi   1. What is OWAS warehouse solution? Where do I get hold of reading material on this?   2. I would tend to agree that reservation on between location should not be a big issue, but I guess if the client insists on this then there

Re: [Axapta-Knowledge-Village] Reserve by code

2005-06-01 Thread Girish Bhatkal
Hi Harry, what i have done is that while transfering if the qty is less in the "fromwarehouse" i check if its reserved against a sales line (in inventtrans table). if i find the line then i remove the reservation and also include the record (i.e towarehouse, salesLine.inventTransId, qty) in a new

RE: [Axapta-Knowledge-Village] Reserve by code

2005-06-01 Thread Tjörvi Hrafnkelsson
Harry (Harshawardhan Deshpande Sent: 28. maí 2005 20:39 To: Axapta-Knowledge-Village@yahoogroups.com Subject: RE: [Axapta-Knowledge-Village] Reserve by code   hi   1. What is OWAS warehouse solution? Where do I get hold of reading material on this?   2. I would tend to agree

Re: [Axapta-Knowledge-Village] Reserve by code

2005-05-31 Thread Harry \(Harshawardhan Deshpande
hi   Yes, this method is used when you know the sales order line that has to be reserved.   However, this method will not solve your problem. The problem you have is that there is no link between the transfer journal and the sales order line.   The axapta logic is as follows:   User has transfer

Re: [Axapta-Knowledge-Village] Reserve by code

2005-05-31 Thread Girish Bhatkal
Hi Harry, thanks for the info. i had found that the following method from class InventUpd_Reservation is used while reserving from standard sales order form. InventUpd_Reservation::updateReserveFromForm thanks again. cheers, Girish --- "Harry (Harshawardhan Deshpande" <[EMAIL PROTECTED]> wrote:

RE: [Axapta-Knowledge-Village] Reserve by code

2005-05-28 Thread Harry \(Harshawardhan Deshpande
ardhan DeshpandeSent: 27. maí 2005 23:05To: Axapta-Knowledge-Village@yahoogroups.comSubject: Re: [Axapta-Knowledge-Village] Reserve by code   hi   Say Sales order is on Warehouse MW, Location A1 Say Purchase order is received on Warehouse MW, Location A2   Say a transfer journal is posted from MW-A1 to

RE: [Axapta-Knowledge-Village] Reserve by code

2005-05-27 Thread Tjörvi Hrafnkelsson
Sent: 27. maí 2005 23:05 To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] Reserve by code   hi   Say Sales order is on Warehouse MW, Location A1 Say Purchase order is received on Warehouse MW, Location A2   Say a transfer journal is

Re: [Axapta-Knowledge-Village] Reserve by code

2005-05-27 Thread Harry \(Harshawardhan Deshpande
hi   Say Sales order is on Warehouse MW, Location A1 Say Purchase order is received on Warehouse MW, Location A2   Say a transfer journal is posted from MW-A1 to MW-A2   Your sales order is still on MW-A1 so Axapta cannot reserve the stock against MW-A2.   However, the sales order inventory line

Re: [Axapta-Knowledge-Village] Reserve by code

2005-05-27 Thread Girish Bhatkal
Hi harsh, here is the scenario in detail 1. i create a PO for an Item A in warehouse MW and location 001. i receive the Item A in location 001. 2. Now i create a SO (with auto reservation) for Item A and warehouse MW. Now the system will automatically reserve the received item. 3. Now since 00

Re: [Axapta-Knowledge-Village] Reserve by code

2005-05-26 Thread Harry \(Harshawardhan Deshpande
hi Girish   questions:   If a line has the status of reserved that means its not yet received. How can you transfer an item that has not yet been received?   What am I missing? What you say should work in standard axapta   regards   harshGirish Bhatkal <[EMAIL PROTECTED]> wrote: Hi Guys,   Has a

[Axapta-Knowledge-Village] Reserve by code

2005-05-26 Thread Girish Bhatkal
Hi Guys, Has any one worked on unreserving and then reserving automatically (by coding). Is there anything that should be taken care of during this development. The requirement is that if a reservation is done for an sales line for item A in warehouse MW then when a transfer journal is poste