Skip to content

Instantly share code, notes, and snippets.

@ivos
Last active April 13, 2020 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivos/deeb982c4ae09364349cc35c64691f40 to your computer and use it in GitHub Desktop.
Save ivos/deeb982c4ae09364349cc35c64691f40 to your computer and use it in GitHub Desktop.
### ReadOnlyForm: Order detail

- Order number: 2020-02/202
- Status: Accepted
- Customer: Planet express
- Order date: 2 days ago (Feb 20, 2020)
- Delivery address: 57th Street, Manhattan, New New York
- [warning: Reserve]()

> Enabled when `Order.status` = `accepted`. Sets `Order.status` = `reserved`.

- [warning: Dispatch]()

> Enabled when `Order.status` = `reserved`. Sets `Order.status` = `dispatched`.

### Table: Order items

- Product
    - Cigar
    - Beer
    - Pizza
- Unit price
    - 1.6
    - 0.36
    - 6.5
- Quantity
    - 6
    - 12
    - 1
- Item price
    - 9.6
    - 4.32
    - 6.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment