diff --git a/total_payable_receivable/README.rst b/total_payable_receivable/README.rst new file mode 100644 index 000000000..ae28a0217 --- /dev/null +++ b/total_payable_receivable/README.rst @@ -0,0 +1,11 @@ +Total Payable & Receivable v11 +============================== +This module will make total payable and receivable field in customer and vendor form + +Credits +======= +Cybrosys Techno Solutions + +Contributors +------------ +* Niyas Raphy, 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..414ca6fe8 --- /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 . +# +############################################################################## diff --git a/total_payable_receivable/__manifest__.py b/total_payable_receivable/__manifest__.py new file mode 100644 index 000000000..5cc9714e9 --- /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': '11.0.1.0.0', + 'description': """Amount Payable & Receivable In Partner Form""", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'https://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..cea76690b 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..64cbfeeb8 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..873e976ea --- /dev/null +++ b/total_payable_receivable/static/description/index.html @@ -0,0 +1,47 @@ +
+
+

Payable And Receivable Amounts

+

It shows total payable & receivable amount in partner form

+

Cybrosys Technologies

+
+
+ +
+
+

Partner Form

+
+

+ ☛ Amount payable and receivable is shown in the partner form
+

+
+ +
+
+
+
+ +
+

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..60b8ffb5c --- /dev/null +++ b/total_payable_receivable/views/total_payable_receivable_view.xml @@ -0,0 +1,18 @@ + + + + + res.partner + res.partner + + + + + + + + + + + +