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 34787f16
authored
Nov 23, 2021
by
aagusti
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update server
1 parent
8d6df756
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
esipkd/views/pap.py
esipkd/views/pkb.py
esipkd/views/reports.py
esipkd/views/templates/pap/edit.pt
esipkd/views/pap.py
View file @
34787f1
...
...
@@ -283,7 +283,7 @@ def view_add(request):
return
session_failed
(
request
,
SESS_ADD_FAILED
)
return
dict
(
form
=
form
,
private_key
=
private_key
,
found
=
found
,
data_key
=
data_key
)
def
query_id
(
request
):
def
query_id
(
request
):
engInformix
=
EngInformix
()
sql_result1
=
"""
...
...
esipkd/views/pkb.py
View file @
34787f1
...
...
@@ -139,7 +139,7 @@ class AddSchema(colander.Schema):
colander
.
String
(),
missing
=
colander
.
drop
,
title
=
'Thn. Pembuatan'
,
oid
=
"th_buatan"
oid
=
"th_buatan"
)
tg_akhir_pjklm
=
colander
.
SchemaNode
(
colander
.
String
(),
...
...
esipkd/views/reports.py
View file @
34787f1
...
...
@@ -192,7 +192,7 @@ class ViewLaporan(BaseViews):
def
reports_act
(
self
):
global
awal
,
akhir
,
tgl_awal
,
tgl_akhir
,
u
,
unit_kd
,
unit_nm
,
unit_al
,
now
,
thn
,
thun
,
bulan
,
bulan2
req
=
self
.
request
params
=
req
.
params
params
=
req
.
params
url_dict
=
req
.
matchdict
if
not
req
.
user
:
req_user
=
False
...
...
esipkd/views/templates/pap/edit.pt
View file @
34787f1
...
...
@@ -62,7 +62,7 @@
${structure:field.serialize()}
<script>
$
(
document
).
ready
(
function
()
{
//Membatasi 4 Digit & Membatasi Huruf
//Membatasi 4 Digit & Membatasi Huruf
$
(
'#m_pjk_thn'
).
keyup
(
function
(){
var
m_pjk_thn
=
this
.
value
.
length
;
if
(
!
/^
[
0-9
]
+$/
.
test
(
this
.
value
)){
...
...
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