+
+
+
New Sales Return
+
Return sold goods from a customer; posts an inbound ledger entry immediately.
+
+
+
+ {loadError && (
+
{loadError}
+ )}
+
+ {loading && !loadError &&
}
+
+ {!loading && (
+ <>
+
+
+
+
+
+
+
+
+
+
+
+ {headerError && (
+
{headerError}
+ )}
+
+ {selectedInvoice && (
+
+
Lines invoiced on {selectedInvoice.invoiceNo}
+
+
+ )}
+
+ {submitError && (
+
{submitError}
+ )}
+
+
+
+ Cancel
+
+
+
+ >
+ )}
+
+ )
+}
+
+export default function NewSalesReturnPage() {
+ return (
+