feat(F-189): completed feature

This commit is contained in:
chattie
2026-08-22 23:01:59 +02:00
parent 0e3c488c85
commit 6b93e91ef4
24 changed files with 1535 additions and 63 deletions

View File

@@ -7,7 +7,8 @@ export {
type ValidatedPayment,
} from './application/create-pos-sale.js';
export { ReceiveRestPaymentUseCase } from './application/receive-rest-payment.js';
export { buildPosReceipt } from './application/build-pos-receipt.js';
export { ApplyPosReturnUseCase } from './application/apply-pos-return.js';
export { buildPosReceipt, buildPosReturnReceipt } from './application/build-pos-receipt.js';
export type {
PosSaleInput,
PosSaleResult,
@@ -15,5 +16,8 @@ export type {
PosSaleLineItem,
PosPaymentInput,
PosPaymentResult,
PosReturnInput,
PosReturnResult,
PosReturnLineInput,
PosReceipt,
} from './domain/pos-sale.js';