Browse Source

[ADD] Licence and index

pull/30/merge
SHEREEF PT 8 years ago
parent
commit
2a6c1a6480
  1. 21
      account_budget_report/reports/__init__.py
  2. 21
      account_budget_report/reports/analytic_budget.py
  3. 21
      account_budget_report/reports/budget_parser.py
  4. 21
      account_budget_report/reports/cross_overed_budget_report.py
  5. BIN
      account_budget_report/static/description/analytic_budget_report.png
  6. BIN
      account_budget_report/static/description/budgetry_position_report.png
  7. 12
      account_budget_report/static/description/index.html
  8. BIN
      account_budget_report/static/description/report2.png
  9. BIN
      account_budget_report/static/description/summary_report.png

21
account_budget_report/reports/__init__.py

@ -1,4 +1,25 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2017-TODAY Cybrosys Technologies(<https://www.cybrosys.com>).
# Author: Jesni Banu(<https://www.cybrosys.com>)
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
import budget_parser
import cross_overed_budget_report
import analytic_budget

21
account_budget_report/reports/analytic_budget.py

@ -1,4 +1,25 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2017-TODAY Cybrosys Technologies(<https://www.cybrosys.com>).
# Author: Jesni Banu(<https://www.cybrosys.com>)
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
import time
from odoo.osv import osv
from odoo.report import report_sxw

21
account_budget_report/reports/budget_parser.py

@ -1,4 +1,25 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2017-TODAY Cybrosys Technologies(<https://www.cybrosys.com>).
# Author: Jesni Banu(<https://www.cybrosys.com>)
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
import time
from odoo.osv import osv
from odoo.report import report_sxw

21
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(<https://www.cybrosys.com>).
# Author: Jesni Banu(<https://www.cybrosys.com>)
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
import time
from odoo.osv import osv
from odoo.report import report_sxw

BIN
account_budget_report/static/description/analytic_budget_report.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 29 KiB

BIN
account_budget_report/static/description/budgetry_position_report.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 34 KiB

12
account_budget_report/static/description/index.html

@ -1,14 +1,14 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan">Account Budget Report</h2>
<h2 class="oe_slogan">Advanced Account Budget Report</h2>
<h3 class="oe_slogan">Helps You To Analyse Budget Summary</h3>
<h4 class="oe_slogan"><a href="https://www.cybrosys.com">Cybrosys Technologies</a> </h4>
</div>
<div class="oe_row oe_spaced" style="padding-left:65px;">
<h4>Features:</h4>
<div>
<span style="color:green;"> &#9745; </span> Option to print budget summary from budgets<br/>
<span style="color:green;"> &#9745; </span> Option to print budgets from budgets<br/>
<span style="color:green;"> &#9745; </span> Option to print budget summary<br/>
<span style="color:green;"> &#9745; </span> Option to print budgets<br/>
<span style="color:green;"> &#9745; </span> Option to print budgets from analytic accounts<br/>
<span style="color:green;"> &#9745; </span> Option to print budgets from budgetary positions<br/>
</div>
@ -42,11 +42,11 @@
<span>Go to Account -> Adviser -> Budgets. Then select one or more budgets. Then click on 'Print'
menu and choose 'Print Summary'.</span>
<div class="oe_demo oe_picture oe_screenshot">
<img style="border:10px solid white;height: 400px;" src="wizard.png">
<img style="border:10px solid white;" src="wizard.png">
</div>
<span>You can choose start date and end date then click on 'Print' button.</span>
<div class="oe_demo oe_picture oe_screenshot">
<img style="border:10px solid white;height: 400px;" src="summary_report.png">
<img style="border:10px solid white;" src="summary_report.png">
</div>
</div>
</div>
@ -63,7 +63,7 @@
<span>Go to Account -> Adviser -> Budgets. Then select one or more budgets. Then click on 'Print'
menu and choose 'Print Budgets'.</span>
<div class="oe_demo oe_picture oe_screenshot">
<img style="border:10px solid white;height: 400px;" src="wizard1.png">
<img style="border:10px solid white;" src="wizard1.png">
</div>
<span>You can choose start date and end date then click on 'Print' button.</span>
<div class="oe_demo oe_picture oe_screenshot">

BIN
account_budget_report/static/description/report2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 26 KiB

BIN
account_budget_report/static/description/summary_report.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Loading…
Cancel
Save