provide fields for additional costs and tax
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3995 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
		
							parent
							
								
									693b79322f
								
							
						
					
					
						commit
						f0e3d04b1a
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -364,6 +364,9 @@ class IOrder(Interface): | |||
|     shippingAddress = Attribute(u'The address the products should be sent to.') | ||||
| 
 | ||||
|     shippingCost = Attribute(u'The cost to be applied for shipping.') | ||||
|     additionalCost = Attribute(u'An additional value to be added to the ' | ||||
|                         u'net value of the order.') | ||||
|     tax = Attribute(u'The tax value to be added to the net value of the order.') | ||||
|     total = Attribute(u'The total gross value (Decimal) of the order.') | ||||
| 
 | ||||
|     # not implemented yet | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm