VAT operations

Author Message

Daniela Moreno

Tuesday 22 February 2005 10:44:16 am

EZPublish calculates VAT types with this formula: Price + (Price*VAT) + (Price*VAT)*VAT + ... +
I need to change this operation, where can i change it?
or how can i do it?

txs

Ɓukasz Serwatka

Wednesday 02 March 2005 12:46:46 am

Hi Daniela,

You can use

{$node.object.data_map.price.content.price}

and

{$node.object.data_map.price.content.vat_percent}

and mathematics operators to count the price for product class.

http://ez.no/ez_publish/documentation/reference/template_operators/mathematics

To display all attributes ezprice datatype you can use

{$node.object.data_map.price.content|attribute(show)}

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Daniela Moreno

Wednesday 02 March 2005 11:44:23 am

oh goodness, im so confused
where do i do this?

see, the situation is that its not calculating the price incl vat right, lets say for example, i have a $100 product excluding VAT, and my VAT is 15%, but when it displays the price including VAT, it shows me $117.65 instead of displaying $115.00. Ive been trying to find the template or file where the operations are, i found this operation: "$incVATPrice = $this->Price * ( $vatPercent + 100 ) / 100;" on /var/www/html/jarweb/kernel/classes/datatypes/ezprice/ezprice.php. I tried to change the operation because that one is wrong, but it didnt work; maybe im not changing the right file?

Help, please. I really need to solve this, im working on a deadline.
Thanx a lot for your help!

Paul Forsyth

Wednesday 02 March 2005 2:07:51 pm

Theres another instance in kernel/classes/ezorderitem.php which has the same calculation. Maybe this is the one you are after?

paul

Daniela Moreno

Monday 07 March 2005 11:16:23 am

yeah, well i changed the operation, and its not working, maybe if i try order.php?

Daniela Moreno

Monday 07 March 2005 11:43:00 am

solved it!
thank u soooo much!

Paul Forsyth

Monday 07 March 2005 11:45:58 am

cool, what was it in the end?

paul

Daniela Moreno

Thursday 17 March 2005 10:41:35 am

the operation was all messed up in ezorder.php :S

:)

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 06:19:04
Script start
Timing: Jan 31 2025 06:19:04
Module start 'layout'
Timing: Jan 31 2025 06:19:04
Module start 'content'
Timing: Jan 31 2025 06:19:05
Module end 'content'
Timing: Jan 31 2025 06:19:05
Script end

Main resources:

Total runtime0.9471 sec
Peak memory usage4,096.0000 KB
Database Queries74

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0058 588.0078151.1953
Module start 'layout' 0.00580.0032 739.203136.6328
Module start 'content' 0.00900.9370 775.83591,032.3750
Module end 'content' 0.94610.0009 1,808.210915.8828
Script end 0.9470  1,824.0938 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.3634160.0002
Check MTime0.00130.1371160.0001
Mysql Total
Database connection0.00070.071910.0007
Mysqli_queries0.873592.2377740.0118
Looping result0.00070.0740720.0000
Template Total0.908195.920.4541
Template load0.00170.181920.0009
Template processing0.906495.707920.4532
Template load and register function0.00140.151810.0014
states
state_id_array0.00210.223710.0021
state_identifier_array0.00170.178320.0008
Override
Cache load0.00160.1654430.0000
Sytem overhead
Fetch class attribute can translate value0.00040.047530.0001
Fetch class attribute name0.00260.2764100.0003
XML
Image XML parsing0.00240.255330.0008
class_abstraction
Instantiating content class attribute0.00000.0027140.0000
General
dbfile0.00360.3802240.0002
String conversion0.00000.000940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
6content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
8content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
11content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 34
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs