how to communicate inventory system and account system?



how to communicate inventory system and account system?..

Answer / devaraj

Inventory system deals with the various items, it includes
1. Receipt
2. Issues
3. Transfer
4. Adjustment
5. Stocks

Account System deals with
1.Payment (Cash & Bank)
2.Receipt (Cash & Bank)
3.Creditors
4.Debtors
5.Ledger
6.Trial Balance
7.Profit & Loss
8.Balance Sheet
etc.,


Once we raise the purchase order to the supplierwe will get
the items.This is one of the process in inventory.

For this supplier we need to pay the amount. This is
happened in the accounts module.

Based on the purchase order value/advance we need to give
the payment to the creditors(suppliers)

Supplier in Inventory is same as in the creditors in Account
Based on this we can communicate to the Inventory and
Account System

- Devaraj Diraviyam

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain about CTS?

0 Answers   Microsoft,


Define delay signing?

0 Answers  


What do you know about device context?

0 Answers   C DAC,


How does aspect oriented programming work?

0 Answers  


What is session management in c#?

0 Answers  


code to generate a excel sheet and to write data into it --- -it has to fetch the excel sheet which is in one folder placed by us inside a project folder(i,e it has to create a instance of that excel sheet) and write the data into it row by row please respond as early as possible

1 Answers  


Are arrays immutable c#?

0 Answers  


an object,class is value type or refarance type. ?

4 Answers   Synechron,


What is difference between mutable and immutable in c#?

0 Answers  


Why do we need interface in c#?

0 Answers  


What are the keywords used to pass parameters to the base class and how do I invoke other constructors.

3 Answers  


How to exclude a property from xml serialization?

0 Answers  


Categories