answersLogoWhite

0

In business, a quotation is a document that a vendor or service provider would give to a customer to describe specific goods and services that they may provide and its cost.

Besides the term quotation, it can also be referred by other terms like Bid, Quote, Estimate, Tender & Proposal .

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Why Document creation is a key business function because?

It allows documents to be stored, distributed, and analyzed for decision-making.


An apostrophe serves the same function as a quotation mark?

no


What part of speech is quotation?

The word "quotation" can function as a noun in a sentence. It refers to the act of repeating or mentioning something said or written by someone else.


Does an apostrophe serve the same function as a quotation mark?

False


Are a function's arguments in Excel always surrounded by quotation marks?

No. It depends on the data type. So numbers would not be in quotation marks for example.


What is the Function of a business?

The primary function of a business is to turn a profit.


Function of business?

A function of business is to sell consumers goods and services. Another function of business is to promote competition in the workforce.


Why is every function a relation?

That is part of the definition of a function.


Why does a function only have one output?

That is the definition of a function.


Python keyword indicates the start of a function definition?

The word "def", short for definition starts a function.


What does function six do if it is called with an integer greater than 1?

The answer will depend on the definition of function six. There is no standard numbering system for functions.The answer will depend on the definition of function six. There is no standard numbering system for functions.The answer will depend on the definition of function six. There is no standard numbering system for functions.The answer will depend on the definition of function six. There is no standard numbering system for functions.


What is a function definition in c?

Example: int main (void) { puts ("Here is a function definition"); return 0; }