how to communicate inventory system and account system?
Answer Posted / 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 View All Answers
What does void do in c#?
How does bitwise work?
What is the symbol used for in c#?
What is lambda expression in c#?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
Explain how do you convert a value-type to a reference-type?
What is thread pooling?
What is a void c#?
What is difference between a type and class?
Explain hash table in c# ?
How can i Spawn a Thread
Explain about CTS?
what is method overloading in c#?
Is c sharp and c# are same?
What is the lock statement in c#?