Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bryan Kaperick
erp5
Commits
01fb1ccf
Commit
01fb1ccf
authored
Apr 03, 2012
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include source definition for accounting trade path
Test were updated to check the change.
parent
2687dae1
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
226 additions
and
188 deletions
+226
-188
bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/standard_business_process.ods.xml
...5_configurator_standard/standard_business_process.ods.xml
+223
-185
bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py
...ard/TestTemplateItem/testStandardConfigurationWorkflow.py
+2
-2
bt5/erp5_configurator_standard/bt/revision
bt5/erp5_configurator_standard/bt/revision
+1
-1
No files found.
bt5/erp5_configurator_standard/SkinTemplateItem/portal_skins/erp5_configurator_standard/standard_business_process.ods.xml
View file @
01fb1ccf
This diff is collapsed.
Click to expand it.
bt5/erp5_configurator_standard/TestTemplateItem/testStandardConfigurationWorkflow.py
View file @
01fb1ccf
...
...
@@ -582,14 +582,14 @@ class StandardConfigurationMixin(TestLiveConfiguratorWorkflowMixin):
self
.
assertEquals
(
accounting_credit_path
.
getEfficiency
(),
-
1.0
)
self
.
assertEquals
(
accounting_credit_path
.
getTradePhase
(),
'trade/accounting'
)
self
.
assertEquals
(
accounting_credit_path
.
getTradeDate
(),
'trade_phase/trade/invoicing'
)
self
.
assertEquals
(
accounting_credit_path
.
get
TestMethodId
(),
"isAccountingMovementTyp
e"
)
self
.
assertEquals
(
accounting_credit_path
.
get
Source
(),
"account_module/receivabl
e"
)
accounting_debit_path
=
getattr
(
business_process
,
"accounting_debit_path"
,
None
)
self
.
assertNotEquals
(
accounting_debit_path
,
None
)
self
.
assertEquals
(
accounting_debit_path
.
getEfficiency
(),
1.0
)
self
.
assertEquals
(
accounting_debit_path
.
getTradePhase
(),
'trade/accounting'
)
self
.
assertEquals
(
accounting_debit_path
.
getTradeDate
(),
'trade_phase/trade/invoicing'
)
self
.
assertEquals
(
accounting_debit_path
.
get
TestMethodId
(),
"isAccountingMovementType
"
)
self
.
assertEquals
(
accounting_debit_path
.
get
Source
(),
"account_module/sales
"
)
order_link
=
getattr
(
business_process
,
"order_link"
,
None
)
self
.
assertNotEquals
(
order_link
,
None
)
...
...
bt5/erp5_configurator_standard/bt/revision
View file @
01fb1ccf
638
\ No newline at end of file
636
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment