File: design.rst

package info (click to toggle)
tryton-modules-web-shop-shopify 7.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 676 kB
  • sloc: python: 2,473; xml: 350; makefile: 11; sh: 3
file content (57 lines) | stat: -rw-r--r-- 1,745 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
******
Design
******

The *Web Shop Shopify Module* introduces some new concepts.

.. _model-web.shop.shopify_identifier:

Shopify Identifier
==================

A *Shopify Identifier* stores the Shopify ID for records from other models for
each different :doc:`Web Shop <web_shop:index>`.

.. seealso::

   Identifiers are found by opening the main menu item:

      |Administration --> Models --> Shopify Identifiers|__

      .. |Administration --> Models --> Shopify Identifiers| replace:: :menuselection:`Administration --> Models --> Shopify Identifiers`
      __ https://demo.tryton.org/model/web.shop.shopify_identifier

.. _model-web.shop.shopify_payment_journal:

Shopify Payment Journal
=======================

The *Shopify Payment Journal* stores the rules which are used to determine on
which :doc:`Payment Journal <account_payment:index>` the transactions are
entered.

.. _model-stock.shipment.shopify_identifier:

Shopify Shipment Identifier
===========================

The *Shopify Shipment Identifier* concept stores the Shopify ID for the shipments
for each `Sale <sale:model-sale.sale>`.

.. seealso::

   Identifiers are found by opening the main menu item:

      |Administration --> Models --> Shopify Identifiers --> Shipment Identifiers|__

      .. |Administration --> Models --> Shopify Identifiers --> Shipment Identifiers| replace:: :menuselection:`Administration --> Models --> Shopify Identifiers --> Shipment Identifiers`
      __ https://demo.tryton.org/model/stock.shipment.shopify_identifier


.. _model-web.shop.shopify_inventory_item:

Shopify Inventory Item
======================

The *Shopify Inventory Item* concept manages the Shopify inventory item of each
`Varient <product:model-product.product>`.