In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Relationship Graph View Issue ] Dependency Graph ]
related to child of duplicate of

Viewing Issue Simple Details
ID Category Type Reproducibility Date Submitted Last Update
0001033 [In-Portal CMS] Data Management feature request always 2011-04-03 19:26 2012-07-25 05:32
Reporter Dmitry View Status public  
Assigned To alex
Priority normal Resolution fixed  
Status closed      
Summary 0001033: VAT Calculation and Invoicing
Description 1. Create a new In-Commerce Configuration setting, ie. VATIncluded.

2. Add a new VATIncluded field that will be applied to the Orders table in addition to currently existing - VAT (amount) and VATPercent fields.

3. Based on the Config. setting apply new field to the Order Calculations and Invoicing when the order is place on the Front-end. Show it check-box on "Bill To" step in the Admin and allow changing it.

New field will store the setting for that Order when VAT was Included or Excluded based on described by options below:




Examples how this will be applied:
=============
- when prices are displayed without VAT, and user want to have a real
invoice, we configure VAT (19.6% in my example, actual french rate),
the result is like this:

Sub-total : 100 $ exc.vat
Shipping : 10 $ exc. vat

VAT 19.6% : 21,56 $ ## if vat apply to shipping, otherwise VAT
would be 19,60 $

Grand Total : 131,56 $ inc.vat

- when prices are displayed with VAT, and user want to have a real
invoice :

Sub-total : 100 $ inc.vat
Shipping : 10 $ inc. vat

VAT 19.6% : 18,03 $ ## Deducted From total price 110 $ if vat apply
to shipping -- otherwise VAT is deducted from 100 $ only, VAT total
would be 16.38 $

Grand Total : 110,00 $ inc.vat
Additional Information



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker