Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
f9fc4e3a
Commit
f9fc4e3a
authored
Feb 28, 2018
by
chenith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HT024 - Added Invoice page and styles
parent
cee20f68
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
76 additions
and
18 deletions
+76
-18
common.css
cmsWebApp/webroot/css/common.css
+36
-0
invoices.jsp
cmsWebApp/webroot/extensions/adminportal/invoices.jsp
+40
-18
pdf.png
cmsWebApp/webroot/images/pdf.png
+0
-0
No files found.
cmsWebApp/webroot/css/common.css
View file @
f9fc4e3a
...
...
@@ -6101,3 +6101,39 @@ input{
.pay-subsc-btn-row
{
padding-bottom
:
40px
;
}
.inv-hdr
{
color
:
#4E5258
;
font-family
:
"Usual-Regular"
;
font-size
:
14px
;
font-weight
:
500
;
line-height
:
17px
;
}
.inv-pdf
{
width
:
18px
;
height
:
24px
;
}
.inv-amt
{
color
:
#3F84CC
;
font-family
:
"Usual-Regular"
;
font-size
:
14px
;
font-weight
:
500
;
line-height
:
17px
;
}
.inv-det
{
color
:
#4E5258
;
font-family
:
"Usual-Regular"
;
font-size
:
11px
;
font-weight
:
500
;
line-height
:
13px
;
}
.inv-des
{
color
:
#4E5258
;
font-family
:
"Usual-Regular"
;
font-size
:
12px
;
line-height
:
16px
;
}
cmsWebApp/webroot/extensions/adminportal/invoices.jsp
View file @
f9fc4e3a
...
...
@@ -5,7 +5,7 @@
<%@ include file="/extensions/performa/inc/stdimports.jsp" %>
<oneit:dynIncluded>
<%
<%
SecUser loggedInUser = SecUser.getTXUser(transaction);
CompanyUser companyUser = loggedInUser.getExtension(CompanyUser.REFERENCE_CompanyUser);
Company company = companyUser.getCompany();
...
...
@@ -13,21 +13,7 @@
Debug.assertion(company != null , "Invalid company in admin portal my company");
String nextPage = WebUtils.getSamePageInRenderMode(request, "Page");
%>
<script type="text/javascript">
$(document).ready(function()
{
recalcFunction = setupRecalc ($("form"), {'recalcOnError':true});
$("#upload").change(function(){
readURL(this);
});
$("#remove-logo").click(function(){
removeLogo();
});
});
</script>
%>
<div class="container-fluid">
<div class="row content">
...
...
@@ -47,11 +33,47 @@
<div class="tab-content">
<div class="tab-pane active" id="company-detail">
<div class="tabpage-title">
<label class="label-20">No Current Plan</label><br/>
<label class="label-14">You'll be charged each time you add a new job</label>
<label class="label-20">Invoices</label><br/>
</div>
</div>
<div class="">
<div class="a-label-row">
<div class="col-md-2 col-sm-2 col-xs-2 inv-hdr text-left">Date</div>
<div class="col-md-6 col-sm-6 col-xs-6 inv-hdr text-left">Item</div>
<div class="col-md-2 col-sm-2 col-xs-2 inv-hdr text-right">Charge</div>
<div class="col-md-2 col-sm-2 col-xs-2 inv-hdr text-right">Export</div>
</div>
<div class="line-break"></div>
<%--
for(invoices)
{
%>
<div class="a-label-row">
<div class="col-md-2 col-sm-2 col-xs-2 text-left inv-det">
<oneit:toString value="<%= DateDiff.getToday() %>" mode="MidDate"/>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 text-left inv-des">
Subscription 5 Jobs per month (Annual discount)
<div class="inv-det">#12536536</div>
</div>
<div class="col-md-2 col-sm-2 col-xs-2 text-right inv-amt">
<oneit:toString value="<%= 1500D %>" mode="Currency"/>
</div>
<div class="col-md-2 col-sm-2 col-xs-2 text-right inv-det">
<a href="#">
<span class=""><img src="images/pdf.png" class="inv-pdf"/><span>
PDF
</a>
</div>
</div>
<div class="line-break"></div>
<%
}
--%>
</div>
</div>
</div>
...
...
cmsWebApp/webroot/images/pdf.png
0 → 100644
View file @
f9fc4e3a
14.4 KB
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