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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Cédric Le Ninivin
erp5
Commits
cf2985df
Commit
cf2985df
authored
Oct 28, 2019
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_producton_planning: show selected car notification
parent
ab5f62ba
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
54 additions
and
4 deletions
+54
-4
bt5/erp5_production_planning/SkinTemplateItem/portal_skins/erp5_production_planning/matrix_dynamic_total_line_column.js.js
...roduction_planning/matrix_dynamic_total_line_column.js.js
+4
-0
bt5/erp5_production_planning/SkinTemplateItem/portal_skins/erp5_production_planning/production_planning.css.css
...kins/erp5_production_planning/production_planning.css.css
+22
-0
bt5/erp5_production_planning/SkinTemplateItem/portal_skins/erp5_production_planning/production_planning.css.xml
...kins/erp5_production_planning/production_planning.css.xml
+28
-0
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.css
...inTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.css
+0
-4
No files found.
bt5/erp5_production_planning/SkinTemplateItem/portal_skins/erp5_production_planning/matrix_dynamic_total_line_column.js.js
View file @
cf2985df
...
...
@@ -47,6 +47,10 @@ function recalculateSumLine(idx, element) {
var
input
=
inputs
[
i
];
var
tmp
=
input
.
querySelector
(
'
input
'
);
if
(
tmp
)
{
text
=
tmp
.
parentElement
.
parentElement
.
parentElement
.
querySelector
(
'
.matrixbox_label_column
'
).
innerText
;
span
=
document
.
createElement
(
'
span
'
);
span
.
innerText
=
text
;
tmp
.
parentElement
.
appendChild
(
span
);
v
=
parse
(
tmp
.
value
);
}
else
{
v
=
parse
(
input
.
innerText
);
...
...
bt5/erp5_production_planning/SkinTemplateItem/portal_skins/erp5_production_planning/production_planning.css.css
0 → 100644
View file @
cf2985df
.matrixbox_production_planning
table
tbody
td
span
:last-child
{
position
:
relative
;
}
.matrixbox_production_planning
table
tbody
td
span
:last-child
span
{
display
:
none
;
position
:
absolute
;
left
:
100px
;
background
:
black
;
color
:
white
;
z-index
:
100
;
}
.matrixbox_production_planning
table
tbody
td
span
:last-child:focus
span
,
.matrixbox_production_planning
table
tbody
td
span
:last-child:hover
span
{
display
:
inline
;
}
.content
.field
.warning
{
color
:
#f40
;
}
\ No newline at end of file
bt5/erp5_production_planning/SkinTemplateItem/portal_skins/erp5_production_planning/production_planning.css.xml
0 → 100644
View file @
cf2985df
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"File"
module=
"OFS.Image"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
__name__
</string>
</key>
<value>
<string>
production_planning.css
</string>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
text/css
</string>
</value>
</item>
<item>
<key>
<string>
precondition
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.css
View file @
cf2985df
...
...
@@ -420,10 +420,6 @@ fieldset.bottom .field .input {
color
:
#f40
;
}
.content
.field
.warning
{
color
:
#f40
;
}
.content
.error
.input
{
border
:
1px
solid
#f40
;
}
...
...
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