# FinancialAccountPhase

常见与会计科目`FinancialAccount`中

```javascript
// 事先增值服务 - 由客户委任
ExAnteVas_AppointedByCustomer,
// 事先增值服务 - 由供应商/政府要求
ExAnteVas_RequiredBySupplierGovt,
// 工厂至港口 - 内陆增值服务
FactoryToPol_PackingConsolidation,
// 工厂至港口 - 内陆运输
FactoryToPol_InlandTransport,
// 港口至船板/甲板 - 港口作业
PolToDeck_Handling,
// 港口至船板/甲板 - 清关舱单
PolToDeck_Customs,
// 港口至船板/甲板 - 文件服务
PolToDeck_Doc,
// 国际运输 - 货运
InternationalTrans_Freight,
// 国际运输 - 承运人收费的服务
InternationalTrans_ServicesChargedByCarrier,
// 船板/甲板至卸货港 - 港口作业
DeckToPod_Handling,
// 船板/甲板至卸货港 - 清关舱单
DeckToPod_Customs,
// 船板/甲板至卸货港 - 文件服务
DeckToPod_Doc,
// 卸货港至门口 - 内陆增值服务
PodToDoor_OffloadingUnpacking,
// 卸货港至门口 - 内陆运输
PodToDoor_InlandTransport,
// 事后收费及费用 - 普通浮动收费
ExPostChargeable_OrdinaryFloatingChargeable,
// 事后收费及费用 - 意外收费
ExPostChargeable_AccidentalChargeable,

```


---

# Agent Instructions: 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:

```
GET https://open.jianyiyun.com/enumerations/financialaccountphase.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
