> For the complete documentation index, see [llms.txt](https://hscorp.highsoftsistemas.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hscorp.highsoftsistemas.com.br/faq/nota-fiscal/como-fazer-uma-nota-de-entrega-futura.md).

# Como fazer uma nota de entrega futura?

### Orçamentos <a href="#orcamentos" id="orcamentos"></a>

Para fazer uma nota de entrega futura, devemos primeiramente consultar o orçamento e alterar o `Cód. Operação` do cabeçalho do orçamento para **950.04**.

O código de operação dos itens presentes no orçamento irão trocar automaticamente para um novo **x922.1**, indicando que movimentará apenas o Financeiro, lançando o contas a receber.

<figure><img src="/files/Ixx204mhULK0I9Rq2nhX" alt=""><figcaption></figcaption></figure>

Você pode então processar esse orçamento para uma Nota Fiscal de Venda para entrega futura, observando que o código de operação permanece **x922.1**.

<figure><img src="/files/JMz4rdFRFUYgKwPrdz71" alt=""><figcaption></figcaption></figure>

Lançamento do título de simples faturamento decorrente de venda para entrega futura foi efetuado.

### Nota de Entrega Futura

Para consultar a nota fiscal de venda entrega futura devemos ir no caminho:\
Comercial > vendas > Notas Fiscais venda > Consultar > Notas Fiscais venda.

Na tela de consulta de notas fiscais de venda, pesquisar a nota emitida na operação **x922.1**, selecionar a nota, e clicar em `Gerar N.F`

<figure><img src="/files/FW4mdiAd4ILLo8Cwe0BF" alt=""><figcaption></figcaption></figure>

Selecione a série da nota de Entrega Futura, ela deve ser a mesma da nota de Simples Faturamento.

Por fim, o código de operação exibido será **x117.1**, indicando que foi efetuado a venda de uma mercadoria adquirida ou recebida de terceiros, originada de encomenda para entrega futura.

Essa nota movimentará o Estoque.


---

# 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://hscorp.highsoftsistemas.com.br/faq/nota-fiscal/como-fazer-uma-nota-de-entrega-futura.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.
