SambaPOS Forum

English Boards => V3 Development => Topic started by: spanky on September 27, 2012, 05:46:02 am

Title: crash account template
Post by: spanky on September 27, 2012, 05:46:02 am
I hope it will be useful, the program crashes when I go to the account template, can not even send the error message.
Title: Re: crash account template
Post by: emre on September 27, 2012, 06:07:21 am
Yes it is very useful. While preparing it for Transifex translation I removed some language resources and it may happen while opening other screens. Please let me know if you notice it happens anywhere else.

Note: I submitted the fix. New setup should be ready soon.
Title: Re: crash account template
Post by: spanky on September 28, 2012, 07:24:53 am
There is the usual error in automation => action
Title: Re: crash account template
Post by: emre on September 28, 2012, 07:58:03 am
Fixed! Thanks.
Title: Re: crash account template
Post by: spanky on September 30, 2012, 04:59:37 am
Same problem in order states!
Title: Re: crash account template
Post by: spanky on September 30, 2012, 09:14:40 am
There's an error in the operations on the account.
As you try to make any operazoione application crashes.
Title: Re: crash account template
Post by: emre on September 30, 2012, 01:32:54 pm
Hi Spanky, Order states fixed.
Most probably there is a configuration problem. Can you add a screenshot of document template settings?
Title: Re: crash account template
Post by: spanky on September 30, 2012, 02:51:10 pm
I deleted the database and recreated by default but the problem persists.
Title: Re: crash account template
Post by: emre on September 30, 2012, 04:39:42 pm
Hmm sorry I misunderstood the problem. Fixed, Thanks.
Title: Re: crash account template
Post by: spanky on September 30, 2012, 05:28:00 pm
You're welcome, it's always a pleasure to help. New error when trying to solve a single product with void or gift
Title: Re: crash account template
Post by: emre on September 30, 2012, 05:55:34 pm
Good find, Fixed! I noticed it on the error report you've submitted too:)
If you find more keep posing here. It helps a lot. Thanks.
Title: Re: crash account template
Post by: spanky on October 01, 2012, 11:09:35 am
First day without errors. :D Where did the extra modifier button?
Title: Re: crash account template
Post by: emre on October 01, 2012, 11:26:49 am
Order tags have "free tagging" feature so there is no need for extra modifier anymore. Unlike old implementation you'll be able to enter multiple extra modifiers and if needed you can save them for later use.
Title: Re: crash account template
Post by: spanky on October 03, 2012, 12:57:36 pm
There is an error when you create an order state.
For example, I create an item back with decrease of the warehouse.
the program crashes if I insert a single product to be returned, and anyway I do not display in button to pay "cash" because the total is 0.
Title: Re: crash account template
Post by: emre on October 05, 2012, 03:25:17 am
You need to enable "calculate price" setting of the order state
Title: Re: crash account template
Post by: spanky on October 05, 2012, 09:51:24 am
if I sell an object from 1.5 euro, and I return an object from 1.5 euro, the totaler will be 0 and does not make me pay the ticket
Title: Re: crash account template
Post by: emre on October 05, 2012, 12:40:35 pm
If you sold 1.5 and returned 1.5 the total will be 0. You won't give or receive any money. What you need to pay? Just close the ticket and it should be fine.
Title: Re: crash account template
Post by: spanky on October 05, 2012, 01:50:01 pm
I had not seen that the inventory is updated, :( it would be nice to still have a print to give the customer
Title: Re: crash account template
Post by: emre on October 05, 2012, 03:53:06 pm
Maybe you can print the ticket for customer. You can create special formatting for custom created order states. Check this document for the idea. http://www.sambapos.org/docs/doku.php/en/v3/creating_printer_templates (http://www.sambapos.org/docs/doku.php/en/v3/creating_printer_templates)
(Sorry for the poor documentation. We'll have more after bringing features to latest state)

Hint: I don't know if you noticed or not but you can setup individual account transactions for states. For example: Create a new account called "Returns" as the same type of "Sales" account. Additionally duplicate "Sales Transaction" type, call it "Return Transaction" and inverse account templates. Choose "Returns" instead of "Sales" account and keep the other one as "Receivables". Finally choose this transaction type for "Return State".

Now when you setup the default account screen for displaying "Returns" account you can display Return transactions total & details separately. That trick was something I was trying to achieve for months ;)
Title: Re: crash account template
Post by: spanky on October 05, 2012, 05:27:35 pm
Perfect! I solved it by creating an action that executes the print job when you press close.  :D