Commit 77d415e8 by aagusti

recaptcha

2 parents 9f75dc97 77f2e02a
...@@ -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
...@@ -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
...@@ -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)
...@@ -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
...@@ -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)
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!