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
Thomas Gambier
erp5
Commits
011748d0
Commit
011748d0
authored
Dec 09, 2019
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_trade_ja: Add 登録番号 field to SI/SIT Printout (official specification).
parent
433c8f45
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
0 deletions
+43
-0
bt5/erp5_l10n_ja/MessageTranslationTemplateItem/ja/erp5_ui/translation.po
.../MessageTranslationTemplateItem/ja/erp5_ui/translation.po
+3
-0
bt5/erp5_trade_ja/SkinTemplateItem/portal_skins/erp5_trade_ja/Invoice_viewAsHTML.zpt
...ateItem/portal_skins/erp5_trade_ja/Invoice_viewAsHTML.zpt
+40
-0
No files found.
bt5/erp5_l10n_ja/MessageTranslationTemplateItem/ja/erp5_ui/translation.po
View file @
011748d0
...
...
@@ -4269,6 +4269,9 @@ msgstr "地域"
msgid "Registered Capital"
msgstr "登記資本金"
msgid "Registration Number"
msgstr "登録番号"
msgid "Reject Offer"
msgstr "却下する"
...
...
bt5/erp5_trade_ja/SkinTemplateItem/portal_skins/erp5_trade_ja/Invoice_viewAsHTML.zpt
View file @
011748d0
...
...
@@ -202,6 +202,7 @@ table.balance {
clear
:
both
;
float
:
right
;
width
:
40%
;
margin
:
0
0
1em
;
}
table
.balance
th
{
width
:
63%
;
...
...
@@ -221,6 +222,29 @@ table.balance td:last-child {
border-right
:
1px
solid
black
;
}
table
.registration_number
{
clear
:
both
;
float
:
right
;
width
:
14%
;
}
table
.registration_number
th
{
width
:
70%
;
text-align
:
right
;
}
table
.registration_number
td
{
width
:
30%
;
text-align
:
right
;
}
table
.registration_number
th
,
table
.registration_number
td
{
border-left
:
1px
solid
black
;
}
table
.registration_number
tr
:first-child
th
,
table
.registration_number
tr
:first-child
td
{
border-top
:
1px
solid
black
;
}
table
.registration_number
td
:last-child
{
border-right
:
1px
solid
black
;
}
table
.tax
{
margin
:
1em
0
1em
0
;
clear
:
both
;
...
...
@@ -754,6 +778,22 @@ footer {
</tbody>
</table>
<div
style=
"clear: both"
></div>
<table
class=
"registration_number"
>
<tbody>
<tr>
<th>
<span
i18n:translate=
""
i18n:domain=
"ui"
>
Registration Number
</span>
</th>
<td>
<span></span>
</td>
</tr>
</tbody>
</table>
<div
style=
"clear: both"
></div>
<div
class=
"notes"
style=
"text-align: right"
>
※は軽減税率対象であることを示します。
</div>
...
...
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