Skip to content

Commit

Permalink
[MIG][12.0] l10n_us_check_writing_address
Browse files Browse the repository at this point in the history
  • Loading branch information
murtuzasaleh committed May 24, 2019
1 parent 0ef8c55 commit 791660b
Show file tree
Hide file tree
Showing 16 changed files with 156 additions and 407 deletions.
106 changes: 86 additions & 20 deletions l10n_us_check_writing_address/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
====================================
US Check Printing with Payee Address
====================================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--usa-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-usa/tree/11.0/l10n_us_check_writing_address
:alt: OCA/l10n-usa
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/l10n-usa-11-0/l10n-usa-11-0-l10n_us_check_writing_address
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/203/11.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

===================================
US Check Writing with Payee Address
Expand All @@ -16,48 +39,81 @@ Supported formats
* Check in the middle: Peachtree standard
* Check at the bottom: ADP standard

Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/l10n-usa/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smash it by providing detailed and welcomed feedback.

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.

**Table of contents**

.. contents::
:local:

Configuration
=============


You can configure the output (layout, stubs informations, etc.) in company
settings, and manage the checks numbering (if you use pre-printed checks
without numbers) in the journal settings.

Usage
=====


To use this module, you need to:

#. Go to Accounting > Purchases > Payments
#. Create a new payment with a payment method (journal) configured to print
check
#. Check the check option, register the payment and print the check

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/203/10.0

Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/l10n-usa/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smash it by providing detailed and welcomed feedback.
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-usa/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/l10n-usa/issues/new?body=module:%20l10n_us_check_writing_address%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Images
------
Authors
~~~~~~~

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
* Open Source Integrators

Contributors
------------
~~~~~~~~~~~~


* Bhavesh Odedra <bodedra@ursainfosystems.com>
* Sandip Mangukiya <smangukiya@ursainfosystems.com>
* Sudarshan Kadalazhi <skadalazhi@ursainfosystems.com>
* Murtuza Saleh <murtuza.saleh@serpentcs.com>

Other credits
~~~~~~~~~~~~~


Images
------

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.

Funders
-------
Expand All @@ -66,17 +122,27 @@ The development of this module has been financially supported by:

* Ursa Information Systems <http://www.ursainfosystems.com>

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.
.. |maintainer-max3903| image:: https://github.com/max3903.png?size=40px
:target: https://github.com/max3903
:alt: max3903

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-max3903|

This module is part of the `OCA/l10n-usa <https://github.com/OCA/l10n-usa/tree/11.0/l10n_us_check_writing_address>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
6 changes: 3 additions & 3 deletions l10n_us_check_writing_address/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Ursa Information Systems <http://www.ursainfosystems.com>
# Copyright 2019 Open Source Integrators
# <https://www.opensourceintegrators.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
from . import models
19 changes: 8 additions & 11 deletions l10n_us_check_writing_address/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Ursa Information Systems <http://www.ursainfosystems.com>
# Copyright 2019 Open Source Integrators
# <https://www.opensourceintegrators.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'US Check Printing with Payee Address',
'summary': 'Print US Checks',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'license': 'AGPL-3',
'author': 'Ursa Information Systems, Odoo Community Association (OCA)',
'author': 'Open Source Integrators, Odoo Community Association (OCA)',
'category': 'Localization/Checks Printing',
'maintainer': 'Ursa Information Systems',
'website': 'http://www.ursainfosystems.com',
'maintainer': 'Open Source Integrators',
'website': 'https://github.com/OCA/l10n-usa',
'depends': [
'account_check_printing_report_base',
],
'data': [
'report/account_check_writing_report.xml',
'report/report_check_base_top.xml',
'report/report_check_base_middle.xml',
'report/report_check_base_bottom.xml',
'data/account_payment_check_report_data.xml',
],
'development_sattus': 'Beta',
'maintainers': ['max3903'],
'installable': True,
}

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions l10n_us_check_writing_address/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Ursa Information Systems <http://www.ursainfosystems.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import res_partner
5 changes: 2 additions & 3 deletions l10n_us_check_writing_address/models/res_partner.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Ursa Information Systems <http://www.ursainfosystems.com>
# Copyright 2019 Open Source Integrators
# <https://www.opensourceintegrators.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).


from odoo import api, models


DEFAULT_ADDRESS_FORMAT = "%(street)s\n" \
"%(street2)s\n" \
"%(city)s %(state_code)s %(zip)s\n" \
Expand Down
4 changes: 4 additions & 0 deletions l10n_us_check_writing_address/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

You can configure the output (layout, stubs informations, etc.) in company
settings, and manage the checks numbering (if you use pre-printed checks
without numbers) in the journal settings.
5 changes: 5 additions & 0 deletions l10n_us_check_writing_address/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

* Bhavesh Odedra <bodedra@ursainfosystems.com>
* Sandip Mangukiya <smangukiya@ursainfosystems.com>
* Sudarshan Kadalazhi <skadalazhi@ursainfosystems.com>
* Murtuza Saleh <murtuza.saleh@serpentcs.com>
12 changes: 12 additions & 0 deletions l10n_us_check_writing_address/readme/CREDITS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

Images
------

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.

Funders
-------

The development of this module has been financially supported by:

* Ursa Information Systems <http://www.ursainfosystems.com>
29 changes: 29 additions & 0 deletions l10n_us_check_writing_address/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
===================================
US Check Writing with Payee Address
===================================

This module allows to print your payments on pre-printed check paper.
This module adds the address to the Payee section of a check.

Supported formats
-----------------

* Check on top: Quicken / QuickBooks standard
* Check in the middle: Peachtree standard
* Check at the bottom: ADP standard

Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/l10n-usa/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smash it by providing detailed and welcomed feedback.

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.
7 changes: 7 additions & 0 deletions l10n_us_check_writing_address/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

To use this module, you need to:

#. Go to Accounting > Purchases > Payments
#. Create a new payment with a payment method (journal) configured to print
check
#. Check the check option, register the payment and print the check
Loading

0 comments on commit 791660b

Please sign in to comment.