kitchen receipt + html printer

This commit is contained in:
EugeneTes
2026-01-14 11:47:43 +01:00
parent 011978136d
commit 147265358f
16 changed files with 1346 additions and 178 deletions

View File

@@ -21,7 +21,7 @@ public class JamesWorkAreaSource: IWorkAreasSource
response.Add(new WorkArea()
{
Id = "print-receipt",
Name = "Receipt"
Name = "FinalReceipt"
});
return response!;
}