diff --git a/account_sequence_option/README.rst b/account_sequence_option/README.rst index e79a5d604..7d0abd9c9 100644 --- a/account_sequence_option/README.rst +++ b/account_sequence_option/README.rst @@ -36,7 +36,8 @@ demo/account_demo_options.xml as a base for your own sequence definitions. The demo sequences use a continuous numbering scheme, without the current year in the generated name. To use a scheme that does include the year, set -``use_date_range`` to ``true``, and use ``%(range_year)s`` the represent the year. +``use_date_range`` to ``true``, and use ``%(range_year)s`` the represent the +year. For example, to generate an invoice scheme that will generate "2022F00001" in 2022, try:: diff --git a/account_sequence_option/static/description/index.html b/account_sequence_option/static/description/index.html index f2ff5a175..00c13369b 100644 --- a/account_sequence_option/static/description/index.html +++ b/account_sequence_option/static/description/index.html @@ -3,7 +3,7 @@ - + Account Sequence Option