How To Install tryton-modules-purchase-request-quotation on Debian 12

Learn how to install tryton-modules-purchase-request-quotation on Debian 12 with this tutorial. tryton-modules-purchase-request-quotation is Tryton application platform - purchase request for quotation module The description of the product to quote.

Introduction

In this tutorial we learn how to install tryton-modules-purchase-request-quotation on Debian 12.

What is tryton-modules-purchase-request-quotation

tryton-modules-purchase-request-quotation is:

Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth).

The Purchase Request for Quotation module allows users to ask quotations from selected purchase requests to different suppliers. Each request will collect quotation information from the supplier. The selection of the quotation is done by taking either the preferred_quotation field if not empty otherwise the first one ordered from the received quotations.

Quotation


  • Supplier: The supplier.

  • Company: The company which issue the request quotation.

  • Supplier Address: The address of the supplier.

  • Lines:

  • Product: An optional reference to the product to quote.

  • Description: The description of the product to quote.

  • Supply Date: The expected date to supply.

  • Quantity: The quantity to quote.

  • Unit: The unit of measure in which is expressed the quantity.

  • Unit Price: The unit price of the product expressed in the currency.

  • Currency: define the currency to use for this quotation. All product prices will be computed accordingly.

  • State: The state of the quotation. May take one of the following values: Draft, Sent, Received, Rejected, Cancelled.

There are three methods to install tryton-modules-purchase-request-quotation on Debian 12. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install tryton-modules-purchase-request-quotation Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install tryton-modules-purchase-request-quotation using apt-get by running the following command:

sudo apt-get -y install tryton-modules-purchase-request-quotation

Install tryton-modules-purchase-request-quotation Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install tryton-modules-purchase-request-quotation using apt by running the following command:

sudo apt -y install tryton-modules-purchase-request-quotation

Install tryton-modules-purchase-request-quotation Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install tryton-modules-purchase-request-quotation using aptitude by running the following command:

sudo aptitude -y install tryton-modules-purchase-request-quotation

How To Uninstall tryton-modules-purchase-request-quotation on Debian 12

To uninstall only the tryton-modules-purchase-request-quotation package we can use the following command:

sudo apt-get remove tryton-modules-purchase-request-quotation

Uninstall tryton-modules-purchase-request-quotation And Its Dependencies

To uninstall tryton-modules-purchase-request-quotation and its dependencies that are no longer needed by Debian 12, we can use the command below:

sudo apt-get -y autoremove tryton-modules-purchase-request-quotation

Remove tryton-modules-purchase-request-quotation Configurations and Data

To remove tryton-modules-purchase-request-quotation configuration and data from Debian 12 we can use the following command:

sudo apt-get -y purge tryton-modules-purchase-request-quotation

Remove tryton-modules-purchase-request-quotation configuration, data, and all of its dependencies

We can use the following command to remove tryton-modules-purchase-request-quotation configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge tryton-modules-purchase-request-quotation

Dependencies

tryton-modules-purchase-request-quotation have the following dependencies:

References

Summary

In this tutorial we learn how to install tryton-modules-purchase-request-quotation package on Debian 12 using different package management tools: apt, apt-get and aptitude.