forked from OCA/account-financial-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update menu entries, small fixes and updated readme structure.
- Loading branch information
1 parent
cac3692
commit af3f17e
Showing
10 changed files
with
43 additions
and
97 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
# Copyright 2015-2017 See manifest | ||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html | ||
|
||
from . import models | ||
from . import wizard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
# Copyright 2015-2017 See manifest | ||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html | ||
|
||
from . import account_document_template | ||
from . import account_move_template |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Authors | ||
------- | ||
|
||
* Davide Corio <[email protected]> | ||
* Lorenzo Battistini <[email protected]> | ||
* Paolo Chiara <[email protected]> | ||
* Franco Tampieri <[email protected]> | ||
|
||
Contributors | ||
------------ | ||
|
||
* Jalal ZAHID <[email protected]> (port to v10) | ||
* Alex Comba <[email protected]> (Port to V8) | ||
* Guewen Baconnier <[email protected]> | ||
* Raf Ven <[email protected]> (port to v11) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
The user can configure journal entries templates, useful for recurring entries. | ||
The amount of each template line can be computed (through python code) | ||
or kept as user input. | ||
|
||
If user input, when using the template, user has to fill | ||
the amount of every input lines. | ||
|
||
The journal entry form allows lo load, through a wizard, | ||
the template to use and the amounts to fill. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
To create new templates: | ||
|
||
#. Make sure that you have flagged *Show Full Accounting Features* in your | ||
user, and that the user has belongs to the *Billing Manager* group. | ||
#. Go to *Invoicing / Configuration / Accounting / Journal Templates* and | ||
define there your template. You can choose to complete a line using a | ||
defined formula, based on other lines, or by requiring the user input. | ||
|
||
To use an existing template: | ||
|
||
#. Go to *Invoicing / Adviser / Accounting Entries / Create Journal Entry from Template* | ||
#. Select one of the available templates and optionally a partner. | ||
#. Complete the entries according to the template and press *Load* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1 @@ | ||
############################################################################## | ||
# | ||
# Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>) | ||
# Copyright (C) 2011 Domsense srl (<http://www.domsense.com>) | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Affero General Public License as published | ||
# by the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# 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 Affero General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Affero General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
############################################################################## | ||
from . import select_template |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters