Yeah , sorry bout the bad image quality here is a temp table and recs.
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[TempStockMovements](
[ArticleID] [nchar](10) NULL,
[StartItems] [decimal](18, 4) NULL,
[StartValue] [decimal](18, 4) NULL,
[OrderedItems]...