Recent Posts

Pages: 1 ... 4 5 [6] 7 8 ... 10
51
V3 Development / Re: Quick payment buttons
« Last post by pdsluk on December 11, 2013, 09:23:25 am »
Would anyone be willing to implement this feature for me for a fee? I'm happy to pay whatever the going rate is for adding this and perhaps a couple other features. I can be reached at pdsluk @ gmail.com
52
Support / adding items to ticket from different departments V3
« Last post by Hugove on December 07, 2013, 11:38:56 pm »
Hi all,

I am having difficulty in adding multiple items from various departments onto 1 ticket in V3. When I open my Deli department add a few items and want to close it so that I can reopen it in restaurant or vice vera it doesnt allow me to close it. Help please.

Hugo
53
Support / Re: Executing a new version of Migration file: What am I missing
« Last post by DQ on November 30, 2013, 10:47:59 am »
Thanks !!  Ya, I missed that.
54
Support / Re: Custom Module, Credit Card processing using Samba
« Last post by emre on November 30, 2013, 05:46:00 am »
Great! Let us know your results.
55
Support / Re: Executing a new version of Migration file: What am I missing
« Last post by emre on November 30, 2013, 05:44:47 am »
I've noticed you've defined migration class (22) as a private class. Migrator can access public classes since it loads them dynamically from assembly.
56
Support / Re: Custom Module, Credit Card processing using Samba
« Last post by DQ on November 27, 2013, 12:52:42 pm »
Guys,
   I have added partial support for Verifone Omin 3750 terminal.

Here is a blog post which I used to implement.
http://cgeers.com/2008/05/18/payment-solutions-the-omni-3750-terminal/#more-33

https://github.com/rohitjoshi/SambaPOS-2/tree/contribs-fork

I still need to do some testing before use in production.
57
Support / Re: Selecting item from Item view list
« Last post by DQ on November 26, 2013, 08:59:40 pm »
I did not find "ClearSelection" flag. I am using 2.99c code base.
58
Support / Re: Executing a new version of Migration file: What am I missing
« Last post by DQ on November 26, 2013, 08:38:05 pm »
I don't see DefaultDbVersion. I did change DbVersion .

 public static int DbVersion { get { return 22; } }
59
Support / Re: Selecting item from Item view list
« Last post by emre on November 26, 2013, 06:20:18 pm »
TicketViewModel class has a boolean property named as "ClearSelection" . When enabled it selects only clicked items. Additionally you need to find the part where ClearSelection = false and make it true again after it toggles selection.

But I don't recommend it because you won't be able to split tickets too.
60
Support / Re: Executing a new version of Migration file: What am I missing
« Last post by emre on November 26, 2013, 06:08:45 pm »
You should also update LocalSettings.DefaultDbVersion constant.
Pages: 1 ... 4 5 [6] 7 8 ... 10