Neg Stock plugin. usp_Negative_Stock_Sales_SalesTransfers  Topic is solved

Discussions relating to Jiwa 7 plugin development, and the Jiwa 7 API.

Neg Stock plugin. usp_Negative_Stock_Sales_SalesTransfers

Postby DannyC » Fri Mar 11, 2016 4:42 pm

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
User avatar
DannyC
Senpai
Senpai
 
Posts: 718
Joined: Fri Mar 22, 2013 12:23 pm
Topics Solved: 31

Re: Neg Stock plugin. usp_Negative_Stock_Sales_SalesTransfer  Topic is solved

Postby Mike.Sheen » Sat Mar 12, 2016 1:12 pm

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


By looking at the signature, it is intended for a report as it follows a menu report convention for parameter naming:

Code: Select all
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


We don't have a report which uses it - I'm assuming at some point it was wanted then someone changed their mind.
Mike Sheen
Chief Software Engineer
Jiwa Financials

If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution
User avatar
Mike.Sheen
Overflow Error
Overflow Error
 
Posts: 2583
Joined: Tue Feb 12, 2008 11:12 am
Location: Perth, Republic of Western Australia
Topics Solved: 807

Re: Neg Stock plugin. usp_Negative_Stock_Sales_SalesTransfer

Postby DannyC » Mon Mar 14, 2016 3:09 pm

OK. Thx for the clarification.
User avatar
DannyC
Senpai
Senpai
 
Posts: 718
Joined: Fri Mar 22, 2013 12:23 pm
Topics Solved: 31


Return to Technical and or Programming

Who is online

Users browsing this forum: No registered users and 6 guests