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
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
4377e5e3
Commit
4377e5e3
authored
Aug 08, 2022
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_officejs_eci_directory: financial data
parent
af211123
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
73 additions
and
6 deletions
+73
-6
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_eci_css.css
.../PathTemplateItem/web_page_module/gadget_erp5_eci_css.css
+68
-1
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_eci_css.xml
.../PathTemplateItem/web_page_module/gadget_erp5_eci_css.xml
+2
-2
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_eci_financial_widget_html.html
...eb_page_module/gadget_erp5_eci_financial_widget_html.html
+1
-1
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_eci_financial_widget_html.xml
...web_page_module/gadget_erp5_eci_financial_widget_html.xml
+2
-2
No files found.
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_eci_css.css
View file @
4377e5e3
...
@@ -949,7 +949,7 @@ div[data-gadget-scope='header'] .ui-header {
...
@@ -949,7 +949,7 @@ div[data-gadget-scope='header'] .ui-header {
.financial_listbox
tbody
tr
td
:not
(
:first-child
)
{
.financial_listbox
tbody
tr
td
:not
(
:first-child
)
{
margin-left
:
5em
;
margin-left
:
5em
;
}
}
/*
.financial_listbox tbody tr td:nth-child(2):before {
.financial_listbox tbody tr td:nth-child(2):before {
content: "Staff";
content: "Staff";
position: absolute;
position: absolute;
...
@@ -973,6 +973,7 @@ div[data-gadget-scope='header'] .ui-header {
...
@@ -973,6 +973,7 @@ div[data-gadget-scope='header'] .ui-header {
position: absolute;
position: absolute;
left: .5em;
left: .5em;
}
}
*/
}
}
/* align header and background colors */
/* align header and background colors */
...
@@ -2041,4 +2042,70 @@ div[data-gadget-scope='header'] .ui-header > .ui-btn-right button.ui-icon-warnin
...
@@ -2041,4 +2042,70 @@ div[data-gadget-scope='header'] .ui-header > .ui-btn-right button.ui-icon-warnin
div
[
data-gadget-scope
=
'header'
]
.ui-header
>
.ui-btn-right
a
.ui-icon-warning
{
div
[
data-gadget-scope
=
'header'
]
.ui-header
>
.ui-btn-right
a
.ui-icon-warning
{
background-color
:
#167297
;
background-color
:
#167297
;
color
:
#ffffff
;
color
:
#ffffff
;
}
.document_table
.financial-table
>
tbody
>
tr
{
border-bottom
:
1px
solid
#d1d1d1
;
}
@media
not
screen
and
(
min-width
:
45em
)
{
.document_table
.financial-table
>
tbody
>
tr
>
td
:first-of-type
{
padding
:
0.5em
0
0.5em
0
;
text-align
:
center
;
background
:
#f1f1f1
;
margin
:
0
;
font-size
:
12pt
;
}
.document_table
.financial-table
>
tbody
>
tr
>
td
:not
(
:first-of-type
)
{
padding
:
0
;
margin
:
0
;
}
.display-financial-widget-in-listbox
table
{
width
:
100%
;
table-layout
:
fixed
;
}
.display-financial-widget-in-listbox
.ui-grid-container
.ui-content-header-plain.ui-bar-c
{
margin
:
0
;
padding
:
0
;
}
/*
.display-financial-widget-in-listbox table tbody tr td:first-of-type {
width: 100%;
background: red;
}
*/
.display-financial-widget-in-listbox
table
{
table-layout
:
fixed
;
}
.display-financial-widget-in-listbox
table
tbody
tr
:first-child
{
/* display: table-row; */
}
.display-financial-widget-in-listbox
table
tbody
tr
:first-child
th
,
.display-financial-widget-in-listbox
table
tbody
tr
td
{
display
:
table-cell
!important
;
font-size
:
9pt
;
}
.display-financial-widget-in-listbox
table
tbody
tr
td
,
.display-financial-widget-in-listbox
table
tbody
tr
th
{
width
:
10vw
!important
;
max-width
:
10vw
;
positon
:
relative
;
}
.display-financial-widget-in-listbox
table
{
table-layout
:
fixed
;
width
:
100vw
;
}
.display-financial-widget-in-listbox
table
tbody
tr
:not
(
:nth-child
(
2
))
td
:not
(
:first-of-type
)
{
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
padding-right
:
6px
;
position
:
relative
!important
;
}
.display-financial-widget-in-listbox
table
tbody
tr
:not
(
:nth-child
(
2
))
td
:not
(
:first-of-type
)
:after
{
content
:
"k€"
;
background
:
#ffffff
;
position
:
absolute
;
left
:
0
;
margin-left
:
17pt
;
}
}
}
\ No newline at end of file
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_eci_css.xml
View file @
4377e5e3
...
@@ -238,7 +238,7 @@
...
@@ -238,7 +238,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
1002.
5089.34467.50039
</string>
</value>
<value>
<string>
1002.
9185.6725.37341
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -256,7 +256,7 @@
...
@@ -256,7 +256,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
16599
61026.08
</float>
<float>
16599
70178.97
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_eci_financial_widget_html.html
View file @
4377e5e3
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<script
id=
"display-template"
type=
"text/x-handlebars-template"
>
<script
id=
"display-template"
type=
"text/x-handlebars-template"
>
<
section
class
=
"
ui-grid-container ui-responsive
"
>
<
section
class
=
"
ui-grid-container ui-responsive
"
>
<
section
class
=
"
ui-content-header-plain ui-bar-c
"
>
<
section
class
=
"
ui-content-header-plain ui-bar-c
"
>
<
table
>
<
table
class
=
"
financial-table
"
>
<
tr
>
<
tr
>
{{
#
if
display_header
}}
{{
#
if
display_header
}}
<
th
>
Type
/
Year
<
/th
>
<
th
>
Type
/
Year
<
/th
>
...
...
bt5/erp5_officejs_eci_directory/PathTemplateItem/web_page_module/gadget_erp5_eci_financial_widget_html.xml
View file @
4377e5e3
...
@@ -238,7 +238,7 @@
...
@@ -238,7 +238,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
1002.20
46.52294.64358
</string>
</value>
<value>
<string>
1002.20
51.58994.48162
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -256,7 +256,7 @@
...
@@ -256,7 +256,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
1659
532831.12
</float>
<float>
1659
963614.84
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
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