Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
opensipkd-pad-models
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 9b549deb
authored
Nov 15, 2020
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Hapus field pada class Invoice yang tidak ada di Kabupaten Majalengka
1 parent
2a8f9a52
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
CHANGES.txt
opensipkd/pad/models/default.py
CHANGES.txt
View file @
9b549de
0.2.5 2020-11-14
----------------
- Hapus field pada class Invoice yang tidak ada di Kabupaten Majalengka
0.2.4 2020-10-08
----------------
- Penambahan field discount_denda dan notes
...
...
opensipkd/pad/models/default.py
View file @
9b549de
...
...
@@ -326,8 +326,8 @@ class Invoice(Base):
sptno_lama
=
Column
(
Integer
)
r_nama
=
Column
(
String
(
100
))
r_alamat
=
Column
(
String
(
255
))
m_tonase
=
Column
(
Float
)
m_njop
=
Column
(
Float
)
#
m_tonase = Column(Float)
#
m_njop = Column(Float)
__table_args__
=
(
UniqueConstraint
(
'tahun'
,
'sptno'
),
UniqueConstraint
(
'tahun'
,
'sptno'
,
'customer_usaha_id'
,
'masadari'
),
...
...
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