|
1 | | -:nosearch: |
| 1 | +:show-content: |
2 | 2 |
|
3 | 3 | =============== |
4 | 4 | Getting started |
5 | 5 | =============== |
6 | 6 |
|
| 7 | +When you first open your Odoo Accounting app, the *Accounting Overview* page welcomes you with a |
| 8 | +step-by-step onboarding banner, a wizard that helps you get started. This onboarding banner is |
| 9 | +displayed until you choose to close it. |
| 10 | + |
| 11 | +The settings visible in the onboarding banner can still be modified later by going to |
| 12 | +:menuselection:`Accounting --> Configuration --> Settings`. |
| 13 | + |
| 14 | +.. note:: |
| 15 | + Odoo Accounting automatically installs the appropriate **Fiscal Localization Package** for your |
| 16 | + company, according to the country selected at the creation of the database. This way, the right |
| 17 | + accounts, reports, and taxes are ready-to-go. :ref:`Click here <fiscal_localizations/packages>` |
| 18 | + for more information about Fiscal Localization Packages. |
| 19 | + |
| 20 | +.. seealso:: |
| 21 | + :doc:`getting_started/cheat_sheet` |
| 22 | + :doc:`getting_started/chart_of_accounts` |
| 23 | + :doc:`getting_started/multi_currency` |
| 24 | + :doc:`getting_started/avg_price_valuation` |
| 25 | + |
| 26 | + |
| 27 | +Accounting onboarding banner |
| 28 | +============================ |
| 29 | + |
| 30 | +The step-by-step Accounting onboarding banner is composed of four steps: |
| 31 | + |
| 32 | +.. image:: getting_started/setup_accounting_onboarding.png |
| 33 | + :alt: Step-by-step onboarding banner in Odoo Accounting |
| 34 | + |
| 35 | +#. :ref:`accounting-setup-company` |
| 36 | +#. :ref:`accounting-setup-bank` |
| 37 | +#. :ref:`accounting-setup-periods` |
| 38 | +#. :ref:`accounting-setup-chart` |
| 39 | + |
| 40 | +.. _accounting-setup-company: |
| 41 | + |
| 42 | +Company Data |
| 43 | +------------ |
| 44 | + |
| 45 | +This menu allows you to add your company’s details such as the name, address, logo, website, phone |
| 46 | +number, email address, and Tax ID, or VAT number. These details are then displayed on your documents, |
| 47 | +such as on invoices. |
| 48 | + |
| 49 | +.. image:: getting_started/setup_company.png |
| 50 | + :alt: Add your company's details in Odoo Accounting and Odoo Invoicing |
| 51 | + |
| 52 | +.. note:: |
| 53 | + You can also change these settings by going to :menuselection:`Settings --> General Settings --> |
| 54 | + Settings --> Companies` and clicking on **Update Info**. |
| 55 | + |
| 56 | +.. _accounting-setup-bank: |
| 57 | + |
| 58 | +Bank Account |
| 59 | +------------ |
| 60 | + |
| 61 | +Connect your bank account to your database and have your bank statements synced automatically. To do |
| 62 | +so, find your bank in the list, click on *Connect*, and follow the instructions on-screen. |
| 63 | + |
| 64 | +.. note:: |
| 65 | + :doc:`Click here <bank/bank_synchronization>` for more information about this feature. |
| 66 | + |
| 67 | +If your Bank Institution can’t be synchronized automatically, or if you prefer not to sync it with |
| 68 | +your database, you may also configure your bank account manually by clicking on *Create it*, and |
| 69 | +filling out the form. |
| 70 | + |
| 71 | +- **Name**: the bank account's name, as displayed on Odoo. |
| 72 | +- **Account Number**: your bank account number (IBAN in Europe). |
| 73 | +- **Bank**: click on *Create and Edit* to configure the bank's details. Add the bank institution's |
| 74 | + name and its Identifier Code (BIC or SWIFT). |
| 75 | +- **Code**: this code is your Journal's *Short Code*, as displayed on Odoo. By default, Odoo creates |
| 76 | + a new Journal with this Short Code. |
| 77 | +- **Journal**: This field is displayed if you have an existing Bank Journal that is not linked yet |
| 78 | + to a bank account. If so, then select the *Journal* you want to use to record the financial |
| 79 | + transactions linked to this bank account or create a new one by clicking on *Create and Edit*. |
| 80 | + |
| 81 | +.. note:: |
| 82 | + - You can add as many bank accounts as needed with this tool by going to :menuselection:`Accounting |
| 83 | + --> Configuration`, and clicking on *Add a Bank Account*. |
| 84 | + - :doc:`Click here <bank>` for more information about Bank |
| 85 | + Accounts. |
| 86 | + |
| 87 | +.. _accounting-setup-periods: |
| 88 | + |
| 89 | +Accounting Periods |
| 90 | +------------------ |
| 91 | + |
| 92 | +Define here your **Fiscal Years**’ opening and closing dates, which are used to generate reports |
| 93 | +automatically, and your **Tax Return Periodicity**, along with a reminder to never miss a tax return |
| 94 | +deadline. |
| 95 | + |
| 96 | +By default, the opening date is set on the 1st of January and the closing date on the 31st of |
| 97 | +December, as this is the most common use. |
| 98 | + |
| 99 | +.. note:: |
| 100 | + You can also change these settings by going to :menuselection:`Accounting --> Configuration --> |
| 101 | + Settings --> Fiscal Periods` and updating the values. |
| 102 | + |
| 103 | +.. _accounting-setup-chart: |
| 104 | + |
| 105 | +Chart of Accounts |
| 106 | +----------------- |
| 107 | + |
| 108 | +With this menu, you can add accounts to your **Chart of Accounts** and indicate their initial |
| 109 | +opening balances. |
| 110 | + |
| 111 | +Basic settings are displayed on this page to help you review your Chart of Accounts. To access all |
| 112 | +the settings of an account, click on the *double arrow button* at the end of the line. |
| 113 | + |
| 114 | +.. image:: getting_started/setup_chart_of_accounts.png |
| 115 | + :alt: Setup of the Chart of Accounts and their opening balances in Odoo Accounting |
| 116 | + |
| 117 | +.. note:: |
| 118 | + :doc:`Click here <getting_started/chart_of_accounts>` for more information on how to configure your Chart of |
| 119 | + Accounts. |
| 120 | + |
| 121 | +Invoicing onboarding banner |
| 122 | +=========================== |
| 123 | + |
| 124 | +There is another step-by-step onboarding banner that helps you take advantage of your Odoo Invoicing |
| 125 | +and Accounting apps. The *Invoicing onboarding banner* is the one that welcomes you if you use the |
| 126 | +Invoicing app rather than the Accounting app. |
| 127 | + |
| 128 | +If you have Odoo Accounting installed on your database, you can reach it by going to |
| 129 | +:menuselection:`Accounting --> Customers --> Invoices`. |
| 130 | + |
| 131 | +The Invoicing onboarding banner is composed of four main steps: |
| 132 | + |
| 133 | +.. image:: getting_started/setup_invoicing_onboarding.png |
| 134 | + :alt: Step-by-step onboarding banner in Odoo Invoicing |
| 135 | + |
| 136 | +#. :ref:`invoicing-setup-company` |
| 137 | +#. :ref:`invoicing-setup-layout` |
| 138 | +#. :ref:`invoicing-setup-payment` |
| 139 | +#. :ref:`invoicing-setup-sample` |
| 140 | + |
| 141 | +.. _invoicing-setup-company: |
| 142 | + |
| 143 | +Company Data |
| 144 | +------------ |
| 145 | + |
| 146 | +This form is the same as :ref:`the one presented in the Accounting onboarding banner |
| 147 | +<accounting-setup-company>`. |
| 148 | + |
| 149 | +.. _invoicing-setup-layout: |
| 150 | + |
| 151 | +Invoice Layout |
| 152 | +-------------- |
| 153 | + |
| 154 | +With this tool, you can design the appearance of your documents by selecting which layout template, |
| 155 | +paper format, colors, font, and logo you want to use. |
| 156 | + |
| 157 | +You can also add your *Company Tagline* and the content of the documents’ *footer*. Note that Odoo |
| 158 | +automatically adds the company's phone number, email, website URL, and Tax ID (or VAT number) to the |
| 159 | +footer, according to the values you previously configured in the :ref:`Company Data |
| 160 | +<accounting-setup-company>`. |
| 161 | + |
| 162 | +.. image:: getting_started/setup_document_layout.png |
| 163 | + :alt: Document layout configuration in Odoo Invoicing |
| 164 | + |
| 165 | +.. tip:: |
| 166 | + Add your **bank account number** and a link to your **General Terms & Condition** in the footer. |
| 167 | + This way, your contacts can find the full content of your GT&C online without having to print |
| 168 | + them on the invoices you issue. |
| 169 | + |
| 170 | +.. note:: |
| 171 | + These settings can also be modified by going to :menuselection:`Settings --> General Settings`, |
| 172 | + under the *Business Documents* section. |
| 173 | + |
| 174 | +.. _invoicing-setup-payment: |
| 175 | + |
| 176 | +Payment Method |
| 177 | +-------------- |
| 178 | + |
| 179 | +This menu helps you configure the payment methods with which your customers can pay you. |
| 180 | + |
| 181 | +.. important:: |
| 182 | + Configuring a *Payment Acquirer* with this tool also activates the *Invoice Online Payment* |
| 183 | + option automatically. With this, users can directly pay online, from their Customer Portal. |
| 184 | + |
| 185 | +.. _invoicing-setup-sample: |
| 186 | + |
| 187 | +Sample Invoice |
| 188 | +-------------- |
| 189 | + |
| 190 | +Send yourself a sample invoice by email to make sure everything is correctly configured. |
| 191 | + |
| 192 | +.. seealso:: |
| 193 | + * :doc:`bank` |
| 194 | + * :doc:`getting_started/chart_of_accounts` |
| 195 | + * :doc:`bank/bank_synchronization` |
| 196 | + * :doc:`../fiscal_localizations` |
| 197 | + * `Odoo Tutorials: Accounting Basics <https://www.odoo.com/r/lsZ>`_ |
| 198 | + |
7 | 199 | .. toctree:: |
8 | 200 | :titlesonly: |
9 | 201 |
|
10 | | - getting_started/main_concept |
11 | 202 | getting_started/cheat_sheet |
12 | | - getting_started/initial_configuration |
| 203 | + getting_started/chart_of_accounts |
| 204 | + getting_started/multi_currency |
| 205 | + getting_started/avg_price_valuation |
0 commit comments