rvista 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -3,3 +3,6 @@ where the format originates from, but it is used by the PACSTREAM
3
3
  service to share electronic orders within the book industry in
4
4
  Australia.
5
5
 
6
+ = Installation
7
+
8
+ gem install rvista
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'rake/testtask'
5
5
  require "rake/gempackagetask"
6
6
  require "rubygems"
7
7
 
8
- PKG_VERSION = "0.5.3"
8
+ PKG_VERSION = "0.5.4"
9
9
  PKG_NAME = "rvista"
10
10
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
11
11
 
@@ -52,7 +52,7 @@ module RVista
52
52
  # message line items
53
53
  @items.each do |item|
54
54
  msg << item.to_s << "\n"
55
- total_value += item.value
55
+ total_value += item.nett_value + item.gst
56
56
  total_qty += item.qty
57
57
  total_gst += item.gst
58
58
  end
data/lib/rvista/poa.rb CHANGED
@@ -57,7 +57,6 @@ module RVista
57
57
  # message summary
58
58
  msg << "S,#{@items.size.to_s},\n"
59
59
 
60
-
61
60
  return msg
62
61
  end
63
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rvista
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Healy
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-07-04 00:00:00 +10:00
12
+ date: 2008-10-07 00:00:00 +11:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency