Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: Articles Picking and Orders

    Thank you all. The solution provided by Ken is exactly what I need.

  • RE: Articles Picking and Orders

    Thank you very much Ken. I'm thaking a look at your suggestion

    IdLog is the PK for ArticlesInStock

    CREATE TABLE [dbo].[ArticlesInStock] (

    [IdLog] [int] IDENTITY (1, 1) NOT NULL ,

    [DateLog] [datetime] NOT NULL...

  • RE: Articles Picking and Orders

    thank you goodguy, hope this helps you understand:

    --1. whether I understood your problem correctly or not?

    yes, i think you get the problem. The process is:

    Start

    look at the articles in...

  • RE: Articles Picking and Orders

    Due to production optimization (which cause some over production) there are some

    articles that have no destination order. This articles are stored to a temporary store.

    Every morning the first...

Viewing 4 posts - 1 through 5 (of 5 total)