-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
129 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Semak inventori | ||
## Penapisan | ||
Anda boleh menyemak keputusan dengan menapis. Sebagai contoh, anda ingin menyemak inventori gudang `KL` dan hanya menyemak produk dengan kategori SKU `Minuman` dan kurang daripada `450`. Anda boleh melakukan ini: | ||
|
||
![Contoh 1](../../assets/inventory-example-filtering.png) | ||
|
||
Kemudian klik `Tapis` untuk mendapatkan keputusan. | ||
|
||
## Menyusun | ||
Anda boleh menyemak keputusan dengan mengisih. Contohnya, jika anda ingin mengisih mengikut kuantiti dalam tertib menaik, klik lajur `Kuantiti`: | ||
::: tip Tidak ditetapkan, lalai | ||
![Isih contoh](../../assets/inventory-example-sorting-unset.png) | ||
::: | ||
|
||
::: tip Tertib menaik | ||
![Isih contoh](../../assets/inventory-example-sorting-ascending.png) | ||
::: | ||
|
||
::: tip Susunan menurun | ||
![Isih contoh](../../assets/inventory-example-sorting-descending.png) | ||
::: | ||
|
||
## Eksport | ||
Anda boleh mengeksport hasil inventori ke fail `xlsx`. Hasilnya ialah sokongan untuk penapisan dan pengisihan. | ||
|
||
Untuk melakukan ini, klik butang `Eksport`. | ||
|
||
![Butang eksport](../../assets/inventory-example-export.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Check the inventory | ||
## Filtering | ||
You can check the results by filtering. For example, you want to check the inventory of warehouse `KL` and only check products with SKU category `Beverages` and less than `450`. You can do this: | ||
|
||
![Example 1](../assets/inventory-example-filtering.png) | ||
|
||
Then click `Filter` to get the results. | ||
|
||
## Sorting | ||
You can check the results by sorting. For example, if you want to sort by quantity in ascending order, click the `Quantity` column: | ||
::: tip Not set, default | ||
![Sort example](../assets/inventory-example-sorting-unset.png) | ||
::: | ||
|
||
::: tip Ascending order | ||
![Sort example](../assets/inventory-example-sorting-ascending.png) | ||
::: | ||
|
||
::: tip Descending order | ||
![Sort example](../assets/inventory-example-sorting-descending.png) | ||
::: | ||
|
||
## Export | ||
You can export the inventory results to an `xlsx` file. The result is support for filtering and sorting. | ||
|
||
To do this, click the `Export` button. | ||
|
||
![Export button](../assets/inventory-example-export.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 检查库存 | ||
## 筛选 | ||
您可以通过过滤来检查结果。例如,您想查询仓库`KL`的库存,只查询SKU类别`饮料`且小于`450`的产品。你可以这样做: | ||
|
||
![Example 1](../../assets/inventory-example-filtering.png) | ||
|
||
然后单击`筛选`即可获取结果。 | ||
|
||
## 排序 | ||
您可以通过排序来检查结果。 例如,如果您想按数量升序排序,请单击`数量`列: | ||
::: tip 未设置,默认 | ||
![Sort example](../../assets/inventory-example-sorting-unset.png) | ||
::: | ||
|
||
::: tip 升序 | ||
![Sort example](../../assets/inventory-example-sorting-ascending.png) | ||
::: | ||
|
||
::: tip 降序 | ||
![Sort example](../../assets/inventory-example-sorting-descending.png) | ||
::: | ||
|
||
## 导出 | ||
您可以将清单结果导出到`xlsx`文件。 结果是支持筛选和排序。 | ||
|
||
为此,请单击`导出`按钮。 | ||
|
||
![Export button](../../assets/inventory-example-export.png) |