Hi,
With regards to the negative stock plugin, what is the purpose of the stored procedure usp_Negative_Stock_Sales_SalesTransfers?
I can't find it getting used anywhere.
Cheers

DannyC wrote:Hi,
With regards to the negative stock plugin, what is the purpose of the stored procedure usp_Negative_Stock_Sales_SalesTransfers?
I can't find it getting used anywhere.
Cheers
CREATE PROCEDURE usp_Negative_Stock_Sales_SalesTransfers @SP_StartInvoiceNo VARCHAR(50) = NULL, @SP_EndInvoiceNo VARCHAR(50) = NULL,
@SP_StartInvoiceDate DATETIME = NULL, @SP_EndInvoiceDate DATETIME = NULL,
@SP_StartDebtorAccountNo VARCHAR(50) = NULL, @SP_EndDebtorAccountNo VARCHAR(50) = NULL

Return to Technical and or Programming
Users browsing this forum: No registered users and 1 guest