From 296ea344ccf0b901d9c44588524aad6a9d815b58 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 15 Jun 2009 00:31:27 +0000 Subject: [PATCH] Doc to know goal of tables --- mysql/tables/llx_accountingaccount.sql | 1 + mysql/tables/llx_accountingdebcred.sql | 1 + mysql/tables/llx_accountingsystem.sql | 1 + mysql/tables/llx_accountingtransaction.sql | 1 + 4 files changed, 4 insertions(+) diff --git a/mysql/tables/llx_accountingaccount.sql b/mysql/tables/llx_accountingaccount.sql index 04479bc8efa..aaf8110e48c 100644 --- a/mysql/tables/llx_accountingaccount.sql +++ b/mysql/tables/llx_accountingaccount.sql @@ -16,6 +16,7 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ +-- Table of "accounts" for accountancy expert module -- ============================================================================ create table llx_accountingaccount diff --git a/mysql/tables/llx_accountingdebcred.sql b/mysql/tables/llx_accountingdebcred.sql index a10cb31fa74..c4d35a92155 100644 --- a/mysql/tables/llx_accountingdebcred.sql +++ b/mysql/tables/llx_accountingdebcred.sql @@ -16,6 +16,7 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ +-- Table of "records" for accountancy expert module -- ============================================================================ create table llx_accountingdebcred diff --git a/mysql/tables/llx_accountingsystem.sql b/mysql/tables/llx_accountingsystem.sql index 80ac83e83f1..f0e1bf0d6fd 100644 --- a/mysql/tables/llx_accountingsystem.sql +++ b/mysql/tables/llx_accountingsystem.sql @@ -16,6 +16,7 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ +-- Table of "Plan de comptes" for accountancy expert module -- ============================================================================ create table llx_accountingsystem diff --git a/mysql/tables/llx_accountingtransaction.sql b/mysql/tables/llx_accountingtransaction.sql index 56bf2b05cf7..7e7d2a9fc3a 100644 --- a/mysql/tables/llx_accountingtransaction.sql +++ b/mysql/tables/llx_accountingtransaction.sql @@ -16,6 +16,7 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ +-- Table of "transactions" for accountancy expert module (1 transaction = 2+ records) -- ============================================================================ create table llx_accountingtransaction