dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] 2e4aa1: prepare database for local ta


From: Regis Houssin
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 2e4aa1: prepare database for local taxes management
Date: Mon, 10 Sep 2012 03:04:33 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 2e4aa1131a945fb6c0ffedfb6799405bdd823737
      
https://github.com/Dolibarr/dolibarr/commit/2e4aa1131a945fb6c0ffedfb6799405bdd823737
  Author: Christophe Battarel <address@hidden>
  Date:   2012-09-10 (Mon, 10 Sep 2012)

  Changed paths:
    M htdocs/install/mysql/data/llx_c_tva.sql
    M htdocs/install/mysql/migration/3.2.0-3.3.0.sql
    M htdocs/install/mysql/tables/llx_c_tva.sql
    M htdocs/install/mysql/tables/llx_commande_fournisseurdet.sql
    M htdocs/install/mysql/tables/llx_commandedet.sql
    M htdocs/install/mysql/tables/llx_facture_fourn_det.sql
    M htdocs/install/mysql/tables/llx_facturedet.sql
    M htdocs/install/mysql/tables/llx_propaldet.sql

  Log Message:
  -----------
  prepare database for local taxes management

add localtax1_type and localtax2_type in database.
these type are char(1) and support following values :
'0' : local tax not applied
'1' : local tax apply on products and services without vat (vat is not applied 
on local tax)
'2' : local tax apply on products and services before vat (vat is calculated on 
amount + localtax)
'3' : local tax apply on products without vat (vat is not applied on local tax)
'4' : local tax apply on products before vat (vat is calculated on amount + 
localtax)
'5' : local tax apply on services without vat (vat is not applied on local tax)
'6' : local tax apply on services before vat (vat is calculated on amount + 
localtax)
'7' : local tax is a fix amount applied on global invoice


  Commit: 83179fc4f05d8b34ae547296b80fbb2aca035ed2
      
https://github.com/Dolibarr/dolibarr/commit/83179fc4f05d8b34ae547296b80fbb2aca035ed2
  Author: Regis Houssin <address@hidden>
  Date:   2012-09-10 (Mon, 10 Sep 2012)

  Changed paths:
    M htdocs/install/mysql/data/llx_c_tva.sql
    M htdocs/install/mysql/migration/3.2.0-3.3.0.sql
    M htdocs/install/mysql/tables/llx_c_tva.sql
    M htdocs/install/mysql/tables/llx_commande_fournisseurdet.sql
    M htdocs/install/mysql/tables/llx_commandedet.sql
    M htdocs/install/mysql/tables/llx_facture_fourn_det.sql
    M htdocs/install/mysql/tables/llx_facturedet.sql
    M htdocs/install/mysql/tables/llx_propaldet.sql

  Log Message:
  -----------
  Merge pull request #378 from cbattarel/localtax

prepare database for local taxes management (2nd try) - task 204 on doliforge


Compare: 
https://github.com/Dolibarr/dolibarr/compare/4269878e6d3a...83179fc4f05d

reply via email to

[Prev in Thread] Current Thread [Next in Thread]