The LineNow Advantage
LineNow fits in between your sales channels and your ERP system to more efficiently process order requests, various approvals, or any other actions related to orders.
flowchart TB
classDef customer fill:#e7f5ff,stroke:#4dabf7,stroke-width:2px,color:#1864ab
classDef channel fill:#f8f9fa,stroke:#ced4da,stroke-width:2px,color:#495057
classDef linenow fill:#ebfbee,stroke:#40c057,stroke-width:2px,color:#2b8a3e
classDef erp fill:#fff3bf,stroke:#ffd43b,stroke-width:2px,color:#e67700
classDef ghost fill:#ffffff00,stroke:#ffffff00
Customers["<div style='padding:12px;font-size:1em;font-weight:600;text-align:center'>Customers</div>"]:::customer
CJ(( )):::ghost
Email["<div style='padding:12px;width:120px;font-size:1em;font-weight:600;text-align:center'>Email Orders</div>"]:::channel
Online["<div style='padding:12px;width:120px;font-size:1em;font-weight:600;text-align:center'>Online Store</div>"]:::channel
EDI["<div style='padding:12px;width:120px;font-size:1em;font-weight:600;text-align:center'>EDI</div>"]:::channel
LJ(( )):::ghost
LineNow["<div style='display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:6px;'>
<img src='/line.svg' width='48' height='48' alt='LineNow' />
<div style='font-weight:600;font-size:2em;color:black'>Line</div>
<div style='font-weight:600;font-size:2em;margin-left:-6px;color:#2563EB'>Now</div>
</div>"]:::linenow
ERP["<div style='padding:12px;font-size:1em;font-weight:600;text-align:center'>ERP System</div>"]:::erp
Customers --> CJ
CJ --> Email
CJ --> Online
CJ --> EDI
Email --> LJ
Online --> LJ
EDI --> LJ
LJ --> LineNow
LineNow --> ERP
LineNow --> Customers
%% link styling:
linkStyle 0 stroke:#ced4da,stroke-width:2px,marker-end:none
linkStyle 1,2,3 stroke:#ced4da,stroke-width:2px
linkStyle 4,5,6 stroke:#40c057,stroke-width:4px,marker-end:none
linkStyle 7,8 stroke:#40c057,stroke-width:4px
linkStyle 9 stroke:#40c057,stroke-width:4px
%% default for any others
linkStyle default stroke:#495057,stroke-width:2px