Author Topic: SambaPOS 2.95 Released!  (Read 10319 times)

jadeniz

  • Newbie
  • *
  • Posts: 7
Re: SambaPOS 2.95 Released!
« Reply #15 on: May 04, 2012, 09:13:51 pm »
OK!!

sukasem

  • Jr. Member
  • **
  • Posts: 68
Re: SambaPOS 2.95 Released!
« Reply #16 on: June 17, 2012, 12:17:00 pm »
From Re: SambaPOS 2.94 Released!
{ITEM TAG:n} - Second item in {ITEM TAG} is 1st item when using this tag. ie, [Course 1|Seat 1], {ITEM TAG:1} = Seat 1.
Works well otherwise, but must use {ITEM TAG} for group template.

Yes there is no difference on group template. If there is a pipe char it always use first part for grouping. {ITEM TAG} and {ITEM TAG:n} tags are new for line template.


If we could use {ITEM TAG:n} in the group template, we would be able to print bills by Seat numbers.

This may help a little with the Split Bill discussion here http://forum2.sambapos.org/index.php/topic,261.msg2486.html#msg2486


Update - I just added a copy of a receipt from a local restaurant to show how some restaurants format their receipts.

Hi John,
How to get total amount for each seat?
Thanks,
 
Quote
+ Filtering ticket items on "Execute Print Job" action by ticket item tag.
If you tag ticket items you can print bills by ticket item tag. For example if you tag ticket items by Seat you can print Seat1, Seat2 tickets separately.
Hi emre,
Could you provide step by step guide please?
Thank you,
« Last Edit: June 17, 2012, 03:29:23 pm by sukasem »

sukasem

  • Jr. Member
  • **
  • Posts: 68
Re: SambaPOS 2.95 Released!
« Reply #17 on: June 18, 2012, 01:23:13 pm »
Hi emre,

Quote
+ Filtering ticket items on "Execute Print Job" action by ticket item tag.
If you tag ticket items you can print bills by ticket item tag. For example if you tag ticket items by Seat you can print Seat1, Seat2 tickets separately.


I tried clone print bill job and change Printing Content to Lines Grouped by Tag, Print Mapping: Tag -> Seat, Auto Print: Manual
I got -1[Undefined] and Total is grand total from all seats.

Thanks,

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: SambaPOS 2.95 Released!
« Reply #18 on: June 18, 2012, 09:11:08 pm »
Calculating group sub totals feature not implemented yet. For now you can print seperate tickets for lines tagged with an individual tag by using "execute print job" action and TicketItemTag filter. Basically you'll create a ticket tag named "Print Seat", enter values for seats and when a tag selected execute "execute print job" action with tag value as TicketItemTag filter.

sukasem

  • Jr. Member
  • **
  • Posts: 68
Re: SambaPOS 2.95 Released!
« Reply #19 on: June 18, 2012, 09:19:54 pm »
Calculating group sub totals feature not implemented yet. For now you can print seperate tickets for lines tagged with an individual tag by using "execute print job" action and TicketItemTag filter. Basically you'll create a ticket tag named "Print Seat", enter values for seats and when a tag selected execute "execute print job" action with tag value as TicketItemTag filter.
Hi emre,
What code I have to put in TicketItemTag. I try {:SEAT} but it doesn't print.
Thnaks, 

sukasem

  • Jr. Member
  • **
  • Posts: 68
Re: SambaPOS 2.95 Released!
« Reply #20 on: June 18, 2012, 10:45:13 pm »
Calculating group sub totals feature not implemented yet. For now you can print seperate tickets for lines tagged with an individual tag by using "execute print job" action and TicketItemTag filter. Basically you'll create a ticket tag named "Print Seat", enter values for seats and when a tag selected execute "execute print job" action with tag value as TicketItemTag filter.

Hi,

If I can print seperate ticket for each seat,  then isn't {TICKET TOTAL}=the total of that seat?

But I still don't know how to set up this :'(

Thanks,