erp_txns_and_accts 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -1,2 +1,8 @@
1
1
  = ErpTxnsAndAccts
2
2
 
3
+ The Transactions and Accounts Engine implements the root classes for adding business transactions
4
+ and accounts to parties. The key marker interface classes here are BizTxnEvent,
5
+ which represents a common interface for all manner of management accounting transactions,
6
+ and BixTxnAcctRoot, which is the root class for the accounting of transactions. CompassAE
7
+ uses separate structures for management and financial accounting.
8
+
@@ -23,6 +23,8 @@ module ErpTxnsAndAccts
23
23
  #from BizTxnEvent
24
24
  [:txn_type,:txn_type=,
25
25
  :txn_type_iid,:txn_type_iid=,
26
+ :biz_txn_type_id,:biz_txn_type_id=,
27
+ :external_id_source,:external_id_source=,
26
28
  :description,:description=,
27
29
  :post_date,:post_date=,
28
30
  :created_at,:created_at=,
@@ -2,7 +2,7 @@ module ErpTxnsAndAccts
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- TINY = 2
5
+ TINY = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: erp_txns_and_accts
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-25 00:00:00.000000000 Z
12
+ date: 2012-06-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: erp_agreements
16
- requirement: &2152629020 !ruby/object:Gem::Requirement
16
+ requirement: &70353011488360 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '3.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2152629020
24
+ version_requirements: *70353011488360
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: erp_dev_svcs
27
- requirement: &2152628520 !ruby/object:Gem::Requirement
27
+ requirement: &70353011486060 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '3.0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *2152628520
35
+ version_requirements: *70353011486060
36
36
  description: ! 'The Transactions and Accounts Engine implements the root classes for
37
37
  adding business transactions and accounts to parties. The key marker interface classes
38
38
  here are BizTxnEvent, which represents a common interface for all manner of management
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  version: '0'
167
167
  requirements: []
168
168
  rubyforge_project:
169
- rubygems_version: 1.8.15
169
+ rubygems_version: 1.8.11
170
170
  signing_key:
171
171
  specification_version: 3
172
172
  summary: The Transactions and Accounts Engine implements the root classes for adding