# POS Cash Sales

The POS orders are already in “Completed” status in OMS. A feed file for these orders is prepared and kept on SFTP. SFTP path: /home/{sftpUserName}/netsuite/cashsale/export/archive “HC\_SC\_ImportCashSale” Suitescript will download the CSV file from SFTP and create sales records in NetSuite. To check whether the CSV file is successfully imported: Customisation>Import/Export>View CSV records “HC\_MR\_ExportedCashSalesCSV” will export the CSV file with NetSuite internal id value and put it on the SFTP. “Order Identification” job in OMS will consume the CSV file from SFTP and make Order Identification records in OMS.

* A feed file for these orders is prepared and kept on SFTP. SFTP path:

```
/home/{sftp-username}/netsuite/cashsale/export/archive
```

Suitescript to import completed Cash Sale records into NetSuite.

`HC_SC_ImportCashSale`

To check whether the CSV file is successfully imported in NetSuite

`Customisation > Import/Export > View CSV records`

SuiteScript to export the NetSuite Internal ID of completed Cash Sales

`HC_MR_ExportedCashSalesCSV`

Enable this job in the Job Manager to import the Order Identification records into the OMS.

`Order Identification`


---

# 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://docs.hotwax.co/documents/learn-netsuite/synchronization-flows/order-sync/pos-cash-sales.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.
