How To Install tryton-modules-account-tax-cash on Debian 12

Learn how to install tryton-modules-account-tax-cash on Debian 12 with this tutorial. tryton-modules-account-tax-cash is Tryton application platform - account tax cash module

Introduction

In this tutorial we learn how to install tryton-modules-account-tax-cash on Debian 12.

What is tryton-modules-account-tax-cash

tryton-modules-account-tax-cash 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 account_tax_cash module allows to make tax report on cash basis.

The tax groups reported on cash basis are defined on the Fiscal Year and Period. They can also be defined on the supplier invoices which get the default values from the Party.

When a payment lines is added to an invoice, the tax lines for the proportional amount are set on the corresponding tax code for the current period. If a payment line is removed from an invoice, the reverse operation is applied.

When closing a Period, a warning is raised if there are still receivable/payable lines not reconciled or linked to an invoice.

Hint: The invoice template may need to be adapated to include a legal notice when tax on cash basis is used. It can be tested with the on_cash_basis property of the Invoice Tax.

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

sudo apt-get -y install tryton-modules-account-tax-cash

Install tryton-modules-account-tax-cash Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install tryton-modules-account-tax-cash using apt by running the following command:

sudo apt -y install tryton-modules-account-tax-cash

Install tryton-modules-account-tax-cash 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-account-tax-cash using aptitude by running the following command:

sudo aptitude -y install tryton-modules-account-tax-cash

How To Uninstall tryton-modules-account-tax-cash on Debian 12

To uninstall only the tryton-modules-account-tax-cash package we can use the following command:

sudo apt-get remove tryton-modules-account-tax-cash

Uninstall tryton-modules-account-tax-cash And Its Dependencies

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

sudo apt-get -y autoremove tryton-modules-account-tax-cash

Remove tryton-modules-account-tax-cash Configurations and Data

To remove tryton-modules-account-tax-cash configuration and data from Debian 12 we can use the following command:

sudo apt-get -y purge tryton-modules-account-tax-cash

Remove tryton-modules-account-tax-cash configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge tryton-modules-account-tax-cash

Dependencies

tryton-modules-account-tax-cash have the following dependencies:

References

Summary

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