diff --git a/total_payable_receivable/README.rst b/total_payable_receivable/README.rst new file mode 100644 index 000000000..a06463cbd --- /dev/null +++ b/total_payable_receivable/README.rst @@ -0,0 +1,11 @@ +Total Payable & Receivable v10 +============================== +This module will make total payable and receivable field in customer and vendor form visible without activating developer mode + +Credits +======= +Cybrosys Techno Solutions + +Contributors +------------ +* Niyas Raphy & Nilmar Shereef, Cybrosys \ No newline at end of file diff --git a/total_payable_receivable/__init__.py b/total_payable_receivable/__init__.py new file mode 100644 index 000000000..0100b9ee7 --- /dev/null +++ b/total_payable_receivable/__init__.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: Niyas Raphy() +# 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 . +# +############################################################################## \ No newline at end of file diff --git a/total_payable_receivable/__manifest__.py b/total_payable_receivable/__manifest__.py new file mode 100644 index 000000000..634118348 --- /dev/null +++ b/total_payable_receivable/__manifest__.py @@ -0,0 +1,41 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: Niyas Raphy() +# 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': 'Payable And Receivable Amount', + 'summary': """Amount Payable & Receivable In Partner Form""", + 'version': '10.0.1.0.0', + 'description': """Amount Payable & Receivable In Partner Form""", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'category': 'Accounting', + 'depends': ['base'], + 'license': 'LGPL-3', + 'data': [ + 'views/total_payable_receivable_view.xml', + ], + 'demo': [], + 'images': ['static/description/banner.jpg'], + 'installable': True, + 'auto_install': False, +} diff --git a/total_payable_receivable/static/description/amount_total.png b/total_payable_receivable/static/description/amount_total.png new file mode 100644 index 000000000..74d363684 Binary files /dev/null and b/total_payable_receivable/static/description/amount_total.png differ diff --git a/total_payable_receivable/static/description/banner.jpg b/total_payable_receivable/static/description/banner.jpg new file mode 100644 index 000000000..fb39ef1e4 Binary files /dev/null and b/total_payable_receivable/static/description/banner.jpg differ diff --git a/total_payable_receivable/static/description/cybro_logo.png b/total_payable_receivable/static/description/cybro_logo.png new file mode 100644 index 000000000..bb309114c Binary files /dev/null and b/total_payable_receivable/static/description/cybro_logo.png differ diff --git a/total_payable_receivable/static/description/icon.png b/total_payable_receivable/static/description/icon.png new file mode 100644 index 000000000..84c8b7f7f Binary files /dev/null and b/total_payable_receivable/static/description/icon.png differ diff --git a/total_payable_receivable/static/description/index.html b/total_payable_receivable/static/description/index.html new file mode 100644 index 000000000..ccd11289f --- /dev/null +++ b/total_payable_receivable/static/description/index.html @@ -0,0 +1,48 @@ +
+
+

Payable And Receivable Amounts

+

It shows total payable & receivable amount in partner form

+

Author : Cybrosys Techno Solutions , www.cybrosys.com

+
+
+ +
+
+

Partner Form

+
+

+ ☛ Amount payable and receivable is shown in the partner form
+ ☛ No need to activate the developer mode to view this
+

+
+ +
+
+
+
+ +
+

Need Any Help?

+ +
diff --git a/total_payable_receivable/static/description/index.html~ b/total_payable_receivable/static/description/index.html~ new file mode 100644 index 000000000..4df3a2f92 --- /dev/null +++ b/total_payable_receivable/static/description/index.html~ @@ -0,0 +1,47 @@ +
+
+

Change Password Option To Users

+

It gives an option to change their own password

+

Author : Cybrosys Techno Solutions , www.cybrosys.com

+
+
+ +
+
+

User Changing Password

+
+

+ ☛ User can change password from his own account
+

+
+ +
+
+
+
+ +
+

Need Any Help?

+ +
diff --git a/total_payable_receivable/views/total_payable_receivable_view.xml b/total_payable_receivable/views/total_payable_receivable_view.xml new file mode 100644 index 000000000..37b8d4716 --- /dev/null +++ b/total_payable_receivable/views/total_payable_receivable_view.xml @@ -0,0 +1,19 @@ + + + + + res.partner + res.partner + + + + + + + + + + + + + diff --git a/total_payable_receivable/views/total_payable_view.xml~ b/total_payable_receivable/views/total_payable_view.xml~ new file mode 100644 index 000000000..a2468f930 --- /dev/null +++ b/total_payable_receivable/views/total_payable_view.xml~ @@ -0,0 +1,15 @@ + + + + + res.partner.inherit + res.partner + + + + + + + + + \ No newline at end of file