May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031  

Recent Posts

Archives

Sales Order Processing

Page 2 of 212

Printing Tax Details in Sales Documents

Hi all

Recently I was working on a customer request to print tax details on sales documents like Orders/Invoices. On doing some analysis I was able to get it done with some help from my friend David Musgrave. I have… Continue reading

Disabling RMA options in Create Return window

Hi all

Recently, I saw a post in the newsgroup where a user had a problem with the Create Return window, which opens from Sales Transaction Entry >> Additional >> Create Return.

If the Field Service module was a… Continue reading

Quick Print Functionality for Sales Transactions

Folks…

In this article, I am going to provide some information about a quick printing functionality for Sales Transactions, which will provide an ease in data entry.

Once we pick up a Sales Invoice in the Sales Transaction Entry window,… Continue reading

SQL View for Sales Margin Analysis

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… Continue reading 
Page 2 of 212