diff --git a/account_budget_report/reports/__init__.py b/account_budget_report/reports/__init__.py index fd9824e84..08af8422c 100644 --- a/account_budget_report/reports/__init__.py +++ b/account_budget_report/reports/__init__.py @@ -1,4 +1,25 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: Jesni Banu() +# 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 . +# +############################################################################## import budget_parser import cross_overed_budget_report import analytic_budget diff --git a/account_budget_report/reports/analytic_budget.py b/account_budget_report/reports/analytic_budget.py index 8a6cef0b6..708ebc36a 100644 --- a/account_budget_report/reports/analytic_budget.py +++ b/account_budget_report/reports/analytic_budget.py @@ -1,4 +1,25 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: Jesni Banu() +# 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 . +# +############################################################################## import time from odoo.osv import osv from odoo.report import report_sxw diff --git a/account_budget_report/reports/budget_parser.py b/account_budget_report/reports/budget_parser.py index ccd331c94..90c7af443 100644 --- a/account_budget_report/reports/budget_parser.py +++ b/account_budget_report/reports/budget_parser.py @@ -1,4 +1,25 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: Jesni Banu() +# 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 . +# +############################################################################## import time from odoo.osv import osv from odoo.report import report_sxw diff --git a/account_budget_report/reports/cross_overed_budget_report.py b/account_budget_report/reports/cross_overed_budget_report.py index 6a336344b..4ff1c7418 100644 --- a/account_budget_report/reports/cross_overed_budget_report.py +++ b/account_budget_report/reports/cross_overed_budget_report.py @@ -1,4 +1,25 @@ # -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: Jesni Banu() +# 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 . +# +############################################################################## import time from odoo.osv import osv from odoo.report import report_sxw diff --git a/account_budget_report/static/description/analytic_budget_report.png b/account_budget_report/static/description/analytic_budget_report.png index 972a61d1d..e12253937 100644 Binary files a/account_budget_report/static/description/analytic_budget_report.png and b/account_budget_report/static/description/analytic_budget_report.png differ diff --git a/account_budget_report/static/description/budgetry_position_report.png b/account_budget_report/static/description/budgetry_position_report.png index 406ee3073..73474fc38 100644 Binary files a/account_budget_report/static/description/budgetry_position_report.png and b/account_budget_report/static/description/budgetry_position_report.png differ diff --git a/account_budget_report/static/description/index.html b/account_budget_report/static/description/index.html index c4059aac6..1044d2a30 100644 --- a/account_budget_report/static/description/index.html +++ b/account_budget_report/static/description/index.html @@ -1,14 +1,14 @@
-

Account Budget Report

+

Advanced Account Budget Report

Helps You To Analyse Budget Summary

Cybrosys Technologies

Features:

- Option to print budget summary from budgets
- Option to print budgets from budgets
+ Option to print budget summary
+ Option to print budgets
Option to print budgets from analytic accounts
Option to print budgets from budgetary positions
@@ -42,11 +42,11 @@ Go to Account -> Adviser -> Budgets. Then select one or more budgets. Then click on 'Print' menu and choose 'Print Summary'.
- +
You can choose start date and end date then click on 'Print' button.
- +
@@ -63,7 +63,7 @@ Go to Account -> Adviser -> Budgets. Then select one or more budgets. Then click on 'Print' menu and choose 'Print Budgets'.
- +
You can choose start date and end date then click on 'Print' button.
diff --git a/account_budget_report/static/description/report2.png b/account_budget_report/static/description/report2.png index e70d87f8d..2d5768d06 100644 Binary files a/account_budget_report/static/description/report2.png and b/account_budget_report/static/description/report2.png differ diff --git a/account_budget_report/static/description/summary_report.png b/account_budget_report/static/description/summary_report.png index 7172522d3..f419c2dde 100644 Binary files a/account_budget_report/static/description/summary_report.png and b/account_budget_report/static/description/summary_report.png differ