Skip to content

Commit cd789de

Browse files
ngyinzechangsheng1239
authored andcommitted
feat: update clipboard import guide
1 parent a73c9d1 commit cd789de

File tree

15 files changed

+32
-40
lines changed

15 files changed

+32
-40
lines changed
Lines changed: 32 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,59 @@
11
---
2-
title: Clipboard Import
3-
description: A guide about clipboard import for SQL Account
2+
title: Clipboard Excel Import
3+
description: A guide about clipboard excel import for SQL Account
44
slug: /miscellaneous/clipboard-import
55
tags: ["SQL Account", 'Import']
66
form_name: TfmClipboardImport
77
---
88

9-
Clipboard Import allows users to import master and transaction data by simply copy and paste from Excel. It supports both inserting new records and updating existing ones.
10-
11-
## Prerequisite
9+
import '@src/css/sidebar.css';
10+
import { YtLayout } from '@src/components/yt-layout';
1211

13-
1. [Download Excel Template](#download-excel-template)
14-
2. [Maintain Master Data](#maintain-master-data)
12+
Clipboard Import allows users to import master and transaction data by simply copy and paste from Excel. It supports both inserting new records and updating existing ones.
1513

16-
### Download Excel Template
14+
## Video Guide
1715

18-
Click this link: [Template](https://cdn.sql.com.my/wp-content/uploads/2025/08/SQLAcc-ImportClipboard.xlsx)
16+
<YtLayout
17+
videoId="LBAQw9rl5TM"
18+
/>
1919

20-
### Maintain Master Data
20+
## About Excel Template
2121

22-
Go to **Tools** and maintain all necessary tables required for a smooth import process. For example, when importing Sales Invoices with agent field, you must first set up these entries in **Maintain Agent**. Otherwise, the import will fail with errors.
22+
The first row is field name and number inside the bracket is the field size. Field that starts with '_' (underscore) represents the detail table.
2323

2424
![1](../../static/img/miscellaneous/clipboard-import/1.png)
2525

26-
:::tip
27-
Always import **Master Data** first, then import **Transactions**.
26+
:::warning
27+
Do not modify the field name. Modifying them may result in import errors.
2828
:::
2929

30-
## About Excel Template
30+
## Usage
31+
32+
### Import Steps
3133

32-
1. In the Excel, there are *tabs* at the bottom. Each tab is named according to which table it should be imported into.
34+
1. Go to **File** > **Import** > and select the table
3335

3436
![2](../../static/img/miscellaneous/clipboard-import/2.png)
3537

36-
2. The first row is field name and number inside the bracket is the field size. Field that starts with '_' (underscore) represents the detail table.
38+
2. Click **Get Template** and starts preparing data
3739

3840
![3](../../static/img/miscellaneous/clipboard-import/3.png)
3941

40-
:::warning
41-
Do not modify the field name. Modifying them may result in import errors.
42-
:::
43-
44-
## Usage
45-
46-
### Import Steps
47-
48-
1. Select and **Copy (Ctrl + C)** the table in Excel, including with field name
42+
3. Select and **Copy (Ctrl + C)** the table in Excel, including with field name
4943

5044
![4](../../static/img/miscellaneous/clipboard-import/4.png)
5145

52-
2. Go to **File** > **Import** > **Clipboard Excel Import** and select the table
53-
54-
![5](../../static/img/miscellaneous/clipboard-import/5.png)
55-
5646
3. Click **Paste from Clipboard**
5747

58-
![6](../../static/img/miscellaneous/clipboard-import/6.png)
48+
![5](../../static/img/miscellaneous/clipboard-import/5.png)
5949

6050
4. **Validate** the imported data
6151

62-
![7](../../static/img/miscellaneous/clipboard-import/7.png)
52+
![6](../../static/img/miscellaneous/clipboard-import/6.png)
6353

6454
5. The status will show **New**, **Update** or **Error**
6555

66-
![8](../../static/img/miscellaneous/clipboard-import/8.png)
56+
![7](../../static/img/miscellaneous/clipboard-import/7.png)
6757

6858
:::info
6959
**New**: Inserts master and detail records. <br/>
@@ -77,7 +67,7 @@ Always import **Master Data** first, then import **Transactions**.
7767
During the import process, it is advisable to wait patiently until the import is complete. Performing other actions may cause the application to become unresponsive
7868
:::
7969

80-
![9](../../static/img/miscellaneous/clipboard-import/9.png)
70+
![8](../../static/img/miscellaneous/clipboard-import/8.png)
8171

8272
### Quick Fix
8373

@@ -89,28 +79,30 @@ Quick Fix helps you automatically fix errors, such as missing values. It can cre
8979
Quick Fix only works for records with an Error status.
9080
:::
9181

92-
![10](../../static/img/miscellaneous/clipboard-import/10.png)
82+
![9](../../static/img/miscellaneous/clipboard-import/9.png)
9383

9484
2. Click **Quick Fix**
9585

96-
![11](../../static/img/miscellaneous/clipboard-import/11.png)
86+
![10](../../static/img/miscellaneous/clipboard-import/10.png)
9787

9888
3. For empty value error, select a default value
9989

100-
![12](../../static/img/miscellaneous/clipboard-import/12.png)
90+
![11](../../static/img/miscellaneous/clipboard-import/11.png)
10191

10292
4. Error is fixed
10393

104-
![13](../../static/img/miscellaneous/clipboard-import/13.png)
94+
![12](../../static/img/miscellaneous/clipboard-import/12.png)
10595

10696
### Auto Generate DocNo
10797

10898
Use **`<<New>>n`** in the DocNo field for each set where *n* is a number
10999

110-
![14](../../static/img/miscellaneous/clipboard-import/14.png)
100+
![13](../../static/img/miscellaneous/clipboard-import/13.png)
111101

112102
## Additional Information
113103

114-
1. Customer / Supplier branch's detail will be updated when *BranchName* already exist.
104+
1. Customer / Supplier branch's detail will be updated when *BranchName* already exist.
105+
106+
2. First customer / supplier branch type is *Billing*. Ensure billing details always in the first record during import.
115107

116-
2. First customer / supplier branch type is *Billing*. Ensure billing details always in the first record during import.
108+
3. Import GL Account requires fresh DB.
-60.6 KB
Loading
-92 Bytes
Loading
24.1 KB
Loading
-27.4 KB
Loading
138 KB
Loading
-172 KB
Binary file not shown.
44.7 KB
Loading
-24.4 KB
Loading
-14.7 KB
Loading

0 commit comments

Comments
 (0)