lazy.invoice.workers.dev Open in urlscan Pro
2a06:98c1:3120::3  Public Scan

Submitted URL: http://lazy.invoice.workers.dev/
Effective URL: https://lazy.invoice.workers.dev/
Submission: On November 14 via api from US — Scanned from NL

Form analysis 1 forms found in the DOM

GET https://generate.invoice.workers.dev

<form id="form" class="Stack" method="GET" action="https://generate.invoice.workers.dev">
  <div class="FormField">
    <div class="FormField--text">
      <label class="FormField--label" for="company">Company <span class="Panel--deemphasized">name &amp; address</span></label>
      <p id="company-describedby" class="FormField--description">The company or individual sending the invoice.</p>
    </div>
    <textarea class="Input Input-textarea" id="company" aria-describedby="company-describedby" name="company" rows="3" autocomplete="off" autofocus="" textarea-auto-resize-initted="true"
      style="overflow: hidden; overflow-wrap: break-word; resize: none; height: 109px;"></textarea>
  </div>
  <div class="FormField">
    <div class="FormField--text">
      <label class="FormField--label" for="customer">Customer <span class="Panel--deemphasized">name &amp; address</span></label>
      <p id="customer-describedby" class="FormField--description">The company or individual receiving the invoice.</p>
    </div>
    <textarea class="Input Input-textarea" id="customer" aria-describedby="customer-describedby" name="customer" rows="3" autocomplete="off" textarea-auto-resize-initted="true"
      style="overflow: hidden; overflow-wrap: break-word; resize: none; height: 109px;"></textarea>
  </div>
  <div class="FormField">
    <div class="FormField--text">
      <label class="FormField--label" for="description">Description</label>
      <p id="description-describedby" class="FormField--description">Default value is “Products and services”.</p>
    </div>
    <input class="Input" id="description" type="text" name="description" aria-describedby="description-describedby" autocomplete="off">
  </div>
  <div class="FormField">
    <div class="FormField--text">
      <label class="FormField--label" for="amount">Amount</label>
      <p class="FormField--description">e.g. “$100” or “¥39000” or simply “500”.</p>
    </div>
    <input class="Input" id="amount" type="text" name="amount" autocomplete="off">
  </div>
  <div class="FormField">
    <div class="FormField--text">
      <label class="FormField--label" for="total">Total <span class="Panel--deemphasized">(optional)</span></label>
    </div>
    <input class="Input" id="total" type="text" name="total" autocomplete="off">
  </div>
  <div class="FormField">
    <div class="FormField--text">
      <label class="FormField--label" for="number">Invoice Number/ID <span class="Panel--deemphasized">(optional)</span></label>
    </div>
    <input class="Input" id="number" type="text" name="number" autocomplete="off">
  </div>
  <div class="FormField">
    <div class="FormField--text">
      <label class="FormField--label" for="date">Invoice date</label>
      <p id="date-describedby" class="FormField--description">Default value is <em>today</em>.</p>
    </div>
    <input class="Input" id="date" type="text" name="date" aria-describedby="date-describedby" autocomplete="off">
  </div>
</form>

Text Content

LAZY.INVOICE.WORKERS.DEV

?
Company name & address

The company or individual sending the invoice.

Customer name & address

The company or individual receiving the invoice.

Description

Default value is “Products and services”.

Amount

e.g. “$100” or “¥39000” or simply “500”.

Total (optional)
Invoice Number/ID (optional)
Invoice date

Default value is today.

Update previewGenerate PDF Permalink


ABOUT

Lazy Invoice is a simple tool for generating a PDF invoice for a single product
or service. Just fill out the form and see the PDF update as you go.

Built by Adam Schwartz using Cloudflare Workers.

Done View example