Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
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
Hamza
erp5-Boxiang
Commits
7e881bd2
Commit
7e881bd2
authored
Nov 13, 2014
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_project: update project to support fundraising.
parent
d1de9790
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
125 additions
and
28 deletions
+125
-28
bt5/erp5_project/ActionTemplateItem/portal_types/Project%20Line/transactions.xml
...TemplateItem/portal_types/Project%20Line/transactions.xml
+100
-0
bt5/erp5_project/ModuleTemplateItem/project_module.xml
bt5/erp5_project/ModuleTemplateItem/project_module.xml
+1
-4
bt5/erp5_project/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
...rtalTypePropertySheetTemplateItem/property_sheet_list.xml
+1
-0
bt5/erp5_project/PortalTypeTemplateItem/portal_types/Project%20Line.xml
...ct/PortalTypeTemplateItem/portal_types/Project%20Line.xml
+15
-1
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/deleted.xml
...eItem/portal_workflow/project_workflow/states/deleted.xml
+1
-5
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/draft.xml
...ateItem/portal_workflow/project_workflow/states/draft.xml
+1
-6
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/invalidated.xml
...m/portal_workflow/project_workflow/states/invalidated.xml
+1
-6
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/suspended.xml
...tem/portal_workflow/project_workflow/states/suspended.xml
+1
-6
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/validated.xml
...tem/portal_workflow/project_workflow/states/validated.xml
+2
-0
bt5/erp5_project/bt/template_action_path_list
bt5/erp5_project/bt/template_action_path_list
+1
-0
bt5/erp5_project/bt/template_portal_type_property_sheet_list
bt5/erp5_project/bt/template_portal_type_property_sheet_list
+1
-0
No files found.
bt5/erp5_project/ActionTemplateItem/portal_types/Project%20Line/transactions.xml
0 → 100644
View file @
7e881bd2
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ActionInformation"
module=
"Products.CMFCore.ActionInformation"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
action_type/object_view
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
category
</string>
</key>
<value>
<string>
object_view
</string>
</value>
</item>
<item>
<key>
<string>
condition
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAM=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
transactions
</string>
</value>
</item>
<item>
<key>
<string>
permissions
</string>
</key>
<value>
<tuple>
<string>
View
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Action Information
</string>
</value>
</item>
<item>
<key>
<string>
priority
</string>
</key>
<value>
<float>
6.5
</float>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Transactions
</string>
</value>
</item>
<item>
<key>
<string>
visible
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"Expression"
module=
"Products.CMFCore.Expression"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/Project_viewAccountingTransactionList?form_id=Project_viewAccountingTransactionList
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"3"
aka=
"AAAAAAAAAAM="
>
<pickle>
<global
name=
"Expression"
module=
"Products.CMFCore.Expression"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
python:portal.Base_checkPermission(\'accounting_module\', \'View\')
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_project/ModuleTemplateItem/project_module.xml
View file @
7e881bd2
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
</permission>
</permission>
<permission
type=
'tuple'
>
<permission
type=
'tuple'
>
<name>
Access contents information
</name>
<name>
Access contents information
</name>
<role>
Anonymous
</role>
<role>
Assignee
</role>
<role>
Assignee
</role>
<role>
Assignor
</role>
<role>
Assignor
</role>
<role>
Associate
</role>
<role>
Associate
</role>
...
@@ -49,7 +50,6 @@
...
@@ -49,7 +50,6 @@
<name>
Copy or Move
</name>
<name>
Copy or Move
</name>
<role>
Assignee
</role>
<role>
Assignee
</role>
<role>
Assignor
</role>
<role>
Assignor
</role>
<role>
Associate
</role>
<role>
Auditor
</role>
<role>
Auditor
</role>
<role>
Author
</role>
<role>
Author
</role>
<role>
Manager
</role>
<role>
Manager
</role>
...
@@ -63,7 +63,6 @@
...
@@ -63,7 +63,6 @@
<name>
List folder contents
</name>
<name>
List folder contents
</name>
<role>
Assignee
</role>
<role>
Assignee
</role>
<role>
Assignor
</role>
<role>
Assignor
</role>
<role>
Associate
</role>
<role>
Auditor
</role>
<role>
Auditor
</role>
<role>
Author
</role>
<role>
Author
</role>
<role>
Manager
</role>
<role>
Manager
</role>
...
@@ -77,7 +76,6 @@
...
@@ -77,7 +76,6 @@
<name>
View
</name>
<name>
View
</name>
<role>
Assignee
</role>
<role>
Assignee
</role>
<role>
Assignor
</role>
<role>
Assignor
</role>
<role>
Associate
</role>
<role>
Auditor
</role>
<role>
Auditor
</role>
<role>
Manager
</role>
<role>
Manager
</role>
</permission>
</permission>
...
@@ -85,7 +83,6 @@
...
@@ -85,7 +83,6 @@
<name>
View History
</name>
<name>
View History
</name>
<role>
Assignee
</role>
<role>
Assignee
</role>
<role>
Assignor
</role>
<role>
Assignor
</role>
<role>
Associate
</role>
<role>
Auditor
</role>
<role>
Auditor
</role>
<role>
Author
</role>
<role>
Author
</role>
<role>
Manager
</role>
<role>
Manager
</role>
...
...
bt5/erp5_project/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
View file @
7e881bd2
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
</portal_type>
</portal_type>
<portal_type
id=
"Project Line"
>
<portal_type
id=
"Project Line"
>
<item>
Amount
</item>
<item>
Amount
</item>
<item>
Fundraising
</item>
<item>
OutcomeDescription
</item>
<item>
OutcomeDescription
</item>
<item>
SortIndex
</item>
<item>
SortIndex
</item>
</portal_type>
</portal_type>
...
...
bt5/erp5_project/PortalTypeTemplateItem/portal_types/Project%20Line.xml
View file @
7e881bd2
...
@@ -33,7 +33,9 @@
...
@@ -33,7 +33,9 @@
<item>
<item>
<key>
<string>
group_list
</string>
</key>
<key>
<string>
group_list
</string>
</key>
<value>
<value>
<tuple/>
<tuple>
<string>
project
</string>
</tuple>
</value>
</value>
</item>
</item>
<item>
<item>
...
@@ -64,6 +66,18 @@
...
@@ -64,6 +66,18 @@
<key>
<string>
type_class
</string>
</key>
<key>
<string>
type_class
</string>
</key>
<value>
<string>
OrderLine
</string>
</value>
<value>
<string>
OrderLine
</string>
</value>
</item>
</item>
<item>
<key>
<string>
type_interface
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
type_mixin
</string>
</key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</dictionary>
</pickle>
</pickle>
</record>
</record>
...
...
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/deleted.xml
View file @
7e881bd2
...
@@ -41,10 +41,7 @@
...
@@ -41,10 +41,7 @@
</record>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<pickle>
<tuple>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
<tuple/>
</tuple>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -59,7 +56,6 @@
...
@@ -59,7 +56,6 @@
<string>
Assignee
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Manager
</string>
</tuple>
</tuple>
</value>
</value>
...
...
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/draft.xml
View file @
7e881bd2
...
@@ -46,10 +46,7 @@
...
@@ -46,10 +46,7 @@
</record>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<pickle>
<tuple>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
<tuple/>
</tuple>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -64,7 +61,6 @@
...
@@ -64,7 +61,6 @@
<string>
Assignee
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Manager
</string>
<string>
Owner
</string>
<string>
Owner
</string>
</tuple>
</tuple>
...
@@ -110,7 +106,6 @@
...
@@ -110,7 +106,6 @@
<string>
Assignee
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Manager
</string>
<string>
Owner
</string>
<string>
Owner
</string>
</tuple>
</tuple>
...
...
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/invalidated.xml
View file @
7e881bd2
...
@@ -46,10 +46,7 @@
...
@@ -46,10 +46,7 @@
</record>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<pickle>
<tuple>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
<tuple/>
</tuple>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -64,7 +61,6 @@
...
@@ -64,7 +61,6 @@
<string>
Assignee
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Manager
</string>
</tuple>
</tuple>
</value>
</value>
...
@@ -100,7 +96,6 @@
...
@@ -100,7 +96,6 @@
<string>
Assignee
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Manager
</string>
</tuple>
</tuple>
</value>
</value>
...
...
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/suspended.xml
View file @
7e881bd2
...
@@ -46,10 +46,7 @@
...
@@ -46,10 +46,7 @@
</record>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<pickle>
<tuple>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
<global
name=
"PersistentMapping"
module=
"Persistence.mapping"
/>
<tuple/>
</tuple>
</pickle>
</pickle>
<pickle>
<pickle>
<dictionary>
<dictionary>
...
@@ -64,7 +61,6 @@
...
@@ -64,7 +61,6 @@
<string>
Assignee
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Manager
</string>
</tuple>
</tuple>
</value>
</value>
...
@@ -106,7 +102,6 @@
...
@@ -106,7 +102,6 @@
<string>
Assignee
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Associate
</string>
<string>
Auditor
</string>
<string>
Manager
</string>
<string>
Manager
</string>
</tuple>
</tuple>
</value>
</value>
...
...
bt5/erp5_project/WorkflowTemplateItem/portal_workflow/project_workflow/states/validated.xml
View file @
7e881bd2
...
@@ -58,6 +58,7 @@
...
@@ -58,6 +58,7 @@
<key>
<string>
Access contents information
</string>
</key>
<key>
<string>
Access contents information
</string>
</key>
<value>
<value>
<tuple>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Associate
</string>
...
@@ -100,6 +101,7 @@
...
@@ -100,6 +101,7 @@
<key>
<string>
View
</string>
</key>
<key>
<string>
View
</string>
</key>
<value>
<value>
<tuple>
<tuple>
<string>
Anonymous
</string>
<string>
Assignee
</string>
<string>
Assignee
</string>
<string>
Assignor
</string>
<string>
Assignor
</string>
<string>
Associate
</string>
<string>
Associate
</string>
...
...
bt5/erp5_project/bt/template_action_path_list
View file @
7e881bd2
...
@@ -11,6 +11,7 @@ Project Line | jump_to_related_task
...
@@ -11,6 +11,7 @@ Project Line | jump_to_related_task
Project Line | jump_to_related_task_report
Project Line | jump_to_related_task_report
Project Line | task_fast_input_dialog
Project Line | task_fast_input_dialog
Project Line | task_list
Project Line | task_list
Project Line | transactions
Project Line | view
Project Line | view
Project Milestone | constraint
Project Milestone | constraint
Project Milestone | create_new_file
Project Milestone | create_new_file
...
...
bt5/erp5_project/bt/template_portal_type_property_sheet_list
View file @
7e881bd2
Project Line | Amount
Project Line | Amount
Project Line | Fundraising
Project Line | OutcomeDescription
Project Line | OutcomeDescription
Project Line | SortIndex
Project Line | SortIndex
Project Milestone | OutcomeDescription
Project Milestone | OutcomeDescription
...
...
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