Advance paid to Employee 1000$. Employee incurred expenses of 800$ and he returned 200$. How can you perform these steps in AP?
7 17728if a person is transferred to other place he has not prepared any report regarding AUDIT and someone else is joined in his place and IF AUDIT IS CONDUCTED WHO WILL BE RESPONSIBLE FOR PENDING PREPORT
2 4951IN THE COMPANY 'X' PERSON INJURED AND HE GOT TREATMENT FROM HOSPITAL AND COMPANY GIVEN THE AMOUNT RS 950/- AND DEDUCTED TDS AMOUNT RS 50/- WE GIVEN THE PAYMENT BY CHEQUE TO THAT HOSPITAL THEN WHAT WILL BE THE ENTRY
5 7501In three phase, phase to phase voltage is 440 Volts, but the three phase motors are designed for 415 Volt, 50 hz, why
1 5709Post New Shriram Interview Questions
Consider multiple inheritances here. Suppose class c inherits from classes a and b as class c(a,b). Classes a and b both have their own versions of method func(). If we call func() from an object of class c, which version gets invoked?
Write a QTP script to enter a keyword in to Google search engine?
How to insert and update data into a table with "insert" and "update" statements?
How can I find duplicate data in excel?
Will ATL create all of the topological relationships within the topology layer?
how can i prepare for gate chemical in kolkata
What are the basic concepts of oop?
What is php how it works?
What are some of the items that can be accessed via the system properties dialogue box?
What is the data tier application?
What's the difference between servlets and applets?
What is the difference between data grid and data repeater?
How can you implement narrowing cast?
If you have done your BE in Computer science then why you choose HR as a profession ?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }