How To Install tryton-modules-stock-consignment on Debian 12

Learn how to install tryton-modules-stock-consignment on Debian 12 with this tutorial. tryton-modules-stock-consignment is Tryton application platform - stock consignment module

Introduction

In this tutorial we learn how to install tryton-modules-stock-consignment on Debian 12.

What is tryton-modules-stock-consignment

tryton-modules-stock-consignment 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 stock consignment modules allow to manage consignment stock from supplier or at customer warehouse.

The consignment stock from supplier is managed by creating a supplier location under the company’s warehouse storage. The location can be filled using an Internal Shipment from the external supplier location. The products are used also by using an Internal Shipment from the consignment location to a storage location. In this case, a supplier invoice line is created for the supplier defined on the location.

The consignment stock at customer warehouse is managed by creating a storage location under the customer location. The location can be filled using an Internal Shipment from a warehouse. It is possible to define a lead time between the warehouse and the storage location. The products are used also by using an Internal Shipment from the consignment location to a customer location. In this case, a customer invoice line is created for the customer defined on the location.

It is allowed to make inventory for those consignment locations.

A new field is added to Location:

  • Consignment Party: The party invoiced when consignment is used.

There are three methods to install tryton-modules-stock-consignment 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-stock-consignment 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-stock-consignment using apt-get by running the following command:

sudo apt-get -y install tryton-modules-stock-consignment

Install tryton-modules-stock-consignment Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install tryton-modules-stock-consignment using apt by running the following command:

sudo apt -y install tryton-modules-stock-consignment

Install tryton-modules-stock-consignment 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-stock-consignment using aptitude by running the following command:

sudo aptitude -y install tryton-modules-stock-consignment

How To Uninstall tryton-modules-stock-consignment on Debian 12

To uninstall only the tryton-modules-stock-consignment package we can use the following command:

sudo apt-get remove tryton-modules-stock-consignment

Uninstall tryton-modules-stock-consignment And Its Dependencies

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

sudo apt-get -y autoremove tryton-modules-stock-consignment

Remove tryton-modules-stock-consignment Configurations and Data

To remove tryton-modules-stock-consignment configuration and data from Debian 12 we can use the following command:

sudo apt-get -y purge tryton-modules-stock-consignment

Remove tryton-modules-stock-consignment configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge tryton-modules-stock-consignment

Dependencies

tryton-modules-stock-consignment have the following dependencies:

References

Summary

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