Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-tools
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 64d6bd30
authored
Aug 29, 2026
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add new button
1 parent
0b857a60
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
opensipkd/tools/__init__.py
opensipkd/tools/buttons.py
opensipkd/tools/__init__.py
View file @
64d6bd3
...
...
@@ -309,7 +309,7 @@ def count_day(date):
return
int
(
count_day
[
1
])
NAMA_BULAN
=
(
NAMA_BULAN
=
[
(
0
,
"--Bulan--"
),
(
1
,
"Januari"
,
"Jan"
),
(
2
,
"Februari"
,
"Feb"
),
...
...
@@ -323,7 +323,7 @@ NAMA_BULAN = (
(
10
,
"Oktober"
,
"Okt"
),
(
11
,
"Nopember"
,
"Nov"
),
(
12
,
"Desember"
,
"Des"
),
)
]
##########
...
...
opensipkd/tools/buttons.py
View file @
64d6bd3
...
...
@@ -47,6 +47,12 @@ btn_invoice = Button('invoice', title=_('Invoice'), css_class="btn-info",
btn_map
=
Button
(
'map'
,
title
=
_
(
'MAP'
),
css_class
=
"btn-info"
,
type
=
"submit"
)
btn_payment
=
Button
(
'payment'
,
title
=
_
(
'Payment'
),
css_class
=
"btn-success"
,
type
=
"submit"
)
btn_va
=
Button
(
'va'
,
title
=
_
(
'Virtual Account'
),
css_class
=
"btn-success"
,
type
=
"submit"
)
btn_qris
=
Button
(
'qris'
,
title
=
_
(
'QRIS'
),
css_class
=
"btn-success"
,
type
=
"submit"
)
btn_cash
=
Button
(
'cash'
,
title
=
_
(
'CASH'
),
css_class
=
"btn-success"
,
type
=
"submit"
)
btn_accept
=
Button
(
'accept'
,
title
=
_
(
'Accept'
),
css_class
=
"btn-success"
)
btn_reject
=
Button
(
'reject'
,
title
=
_
(
'Reject'
),
css_class
=
"btn-danger"
)
...
...
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