Skip to content

Commit 210ed41

Browse files
committed
refactor: modify content and markdown format from wiki docs (first draft)
2 parents 03c890a + 5c8fc1c commit 210ed41

File tree

503 files changed

+7082
-7095
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

503 files changed

+7082
-7095
lines changed

docs/getting-started/migration/ubs.md

Lines changed: 138 additions & 75 deletions
Large diffs are not rendered by default.

docs/getting-started/setup.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,24 +143,25 @@ tags: ["SQL Account", "Getting Started", "Setup"]
143143

144144
1. Click on "**Back to Database Group**"
145145

146-
![create-new-group-1](../../static/img/getting-started/setup/create-new-group-1.png)
146+
![create-new-group-1](../../static/img/getting-started/setup/create-new-group-1.png)
147147

148148
2. Click **Create Group**
149149

150-
![create-new-group-2](../../static/img/getting-started/setup/create-new-group-2.png)
150+
![create-new-group-2](../../static/img/getting-started/setup/create-new-group-2.png)
151151

152152
3. Select the **Location** where you wanted to save for the DCF File.
153153

154154
4. Select **Firebird Standalone Database** at Database Engine.
155155

156156
5. Select the **Database Folder** & click Ok.
157157

158-
:::info
159-
Group: Default location is at C:\estream\SQLAccounting\Share
160-
Database: Default location is at C:\estream\SQLAccounting\DB
161-
:::
158+
:::info
159+
**Group**: Default location is at `C:\estream\SQLAccounting\Share`
162160

163-
![create-new-group-3](../../static/img/getting-started/setup/create-new-group-3.png)
161+
**Database**: Default location is at `C:\estream\SQLAccounting\DB`
162+
:::
163+
164+
![create-new-group-3](../../static/img/getting-started/setup/create-new-group-3.png)
164165

165166
6. Click Test Connection to make sure is **Blue** Status.
166167

docs/integration/e-commerce/FAQ.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ May refer link below :
6666

6767
## What or Which Transaction will be used for Setting ?
6868

69-
![ch344](../../../static/img/integration/e-commerce/different/ch344.png)
69+
![e-commerce-settings](../../../static/img/integration/e-commerce/different/e-commerce-settings.png)
7070

7171
| **Field** | **Description** |
7272
|--------------|---------------------------------------------------------------------------------|
@@ -91,18 +91,18 @@ This is because removing the non stock control item code so that it is shown in
9191

9292
This happens when user :
9393

94-
* Forget to **Map** the Itemcode in SQL Accounting
95-
* The **SKU** in platform are **Deleted**
94+
- Forget to **Map** the Itemcode in SQL Accounting
95+
- The **SKU** in platform are **Deleted**
9696

9797
- Solution: **Sync** the Product again & **Map** again for all missing itemcode
9898

9999
## How does the system handle Combo Peoduct in PLatforms ?
100100

101-
* In SQL Accounting it use **BOM(Bill of Materials) Template** as Detail Itemcode to deduct.
101+
- In SQL Accounting it use **BOM(Bill of Materials) Template** as Detail Itemcode to deduct.
102102

103103
- Below is Example Selling Mobile Phone with Power Bank :
104104

105-
![ch345](../../../static/img/integration/e-commerce/different/ch345.png)
105+
![combo-product](../../../static/img/integration/e-commerce/different/combo-product.png)
106106

107107
## Why Expired Date COlumn keep showing Wrong Date even after relogin to the platform ?
108108

@@ -111,7 +111,7 @@ Its due to your pc **system date time** is not correctly set...
111111
- Solution :
112112
1. Click Windows , search Date & Time Settings
113113
2. Make sure You select correct **Time zone**
114-
![ch346](../../../static/img/integration/e-commerce/different/ch346.png)
114+
![system-date-time](../../../static/img/integration/e-commerce/different/system-date-time.png)
115115
3. Click Sync
116116
4. Try Relogin the platform again in SQL Accounting
117117

@@ -122,7 +122,7 @@ Its due to your pc **system date time** is not correctly set...
122122

123123
### How does the system post when Shipping Fees Charges is higher than Seller Paid Amount that causes the Escrow Amount becomes negative ?
124124

125-
![ch347](../../../static/img/integration/e-commerce/different/ch347.png)
125+
![e-commerce-order-detail](../../../static/img/integration/e-commerce/different/e-commerce-order-detail.png)
126126

127127
System will Post to **Sales CN** and set Qty in Negative (In the **Order Tab**).
128128
When Load in Income statement(.xls) files into **Payment Tab**, system will auto post to **Customer Refund**.
@@ -131,7 +131,7 @@ When Load in Income statement(.xls) files into **Payment Tab**, system will auto
131131

132132
This usually happens when Buyer is not at Home after a few attempts sent and seller decided to cancel the Order.
133133

134-
![ch348](../../../static/img/integration/e-commerce/different/ch348.png)
134+
![cancelled-order](../../../static/img/integration/e-commerce/different/cancelled-order.png)
135135

136136
### How System handle Payment Withdraw ?
137137

@@ -143,7 +143,7 @@ This usually happens when Buyer is not at Home after a few attempts sent and sel
143143

144144
Try redownload again from shopee as shopee had updated the format.
145145

146-
![ch349](../../../static/img/integration/e-commerce/different/ch349.png)
146+
![payments-date-incorrect](../../../static/img/integration/e-commerce/different/payments-date-incorrect.png)
147147

148148
</details>
149149

@@ -168,6 +168,7 @@ When load payment, once release amount is in **negative**, system will **delete
168168
When **2nd payment(Adjustment)**, if the amount is in negative, append to CN and Refund, if in positive, will raise Invoice(Adjustment value) and Payment.
169169

170170
### Why the Invoice Amount is changes once Payment is loaded?
171+
171172
It is due to Shipping Fee updated.
172173
Lazada actual Shipping Fee only known **after Payment** is Loaded.
173174

@@ -192,4 +193,4 @@ System will add Last 4 character Store Id for the duplicate(for 2nd & above Invo
192193

193194
This happen when click too many times fetch. Just close whole window & try again
194195

195-
</details>
196+
</details>

docs/integration/pos/batch-module.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Batch Number Module
3+
sidebar_position: 2
34
description: A guide to Batch Number Module for SQL POS System
45
slug: /integration/pos/batch-module
56
tags: ["SQL Account", "POS"]

docs/integration/pos/category.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Category
3+
sidebar_position: 3
34
description: A guide to setup category for SQL POS System
45
slug: /integration/pos/category
56
tags: ["SQL Account", "POS"]

docs/integration/pos/faq.md

Lines changed: 34 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ description: SQL POS frequently-asked questions
55
slug: /faq/sql-pos
66
tags: ["SQL Account", "FAQ", "POS"]
77
---
8+
## Normal POS FAQ
89

9-
List of frequently-asked questions.
10-
11-
### Error When install SQL POS : Must specify additional Parameter
10+
### 1. Error When install SQL POS : Must specify additional Parameter
1211

1312
![1](../../../static/img/integration/pos/qna/1.png)
1413

@@ -33,36 +32,36 @@ List of frequently-asked questions.
3332

3433
3. Control Panel | Uninstall SQL-POS
3534

36-
### Use Offline Mode
35+
### 2. Use Offline Mode
3736

3837
- Unable to capture live Master Transaction from SQL Acc Master
3938

40-
### SQL POS is only Standalone PC
39+
### 3. SQL POS is only Standalone PC
4140

4241
- The reason due to when Database corrupt, it won’t corrupt all, so preferable
4342
Standalone
4443

45-
### Even though I set to Each Bill(Real Time) still unable to get the UTD QTY in SQL POS?
44+
### 4. Even though I set to Each Bill(Real Time) still unable to get the UTD QTY in SQL POS?
4645

4746
- In Setting - > SQL Account -> Need to ticked Run This POS When call from
4847
SQLAcc
4948

5049
![4](../../../static/img/integration/pos/qna/4.png)
5150

52-
### Why keep prompt me Network failed?
51+
### 5.Why keep prompt me Network failed?
5352

5453
1. Make sure have install Firebird
5554

5655
2. SQL Account have to Set to **Firebird Server** if setting ticked **Run this POS when call from SQLAcc**
5756

58-
### Added Stock Item Code with Chinese word, prompt me unable to find this Product Code ???
57+
### 6. Added Stock Item Code with Chinese word, prompt me unable to find this Product Code ???
5958

6059
- SQL POS unable to support Unicode on Code, may key in the Chinese Word in Item Description
6160
- Code Only Alphanumeric
6261

63-
### Previously using IT Uni POS, how should I integrate in SQL?
62+
### 7. Previously using IT Uni POS, how should I integrate in SQL?
6463

65-
#### .1 SQL POS 316 -> FoxPro
64+
#### 1. SQL POS 316 -> FoxPro
6665

6766
1. In SQL Account -> Click on SQL POS(to generate New POS Database)
6867

@@ -76,12 +75,12 @@ List of frequently-asked questions.
7675

7776
3. Click on Migrate
7877

79-
#### .2 SQL POS 333 - > Firebird Database
78+
#### 2. SQL POS 333 - > Firebird Database
8079

8180
In SQL POS System -> Double click SQL POS -> Logon Screen -> Right Click
8281
Restore Database
8382

84-
### Print Receipt Chinese word show in ???
83+
### 8. Print Receipt Chinese word show in ???
8584

8685
- Reason due to Non-Unicode program set to Chinese
8786

@@ -111,7 +110,7 @@ Solution :
111110

112111
5. Save the report
113112

114-
### Error Message : Warning : Assigned Printer does not exist : Print to PDF (Mac Desktop)
113+
### 9. Error Message : Warning : Assigned Printer does not exist : Print to PDF (Mac Desktop)
115114

116115
![11](../../../static/img/integration/pos/qna/11.png)
117116

@@ -120,7 +119,7 @@ Solution:
120119
1. **Testing Database only** - Delete whole ITUnicode database
121120
2. **Real Database** – May request backup from user upload to us to check (suspect file corrupted)
122121

123-
### Unable to capture correct price Tag Price
122+
### 10. Unable to capture correct price Tag Price
124123

125124
Assigned price tag for item A and Item B, how come only first Item A will capture price tag
126125
price, but second item B ref price?
@@ -131,15 +130,15 @@ Setting -> SQL Account -> Ticked Unlink SQL Accounting when available
131130

132131
![12](../../../static/img/integration/pos/qna/12.png)
133132

134-
### Error Message : Failed to Set
133+
### 11. Error Message : Failed to Set
135134

136135
![13](../../../static/img/integration/pos/qna/13.png)
137136

138137
**Solution :**
139138

140139
- Make sure install SQL With 759 & above
141140

142-
### What is Price Set in Stock Item?
141+
### 12. What is Price Set in Stock Item?
143142

144143
- Multiple price set in Maintain Stock Item, user allow to set multiple price with comma.
145144

@@ -154,22 +153,22 @@ Setting -> SQL Account -> Ticked Unlink SQL Accounting when available
154153

155154
![15](../../../static/img/integration/pos/qna/15.png)
156155

157-
### What to do if I want to print Barcode Label with Chinese Company Name?
156+
### 13. What to do if I want to print Barcode Label with Chinese Company Name?
158157

159158
- Save as JPEG, then load the picture into Foxit Design ~
160159

161-
### Error Message : File in use when design barcode report
160+
### 14. Error Message : File in use when design barcode report
162161

163162
![16](../../../static/img/integration/pos/qna/16.png)
164163

165164
- Try Exit the program and logon
166165
- Delete this report and design again
167166

168-
### Backup Error : C:\itUnicode\SQL-POS\SQL-POS-0001.fdb could not be read
167+
### 15. Backup Error : C:\itUnicode\SQL-POS\SQL-POS-0001.fdb could not be read
169168

170169
- Is due to IT Sync is running behind, may shut down IT Sync before Backup
171170

172-
### Close Counter Collect Payment Type is not match with Payment Method select in Bills
171+
### 16. Close Counter Collect Payment Type is not match with Payment Method select in Bills
173172

174173
![17](../../../static/img/integration/pos/qna/17.png)
175174

@@ -183,13 +182,13 @@ Step to check Payment Method post to what Account
183182

184183
:::
185184

186-
### Why in Setting Receipt & License Retrieve From SQL button is missing
185+
### 17. Why in Setting Receipt & License Retrieve From SQL button is missing
187186

188187
![18](../../../static/img/integration/pos/qna/18.png)
189188

190189
- Once License Registered, the button will disable ~
191190

192-
### Same receipt will auto cut to few pages
191+
### 18. Same receipt will auto cut to few pages
193192

194193
![19](../../../static/img/integration/pos/qna/19.png)
195194

@@ -203,15 +202,15 @@ Step to check Payment Method post to what Account
203202

204203
![20](../../../static/img/integration/pos/qna/20.png)
205204

206-
### Unable to key In Daily Cash Sales No with message : The Control is Read Only
205+
### 19. Unable to key In Daily Cash Sales No with message : The Control is Read Only
207206

208207
![21](../../../static/img/integration/pos/qna/21.png)
209208

210209
**Answer :**
211210

212211
- Control by license, need email to request new license key, mean Counter ID and CashSales number prefix based on license.
213212

214-
### Receipt format unable to show Chinese word
213+
### 20. Receipt format unable to show Chinese word
215214

216215
1. Menu Screen -> Select **Print Receipt**
217216

@@ -227,7 +226,7 @@ Step to check Payment Method post to what Account
227226
After Fill in \<UTF-8\> , remember save the report.
228227
:::
229228

230-
### Proper Step to set Branch SQL POS (Error Failed to Set )
229+
### 21. Proper Step to set Branch SQL POS (Error Failed to Set )
231230

232231
1. Configure and make sure SQL able to test successful
233232

@@ -241,7 +240,7 @@ After Fill in \<UTF-8\> , remember save the report.
241240
- Ping result lost 0 = 0%
242241
- Unticked **DisableChkPing**
243242

244-
### Fail to assign Printer
243+
### 22. Fail to assign Printer
245244

246245
![24](../../../static/img/integration/pos/qna/24.png)
247246

@@ -255,15 +254,15 @@ After Fill in \<UTF-8\> , remember save the report.
255254

256255
3. Window XP -> Upgrade to Window 7 & Above
257256

258-
### How to disable preview receipt when payment done
257+
### 23. How to disable preview receipt when payment done
259258

260259
![25](../../../static/img/integration/pos/qna/25.png)
261260

262261
Solution :
263262

264263
- SQL POS **Setting** - > **Receipt & License** Tab -> **No Copy of Receipt** set to **0**
265264

266-
### What to do if disallow User to return stock?
265+
### 24. What to do if disallow User to return stock?
267266

268267
Maintain User -> Refund Item ->
269268

@@ -275,11 +274,11 @@ Set to Yes, user allow to return stock with enter - 1
275274
Set to No, user disallow to save negative stock
276275
:::
277276

278-
### How to un-closed counter?
277+
### 25. How to un-closed counter?
279278

280279
➔ Close Counter -> Right click un-closed counter
281280

282-
### Unable to Sent Email from Gmail : Fail to sent email
281+
### 26. Unable to Sent Email from Gmail : Fail to sent email
283282

284283
:::info
285284
*(Menu -> Export Cash Sales -> Email Button -> Setting Email Server Button)*
@@ -289,7 +288,7 @@ Set to No, user disallow to save negative stock
289288

290289
**Solution :**
291290

292-
1. Follow this [link](https://myaccount.google.com/security)
291+
1. Follow this [Google Account Security page](https://myaccount.google.com/security)
293292

294293
2. Click on **Less Secure App Access**
295294

@@ -299,7 +298,7 @@ Set to No, user disallow to save negative stock
299298

300299
![29](../../../static/img/integration/pos/qna/29.png)
301300

302-
### Post to SQL Account raise Error: Failed to Psot Payment of 02/6/2020 OLED IDispatch exception code 0 from : knockoff amount (0.00) must not exceed outstanding amount (321.6)
301+
### 27. Post to SQL Account raise Error: Failed to Psot Payment of 02/6/2020 OLED IDispatch exception code 0 from : knockoff amount (0.00) must not exceed outstanding amount (321.6)
303302

304303
![30](../../../static/img/integration/pos/qna/30.png)
305304

@@ -311,8 +310,8 @@ Set to No, user disallow to save negative stock
311310

312311
## SQL POS F&B
313312

314-
### Error Message : Counter is closed, wait for Main Counter to open
313+
### 28. Error Message : Counter is closed, wait for Main Counter to open
315314

316-
![31](../../../static/img/integration/pos/qna/31.png)
315+
![31](../../../static/img/integration/pos/qna/31.png)
317316

318-
- This error message mean when there have multiple POS link together, make sure Main Counter have to Open Counter first.
317+
- This error message mean when there have multiple POS link together, make sure Main Counter have to Open Counter first.

0 commit comments

Comments
 (0)