mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Add descriptions for data representation classes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# This module provides EnterpriseFeeSummary::Scope DB result to report mappings for payment method
|
||||
# fees.
|
||||
|
||||
module OrderManagement
|
||||
module Reports
|
||||
module EnterpriseFeeSummary
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# This module provides EnterpriseFeeSummary::Scope DB result to report mappings for shipping method
|
||||
# fees.
|
||||
|
||||
module OrderManagement
|
||||
module Reports
|
||||
module EnterpriseFeeSummary
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user