Add descriptions for data representation classes

This commit is contained in:
Kristina Lim
2019-01-24 02:41:41 +08:00
parent 664943a6e5
commit bc95560598
7 changed files with 25 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
# This module provides EnterpriseFeeSummary::Scope DB result to report mappings for coordinator fees
# in an order cycle.
module OrderManagement
module Reports
module EnterpriseFeeSummary

View File

@@ -1,3 +1,6 @@
# This module provides EnterpriseFeeSummary::Scope DB result to report mappings for exchange fees
# that use order-based calculators.
module OrderManagement
module Reports
module EnterpriseFeeSummary

View File

@@ -1,3 +1,6 @@
# This module provides EnterpriseFeeSummary::Scope DB result to report mappings for incoming
# exchange fees that use line item -based calculators.
module OrderManagement
module Reports
module EnterpriseFeeSummary

View File

@@ -1,3 +1,6 @@
# This module provides EnterpriseFeeSummary::Scope DB result to report mappings for outgoing
# exchange fees that use line item -based calculators.
module OrderManagement
module Reports
module EnterpriseFeeSummary

View File

@@ -1,3 +1,6 @@
# This module provides EnterpriseFeeSummary::Scope DB result to report mappings for payment method
# fees.
module OrderManagement
module Reports
module EnterpriseFeeSummary

View File

@@ -1,3 +1,6 @@
# This module provides EnterpriseFeeSummary::Scope DB result to report mappings for shipping method
# fees.
module OrderManagement
module Reports
module EnterpriseFeeSummary

View File

@@ -1,3 +1,10 @@
# Different EnterpriseFeeSummary::Scope DB result attributes are checked when dealing with
# enterprise fees that are attached to an order cycle in different ways.
#
# This module provides DB result to report mappings that are common among all rows for enterprise
# fees. These mappings are not complete and should be supplemented with mappings that are specific
# to the way that the enterprise fee is attached to the order cycle.
module OrderManagement
module Reports
module EnterpriseFeeSummary