In the following using onclause for joining ProductVersion vs where:

Product Router
Beer Sale Report
Discount Report
Menu Engineering Report
Product Sale Report
Product Updates Report
Sale Report


Create a pydantic schema for show voucher

Fixed modifier dialog in sales to original size.
This commit is contained in:
2025-07-02 17:44:39 +00:00
parent 5401318fc1
commit 0e9d9c5934
40 changed files with 551 additions and 343 deletions

View File

@ -151,6 +151,9 @@ export class BillService {
position: {
top: '10vh',
},
width: '80vw',
maxWidth: 'none',
maxHeight: 'none',
data: {
list: this.modifierCategoryService.listForProduct(item.product.id as string),
selected: Object.assign([], item.modifiers),