Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Taufik Yulianto
/
esipkd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 77d415e8
authored
Jan 31, 2017
by
aagusti
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
recaptcha
2 parents
9f75dc97
77f2e02a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
esipkd/scripts/data/group_route.csv
esipkd/scripts/data/route.csv
esipkd/views/arinvoice_wp.py
esipkd/views/user.py
esipkd/views/wp.py
esipkd/scripts/data/group_route.csv
View file @
77d415e
...
@@ -456,4 +456,4 @@ route_id,group_id
...
@@ -456,4 +456,4 @@ route_id,group_id
204,1
204,1
205,1
205,1
242,1
242,1
243,1
\ No newline at end of file
\ No newline at end of file
243,1
esipkd/scripts/data/route.csv
View file @
77d415e
...
@@ -227,4 +227,4 @@ id,kode,nama,path,factory,perm_name,disabled,created,updated,create_uid
...
@@ -227,4 +227,4 @@ id,kode,nama,path,factory,perm_name,disabled,created,updated,create_uid
242,"arinvoicewp-csv","CSV Reg. Bayar WP","/arinvoicewp/{csv}/csv",,"read",0,"2015-03-08 16:45:45",,1
242,"arinvoicewp-csv","CSV Reg. Bayar WP","/arinvoicewp/{csv}/csv",,"read",0,"2015-03-08 16:45:45",,1
243,"arinvoicewp-pdf","PDF Reg. Bayar WP","/arinvoicewp/{pdf}/pdf",,"read",0,"2015-03-08 16:45:45",,1
243,"arinvoicewp-pdf","PDF Reg. Bayar WP","/arinvoicewp/{pdf}/pdf",,"read",0,"2015-03-08 16:45:45",,1
244,"report","Laporan","/report",,"read",0,"2015-03-08 16:45:45",,1
244,"report","Laporan","/report",,"read",0,"2015-03-08 16:45:45",,1
245,"report-sspd","Laporan Penerimaan","/report/sspd",,"read",0,"2015-03-08 16:45:45",,1
\ No newline at end of file
\ No newline at end of file
245,"report-sspd","Laporan Penerimaan","/report/sspd",,"read",0,"2015-03-08 16:45:45",,1
esipkd/views/arinvoice_wp.py
View file @
77d415e
...
@@ -639,4 +639,4 @@ def view_pdf(request):
...
@@ -639,4 +639,4 @@ def view_pdf(request):
rows
.
append
(
s
)
rows
.
append
(
s
)
print
"--- ROWS ---- "
,
rows
print
"--- ROWS ---- "
,
rows
pdf
,
filename
=
open_rml_pdf
(
'arinvoicewp_cetak.rml'
,
rows2
=
rows
)
pdf
,
filename
=
open_rml_pdf
(
'arinvoicewp_cetak.rml'
,
rows2
=
rows
)
return
pdf_response
(
request
,
pdf
,
filename
)
\ No newline at end of file
\ No newline at end of file
return
pdf_response
(
request
,
pdf
,
filename
)
esipkd/views/user.py
View file @
77d415e
...
@@ -279,4 +279,4 @@ def view_act(request):
...
@@ -279,4 +279,4 @@ def view_act(request):
d
[
'id'
]
=
k
[
0
]
d
[
'id'
]
=
k
[
0
]
d
[
'value'
]
=
k
[
1
]
d
[
'value'
]
=
k
[
1
]
r
.
append
(
d
)
r
.
append
(
d
)
return
r
\ No newline at end of file
\ No newline at end of file
return
r
esipkd/views/wp.py
View file @
77d415e
...
@@ -726,4 +726,4 @@ def view_pdf(request):
...
@@ -726,4 +726,4 @@ def view_pdf(request):
rows
.
append
(
s
)
rows
.
append
(
s
)
print
"--- ROWS ---- "
,
rows
print
"--- ROWS ---- "
,
rows
pdf
,
filename
=
open_rml_pdf
(
'wp.rml'
,
rows2
=
rows
)
pdf
,
filename
=
open_rml_pdf
(
'wp.rml'
,
rows2
=
rows
)
return
pdf_response
(
request
,
pdf
,
filename
)
\ No newline at end of file
\ No newline at end of file
return
pdf_response
(
request
,
pdf
,
filename
)
Write
Preview
Markdown
is supported
Attach a file
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 post a comment