diff --git a/account_pdc/static/description/index.html b/account_pdc/static/description/index.html
index 48d9b1115..bafcb0153 100644
--- a/account_pdc/static/description/index.html
+++ b/account_pdc/static/description/index.html
@@ -2,7 +2,7 @@
PDC Management
- ...A simple way to handle Post Dated Checks...
+ ...A simple way to handle Post Dated Cheques...
Cybrosys Techno Solutions, www.cybrosys.com
@@ -39,7 +39,7 @@
-
Payment form have two extra fields to put Bank and Check Detail.
+
Payment form have two extra fields to put Bank and Cheque Detail.
diff --git a/account_pdc/static/description/index.html~ b/account_pdc/static/description/index.html~
new file mode 100644
index 000000000..48d9b1115
--- /dev/null
+++ b/account_pdc/static/description/index.html~
@@ -0,0 +1,92 @@
+
+
+
+
PDC Management
+ ...A simple way to handle Post Dated Checks...
+ Cybrosys Techno Solutions, www.cybrosys.com
+
+
+
+
+
+
+
+
Configuration
+
+
+
+

+
+
+
+
+
Select PDC:
+
As shown here, You have to select PDC to enable the PDC payment.This is only available with Journal of type 'Bank'
+
+
+
+
+
+
+
+
+
At The Time of Payment You Will Have
+
+
+
+

+
+
+
+
+
Payment form have two extra fields to put Bank and Check Detail.
+
+
+
+
+
+
+
When you select PDC, You have to put 'effective date' of PDC.
+
+
+
+
+

+
+
+
+
+
+
+ Need Any Help?
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
diff --git a/account_pdc_payment_report/__manifest__.py b/account_pdc_payment_report/__manifest__.py
index efa4c2ed9..e49087ffc 100644
--- a/account_pdc_payment_report/__manifest__.py
+++ b/account_pdc_payment_report/__manifest__.py
@@ -27,7 +27,7 @@
'company': 'Cybrosys Techno Solutions',
'website': 'http://www.cybrosys.com',
'category': 'Accounting',
- 'summary': 'Report of Payments with filter for PDC type',
+ 'summary': 'Report of Payments with Filter for PDC Type',
'description': """ Report of Payments with filter for PDC type """,
'depends': ['account_check_printing', 'account_pdc'],
'data': [
diff --git a/account_pdc_payment_report/__manifest__.py~ b/account_pdc_payment_report/__manifest__.py~
new file mode 100644
index 000000000..efa4c2ed9
--- /dev/null
+++ b/account_pdc_payment_report/__manifest__.py~
@@ -0,0 +1,43 @@
+# -*- coding: utf-8 -*-
+##############################################################################
+#
+# Cybrosys Technologies Pvt. Ltd.
+# Copyright (C) 2017-TODAY Cybrosys Technologies().
+# Author: Cybrosys Technologies()
+# you can modify it under the terms of the GNU LESSER
+# GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
+#
+# It is forbidden to publish, distribute, sublicense, or sell copies
+# of the Software or modified copies of the Software.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details.
+#
+# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE
+# GENERAL PUBLIC LICENSE (LGPL v3) along with this program.
+# If not, see .
+#
+##############################################################################
+{
+ 'name': 'Payments Report',
+ 'version': '10.0.1.0',
+ 'author': 'Cybrosys Techno Solutions',
+ 'company': 'Cybrosys Techno Solutions',
+ 'website': 'http://www.cybrosys.com',
+ 'category': 'Accounting',
+ 'summary': 'Report of Payments with filter for PDC type',
+ 'description': """ Report of Payments with filter for PDC type """,
+ 'depends': ['account_check_printing', 'account_pdc'],
+ 'data': [
+ 'data/account_pdc_data.xml',
+ 'views/account_payment_view.xml',
+ 'views/report_payment.xml',
+ 'wizard/account_report_payment_view.xml',
+ ],
+ 'images': ['static/description/banner.jpg'],
+ 'license': 'LGPL-3',
+ 'installable': True,
+ 'auto_install': False,
+}
diff --git a/account_pdc_payment_report/static/description/index.html~ b/account_pdc_payment_report/static/description/index.html~
new file mode 100644
index 000000000..04c3af812
--- /dev/null
+++ b/account_pdc_payment_report/static/description/index.html~
@@ -0,0 +1,68 @@
+
+
+
+
Payments Report
+ ...A report of Payments with a filter for PDC...
+ Cybrosys Techno Solutions, www.cybrosys.com
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+ If you want to analyze the working of PDC Management Module, Click Here:
+
+
+
+
+
+
+
+ Need Any Help?
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+