> For the complete documentation index, see [llms.txt](https://docs.vmass.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vmass.vn/thong-ke/bang-thong-ke-chi-phi.md).

# Bảng thống kê chi phí

![Bảng thống kê chi phí](/files/-MHeEbAVlgw1NXdS9xpt)

### Thống kê chi phí bao gồm các loại thống kê gì?

Thống kê chi phí bao gồm 6 loại

* Chi phí mua mới nguyên vật liệu
* Chi phí nhân viên
* Công nợ với nhà cung cấp
* Chi phí mặt bằng
* Chi phí internet
* Chi phí khác

### Chi phí nguyên liệu được lấy số liệu từ đâu?

Chi phí nguyên liệu được lấy từ phần quản lý nguyên vật liệu khi thêm mới nguyên vật liệu hay bổ sung nguyên vật liệu vào kho

### Chi phí nhân viên được lấy số liệu từ đâu?

* Chi phí nhân viên được lấy từ phần quản lý nhân viên theo cài đặt của cửa hàng
* Số liệu này được chia theo từng ngày công của nhân viên

### Chi phí công nợ được lấy số liệu từ đâu?

* Chi phí công nợ được lấy từ phần quản lý nhà cung cấp
* Khi cửa hàng thực hiện ghi nhận giao dịch bằng cách nhập số liệu vào ô “Thêm giao dịch”. Số tiền mới trả sẽ được hiển thị tại đây

### Chi phí mặt bằng, internet được lấy số liệu từ đâu?

* Chi phí mặt bằng được lấy từ Form mặt bằng trong phần quản lý Phiếu chi. Chi phí mặt bằng được chia đều cho các ngày trong tháng
* Chi phí Internet được lấy từ Form Internet trong phần quản lý Phiếu chi. Chi phí Internet được chia đều cho các ngày trong tháng

### Chi phí khác là chi phí gì?

Chi phí khác được lấy từ phần quản lý Phiếu chi mới phát sinh, ngoại trừ chi phí mặt bằng và internet

### Chức năng này tự động cập nhật hay cập nhật thủ công?

* Chức năng này được cập nhật tự động từ những phần quản lý có liên quan
* Tại các phần quản lý có liên quan thì phải nhập thủ công


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.vmass.vn/thong-ke/bang-thong-ke-chi-phi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
