Posts

Showing posts from January, 2023

Purchase Order Creation in X++

Process for purchasing the materials :   purchase order request -> request for quotation -> purchase order creation -> product receipt -> invoice  from supplier -> payment to the supplier Note : we no need to request for a quotation everytime because we know from which vendor we want buy the materials. There are two types of purchases : 1. we purchase products (i.e, RAW MATERAILS)(PO Invoices) 2. or we purchase services (NON-PO Invoices) Note : we no need to create purchase order also in some cases like when we purchase services meaning we need a travel ticket to get booked from somebody so we will approach travel agent and they give us a travel ticket and all these info exchanged in email and we will get the travel tickets and we pay the vendor so in this case we may not create a purchase order and do product receipt and all why because we are not literally receiving any material from them. so in such cases we will directly recieve invoice from the vendor....

Stored Procedures in X++

 what are stored procedures and why they are used for? Stored Procedures can be used as a modular programming which means create once, store and call for several times whenever it is required. This supports faster execution and it reduces network traffic too.