Showing posts with label Invoice. Show all posts
Showing posts with label Invoice. Show all posts

Tuesday, 18 November 2014

PurchaseOrder Creation Process in Microsoft Dynamics Ax 2012

PurchaseOrder Creation Process:

They are 4 Major Process Steps involved in the Creation Of Purchase Order:
1. Confirmation/PurchOrder.
2. Receipt List
3. Packing Slip/Product Receipt
4. Invoice.

1. Confirmation Class's , Tables and Reports That are related to Confirmation process are following:
               Tables  : VendPurchOrderJour , VendPurchOrderTrans.
               Class's : PurchFormLetter_PurchOrder.

2. ReceiptList  Class's , Tables and Reports That are related to ReceiptList process are following:
            Tables  : VendReceiptListJour , VendReceiptListTrans.
            Class's : PurchFormLetter_ReceiptList.

3. PackingSlip/Product Receipt Class's , Tables and Reports That are related to PackingSlip process are following:
            Tables  : VendPackingSlipJour , VendPackingSlipTrans.
            Class's : PurchFormLetter_PackingSlip.

4. Invoive Class's , Tables and Reports That are related to Invoice process are following:
     Tables  : VendInvoiceJour , VendInvoiceTrans.
     Class's : PurchFormLetter_Invoice.


FORMS : PurchTable,PurchEditLines

Saturday, 15 November 2014

SlaesOrder Creation Process:

SlaesOrder Creation Process:

They are 4 Major Process Steps involved in the Creation Of Sales Order:
      1. Confirmation.
      2. Picking List
      3. Packing Slip
      4. Invoice.


1. Confirmation Class's ,Tables and Reports  That are related to Confirmation process are following:
                Tables  : CustConfirmJour , CustConfirmTrans.
                Class's : SalesFormLetter_Confirm.
                Report : SalesConfirm.

2. PickingList Class's ,Tables and Reports That are related to PickingList process are following:
                Tables  : WMSPickingRout , WMSOrderTrans.
                Class's : SalesFormLetter_PickingList.
                Report : SalesPickingList.

3. PackingSlip Class's ,Tables and Reports That are related to PackingSlip process are following:
                 Tables  : CustPackingSlipJour , CustPackingSlipTrans.
                 Class's : SalesFormLetter_PackingSlip.
                 Report : SalesPackingSlip.

4. Invoice Class's, Tables and Reports That are related to Invoice process are following:
                  Tables  : CustInvoiceJour , CustInvoiceTrans.
                  Class's : SalesFormLetter_Invoice.
                  Report : SalesInvoice.