add salesInvoice in pos of consumer domain

This commit is contained in:
2026-03-30 13:17:34 +03:30
parent c10623bc3f
commit 44097fe1ac
35 changed files with 855 additions and 122 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ export class POSStore {
submitOrder() {
const orderPayload = {
customerId: this.selectedCustomer()?.id,
customer_id: this.selectedCustomer()?.id,
items: this.inOrderProducts()?.map((item) => ({
productId: item.productId,
count: item.count,