PluginProbe
WCPOS – Point of Sale (POS) plugin for WooCommerce / 1.10.13
WCPOS – Point of Sale (POS) plugin for WooCommerce v1.10.13
1.10.19 1.10.18 1.10.17 1.10.16 1.10.15 1.10.13 1.10.14 1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 untagged-3d9b7ccddc54df87c672 1.10.7 1.10.6 1.10.5 1.10.3 1.10.4 1.10.2 1.10.1 1.10.0 1.9.17 1.9.15 1.9.16 1.9.14 All 163 releases
woocommerce-pos / templates / gallery / preview-data / invoice.json

invoice.json in WCPOS – Point of Sale (POS) plugin for WooCommerce 1.10.13, at templates/gallery/preview-data/invoice.json

35 lines 930 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "extends": "base-receipt",
3 "description": "Unpaid invoice preview with payment terms, billing details, and fake bank-transfer placeholders.",
4 "overrides": {
5 "order": {
6 "id": 2048,
7 "number": "INV-2048",
8 "wc_status": "pending",
9 "status_label": "Pending payment",
10 "customer_note": "Invoice for catering deposit.",
11 "needs_payment": true,
12 "payment_url": "https://example.com/pay/inv-2048"
13 },
14 "payments": [],
15 "totals": {
16 "paid_total": 0,
17 "change_total": 0,
18 "refund_total": 0,
19 "net_total": 0
20 },
21 "invoice": {
22 "issue_date": "2024-01-15",
23 "due_date": "2024-01-30",
24 "payment_terms": "Payment due within 15 days.",
25 "bank_details": {
26 "account_name": "Coffee Monster Ltd",
27 "iban": "FAKE SAMPLE IBAN",
28 "bic": "FAKE SAMPLE BIC",
29 "reference": "INV-2048"
30 }
31 },
32 "refunds": []
33 }
34 }
35