Guys The next post that I have decided to make is on a SQL view for generating a sales margin analysis report in Dynamics GP. CREATE VIEW dbo.vw_SOPSalesAnalysis AS SELECT CASE dbo.SOP10200.SOPTYPE WHEN 1 THEN 'Quote' WHEN 2 THEN 'Order'... (Continue reading)
Guys I have come across many requests from various friends and clients of mine, who have a need to print a stock aging report in GP. There is no out-of-the-box report for stock aging report in GP. So I decided... (Continue reading)