> For the complete documentation index, see [llms.txt](https://kythuat.dtechvn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kythuat.dtechvn.com/convert-du-lieu/convert-tt99-dev.md).

# CONVERT TT99 DEV

## QUY TRÌNH CHUNG

* Đóng bản lập trình 200: để dự phòng trường hợp bản 200 vẫn phải chỉnh sửa cập nhật đặc thù. có thể cân đối sửa thẳng thành 99
* Nhân đổi bản lập trình 200 lên thành 99: phục vụ là bản lập trình cho bản tt99
* Cập nhật bản lập trình thành tt99
  * Tài khoản
  * Báo cáo tài chính, báo cáo khác
  * Chi phí trả trước ⇒ chi phí chờ phân bổ
* Cài đặt bản khách hàng:
  * Hoặc: Nhân bản tt200 của khách hàng thành bản lưu tt200 + mở khóa. Bản gốc tt200 trở thành bản tt99
  * Hoặc: giữ nguyển bản tt200, nhân bản thành bản tt99
  * việc này sẽ tương ứng với dòng mở khóa iso
* Bản tt99 khách hàng
  * Table dulieuketoan cần mở thêm các cột (nếu chưa có):&#x20;
    * tknocu -nvarchar(10)
    * tkcocu - nvarchar(10)
    * nghiepvucu - int
  * Cập nhật danh mục tài khoản 99 đã chuẩn bị trên bản lập trình
  * Cập nhật lại các cột: tknocu,tkcocu,nghiepvucu
  * Xử lý lại dữ liệu tài khoản chuyển đổi đã test bên lập trình
  * Cập nhật báo cáo: từ file dat&#x20;
    * báo cáo tài chính
    * báo cáo phụ&#x20;
  * Kiểm tra lại báo cáo
    * cân đối phát sinh: cân
    * cân đối kế toán: cân
    * lưu chuyển tiền: cân + đặc thù. cus hay bị sửa lại các chỉ tiêu. cần khớp giữa 2 báo cáo (vì cơ bản ko đổi chỉ tiêu)
    * kết quả kinh doanh: khớp 2 báo cáo 2 bản


---

# 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://kythuat.dtechvn.com/convert-du-lieu/convert-tt99-dev.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.
