vcami / sambapos

Automatically exported from code.google.com/p/sambapos
0 stars 0 forks source link

Tax Implementation #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Increasing ticket amount based on a preconfigured rate on product cards. That 
feature will be useful for calculating tips or taxes (US) from ordered items. 

We should research information about how to display these amounts on reports 
and if it is needed configuring multiple rates for a single product.

///

Adisyon tutarlarının ürün kartlarında tanımlanan oranlara göre 
arttırılması. Garsoniye ve vergi (ABD) hesaplamalarında kullanılabilir. 

Bu tutarların raporlarda nasıl gösterileceği ve tek kartta birden fazla 
oran gösteriminin gerekip gerekmediği araştırılacak.

Original issue reported on code.google.com by emree...@gmail.com on 17 Sep 2011 at 10:38

GoogleCodeExporter commented 9 years ago
Tax calculation implemented. Tax Templates added for configuring tax rates. 
Product cards updated for choosing tax rate. New printer template tokens added 
for displaying tax amounts. {PLAIN TOTAL}, {DISCOUNT TOTAL}, {TAX TOTAL}, {TAX 
DETAILS}, {TOTAL TEXT}

Tip calculation abandoned and will implemented as a separate feature.

Original comment by emree...@gmail.com on 23 Sep 2011 at 2:05

GoogleCodeExporter commented 9 years ago
I've realized what we implemented is not Tax. For this reason I've renamed Tax 
to VAT and reopened this issue. 

Other than VAT we'll implement Tax, Service and Discount feature to be able to 
handle different types of Tax calculations. So we'll name this new feature as 
"Calculation Template"

A calculation template is used to increase or decrease ticket amount. 
Configuration options will be.

Name : Display Name
CalculationType : Rate from ticket total, rate from previous calculation or 
fixed amount.
IsDiscount: Is it a discount or not. 

We'll select which calculations we'll use on each department.

Original comment by emree...@gmail.com on 24 Sep 2011 at 1:33

GoogleCodeExporter commented 9 years ago

Original comment by emree...@gmail.com on 25 Sep 2011 at 1:38

GoogleCodeExporter commented 9 years ago

Original comment by emree...@gmail.com on 27 Sep 2011 at 1:39

GoogleCodeExporter commented 9 years ago

Original comment by mehmetak...@gmail.com on 4 Oct 2011 at 11:56