From ae9367e61765bc9caf7c12ba447eb596c787fa93 Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Wed, 4 Feb 2009 11:53:42 +0000 Subject: [PATCH] add a new base_amount used for intermediate line of CSG french tax git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25444 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../base_amount/base_csg.xml | 39 +++++++++++++++++++ bt5/erp5_payroll_l10n_fr/bt/revision | 2 +- .../bt/template_path_list | 1 + 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 bt5/erp5_payroll_l10n_fr/PathTemplateItem/portal_categories/base_amount/base_csg.xml diff --git a/bt5/erp5_payroll_l10n_fr/PathTemplateItem/portal_categories/base_amount/base_csg.xml b/bt5/erp5_payroll_l10n_fr/PathTemplateItem/portal_categories/base_amount/base_csg.xml new file mode 100644 index 0000000000..9b051b4ead --- /dev/null +++ b/bt5/erp5_payroll_l10n_fr/PathTemplateItem/portal_categories/base_amount/base_csg.xml @@ -0,0 +1,39 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="Category" module="Products.ERP5Type.Document.Category"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>base_amount/base_csg</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>base de la CSG (= taxe prévoyance + salaire brut * 0.97)</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>base_csg</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Base CSG</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_fr/bt/revision b/bt5/erp5_payroll_l10n_fr/bt/revision index efee1f88bb..eb13855b7d 100644 --- a/bt5/erp5_payroll_l10n_fr/bt/revision +++ b/bt5/erp5_payroll_l10n_fr/bt/revision @@ -1 +1 @@ -78 \ No newline at end of file +79 \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_fr/bt/template_path_list b/bt5/erp5_payroll_l10n_fr/bt/template_path_list index a2728e5d41..86d5cb2a35 100644 --- a/bt5/erp5_payroll_l10n_fr/bt/template_path_list +++ b/bt5/erp5_payroll_l10n_fr/bt/template_path_list @@ -1,3 +1,4 @@ +portal_categories/base_amount/base_csg portal_categories/base_amount/salaire_net_imposable portal_categories/salary_range/france portal_categories/salary_range/france/tranche_1 -- 2.30.9