Skip to main content

Connections

Definition

Connections represents a node of the Supply-Chain and can be an origin or a destination of an order.

In Hubble, a connection could be of several types:

TypeDefinition
ManufacturerA place where stock is produced
CustomerB2B customer : distributor, wholesaler, store, ...
MarketplaceAn individual consumer (B2C)
WarehouseA place where stock is stored
EntityA company headquarters (used for billing)
ForwarderA company in charge of forwarding / transportation arrangement

For example, in the below simple Supply-Chain, we have 3 nodes:

Therefore 3 connections will be created in Hubble

  • My factory is a Manufacturer
  • My warehouse is a Warehouse
  • My distributor is a Customer

Each connection is composed of:

  • General information: code, name, type
  • An address
  • One or several contacts
note

Connection type is just an information and has no impact on Hubble behavior (except for specific extraction to WMS). Marketplace is supposed to be unique for a given order.

View connections

Connections can be accessed through the menu Connections in MASTER DATA section:

list

Click on a connection code to view connection detail.

Page Layout

Connection page is organized in 2 cards:

  • General information
  • Details:
    • Address tab: Shipping address & main contact
    • Settings tab: Settings to get specific behavior for this connection

detail

Fields

General information

FieldDefinitionMandatory?
CodeMain code for this connection. It should be unique for the whole data setY
NameName of the connectionY
ActiveIf untick, the connection is not available for selection in orders: the data is just kept for history purpose
TypeType of the connection, see above
Business registration nbRegistration number, to be displayed on invoices
Business registration typeRegistration type, to be displayed on invoices
External IDSecondary identifier, for communication with third party systems (ex: Cargowise)

Address

Address can be used as

  • shipping address for warehouse operations (for orders to B2B customers, B2C customers, )
  • address on documents: packing lists, invoices, ...
FieldDefinitionMandatory?
Address line 1First line of address
Address line 2Second line of address
Address line 3Third line of address
DistrictIf the city is organized in districts
Zip codePostal zip code
CityCity
State/provinceState or Province (ex: California, 广东省,...)
Country codeCountry code with ISO 3166-2 standard
Country nameCountry name
PhoneFixed phone to reach the location
caution

For Marketplace only, a field Shipping address is available. This field is the shipping address used for express delivery, in particular for connection with kuaidi100.

In this field, the shipping address is given in 1 single value with the country's way of displaying orders. For example, in China, the standard is Province City District Address (广东省 深圳市 南山区 广东路888号)

This field is automatically filled by Hubble when the order is coming from Qimen, but it should be managed by external systems if the order is coming from other channels. If needed, it is possible to change it and request a new express tracking nb and label.

Contact

Contact can be used for display in documents.

FieldDefinitionMandatory?
NameContact name
PhoneContact phone
EmailContact email address

Settings

FieldDefinitionMandatory?
Release threshold (cbm)Threshold to automatically release a Hold order
Preferred currencyCurrency used for invoicing this customer, to be displayed in invoices
Invoiced with retail price?If yes, product retail price will be used on invoice. If no, wholesale price will be used.

Create and edit connections

Role user

Form

You can use form to create or edit a single Connection. See form for more details about form usage.

  • Create is accessible from list view: an empty form will appear to create a new connection. Connection code must be unique: if already used, an error message will be displayed after submit
  • Edit is accessible from the detailed view of a given connection: a form with current data will appear

Mass upload

Connections can be uploaded by Excel. See mass upload for the whole upload process.

Default template

The default template for upload of connections is:

FieldLevelPivot columnConstraintExcel column
CodeProductYMandatoryA
NameProductYMandatoryB
TypeProductYMandatory, and should be one of the 6 allowed connection typesC

Example of upload with default template

For example, if the following file is uploaded:

Column AColumn BColumn CGood input?
Row 1STORE01Store 1Customer
Row 2STORE02Store 2
Row 3STORE01Store 1Customer
  • Store 1 will be created successfully
  • Store 2 will be not be created since Type is mandatory
  • Last line won't be created since Store 1 is duplicated