8000 [IMP] account, website_sale: update taxcloud doc and misc changes in … · creodoo/documentation-user@b884135 · GitHub
[go: up one dir, main page]

Skip to content

Commit b884135

Browse files
fgi-odootivisse
authored andcommitted
[IMP] account, website_sale: update taxcloud doc and misc changes in topic titles
1 parent af4a3a1 commit b884135

21 files changed

+57
-129
lines changed

accounting/others/taxes/application.rst

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
==========================================================
2-
How to adapt taxes to your customer status or localization
2+
How to adapt taxes to my customer status or localization
33
==========================================================
44

55
Most often sales tax rates depend on your customer status or localization.
@@ -64,18 +64,6 @@ shipping address on creating an order.
6464
update and apply the new tax after the visitor has logged in or filled
6565
in his shipping address.
6666

67-
In the US
68-
---------
69-
If you are based in the US, right tax rates can be computed automatically thanks to TaxCloud.
70-
This is effort-less.
71-
72-
* Create an account on TaxCloud.com.
73-
* Install *Account TaxCloud* addon in :menuselection:`Apps`.
74-
* Enter your credentials in :menuselection:`Accounting --> Configuration --> Settings`.
75-
* Hit *Sync TaxCloud Catgories (TIC)*.
76-
* Select a default TIC to compute taxes in :menuselection:`Accounting --> Configuration --> Settings`.
77-
* If some products go under a different TIC, select it from the product detail form (in *Invoicing* tab).
78-
7967
Specific use cases
8068
==================
8169

@@ -92,5 +80,6 @@ taxes, just create two lines having the same *Tax on Product*.
9280
.. seealso::
9381

9482
* :doc:`create`
83+
* :doc:`taxcloud`
9584
* :doc:`tax_included`
9685
* :doc:`B2B_B2C`

accounting/others/taxes/default_taxes.rst

Lines changed: 1 addition & 0 deletions
< 628C tr class="diff-line-row">
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ To change the default taxes set for any new product created go to
2626

2727
* :doc:`create`
2828
* :doc:`application`
29+
* :doc:`taxcloud`
2930
* :doc:`B2B_B2C`
3031
* :doc:`tax_included`
54.2 KB
Loading
9.76 KB
Loading
3.56 KB
Loading
-1.94 KB
Loading
-5.72 KB
Loading
7.82 KB
Loading
-4.19 KB
Binary file not shown.
-6.22 KB
Binary file not shown.
-11.8 KB
Binary file not shown.
-11.4 KB
Binary file not shown.
-11.3 KB
Binary file not shown.

accounting/others/taxes/taxcloud.rst

Lines changed: 47 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=======================================
2-
Manage Your Sales Tax with TaxCloud API
2+
How to get right tax rates in the US thanks to TaxCloud
33
=======================================
44

5-
The **TaxCloud** module allows you to calculate the sales tax for every
5+
The **TaxCloud** integration allows you to calculate the sales tax for every
66
address in the United States and keeps track of which product types are
77
exempt from sales tax and in which states each exemption applies.
88
TaxCloud calculates sales tax in real-time for every state, city, and
@@ -11,139 +11,77 @@ special jurisdiction in the United States.
1111
Configuration
1212
=============
1313

14-
Install the TaxCloud module
15-
---------------------------
16-
17-
In the **Accounting** module, click on :menuselection:`Configuration --> Settings`.
18-
Under :menuselection:`Invoicing and Payments --> Taxes`, check the box **Compute sales
19-
tax automatically using TaxCloud**.
14+
In Tax Cloud
15+
------------
16+
* Create a free account on `*TaxCloud*
17+
<https://taxcloud.net/#register>`__ website.
18+
* Register your website on TaxCloud to get an *API ID* and an *API Key*.
2019

2120
.. image:: media/taxcloud01.png
2221
:align: center
2322

24-
Configure TaxCloud API
25-
----------------------
26-
27-
To configure your TaxCloud API, go to the **Accounting** module, click
28-
on :menuselection:`Configuration -> Settings`.
29-
** Under **TaxCloud Configuration** enter your account credentials (API ID and
30-
API Key). For more information, please refer to the
31-
`*Taxcloud* <http://taxcloud.net>`__ website.
23+
In Odoo
24+
-------
25+
* Go to :menuselection:`Invoicing/Accounting --> Configuration --> Settings`
26+
and check *Compute sales tax automatically using TaxCloud*. Click *Apply*.
3227

3328
.. image:: media/taxcloud02.png
3429
:align: center
3530

36-
Synchronize the TICs(Taxability Information Codes) category
37-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38-
39-
After connecting to TaxCloud API, click on **Sync TaxCloud
40-
Category (TIC)** to synchronize the TICs(Taxability Information Codes)
41-
for products.
31+
* Still in those settings, enter your TaxCloud credentials.
32+
* Hit *Sync TaxCloud Categories (TIC)* to import TIC product categories
33+
from TaxCloud (Taxability Information Codes). Some categories may imply
34+
specific rates.
4235

4336
.. image:: media/taxcloud03.png
4437
:align: center
4538

46-
Company configuration
47-
---------------------
48-
49-
In order to compute the right tax rate, the provider needs your company
50-
information. Be sure your address and default TIC category are correctly
51-
encoded.
52-
53-
.. image:: media/taxcloud04.png
54-
:align: center
55-
56-
Set default TIC category on your company. This ensures if you are
57-
selling the same TIC category product you aren’t required to fill the
58-
TIC on each product or in case of a missing TIC category on product it
59-
will automatically reference the default category for your company.
60-
61-
.. image:: media/taxcloud05.png
62-
:align: center
63-
64-
To check your information, go to the **Settings** app and click on
65-
**General Settings**. Next, click **Configure your company
66-
data.**
67-
68-
Product configuration
69-
---------------------
70-
71-
Set the correct sales tax and TIC category on the product. The main
72-
taxes are automatically configured according to the US chart of accounts.
73-
74-
If you want to set a specific tax rate on a product, you can set the
75-
sales tax on the **product form** under the **Accounting** tab.
76-
77-
.. image:: media/taxcloud06.png
78-
:align: center
79-
80-
You can set the TIC Category on the **Product form** under the
81-
**Sales** tab.
82-
83-
.. image:: media/taxcloud07.png
84-
:align: center
85-
86-
Customer configuration
87-
----------------------
88-
89-
In order to compute the correct tax, the provider needs customer information.
90-
Be sure your customer address is correctly encoded.
91-
92-
.. image:: media/taxcloud08.png
93-
:align: center
94-
95-
The main fiscal positions are automatically created for TaxCloud in the
96-
**US** by default but you may need to create additional fiscal positions
97-
for specific user cases.
39+
* Set default *TIC Code* and taxe rates. This will apply to any new
40+
product created. A default sales tax is needed to trigger the
41+
tax computation.
9842

99-
To define fiscal position:
43+
* For products under a specific category, select it in its detail form
44+
(in *Sales* tab).
10045

101-
- Navigate to the **Accounting** app
46+
* Make sure your company address is well defined (especially the state
47+
and the zip code). Go to :menuselection:`Settings --> General Settings`
48+
and click *Configure your company data*.
10249

103-
- Go to :menuselection:`Configuration --> Fiscal Position`
50+
How it works
51+
============
10452

105-
- Default fiscal position (country) is set to US (you can
106-
define the fiscal position in the Customer Form of the
107-
**Accounting tab**).
53+
Automatic tax assignation works thanks to fiscal positions
54+
(see :doc:`application`).
55+
A specific fiscal position is created when installing *TaxCloud*.
56+
Everything works out-of-the-box.
10857

109-
For more information on fiscal position, see the Odoo documentation on
110-
:doc:`application`.
58+
This fiscal position is set on any sales order, web order, or invoice
59+
when the customer country is *United States*. This is triggering the
60+
automated tax computation.
11161

112-
Manage your sales tax
113-
=====================
114-
115-
Get sales tax automatically via TaxCloud
116-
----------------------------------------
117-
118-
When the fiscal position(tax mapping on fiscal position) is applied
119-
(automatically) on a sales order, web order, or invoices it will send a
120-
request to TaxCloud and return a sales tax calculation.
121-
122-
For example, to get sales tax automatically on a sales order: In the
123-
main menu click :menuselection:`Sales --> Sales orders` and create a new sales order.
124-
Select a customer in the United States and TaxCloud will automatically
125-
apply the US fiscal position on the sales order.
126-
127-
.. image:: media/taxcloud09.png
62+
.. image:: media/taxcloud04.png
12863
:align: center
12964

130-
Add a product with sales tax on an order line and Odoo will automatically
65+
Add a product with a default sales tax. Odoo will automatically
13166
send a request to TaxCloud, get the correct tax percentage based on the
132-
customer’s State and Product TIC category, create a new tax rate if
133-
that tax percentage does not already exist on your list and return the
134-
new tax rate (example: 7.0%).
67+
customer location (state and zip code) and product TIC category, create
68+
a new tax rate if that tax percentage does not already exist in
69+
your system and return it in the order item line (e.g. 7.0%).
13570

136-
.. image:: media/taxcloud10.png
71+
.. image:: media/taxcloud05.png
13772
:align: center
13873

139-
You can also add a tax mapping line on the fiscal position with the new
140-
tax. Odoo will check if the tax exists for the customer's State and
141-
product TIC category in the fiscal position mapping line and if it does
142-
not exist it will send a request to TaxCloud to retrieve the new tax
143-
rate.
74+
How to create specific tax mappings using TaxCloud
75+
============================
14476

145-
.. image:: media/taxcloud11.png
77+
You can create several fiscal positions using TaxCloud.
78+
Check *Use TaxCloud API* to do so. Such fiscal postions can be
79+
assigned to customers in their detail form in order to get them by default
80+
whenever they buy you something.
81+
82+
.. image:: media/taxcloud06.png
14683
:align: center
14784

14885
.. seealso::
86+
* :doc:`default_taxes`
14987
* :doc:`application`

ecommerce/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=================
2-
Getting Started
2+
Get started
33
=================
44

55
.. toctree::

ecommerce/getting_started/catalog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
==================================
2-
How to customize your catalog page
2+
How to customize my catalog page
33
==================================
44

55
Product Catalog

ecommerce/managing_products.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=================
2-
Manage your products
2+
Manage my products
33
=================
44

55
.. toctree::

ecommerce/maximizing_revenue.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=================
2-
Maximize your revenue
2+
Maximize my revenue
33
=================
44

55
.. toctree::

ecommerce/publish.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
===================
2-
Launch your website
2+
Launch my website
33
===================
44

55
.. toctree::

ecommerce/shopper_experience.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=================
2-
Improve the shopper experience
2+
Improve shopper experience
33
=================
44

55
.. toctree::

ecommerce/shopper_experience/portal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
==========================================
2-
How your customers can access their portal
2+
How customers can access their portal
33
==========================================
44

55
It has never been so easy for your customers to access their documents

0 commit comments

Comments
 (0)
0