2
0
mirror of https://github.com/frappe/books.git synced 2025-03-31 23:41:32 +00:00

fix: add Pos Emits type

This commit is contained in:
AbleKSaju 2024-11-27 17:52:00 +05:30
parent 4a381c3a86
commit e1f334113e

View File

@ -24,6 +24,7 @@ export type PosEmits =
| 'setCashAmount' | 'setCashAmount'
| 'setCouponsCount' | 'setCouponsCount'
| 'routeToSinvList' | 'routeToSinvList'
| 'applyPricingRule'
| 'setTransferRefNo' | 'setTransferRefNo'
| 'setLoyaltyPoints' | 'setLoyaltyPoints'
| 'setTransferAmount' | 'setTransferAmount'