diff --git a/invoice_description_line/__init__.py b/invoice_description_line/__init__.py new file mode 100644 index 000000000..590e40e47 --- /dev/null +++ b/invoice_description_line/__init__.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: Fasluca() +# 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/invoice_description_line/__manifest__.py b/invoice_description_line/__manifest__.py new file mode 100644 index 000000000..44a73832d --- /dev/null +++ b/invoice_description_line/__manifest__.py @@ -0,0 +1,42 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: Fasluca() +# 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': 'Description line on Invoice', + 'summary': """Include a Description-only Line in Your Invoice Report""", + 'version': '10.0.1.0', + 'description': """Include a description-only line in your invoice report""", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'category': 'Accounting', + 'depends': ['account'], + 'license': 'AGPL-3', + 'data': [ + 'views/invoice_template.xml', + ], + 'demo': [], + 'images': ['static/description/banner.jpg'], + 'installable': True, + 'auto_install': False, +} + diff --git a/invoice_description_line/static/description/Icon.png b/invoice_description_line/static/description/Icon.png new file mode 100644 index 000000000..6a8155818 Binary files /dev/null and b/invoice_description_line/static/description/Icon.png differ diff --git a/invoice_description_line/static/description/banner.jpg b/invoice_description_line/static/description/banner.jpg new file mode 100644 index 000000000..b9c1c3078 Binary files /dev/null and b/invoice_description_line/static/description/banner.jpg differ diff --git a/invoice_description_line/static/description/cybro_logo.png b/invoice_description_line/static/description/cybro_logo.png new file mode 100644 index 000000000..bb309114c Binary files /dev/null and b/invoice_description_line/static/description/cybro_logo.png differ diff --git a/invoice_description_line/static/description/index.html b/invoice_description_line/static/description/index.html new file mode 100644 index 000000000..d14431dee --- /dev/null +++ b/invoice_description_line/static/description/index.html @@ -0,0 +1,76 @@ +
+
+
+

Invoice Description Line

+

... Feel The Magic of '~' ...

+
+ +
+
    +
  • Isn't description on invoice line enough for you ?
  • +
  • Do You want to include a description-only line between your invoice lines ?
  • +
  • Use this module and feel the magic of '~'
  • +
+
+
+
+ +
+
+
+

... Invoice Lines ...

+
+
+
+ +
+
+
+
+ +
+
+
+

... Invoice Lines on Report ...

+
+
+
+ +
+
+
+
+ + + +
+

Need Any Help?

+ +
+ + + + + + diff --git a/invoice_description_line/static/description/invoice.png b/invoice_description_line/static/description/invoice.png new file mode 100644 index 000000000..1d3672c1b Binary files /dev/null and b/invoice_description_line/static/description/invoice.png differ diff --git a/invoice_description_line/static/description/report.png b/invoice_description_line/static/description/report.png new file mode 100644 index 000000000..407c2360e Binary files /dev/null and b/invoice_description_line/static/description/report.png differ diff --git a/invoice_description_line/views/invoice_template.xml b/invoice_description_line/views/invoice_template.xml new file mode 100644 index 000000000..3d3bb80af --- /dev/null +++ b/invoice_description_line/views/invoice_template.xml @@ -0,0 +1,48 @@ + + + + + +