mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-23 23:05:44 +00:00
Merge branch 'feat/BE/Sprint-8' into dev/gio
This commit is contained in:
@@ -19,6 +19,7 @@ require (
|
|||||||
github.com/redis/go-redis/v9 v9.14.0
|
github.com/redis/go-redis/v9 v9.14.0
|
||||||
github.com/sirupsen/logrus v1.9.3
|
github.com/sirupsen/logrus v1.9.3
|
||||||
github.com/spf13/viper v1.19.0
|
github.com/spf13/viper v1.19.0
|
||||||
|
github.com/xuri/excelize/v2 v2.9.0
|
||||||
golang.org/x/crypto v0.33.0
|
golang.org/x/crypto v0.33.0
|
||||||
gorm.io/driver/postgres v1.5.9
|
gorm.io/driver/postgres v1.5.9
|
||||||
gorm.io/gorm v1.25.11
|
gorm.io/gorm v1.25.11
|
||||||
@@ -71,9 +72,12 @@ require (
|
|||||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||||
github.com/mattn/go-runewidth v0.0.16 // indirect
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
||||||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||||||
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
||||||
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
||||||
github.com/philhofer/fwd v1.1.2 // indirect
|
github.com/philhofer/fwd v1.1.2 // indirect
|
||||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||||||
|
github.com/richardlehane/mscfb v1.0.4 // indirect
|
||||||
|
github.com/richardlehane/msoleps v1.0.4 // indirect
|
||||||
github.com/rivo/uniseg v0.4.7 // indirect
|
github.com/rivo/uniseg v0.4.7 // indirect
|
||||||
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
||||||
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
||||||
@@ -82,12 +86,15 @@ require (
|
|||||||
github.com/spf13/afero v1.11.0 // indirect
|
github.com/spf13/afero v1.11.0 // indirect
|
||||||
github.com/spf13/cast v1.6.0 // indirect
|
github.com/spf13/cast v1.6.0 // indirect
|
||||||
github.com/spf13/pflag v1.0.5 // indirect
|
github.com/spf13/pflag v1.0.5 // indirect
|
||||||
|
github.com/stretchr/testify v1.11.1 // indirect
|
||||||
github.com/subosito/gotenv v1.6.0 // indirect
|
github.com/subosito/gotenv v1.6.0 // indirect
|
||||||
github.com/tinylib/msgp v1.1.8 // indirect
|
github.com/tinylib/msgp v1.1.8 // indirect
|
||||||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
||||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||||
github.com/valyala/fasthttp v1.55.0 // indirect
|
github.com/valyala/fasthttp v1.55.0 // indirect
|
||||||
github.com/valyala/tcplisten v1.0.0 // indirect
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
||||||
|
github.com/xuri/efp v0.0.0-20240408161823-9ad904a10d6d // indirect
|
||||||
|
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7 // indirect
|
||||||
go.uber.org/atomic v1.9.0 // indirect
|
go.uber.org/atomic v1.9.0 // indirect
|
||||||
go.uber.org/multierr v1.9.0 // indirect
|
go.uber.org/multierr v1.9.0 // indirect
|
||||||
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
|
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
|
||||||
|
|||||||
@@ -182,6 +182,8 @@ github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6T
|
|||||||
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
||||||
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
|
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
|
||||||
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
|
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
|
||||||
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=
|
||||||
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826/go.mod h1:TaXosZuwdSHYgviHp1DAtfrULt5eUgsSMsZf+YrPgl8=
|
||||||
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
|
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
|
||||||
github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
|
github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
|
||||||
github.com/philhofer/fwd v1.1.2 h1:bnDivRJ1EWPjUIRXV5KfORO897HTbpFAQddBdE8t7Gw=
|
github.com/philhofer/fwd v1.1.2 h1:bnDivRJ1EWPjUIRXV5KfORO897HTbpFAQddBdE8t7Gw=
|
||||||
@@ -195,6 +197,11 @@ github.com/redis/go-redis/v9 v9.14.0/go.mod h1:huWgSWd8mW6+m0VPhJjSSQ+d6Nh1VICQ6
|
|||||||
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
|
||||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
|
||||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
|
||||||
|
github.com/richardlehane/mscfb v1.0.4 h1:WULscsljNPConisD5hR0+OyZjwK46Pfyr6mPu5ZawpM=
|
||||||
|
github.com/richardlehane/mscfb v1.0.4/go.mod h1:YzVpcZg9czvAuhk9T+a3avCpcFPMUWm7gK3DypaEsUk=
|
||||||
|
github.com/richardlehane/msoleps v1.0.1/go.mod h1:BWev5JBpU9Ko2WAgmZEuiz4/u3ZYTKbjLycmwiWUfWg=
|
||||||
|
github.com/richardlehane/msoleps v1.0.4 h1:WuESlvhX3gH2IHcd8UqyCuFY5yiq/GR/yqaSM/9/g00=
|
||||||
|
github.com/richardlehane/msoleps v1.0.4/go.mod h1:BWev5JBpU9Ko2WAgmZEuiz4/u3ZYTKbjLycmwiWUfWg=
|
||||||
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
|
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
|
||||||
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
|
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
|
||||||
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
|
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
|
||||||
@@ -238,8 +245,9 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
|
|||||||
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
|
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
|
||||||
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
|
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
|
||||||
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
|
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
|
||||||
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
|
|
||||||
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
|
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
|
||||||
|
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
|
||||||
|
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
|
||||||
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
|
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
|
||||||
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
|
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
|
||||||
github.com/tinylib/msgp v1.1.8 h1:FCXC1xanKO4I8plpHGH2P7koL/RzZs12l/+r7vakfm0=
|
github.com/tinylib/msgp v1.1.8 h1:FCXC1xanKO4I8plpHGH2P7koL/RzZs12l/+r7vakfm0=
|
||||||
@@ -252,6 +260,16 @@ github.com/valyala/fasthttp v1.55.0 h1:Zkefzgt6a7+bVKHnu/YaYSOPfNYNisSVBo/unVCf8
|
|||||||
github.com/valyala/fasthttp v1.55.0/go.mod h1:NkY9JtkrpPKmgwV3HTaS2HWaJss9RSIsRVfcxxoHiOM=
|
github.com/valyala/fasthttp v1.55.0/go.mod h1:NkY9JtkrpPKmgwV3HTaS2HWaJss9RSIsRVfcxxoHiOM=
|
||||||
github.com/valyala/tcplisten v1.0.0 h1:rBHj/Xf+E1tRGZyWIWwJDiRY0zc1Js+CV5DqwacVSA8=
|
github.com/valyala/tcplisten v1.0.0 h1:rBHj/Xf+E1tRGZyWIWwJDiRY0zc1Js+CV5DqwacVSA8=
|
||||||
github.com/valyala/tcplisten v1.0.0/go.mod h1:T0xQ8SeCZGxckz9qRXTfG43PvQ/mcWh7FwZEA7Ioqkc=
|
github.com/valyala/tcplisten v1.0.0/go.mod h1:T0xQ8SeCZGxckz9qRXTfG43PvQ/mcWh7FwZEA7Ioqkc=
|
||||||
|
github.com/xuri/efp v0.0.0-20240408161823-9ad904a10d6d h1:llb0neMWDQe87IzJLS4Ci7psK/lVsjIS2otl+1WyRyY=
|
||||||
|
github.com/xuri/efp v0.0.0-20240408161823-9ad904a10d6d/go.mod h1:ybY/Jr0T0GTCnYjKqmdwxyxn2BQf2RcQIIvex5QldPI=
|
||||||
|
github.com/xuri/efp v0.0.1 h1:fws5Rv3myXyYni8uwj2qKjVaRP30PdjeYe2Y6FDsCL8=
|
||||||
|
github.com/xuri/efp v0.0.1/go.mod h1:ybY/Jr0T0GTCnYjKqmdwxyxn2BQf2RcQIIvex5QldPI=
|
||||||
|
github.com/xuri/excelize/v2 v2.9.0 h1:1tgOaEq92IOEumR1/JfYS/eR0KHOCsRv/rYXXh6YJQE=
|
||||||
|
github.com/xuri/excelize/v2 v2.9.0/go.mod h1:uqey4QBZ9gdMeWApPLdhm9x+9o2lq4iVmjiLfBS5hdE=
|
||||||
|
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7 h1:hPVCafDV85blFTabnqKgNhDCkJX25eik94Si9cTER4A=
|
||||||
|
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7/go.mod h1:WwHg+CVyzlv/TX9xqBFXEZAuxOPxn2k1GNHwG41IIUQ=
|
||||||
|
github.com/xuri/nfp v0.0.2-0.20250530014748-2ddeb826f9a9 h1:+C0TIdyyYmzadGaL/HBLbf3WdLgC29pgyhTjAT/0nuE=
|
||||||
|
github.com/xuri/nfp v0.0.2-0.20250530014748-2ddeb826f9a9/go.mod h1:WwHg+CVyzlv/TX9xqBFXEZAuxOPxn2k1GNHwG41IIUQ=
|
||||||
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
|
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
|
||||||
github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q=
|
github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q=
|
||||||
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
|
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
|
||||||
@@ -278,6 +296,8 @@ golang.org/x/crypto v0.33.0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus=
|
|||||||
golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M=
|
golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M=
|
||||||
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g=
|
||||||
golang.org/x/exp v0.0.0-20230905200255-921286631fa9/go.mod h1:S2oDrQGGwySpoQPVqRShND87VCbxmc6bL1Yd2oYrm6k=
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9/go.mod h1:S2oDrQGGwySpoQPVqRShND87VCbxmc6bL1Yd2oYrm6k=
|
||||||
|
golang.org/x/image v0.18.0 h1:jGzIakQa/ZXI1I0Fxvaa9W7yP25TqT6cHIHn+6CqvSQ=
|
||||||
|
golang.org/x/image v0.18.0/go.mod h1:4yyo5vMFQjVjUcVk4jEQcU9MGy/rulF5WvUILseCM2E=
|
||||||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
|
||||||
golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
|
golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
|
||||||
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
||||||
|
|||||||
@@ -84,8 +84,9 @@ func (r *approvalRepositoryImpl) LatestByTargets(
|
|||||||
result := make(map[uint]entity.Approval, len(approvableIDs))
|
result := make(map[uint]entity.Approval, len(approvableIDs))
|
||||||
|
|
||||||
q := r.DB().WithContext(ctx).
|
q := r.DB().WithContext(ctx).
|
||||||
|
Select("DISTINCT ON (approvable_id) *").
|
||||||
Where("approvable_type = ? AND approvable_id IN ?", workflow, approvableIDs).
|
Where("approvable_type = ? AND approvable_id IN ?", workflow, approvableIDs).
|
||||||
Order("action_at DESC")
|
Order("approvable_id, action_at DESC")
|
||||||
|
|
||||||
if modifier != nil {
|
if modifier != nil {
|
||||||
q = modifier(q)
|
q = modifier(q)
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ package repository
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
@@ -9,45 +10,59 @@ import (
|
|||||||
|
|
||||||
// Exists reports whether a record with the given ID exists for type T.
|
// Exists reports whether a record with the given ID exists for type T.
|
||||||
func Exists[T any](ctx context.Context, db *gorm.DB, id uint) (bool, error) {
|
func Exists[T any](ctx context.Context, db *gorm.DB, id uint) (bool, error) {
|
||||||
var count int64
|
var marker int
|
||||||
if err := db.WithContext(ctx).
|
err := db.WithContext(ctx).
|
||||||
Model(new(T)).
|
Model(new(T)).
|
||||||
|
Select("1").
|
||||||
Where("id = ?", id).
|
Where("id = ?", id).
|
||||||
Count(&count).Error; err != nil {
|
Limit(1).
|
||||||
|
Take(&marker).Error
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return false, nil
|
||||||
|
}
|
||||||
|
if err != nil {
|
||||||
return false, err
|
return false, err
|
||||||
}
|
}
|
||||||
return count > 0, nil
|
return true, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func ExistsByName[T any](ctx context.Context, db *gorm.DB, name string, excludeID *uint) (bool, error) {
|
func ExistsByName[T any](ctx context.Context, db *gorm.DB, name string, excludeID *uint) (bool, error) {
|
||||||
var count int64
|
|
||||||
q := db.WithContext(ctx).
|
q := db.WithContext(ctx).
|
||||||
Model(new(T)).
|
Model(new(T)).
|
||||||
|
Select("1").
|
||||||
Where("name = ?", name).
|
Where("name = ?", name).
|
||||||
Where("deleted_at IS NULL")
|
Where("deleted_at IS NULL")
|
||||||
if excludeID != nil {
|
if excludeID != nil {
|
||||||
q = q.Where("id <> ?", *excludeID)
|
q = q.Where("id <> ?", *excludeID)
|
||||||
}
|
}
|
||||||
if err := q.Count(&count).Error; err != nil {
|
var marker int
|
||||||
|
if err := q.Limit(1).Take(&marker).Error; err != nil {
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return false, nil
|
||||||
|
}
|
||||||
return false, err
|
return false, err
|
||||||
}
|
}
|
||||||
return count > 0, nil
|
return true, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func ExistsByField[T any](ctx context.Context, db *gorm.DB, field string, value any, excludeID *uint) (bool, error) {
|
func ExistsByField[T any](ctx context.Context, db *gorm.DB, field string, value any, excludeID *uint) (bool, error) {
|
||||||
if field == "" {
|
if field == "" {
|
||||||
return false, fmt.Errorf("field is required")
|
return false, fmt.Errorf("field is required")
|
||||||
}
|
}
|
||||||
var count int64
|
|
||||||
q := db.WithContext(ctx).
|
q := db.WithContext(ctx).
|
||||||
Model(new(T)).
|
Model(new(T)).
|
||||||
|
Select("1").
|
||||||
Where(fmt.Sprintf("%s = ?", field), value).
|
Where(fmt.Sprintf("%s = ?", field), value).
|
||||||
Where("deleted_at IS NULL")
|
Where("deleted_at IS NULL")
|
||||||
if excludeID != nil {
|
if excludeID != nil {
|
||||||
q = q.Where("id <> ?", *excludeID)
|
q = q.Where("id <> ?", *excludeID)
|
||||||
}
|
}
|
||||||
if err := q.Count(&count).Error; err != nil {
|
var marker int
|
||||||
|
if err := q.Limit(1).Take(&marker).Error; err != nil {
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return false, nil
|
||||||
|
}
|
||||||
return false, err
|
return false, err
|
||||||
}
|
}
|
||||||
return count > 0, nil
|
return true, nil
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -505,12 +505,25 @@ func (s *fifoService) fetchStockLots(ctx context.Context, tx *gorm.DB, productWa
|
|||||||
|
|
||||||
var lots []stockLot
|
var lots []stockLot
|
||||||
for key, cfg := range configs {
|
for key, cfg := range configs {
|
||||||
selectStmt := fmt.Sprintf(
|
|
||||||
"%s AS id, %s AS available_qty, %s AS created_at",
|
usesNumericTime := cfg.Columns.CreatedAt == cfg.Columns.ID
|
||||||
cfg.Columns.ID,
|
|
||||||
fmt.Sprintf("%s - COALESCE(%s,0)", cfg.Columns.TotalQuantity, cfg.Columns.TotalUsedQuantity),
|
var selectStmt string
|
||||||
cfg.Columns.CreatedAt,
|
if usesNumericTime {
|
||||||
)
|
|
||||||
|
selectStmt = fmt.Sprintf(
|
||||||
|
"%s AS id, %s AS available_qty, '1970-01-01 00:00:00 UTC'::timestamp AS created_at",
|
||||||
|
cfg.Columns.ID,
|
||||||
|
fmt.Sprintf("%s - COALESCE(%s,0)", cfg.Columns.TotalQuantity, cfg.Columns.TotalUsedQuantity),
|
||||||
|
)
|
||||||
|
} else {
|
||||||
|
selectStmt = fmt.Sprintf(
|
||||||
|
"%s AS id, %s AS available_qty, %s AS created_at",
|
||||||
|
cfg.Columns.ID,
|
||||||
|
fmt.Sprintf("%s - COALESCE(%s,0)", cfg.Columns.TotalQuantity, cfg.Columns.TotalUsedQuantity),
|
||||||
|
cfg.Columns.CreatedAt,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
var rows []struct {
|
var rows []struct {
|
||||||
ID uint
|
ID uint
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ ADD CONSTRAINT fk_project_chickins_kandang FOREIGN KEY (project_flock_kandang_id
|
|||||||
|
|
||||||
-- Relasi ke product_warehouses
|
-- Relasi ke product_warehouses
|
||||||
ALTER TABLE project_chickins
|
ALTER TABLE project_chickins
|
||||||
ADD CONSTRAINT fk_project_chickins_warehouse FOREIGN KEY (product_warehouse_id) REFERENCES product_warehouses (id) ON DELETE RESTRICT ON UPDATE CASCADE;
|
ADD CONSTRAINT fk_project_chickins_warehouse FOREIGN KEY (product_warehouse_id) REFERENCES product_warehouses (id) ON DELETE CASCADE ON UPDATE CASCADE;
|
||||||
|
|
||||||
-- Relasi ke users
|
-- Relasi ke users
|
||||||
ALTER TABLE project_chickins
|
ALTER TABLE project_chickins
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
DROP INDEX IF EXISTS idx_payments_bank_id;
|
||||||
|
DROP INDEX IF EXISTS payments_party_polymorphic;
|
||||||
|
DROP TABLE IF EXISTS payments;
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
CREATE TABLE IF NOT EXISTS payments (
|
||||||
|
id BIGSERIAL PRIMARY KEY,
|
||||||
|
payment_code VARCHAR(50) NOT NULL,
|
||||||
|
reference_number VARCHAR(100) NULL,
|
||||||
|
transaction_type VARCHAR(50),
|
||||||
|
party_type VARCHAR(50) NOT NULL,
|
||||||
|
party_id BIGINT NOT NULL,
|
||||||
|
payment_date TIMESTAMPTZ NOT NULL,
|
||||||
|
payment_method VARCHAR(20) NOT NULL,
|
||||||
|
bank_id BIGINT NULL REFERENCES banks(id) ON DELETE RESTRICT ON UPDATE CASCADE,
|
||||||
|
direction VARCHAR(5) NOT NULL,
|
||||||
|
nominal NUMERIC(15, 3) NOT NULL,
|
||||||
|
notes TEXT NOT NULL,
|
||||||
|
created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(),
|
||||||
|
updated_at TIMESTAMPTZ NOT NULL DEFAULT NOW(),
|
||||||
|
deleted_at TIMESTAMPTZ NULL,
|
||||||
|
created_by BIGINT REFERENCES users (id) ON DELETE SET NULL ON UPDATE CASCADE
|
||||||
|
);
|
||||||
|
|
||||||
|
-- Indexes
|
||||||
|
CREATE INDEX payments_party_polymorphic ON payments (party_type, party_id);
|
||||||
|
CREATE INDEX idx_payments_bank_id ON payments (bank_id);
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
DO $$
|
||||||
|
DECLARE
|
||||||
|
r record;
|
||||||
|
trigger_name text;
|
||||||
|
BEGIN
|
||||||
|
FOR r IN
|
||||||
|
SELECT table_schema, table_name
|
||||||
|
FROM information_schema.columns
|
||||||
|
WHERE column_name = 'deleted_at'
|
||||||
|
AND table_schema = 'public'
|
||||||
|
GROUP BY table_schema, table_name
|
||||||
|
LOOP
|
||||||
|
trigger_name := format('trg_soft_delete_fk_%s', r.table_name);
|
||||||
|
EXECUTE format('DROP TRIGGER IF EXISTS %I ON %I.%I', trigger_name, r.table_schema, r.table_name);
|
||||||
|
END LOOP;
|
||||||
|
END $$;
|
||||||
|
|
||||||
|
DROP FUNCTION IF EXISTS soft_delete_handle_fk();
|
||||||
@@ -0,0 +1,126 @@
|
|||||||
|
CREATE OR REPLACE FUNCTION soft_delete_handle_fk() RETURNS TRIGGER AS $$
|
||||||
|
DECLARE
|
||||||
|
fk record;
|
||||||
|
child_column text;
|
||||||
|
parent_column text;
|
||||||
|
parent_value text;
|
||||||
|
child_has_deleted_at boolean;
|
||||||
|
ref_exists boolean;
|
||||||
|
sql text;
|
||||||
|
BEGIN
|
||||||
|
IF OLD.deleted_at IS NULL AND NEW.deleted_at IS NOT NULL THEN
|
||||||
|
FOR fk IN
|
||||||
|
SELECT conrelid::regclass AS child_table,
|
||||||
|
conkey AS child_cols,
|
||||||
|
confkey AS parent_cols,
|
||||||
|
confdeltype
|
||||||
|
FROM pg_constraint
|
||||||
|
WHERE contype = 'f'
|
||||||
|
AND confrelid = TG_RELID
|
||||||
|
LOOP
|
||||||
|
IF array_length(fk.child_cols, 1) IS DISTINCT FROM 1
|
||||||
|
OR array_length(fk.parent_cols, 1) IS DISTINCT FROM 1 THEN
|
||||||
|
RAISE NOTICE 'soft_delete_handle_fk skipped composite fk on %', fk.child_table;
|
||||||
|
CONTINUE;
|
||||||
|
END IF;
|
||||||
|
|
||||||
|
SELECT attname INTO child_column
|
||||||
|
FROM pg_attribute
|
||||||
|
WHERE attrelid = fk.child_table
|
||||||
|
AND attnum = fk.child_cols[1]
|
||||||
|
AND NOT attisdropped;
|
||||||
|
|
||||||
|
SELECT attname INTO parent_column
|
||||||
|
FROM pg_attribute
|
||||||
|
WHERE attrelid = TG_RELID
|
||||||
|
AND attnum = fk.parent_cols[1]
|
||||||
|
AND NOT attisdropped;
|
||||||
|
|
||||||
|
EXECUTE format('SELECT ($1).%I', parent_column)
|
||||||
|
INTO parent_value
|
||||||
|
USING OLD;
|
||||||
|
|
||||||
|
SELECT EXISTS (
|
||||||
|
SELECT 1
|
||||||
|
FROM pg_attribute
|
||||||
|
WHERE attrelid = fk.child_table
|
||||||
|
AND attname = 'deleted_at'
|
||||||
|
AND NOT attisdropped
|
||||||
|
) INTO child_has_deleted_at;
|
||||||
|
|
||||||
|
IF fk.confdeltype IN ('r', 'a') THEN
|
||||||
|
sql := format(
|
||||||
|
'SELECT EXISTS (SELECT 1 FROM %s WHERE %I = $1 %s)',
|
||||||
|
fk.child_table,
|
||||||
|
child_column,
|
||||||
|
CASE WHEN child_has_deleted_at THEN 'AND deleted_at IS NULL' ELSE '' END
|
||||||
|
);
|
||||||
|
EXECUTE sql INTO ref_exists USING parent_value;
|
||||||
|
IF ref_exists THEN
|
||||||
|
RAISE EXCEPTION 'Cannot soft delete %, still referenced by %',
|
||||||
|
TG_TABLE_NAME, fk.child_table;
|
||||||
|
END IF;
|
||||||
|
ELSIF fk.confdeltype = 'n' THEN
|
||||||
|
sql := format(
|
||||||
|
'UPDATE %s SET %I = NULL WHERE %I = $1 %s',
|
||||||
|
fk.child_table,
|
||||||
|
child_column,
|
||||||
|
child_column,
|
||||||
|
CASE WHEN child_has_deleted_at THEN 'AND deleted_at IS NULL' ELSE '' END
|
||||||
|
);
|
||||||
|
EXECUTE sql USING parent_value;
|
||||||
|
ELSIF fk.confdeltype = 'c' THEN
|
||||||
|
IF child_has_deleted_at THEN
|
||||||
|
sql := format(
|
||||||
|
'UPDATE %s SET deleted_at = NOW() WHERE %I = $1 AND deleted_at IS NULL',
|
||||||
|
fk.child_table,
|
||||||
|
child_column
|
||||||
|
);
|
||||||
|
EXECUTE sql USING parent_value;
|
||||||
|
ELSE
|
||||||
|
sql := format(
|
||||||
|
'DELETE FROM %s WHERE %I = $1',
|
||||||
|
fk.child_table,
|
||||||
|
child_column
|
||||||
|
);
|
||||||
|
EXECUTE sql USING parent_value;
|
||||||
|
END IF;
|
||||||
|
ELSIF fk.confdeltype = 'd' THEN
|
||||||
|
sql := format(
|
||||||
|
'UPDATE %s SET %I = DEFAULT WHERE %I = $1 %s',
|
||||||
|
fk.child_table,
|
||||||
|
child_column,
|
||||||
|
child_column,
|
||||||
|
CASE WHEN child_has_deleted_at THEN 'AND deleted_at IS NULL' ELSE '' END
|
||||||
|
);
|
||||||
|
EXECUTE sql USING parent_value;
|
||||||
|
END IF;
|
||||||
|
END LOOP;
|
||||||
|
END IF;
|
||||||
|
|
||||||
|
RETURN NEW;
|
||||||
|
END;
|
||||||
|
$$ LANGUAGE plpgsql;
|
||||||
|
|
||||||
|
DO $$
|
||||||
|
DECLARE
|
||||||
|
r record;
|
||||||
|
trigger_name text;
|
||||||
|
BEGIN
|
||||||
|
FOR r IN
|
||||||
|
SELECT table_schema, table_name
|
||||||
|
FROM information_schema.columns
|
||||||
|
WHERE column_name = 'deleted_at'
|
||||||
|
AND table_schema = 'public'
|
||||||
|
GROUP BY table_schema, table_name
|
||||||
|
LOOP
|
||||||
|
trigger_name := format('trg_soft_delete_fk_%s', r.table_name);
|
||||||
|
EXECUTE format('DROP TRIGGER IF EXISTS %I ON %I.%I', trigger_name, r.table_schema, r.table_name);
|
||||||
|
EXECUTE format(
|
||||||
|
'CREATE TRIGGER %I BEFORE UPDATE OF deleted_at ON %I.%I FOR EACH ROW EXECUTE FUNCTION soft_delete_handle_fk()',
|
||||||
|
trigger_name,
|
||||||
|
r.table_schema,
|
||||||
|
r.table_name
|
||||||
|
);
|
||||||
|
END LOOP;
|
||||||
|
END $$;
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
DROP SEQUENCE IF EXISTS payments_code_seq;
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
CREATE SEQUENCE IF NOT EXISTS payments_code_seq START WITH 1 INCREMENT BY 1;
|
||||||
+3
@@ -0,0 +1,3 @@
|
|||||||
|
-- Rollback: restore document columns to expenses table
|
||||||
|
ALTER TABLE expenses ADD COLUMN IF NOT EXISTS document_path JSON;
|
||||||
|
ALTER TABLE expenses ADD COLUMN IF NOT EXISTS realization_document_path JSON;
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
-- Delete document columns from expenses table since we now use Document service with polymorphic relations
|
||||||
|
ALTER TABLE expenses DROP COLUMN IF EXISTS document_path;
|
||||||
|
ALTER TABLE expenses DROP COLUMN IF EXISTS realization_document_path;
|
||||||
+28
@@ -0,0 +1,28 @@
|
|||||||
|
-- ============================================
|
||||||
|
-- Rollback: Remove FIFO fields and restore qty column
|
||||||
|
-- ============================================
|
||||||
|
|
||||||
|
-- STEP 1: Drop indexes
|
||||||
|
DROP INDEX IF EXISTS idx_marketing_delivery_products_fifo_lookup;
|
||||||
|
DROP INDEX IF EXISTS idx_marketing_delivery_products_pending_qty;
|
||||||
|
DROP INDEX IF EXISTS idx_marketing_delivery_products_usage_qty;
|
||||||
|
DROP INDEX IF EXISTS idx_marketing_delivery_products_created_at;
|
||||||
|
|
||||||
|
-- STEP 2: Drop constraints
|
||||||
|
ALTER TABLE marketing_delivery_products
|
||||||
|
DROP CONSTRAINT IF EXISTS chk_marketing_delivery_products_fifo_nonneg;
|
||||||
|
|
||||||
|
-- STEP 3: Restore qty column from usage_qty data
|
||||||
|
ALTER TABLE marketing_delivery_products
|
||||||
|
ADD COLUMN IF NOT EXISTS qty NUMERIC(15, 3) DEFAULT 0 NOT NULL;
|
||||||
|
|
||||||
|
-- Migrate data back from usage_qty to qty
|
||||||
|
UPDATE marketing_delivery_products
|
||||||
|
SET qty = usage_qty
|
||||||
|
WHERE qty = 0;
|
||||||
|
|
||||||
|
-- STEP 4: Drop FIFO columns
|
||||||
|
ALTER TABLE marketing_delivery_products
|
||||||
|
DROP COLUMN IF EXISTS usage_qty,
|
||||||
|
DROP COLUMN IF EXISTS pending_qty,
|
||||||
|
DROP COLUMN IF EXISTS created_at;
|
||||||
+58
@@ -0,0 +1,58 @@
|
|||||||
|
-- ============================================
|
||||||
|
-- Add FIFO fields to marketing_delivery_products
|
||||||
|
-- This migration adds fields needed for FIFO stock management
|
||||||
|
-- and removes the old qty field in favor of FIFO-based allocation
|
||||||
|
-- ============================================
|
||||||
|
|
||||||
|
-- STEP 0: Drop orphan indexes from previous migration
|
||||||
|
DROP INDEX IF EXISTS idx_marketing_delivery_products_deleted_at;
|
||||||
|
|
||||||
|
-- STEP 1: Add created_at column (required for FIFO ordering)
|
||||||
|
ALTER TABLE marketing_delivery_products
|
||||||
|
ADD COLUMN IF NOT EXISTS created_at TIMESTAMPTZ DEFAULT NOW();
|
||||||
|
|
||||||
|
-- STEP 2: Add FIFO tracking fields
|
||||||
|
ALTER TABLE marketing_delivery_products
|
||||||
|
ADD COLUMN IF NOT EXISTS usage_qty NUMERIC(15, 3) DEFAULT 0,
|
||||||
|
ADD COLUMN IF NOT EXISTS pending_qty NUMERIC(15, 3) DEFAULT 0;
|
||||||
|
|
||||||
|
-- STEP 3: Migrate data from old qty to usage_qty for existing records
|
||||||
|
-- This preserves existing quantity data as allocated quantity
|
||||||
|
UPDATE marketing_delivery_products
|
||||||
|
SET
|
||||||
|
usage_qty = COALESCE(qty, 0),
|
||||||
|
pending_qty = 0
|
||||||
|
WHERE usage_qty = 0;
|
||||||
|
|
||||||
|
-- STEP 4: Drop the old qty column (replaced by usage_qty + pending_qty)
|
||||||
|
ALTER TABLE marketing_delivery_products
|
||||||
|
DROP COLUMN IF EXISTS qty;
|
||||||
|
|
||||||
|
-- STEP 5: Make FIFO fields NOT NULL
|
||||||
|
ALTER TABLE marketing_delivery_products
|
||||||
|
ALTER COLUMN usage_qty SET NOT NULL,
|
||||||
|
ALTER COLUMN pending_qty SET NOT NULL,
|
||||||
|
ALTER COLUMN created_at SET NOT NULL;
|
||||||
|
|
||||||
|
-- STEP 6: Add constraints to ensure non-negative values
|
||||||
|
ALTER TABLE marketing_delivery_products
|
||||||
|
ADD CONSTRAINT chk_marketing_delivery_products_fifo_nonneg CHECK (
|
||||||
|
usage_qty >= 0 AND
|
||||||
|
pending_qty >= 0
|
||||||
|
);
|
||||||
|
|
||||||
|
-- STEP 7: Create indexes for FIFO operations
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_marketing_delivery_products_created_at
|
||||||
|
ON marketing_delivery_products(created_at DESC);
|
||||||
|
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_marketing_delivery_products_usage_qty
|
||||||
|
ON marketing_delivery_products(usage_qty)
|
||||||
|
WHERE usage_qty > 0;
|
||||||
|
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_marketing_delivery_products_pending_qty
|
||||||
|
ON marketing_delivery_products(pending_qty)
|
||||||
|
WHERE pending_qty > 0;
|
||||||
|
|
||||||
|
-- Composite index for FIFO lookups
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_marketing_delivery_products_fifo_lookup
|
||||||
|
ON marketing_delivery_products(marketing_product_id, created_at DESC);
|
||||||
+7
@@ -0,0 +1,7 @@
|
|||||||
|
-- Remove foreign key constraint
|
||||||
|
ALTER TABLE marketing_delivery_products
|
||||||
|
DROP CONSTRAINT IF EXISTS fk_marketing_delivery_products_product_warehouse;
|
||||||
|
|
||||||
|
-- Drop product_warehouse_id column
|
||||||
|
ALTER TABLE marketing_delivery_products
|
||||||
|
DROP COLUMN IF EXISTS product_warehouse_id;
|
||||||
+19
@@ -0,0 +1,19 @@
|
|||||||
|
-- Add product_warehouse_id column to marketing_delivery_products
|
||||||
|
ALTER TABLE marketing_delivery_products
|
||||||
|
ADD COLUMN IF NOT EXISTS product_warehouse_id INT NOT NULL DEFAULT 0;
|
||||||
|
|
||||||
|
-- Fill product_warehouse_id from marketing_products
|
||||||
|
UPDATE marketing_delivery_products mdp
|
||||||
|
SET product_warehouse_id = mp.product_warehouse_id
|
||||||
|
FROM marketing_products mp
|
||||||
|
WHERE mdp.marketing_product_id = mp.id
|
||||||
|
AND mdp.product_warehouse_id = 0;
|
||||||
|
|
||||||
|
-- Set NOT NULL constraint
|
||||||
|
ALTER TABLE marketing_delivery_products
|
||||||
|
ALTER COLUMN product_warehouse_id SET NOT NULL;
|
||||||
|
|
||||||
|
-- Add foreign key constraint
|
||||||
|
ALTER TABLE marketing_delivery_products
|
||||||
|
ADD CONSTRAINT fk_marketing_delivery_products_product_warehouse
|
||||||
|
FOREIGN KEY (product_warehouse_id) REFERENCES product_warehouses(id);
|
||||||
+10
@@ -0,0 +1,10 @@
|
|||||||
|
-- Drop indexes
|
||||||
|
DROP INDEX IF EXISTS idx_standard_growth_details_standard_week;
|
||||||
|
DROP INDEX IF EXISTS idx_production_standard_details_standard_week;
|
||||||
|
DROP INDEX IF EXISTS idx_production_standards_project_category;
|
||||||
|
DROP INDEX IF EXISTS idx_production_standards_deleted_at;
|
||||||
|
|
||||||
|
-- Drop tables (in reverse order due to foreign keys)
|
||||||
|
DROP TABLE IF EXISTS standard_growth_details;
|
||||||
|
DROP TABLE IF EXISTS production_standard_details;
|
||||||
|
DROP TABLE IF EXISTS production_standards;
|
||||||
@@ -0,0 +1,96 @@
|
|||||||
|
-- Create production_standards table
|
||||||
|
CREATE TABLE IF NOT EXISTS production_standards (
|
||||||
|
id BIGSERIAL PRIMARY KEY,
|
||||||
|
name VARCHAR(100) UNIQUE NOT NULL,
|
||||||
|
project_category VARCHAR(20) NOT NULL CHECK (project_category IN ('GROWING', 'LAYING')),
|
||||||
|
created_at TIMESTAMPTZ DEFAULT NOW(),
|
||||||
|
updated_at TIMESTAMPTZ DEFAULT NOW(),
|
||||||
|
deleted_at TIMESTAMPTZ,
|
||||||
|
created_by BIGINT
|
||||||
|
);
|
||||||
|
|
||||||
|
-- Create index for deleted_at (soft delete)
|
||||||
|
CREATE INDEX idx_production_standards_deleted_at ON production_standards(deleted_at);
|
||||||
|
|
||||||
|
-- Tambahkan Foreign Key ke users
|
||||||
|
DO $$
|
||||||
|
BEGIN
|
||||||
|
IF EXISTS (SELECT 1 FROM pg_tables WHERE tablename = 'users') THEN
|
||||||
|
ALTER TABLE production_standards
|
||||||
|
ADD CONSTRAINT fk_production_standards_created_by
|
||||||
|
FOREIGN KEY (created_by) REFERENCES users(id) ON DELETE SET NULL ON UPDATE CASCADE;
|
||||||
|
END IF;
|
||||||
|
END $$;
|
||||||
|
|
||||||
|
-- Index
|
||||||
|
CREATE INDEX idx_production_standards_created_by ON production_standards(created_by);
|
||||||
|
|
||||||
|
-- Create production_standard_details table
|
||||||
|
CREATE TABLE IF NOT EXISTS production_standard_details (
|
||||||
|
id BIGSERIAL PRIMARY KEY,
|
||||||
|
production_standard_id BIGINT NOT NULL,
|
||||||
|
week INT NOT NULL,
|
||||||
|
target_hen_day_production NUMERIC(15, 3),
|
||||||
|
target_hen_house_production NUMERIC(15, 3),
|
||||||
|
target_egg_weight NUMERIC(15, 3),
|
||||||
|
target_egg_mass NUMERIC(15, 3),
|
||||||
|
created_at TIMESTAMPTZ DEFAULT NOW(),
|
||||||
|
updated_at TIMESTAMPTZ DEFAULT NOW()
|
||||||
|
);
|
||||||
|
|
||||||
|
-- Tambahkan Foreign Key ke production_standards
|
||||||
|
DO $$
|
||||||
|
BEGIN
|
||||||
|
IF EXISTS (SELECT 1 FROM pg_tables WHERE tablename = 'production_standards') THEN
|
||||||
|
ALTER TABLE production_standard_details
|
||||||
|
ADD CONSTRAINT fk_production_standard_details_standard
|
||||||
|
FOREIGN KEY (production_standard_id) REFERENCES production_standards(id) ON DELETE CASCADE;
|
||||||
|
END IF;
|
||||||
|
END $$;
|
||||||
|
|
||||||
|
-- Create unique constraint for standard_id + week
|
||||||
|
CREATE UNIQUE INDEX idx_production_standard_details_standard_week
|
||||||
|
ON production_standard_details(production_standard_id, week);
|
||||||
|
|
||||||
|
-- Create standard_growth_details table
|
||||||
|
CREATE TABLE IF NOT EXISTS standard_growth_details (
|
||||||
|
id BIGSERIAL PRIMARY KEY,
|
||||||
|
production_standard_id BIGINT NOT NULL,
|
||||||
|
target_mean_bw NUMERIC(15, 3),
|
||||||
|
max_depletion NUMERIC(15, 3),
|
||||||
|
min_uniformity NUMERIC(15, 3) NOT NULL,
|
||||||
|
week INT NOT NULL,
|
||||||
|
feed_intake NUMERIC(15, 3),
|
||||||
|
created_at TIMESTAMPTZ DEFAULT NOW(),
|
||||||
|
created_by BIGINT
|
||||||
|
);
|
||||||
|
|
||||||
|
-- Tambahkan Foreign Key ke production_standards
|
||||||
|
DO $$
|
||||||
|
BEGIN
|
||||||
|
IF EXISTS (SELECT 1 FROM pg_tables WHERE tablename = 'production_standards') THEN
|
||||||
|
ALTER TABLE standard_growth_details
|
||||||
|
ADD CONSTRAINT fk_standard_growth_details_standard
|
||||||
|
FOREIGN KEY (production_standard_id) REFERENCES production_standards(id) ON DELETE CASCADE;
|
||||||
|
END IF;
|
||||||
|
END $$;
|
||||||
|
|
||||||
|
-- Tambahkan Foreign Key ke users
|
||||||
|
DO $$
|
||||||
|
BEGIN
|
||||||
|
IF EXISTS (SELECT 1 FROM pg_tables WHERE tablename = 'users') THEN
|
||||||
|
ALTER TABLE standard_growth_details
|
||||||
|
ADD CONSTRAINT fk_standard_growth_details_created_by
|
||||||
|
FOREIGN KEY (created_by) REFERENCES users(id) ON DELETE SET NULL ON UPDATE CASCADE;
|
||||||
|
END IF;
|
||||||
|
END $$;
|
||||||
|
|
||||||
|
-- Create unique constraint for standard_id + week
|
||||||
|
CREATE UNIQUE INDEX idx_standard_growth_details_standard_week
|
||||||
|
ON standard_growth_details(production_standard_id, week);
|
||||||
|
|
||||||
|
-- Index
|
||||||
|
CREATE INDEX idx_standard_growth_details_created_by ON standard_growth_details(created_by);
|
||||||
|
|
||||||
|
-- Create index for project_category
|
||||||
|
CREATE INDEX idx_production_standards_project_category ON production_standards(project_category);
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
-- Rollback: Update expense and expense_nonstocks tables
|
||||||
|
|
||||||
|
-- Drop indexes
|
||||||
|
DROP INDEX IF EXISTS idx_expenses_project_flock_id;
|
||||||
|
DROP INDEX IF EXISTS idx_expenses_location_id;
|
||||||
|
|
||||||
|
-- Drop Foreign Key constraint
|
||||||
|
DO $$
|
||||||
|
BEGIN
|
||||||
|
IF EXISTS (
|
||||||
|
SELECT 1 FROM pg_constraint
|
||||||
|
WHERE conname = 'fk_expenses_location_id'
|
||||||
|
) THEN
|
||||||
|
ALTER TABLE expenses
|
||||||
|
DROP CONSTRAINT fk_expenses_location_id;
|
||||||
|
END IF;
|
||||||
|
END $$;
|
||||||
|
|
||||||
|
-- Drop columns from expenses table
|
||||||
|
ALTER TABLE expenses
|
||||||
|
DROP COLUMN IF EXISTS project_flock_id;
|
||||||
|
|
||||||
|
ALTER TABLE expenses
|
||||||
|
DROP COLUMN IF EXISTS location_id;
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
-- Migration: Update expense and expense_nonstocks tables
|
||||||
|
|
||||||
|
-- Add location_id column to expenses table
|
||||||
|
ALTER TABLE expenses
|
||||||
|
ADD COLUMN IF NOT EXISTS location_id BIGINT NOT NULL DEFAULT 1;
|
||||||
|
|
||||||
|
-- Add project_flock_id column to expenses table (JSON type)
|
||||||
|
ALTER TABLE expenses
|
||||||
|
ADD COLUMN IF NOT EXISTS project_flock_id JSON NULL;
|
||||||
|
|
||||||
|
-- Add Foreign Key constraint to locations table
|
||||||
|
DO $$
|
||||||
|
BEGIN
|
||||||
|
IF EXISTS (SELECT 1 FROM pg_tables WHERE tablename = 'locations') THEN
|
||||||
|
ALTER TABLE expenses
|
||||||
|
ADD CONSTRAINT fk_expenses_location_id
|
||||||
|
FOREIGN KEY (location_id) REFERENCES locations(id) ON DELETE RESTRICT ON UPDATE CASCADE;
|
||||||
|
END IF;
|
||||||
|
END $$;
|
||||||
|
|
||||||
|
-- Create index for location_id
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_expenses_location_id ON expenses (location_id);
|
||||||
|
|
||||||
|
-- Create index for project_flock_id
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_expenses_project_flock_id ON expenses ((project_flock_id::text));
|
||||||
|
|
||||||
|
-- Ensure kandang_id is nullable in expense_nonstocks table
|
||||||
|
ALTER TABLE expense_nonstocks
|
||||||
|
ALTER COLUMN kandang_id DROP NOT NULL;
|
||||||
+6
@@ -0,0 +1,6 @@
|
|||||||
|
DROP INDEX IF EXISTS idx_project_flock_kandang_uniformity_deleted_at;
|
||||||
|
DROP INDEX IF EXISTS idx_project_flock_kandang_uniformity_created_by;
|
||||||
|
DROP INDEX IF EXISTS idx_project_flock_kandang_uniformity_project_flock_kandang_week;
|
||||||
|
DROP INDEX IF EXISTS idx_project_flock_kandang_uniformity_project_flock_kandang_id;
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS project_flock_kandang_uniformity;
|
||||||
+58
@@ -0,0 +1,58 @@
|
|||||||
|
CREATE TABLE IF NOT EXISTS project_flock_kandang_uniformity (
|
||||||
|
id BIGSERIAL PRIMARY KEY,
|
||||||
|
uniformity NUMERIC(15, 3),
|
||||||
|
week INT NOT NULL,
|
||||||
|
cv NUMERIC(15, 3),
|
||||||
|
chick_qty_of_weight NUMERIC(15, 3),
|
||||||
|
mean_up NUMERIC(15, 3),
|
||||||
|
mean_down NUMERIC(15, 3),
|
||||||
|
project_flock_kandang_id BIGINT NOT NULL,
|
||||||
|
uniform_qty NUMERIC(15, 3),
|
||||||
|
not_uniform_qty NUMERIC(15, 3),
|
||||||
|
uniform_date TIMESTAMPTZ,
|
||||||
|
created_at TIMESTAMPTZ DEFAULT NOW(),
|
||||||
|
updated_at TIMESTAMPTZ DEFAULT NOW(),
|
||||||
|
deleted_at TIMESTAMPTZ,
|
||||||
|
created_by BIGINT NOT NULL
|
||||||
|
);
|
||||||
|
|
||||||
|
DO $$
|
||||||
|
BEGIN
|
||||||
|
IF EXISTS (SELECT 1 FROM pg_tables WHERE tablename = 'project_flock_kandangs') THEN
|
||||||
|
IF NOT EXISTS (
|
||||||
|
SELECT 1 FROM pg_constraint WHERE conname = 'fk_project_flock_kandang_uniformity_project_flock_kandang'
|
||||||
|
) THEN
|
||||||
|
EXECUTE
|
||||||
|
'ALTER TABLE project_flock_kandang_uniformity
|
||||||
|
ADD CONSTRAINT fk_project_flock_kandang_uniformity_project_flock_kandang
|
||||||
|
FOREIGN KEY (project_flock_kandang_id)
|
||||||
|
REFERENCES project_flock_kandangs(id)
|
||||||
|
ON DELETE RESTRICT ON UPDATE CASCADE';
|
||||||
|
END IF;
|
||||||
|
END IF;
|
||||||
|
|
||||||
|
IF EXISTS (SELECT 1 FROM pg_tables WHERE tablename = 'users') THEN
|
||||||
|
IF NOT EXISTS (
|
||||||
|
SELECT 1 FROM pg_constraint WHERE conname = 'fk_project_flock_kandang_uniformity_created_by'
|
||||||
|
) THEN
|
||||||
|
EXECUTE
|
||||||
|
'ALTER TABLE project_flock_kandang_uniformity
|
||||||
|
ADD CONSTRAINT fk_project_flock_kandang_uniformity_created_by
|
||||||
|
FOREIGN KEY (created_by)
|
||||||
|
REFERENCES users(id)
|
||||||
|
ON DELETE RESTRICT ON UPDATE CASCADE';
|
||||||
|
END IF;
|
||||||
|
END IF;
|
||||||
|
END $$;
|
||||||
|
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_project_flock_kandang_uniformity_project_flock_kandang_id
|
||||||
|
ON project_flock_kandang_uniformity (project_flock_kandang_id);
|
||||||
|
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_project_flock_kandang_uniformity_project_flock_kandang_week
|
||||||
|
ON project_flock_kandang_uniformity (project_flock_kandang_id, week);
|
||||||
|
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_project_flock_kandang_uniformity_created_by
|
||||||
|
ON project_flock_kandang_uniformity (created_by);
|
||||||
|
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_project_flock_kandang_uniformity_deleted_at
|
||||||
|
ON project_flock_kandang_uniformity (deleted_at);
|
||||||
+42
@@ -0,0 +1,42 @@
|
|||||||
|
-- ===============================================================
|
||||||
|
-- ROLLBACK: Remove FIFO fields from STOCK_TRANSFER_DETAILS
|
||||||
|
-- ===============================================================
|
||||||
|
|
||||||
|
-- Drop indexes
|
||||||
|
DROP INDEX IF EXISTS idx_stock_transfer_details_dest_pw;
|
||||||
|
DROP INDEX IF EXISTS idx_stock_transfer_details_source_pw;
|
||||||
|
|
||||||
|
-- Drop foreign keys
|
||||||
|
DO $$
|
||||||
|
BEGIN
|
||||||
|
IF EXISTS (
|
||||||
|
SELECT 1 FROM pg_constraint
|
||||||
|
WHERE conname = 'fk_stock_transfer_details_source_pw'
|
||||||
|
) THEN
|
||||||
|
EXECUTE 'ALTER TABLE stock_transfer_details
|
||||||
|
DROP CONSTRAINT fk_stock_transfer_details_source_pw';
|
||||||
|
END IF;
|
||||||
|
|
||||||
|
IF EXISTS (
|
||||||
|
SELECT 1 FROM pg_constraint
|
||||||
|
WHERE conname = 'fk_stock_transfer_details_dest_pw'
|
||||||
|
) THEN
|
||||||
|
EXECUTE 'ALTER TABLE stock_transfer_details
|
||||||
|
DROP CONSTRAINT fk_stock_transfer_details_dest_pw';
|
||||||
|
END IF;
|
||||||
|
END $$;
|
||||||
|
|
||||||
|
-- Drop FIFO columns
|
||||||
|
ALTER TABLE stock_transfer_details
|
||||||
|
DROP COLUMN IF EXISTS total_used,
|
||||||
|
DROP COLUMN IF EXISTS total_qty,
|
||||||
|
DROP COLUMN IF EXISTS pending_qty,
|
||||||
|
DROP COLUMN IF EXISTS usage_qty,
|
||||||
|
DROP COLUMN IF EXISTS dest_product_warehouse_id,
|
||||||
|
DROP COLUMN IF EXISTS source_product_warehouse_id;
|
||||||
|
|
||||||
|
-- Restore original columns (in case rollback)
|
||||||
|
ALTER TABLE stock_transfer_details
|
||||||
|
ADD COLUMN IF NOT EXISTS quantity NUMERIC(15, 3) NOT NULL DEFAULT 0,
|
||||||
|
ADD COLUMN IF NOT EXISTS before_quantity NUMERIC(15, 3),
|
||||||
|
ADD COLUMN IF NOT EXISTS after_quantity NUMERIC(15, 3);
|
||||||
+83
@@ -0,0 +1,83 @@
|
|||||||
|
-- ===============================================================
|
||||||
|
-- ADD FIFO FIELDS TO STOCK_TRANSFER_DETAILS
|
||||||
|
-- Enable transfer module to work with FIFO stock system
|
||||||
|
--
|
||||||
|
-- Notes:
|
||||||
|
-- - Field 'quantity' will be removed (replaced by usage_qty + pending_qty)
|
||||||
|
-- - Fields 'before_quantity' & 'after_quantity' will be removed (unused legacy)
|
||||||
|
-- - New FIFO fields track actual allocation instead of requested quantity
|
||||||
|
-- ===============================================================
|
||||||
|
|
||||||
|
-- Add FIFO tracking fields
|
||||||
|
ALTER TABLE stock_transfer_details
|
||||||
|
ADD COLUMN IF NOT EXISTS source_product_warehouse_id BIGINT,
|
||||||
|
ADD COLUMN IF NOT EXISTS dest_product_warehouse_id BIGINT,
|
||||||
|
ADD COLUMN IF NOT EXISTS usage_qty NUMERIC(15, 3) DEFAULT 0,
|
||||||
|
ADD COLUMN IF NOT EXISTS pending_qty NUMERIC(15, 3) DEFAULT 0,
|
||||||
|
ADD COLUMN IF NOT EXISTS total_qty NUMERIC(15, 3) DEFAULT 0,
|
||||||
|
ADD COLUMN IF NOT EXISTS total_used NUMERIC(15, 3) DEFAULT 0;
|
||||||
|
|
||||||
|
-- Remove obsolete columns (quantity replaced by FIFO fields, legacy fields never used)
|
||||||
|
ALTER TABLE stock_transfer_details
|
||||||
|
DROP COLUMN IF EXISTS quantity,
|
||||||
|
DROP COLUMN IF EXISTS before_quantity,
|
||||||
|
DROP COLUMN IF EXISTS after_quantity;
|
||||||
|
|
||||||
|
-- Add foreign keys for product warehouse references
|
||||||
|
DO $$
|
||||||
|
BEGIN
|
||||||
|
IF EXISTS (SELECT 1 FROM pg_tables WHERE tablename = 'product_warehouses') THEN
|
||||||
|
-- Source warehouse foreign key
|
||||||
|
IF NOT EXISTS (
|
||||||
|
SELECT 1 FROM pg_constraint
|
||||||
|
WHERE conname = 'fk_stock_transfer_details_source_pw'
|
||||||
|
) THEN
|
||||||
|
EXECUTE
|
||||||
|
'ALTER TABLE stock_transfer_details
|
||||||
|
ADD CONSTRAINT fk_stock_transfer_details_source_pw
|
||||||
|
FOREIGN KEY (source_product_warehouse_id)
|
||||||
|
REFERENCES product_warehouses(id)
|
||||||
|
ON DELETE SET NULL ON UPDATE CASCADE';
|
||||||
|
END IF;
|
||||||
|
|
||||||
|
-- Destination warehouse foreign key
|
||||||
|
IF NOT EXISTS (
|
||||||
|
SELECT 1 FROM pg_constraint
|
||||||
|
WHERE conname = 'fk_stock_transfer_details_dest_pw'
|
||||||
|
) THEN
|
||||||
|
EXECUTE
|
||||||
|
'ALTER TABLE stock_transfer_details
|
||||||
|
ADD CONSTRAINT fk_stock_transfer_details_dest_pw
|
||||||
|
FOREIGN KEY (dest_product_warehouse_id)
|
||||||
|
REFERENCES product_warehouses(id)
|
||||||
|
ON DELETE SET NULL ON UPDATE CASCADE';
|
||||||
|
END IF;
|
||||||
|
END IF;
|
||||||
|
END $$;
|
||||||
|
|
||||||
|
-- Add indexes for FIFO operations
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_stock_transfer_details_source_pw
|
||||||
|
ON stock_transfer_details (source_product_warehouse_id);
|
||||||
|
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_stock_transfer_details_dest_pw
|
||||||
|
ON stock_transfer_details (dest_product_warehouse_id);
|
||||||
|
|
||||||
|
-- Add comments for documentation
|
||||||
|
COMMENT ON COLUMN stock_transfer_details.source_product_warehouse_id IS
|
||||||
|
'Source product warehouse ID - referensi warehouse asal (FIFO usable)';
|
||||||
|
|
||||||
|
COMMENT ON COLUMN stock_transfer_details.dest_product_warehouse_id IS
|
||||||
|
'Destination product warehouse ID - referensi warehouse tujuan (FIFO stockable)';
|
||||||
|
|
||||||
|
COMMENT ON COLUMN stock_transfer_details.usage_qty IS
|
||||||
|
'Actual quantity successfully taken from source warehouse (FIFO usable tracking) - replaces quantity field';
|
||||||
|
|
||||||
|
COMMENT ON COLUMN stock_transfer_details.pending_qty IS
|
||||||
|
'Quantity waiting for stock availability (FIFO usable tracking)';
|
||||||
|
|
||||||
|
COMMENT ON COLUMN stock_transfer_details.total_qty IS
|
||||||
|
'Total lot quantity available at destination warehouse (FIFO stockable tracking)';
|
||||||
|
|
||||||
|
COMMENT ON COLUMN stock_transfer_details.total_used IS
|
||||||
|
'Quantity already consumed from this lot at destination warehouse (FIFO stockable tracking)';
|
||||||
|
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
-- Rollback: Drop adjustment_stocks table
|
||||||
|
|
||||||
|
BEGIN;
|
||||||
|
|
||||||
|
DROP INDEX IF EXISTS idx_adjustment_stocks_product_warehouse;
|
||||||
|
DROP INDEX IF EXISTS idx_adjustment_stocks_stock_log;
|
||||||
|
|
||||||
|
ALTER TABLE adjustment_stocks
|
||||||
|
DROP CONSTRAINT IF EXISTS fk_adjustment_stocks_product_warehouse;
|
||||||
|
|
||||||
|
ALTER TABLE adjustment_stocks
|
||||||
|
DROP CONSTRAINT IF EXISTS fk_adjustment_stocks_stock_log;
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS adjustment_stocks;
|
||||||
|
|
||||||
|
COMMIT;
|
||||||
@@ -0,0 +1,40 @@
|
|||||||
|
-- Migration: Create adjustment_stocks table for FIFO tracking
|
||||||
|
-- This table tracks FIFO allocation for stock adjustments (both increase and decrease)
|
||||||
|
|
||||||
|
BEGIN;
|
||||||
|
|
||||||
|
CREATE TABLE IF NOT EXISTS adjustment_stocks (
|
||||||
|
id BIGSERIAL PRIMARY KEY,
|
||||||
|
stock_log_id BIGINT NOT NULL,
|
||||||
|
product_warehouse_id BIGINT NOT NULL,
|
||||||
|
|
||||||
|
-- FIFO fields for Adjustment INCREASE (Stockable)
|
||||||
|
-- Tracks stock added to warehouse via adjustment
|
||||||
|
total_qty NUMERIC(15, 3) DEFAULT 0,
|
||||||
|
total_used NUMERIC(15, 3) DEFAULT 0,
|
||||||
|
|
||||||
|
-- FIFO fields for Adjustment DECREASE (Usable)
|
||||||
|
-- Tracks stock consumed from warehouse via adjustment
|
||||||
|
usage_qty NUMERIC(15, 3) DEFAULT 0,
|
||||||
|
pending_qty NUMERIC(15, 3) DEFAULT 0,
|
||||||
|
|
||||||
|
created_at TIMESTAMPTZ DEFAULT now(),
|
||||||
|
updated_at TIMESTAMPTZ DEFAULT now()
|
||||||
|
);
|
||||||
|
|
||||||
|
-- Foreign keys
|
||||||
|
ALTER TABLE adjustment_stocks
|
||||||
|
ADD CONSTRAINT fk_adjustment_stocks_stock_log
|
||||||
|
FOREIGN KEY (stock_log_id) REFERENCES stock_logs(id)
|
||||||
|
ON DELETE CASCADE ON UPDATE CASCADE;
|
||||||
|
|
||||||
|
ALTER TABLE adjustment_stocks
|
||||||
|
ADD CONSTRAINT fk_adjustment_stocks_product_warehouse
|
||||||
|
FOREIGN KEY (product_warehouse_id) REFERENCES product_warehouses(id)
|
||||||
|
ON DELETE CASCADE ON UPDATE CASCADE;
|
||||||
|
|
||||||
|
-- Indexes
|
||||||
|
CREATE INDEX idx_adjustment_stocks_stock_log ON adjustment_stocks(stock_log_id);
|
||||||
|
CREATE INDEX idx_adjustment_stocks_product_warehouse ON adjustment_stocks(product_warehouse_id);
|
||||||
|
|
||||||
|
COMMIT;
|
||||||
+7
@@ -0,0 +1,7 @@
|
|||||||
|
DROP INDEX IF EXISTS idx_project_flocks_production_standard_id;
|
||||||
|
|
||||||
|
ALTER TABLE project_flocks
|
||||||
|
DROP CONSTRAINT IF EXISTS fk_project_flocks_production_standard_id;
|
||||||
|
|
||||||
|
ALTER TABLE project_flocks
|
||||||
|
DROP COLUMN IF EXISTS production_standard_id;
|
||||||
+15
@@ -0,0 +1,15 @@
|
|||||||
|
-- Add production_standard_id to project_flocks
|
||||||
|
ALTER TABLE project_flocks
|
||||||
|
ADD COLUMN IF NOT EXISTS production_standard_id BIGINT;
|
||||||
|
|
||||||
|
DO $$
|
||||||
|
BEGIN
|
||||||
|
IF EXISTS (SELECT 1 FROM pg_tables WHERE tablename = 'production_standards') THEN
|
||||||
|
ALTER TABLE project_flocks
|
||||||
|
ADD CONSTRAINT fk_project_flocks_production_standard_id
|
||||||
|
FOREIGN KEY (production_standard_id) REFERENCES production_standards (id) ON DELETE RESTRICT ON UPDATE CASCADE;
|
||||||
|
END IF;
|
||||||
|
END $$;
|
||||||
|
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_project_flocks_production_standard_id
|
||||||
|
ON project_flocks (production_standard_id);
|
||||||
+3
@@ -0,0 +1,3 @@
|
|||||||
|
-- Remove standard_fcr column from production_standard_details table
|
||||||
|
ALTER TABLE production_standard_details
|
||||||
|
DROP COLUMN IF EXISTS standard_fcr;
|
||||||
+3
@@ -0,0 +1,3 @@
|
|||||||
|
-- Add standard_fcr column to production_standard_details table
|
||||||
|
ALTER TABLE production_standard_details
|
||||||
|
ADD COLUMN standard_fcr NUMERIC(15, 3);
|
||||||
File diff suppressed because it is too large
Load Diff
+139
-722
@@ -4,7 +4,6 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
|
||||||
|
|
||||||
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
"gitlab.com/mbugroup/lti-api.git/internal/utils"
|
"gitlab.com/mbugroup/lti-api.git/internal/utils"
|
||||||
@@ -25,66 +24,20 @@ func Run(db *gorm.DB) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
areas, err := seedAreas(tx, adminID)
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
locations, err := seedLocations(tx, adminID, areas)
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
productCategories, err := seedProductCategories(tx, adminID)
|
productCategories, err := seedProductCategories(tx, adminID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
if _, err := seedFlocks(tx, adminID); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
if _, err := seedFcr(tx, adminID); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
kandangs, err := seedKandangs(tx, adminID, locations, users)
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
if err := seedWarehouses(tx, adminID, areas, locations, kandangs); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
suppliers, err := seedSuppliers(tx, adminID)
|
suppliers, err := seedSuppliers(tx, adminID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := seedCustomers(tx, adminID, users); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
if err := seedProducts(tx, adminID, uoms, productCategories, suppliers); err != nil {
|
if err := seedProducts(tx, adminID, uoms, productCategories, suppliers); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := seedNonstocks(tx, adminID, uoms, suppliers); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
if err := seedBanks(tx, adminID); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
if err := seedProductWarehouse(tx, adminID); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
if err := seedTransferStock(tx); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
fmt.Println("✅ Master data seeding completed")
|
fmt.Println("✅ Master data seeding completed")
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
@@ -141,224 +94,6 @@ func seedUoms(tx *gorm.DB, createdBy uint) (map[string]uint, error) {
|
|||||||
return result, nil
|
return result, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func seedAreas(tx *gorm.DB, createdBy uint) (map[string]uint, error) {
|
|
||||||
names := []string{"Priangan", "Banten"}
|
|
||||||
result := make(map[string]uint, len(names))
|
|
||||||
|
|
||||||
for _, name := range names {
|
|
||||||
var area entity.Area
|
|
||||||
err := tx.Where("name = ?", name).First(&area).Error
|
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
|
||||||
area = entity.Area{Name: name, CreatedBy: createdBy}
|
|
||||||
if err := tx.Create(&area).Error; err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
} else if err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
result[name] = area.Id
|
|
||||||
}
|
|
||||||
|
|
||||||
return result, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func seedLocations(tx *gorm.DB, createdBy uint, areas map[string]uint) (map[string]uint, error) {
|
|
||||||
seeds := []struct {
|
|
||||||
Name string
|
|
||||||
Address string
|
|
||||||
Area string
|
|
||||||
}{
|
|
||||||
{"Singaparna", "Tasik", "Priangan"},
|
|
||||||
{"Cikaum", "Cikaum", "Banten"},
|
|
||||||
}
|
|
||||||
|
|
||||||
result := make(map[string]uint, len(seeds))
|
|
||||||
|
|
||||||
for _, seed := range seeds {
|
|
||||||
areaID, ok := areas[seed.Area]
|
|
||||||
if !ok {
|
|
||||||
return nil, fmt.Errorf("area %s not seeded", seed.Area)
|
|
||||||
}
|
|
||||||
|
|
||||||
var loc entity.Location
|
|
||||||
err := tx.Where("name = ?", seed.Name).First(&loc).Error
|
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
|
||||||
loc = entity.Location{
|
|
||||||
Name: seed.Name,
|
|
||||||
Address: seed.Address,
|
|
||||||
AreaId: areaID,
|
|
||||||
CreatedBy: createdBy,
|
|
||||||
}
|
|
||||||
if err := tx.Create(&loc).Error; err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
} else if err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
result[seed.Name] = loc.Id
|
|
||||||
}
|
|
||||||
|
|
||||||
return result, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func seedFlocks(tx *gorm.DB, createdBy uint) (map[string]uint, error) {
|
|
||||||
names := []string{"Flock Priangan", "Flock Banten"}
|
|
||||||
result := make(map[string]uint, len(names))
|
|
||||||
|
|
||||||
for _, name := range names {
|
|
||||||
var flock entity.Flock
|
|
||||||
err := tx.Where("name = ?", name).First(&flock).Error
|
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
|
||||||
flock = entity.Flock{
|
|
||||||
Name: name,
|
|
||||||
CreatedBy: createdBy,
|
|
||||||
}
|
|
||||||
if err := tx.Create(&flock).Error; err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
} else if err != nil {
|
|
||||||
return nil, err
|
|
||||||
} else {
|
|
||||||
if err := tx.Model(&entity.Flock{}).Where("id = ?", flock.Id).Updates(map[string]any{
|
|
||||||
"created_by": createdBy,
|
|
||||||
}).Error; err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
result[name] = flock.Id
|
|
||||||
}
|
|
||||||
|
|
||||||
return result, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func seedKandangs(tx *gorm.DB, createdBy uint, locations map[string]uint, users map[string]uint) (map[string]uint, error) {
|
|
||||||
seeds := []struct {
|
|
||||||
Name string
|
|
||||||
Status utils.KandangStatus
|
|
||||||
Capacity float64
|
|
||||||
Location string
|
|
||||||
PicKey string
|
|
||||||
}{
|
|
||||||
{Name: "Singaparna 1", Status: utils.KandangStatusNonActive, Capacity: 50000, Location: "Singaparna", PicKey: "admin"},
|
|
||||||
{Name: "Singaparna 2", Status: utils.KandangStatusNonActive, Capacity: 50000, Location: "Singaparna", PicKey: "admin"},
|
|
||||||
{Name: "Cikaum 1", Status: utils.KandangStatusNonActive, Capacity: 50000, Location: "Cikaum", PicKey: "admin"},
|
|
||||||
{Name: "Cikaum 2", Status: utils.KandangStatusNonActive, Capacity: 50000, Location: "Cikaum", PicKey: "admin"},
|
|
||||||
}
|
|
||||||
|
|
||||||
result := make(map[string]uint, len(seeds))
|
|
||||||
|
|
||||||
for _, seed := range seeds {
|
|
||||||
locID, ok := locations[seed.Location]
|
|
||||||
if !ok {
|
|
||||||
return nil, fmt.Errorf("location %s not seeded", seed.Location)
|
|
||||||
}
|
|
||||||
picID, ok := users[seed.PicKey]
|
|
||||||
if !ok {
|
|
||||||
return nil, fmt.Errorf("user %s not seeded", seed.PicKey)
|
|
||||||
}
|
|
||||||
|
|
||||||
var kandang entity.Kandang
|
|
||||||
err := tx.Where("name = ?", seed.Name).First(&kandang).Error
|
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
|
||||||
kandang = entity.Kandang{
|
|
||||||
Name: seed.Name,
|
|
||||||
Status: string(seed.Status),
|
|
||||||
LocationId: locID,
|
|
||||||
PicId: picID,
|
|
||||||
CreatedBy: createdBy,
|
|
||||||
}
|
|
||||||
if err := tx.Create(&kandang).Error; err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
} else if err != nil {
|
|
||||||
return nil, err
|
|
||||||
} else {
|
|
||||||
updates := map[string]any{
|
|
||||||
"location_id": locID,
|
|
||||||
"pic_id": picID,
|
|
||||||
"status": string(seed.Status),
|
|
||||||
}
|
|
||||||
if err := tx.Model(&entity.Kandang{}).Where("id = ?", kandang.Id).Updates(updates).Error; err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
result[seed.Name] = kandang.Id
|
|
||||||
}
|
|
||||||
|
|
||||||
return result, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func seedWarehouses(tx *gorm.DB, createdBy uint, areas map[string]uint, locations map[string]uint, kandangs map[string]uint) error {
|
|
||||||
seeds := []struct {
|
|
||||||
Name string
|
|
||||||
Type string
|
|
||||||
Area string
|
|
||||||
Location *string
|
|
||||||
Kandang *string
|
|
||||||
}{
|
|
||||||
{Name: "Gudang Priangan", Type: string(utils.WarehouseTypeArea), Area: "Priangan"},
|
|
||||||
{Name: "Gudang Singaparna", Type: string(utils.WarehouseTypeLokasi), Area: "Priangan", Location: strPtr("Singaparna")},
|
|
||||||
{Name: "Gudang Singaparna 1", Type: string(utils.WarehouseTypeKandang), Area: "Priangan", Location: strPtr("Singaparna"), Kandang: strPtr("Singaparna 1")},
|
|
||||||
{Name: "Gudang Singaparna 2", Type: string(utils.WarehouseTypeKandang), Area: "Priangan", Location: strPtr("Singaparna"), Kandang: strPtr("Singaparna 2")},
|
|
||||||
{Name: "Gudang Banten", Type: string(utils.WarehouseTypeArea), Area: "Banten"},
|
|
||||||
{Name: "Gudang Cikaum", Type: string(utils.WarehouseTypeLokasi), Area: "Banten", Location: strPtr("Cikaum")},
|
|
||||||
{Name: "Gudang Cikaum 1", Type: string(utils.WarehouseTypeKandang), Area: "Banten", Location: strPtr("Cikaum"), Kandang: strPtr("Cikaum 1")},
|
|
||||||
{Name: "Gudang Cikaum 2", Type: string(utils.WarehouseTypeKandang), Area: "Banten", Location: strPtr("Cikaum"), Kandang: strPtr("Cikaum 2")},
|
|
||||||
}
|
|
||||||
|
|
||||||
for _, seed := range seeds {
|
|
||||||
areaID, ok := areas[seed.Area]
|
|
||||||
if !ok {
|
|
||||||
return fmt.Errorf("area %s not seeded", seed.Area)
|
|
||||||
}
|
|
||||||
|
|
||||||
var warehouse entity.Warehouse
|
|
||||||
err := tx.Where("name = ?", seed.Name).First(&warehouse).Error
|
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
|
||||||
warehouse = entity.Warehouse{
|
|
||||||
Name: seed.Name,
|
|
||||||
Type: seed.Type,
|
|
||||||
AreaId: areaID,
|
|
||||||
CreatedBy: createdBy,
|
|
||||||
}
|
|
||||||
} else if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
if seed.Location != nil {
|
|
||||||
locID, ok := locations[*seed.Location]
|
|
||||||
if !ok {
|
|
||||||
return fmt.Errorf("location %s not seeded", *seed.Location)
|
|
||||||
}
|
|
||||||
warehouse.LocationId = uintPtr(locID)
|
|
||||||
}
|
|
||||||
if seed.Kandang != nil {
|
|
||||||
kandangID, ok := kandangs[*seed.Kandang]
|
|
||||||
if !ok {
|
|
||||||
return fmt.Errorf("kandang %s not seeded", *seed.Kandang)
|
|
||||||
}
|
|
||||||
warehouse.KandangId = uintPtr(kandangID)
|
|
||||||
}
|
|
||||||
|
|
||||||
if warehouse.Id == 0 {
|
|
||||||
if err := tx.Create(&warehouse).Error; err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
if err := tx.Model(&entity.Warehouse{}).Where("id = ?", warehouse.Id).Updates(map[string]any{
|
|
||||||
"type": warehouse.Type,
|
|
||||||
"area_id": warehouse.AreaId,
|
|
||||||
"location_id": warehouse.LocationId,
|
|
||||||
"kandang_id": warehouse.KandangId,
|
|
||||||
}).Error; err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func seedProductCategories(tx *gorm.DB, createdBy uint) (map[string]uint, error) {
|
func seedProductCategories(tx *gorm.DB, createdBy uint) (map[string]uint, error) {
|
||||||
seeds := []struct {
|
seeds := []struct {
|
||||||
Name string
|
Name string
|
||||||
@@ -440,113 +175,6 @@ func seedSuppliers(tx *gorm.DB, createdBy uint) (map[string]uint, error) {
|
|||||||
return result, nil
|
return result, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func seedCustomers(tx *gorm.DB, createdBy uint, users map[string]uint) error {
|
|
||||||
seeds := []struct {
|
|
||||||
Name string
|
|
||||||
PicKey string
|
|
||||||
Address string
|
|
||||||
Phone string
|
|
||||||
Email string
|
|
||||||
}{
|
|
||||||
{"Abdul Azis", "admin", "Jl. Raya Utama 1, Bekasi", "082100000001", "abdul.azis@gmail.com"},
|
|
||||||
}
|
|
||||||
|
|
||||||
for idx, seed := range seeds {
|
|
||||||
picID, ok := users[seed.PicKey]
|
|
||||||
if !ok {
|
|
||||||
return fmt.Errorf("user %s not seeded", seed.PicKey)
|
|
||||||
}
|
|
||||||
|
|
||||||
var customer entity.Customer
|
|
||||||
err := tx.Where("name = ?", seed.Name).First(&customer).Error
|
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
|
||||||
customer = entity.Customer{
|
|
||||||
Name: seed.Name,
|
|
||||||
PicId: picID,
|
|
||||||
Type: string(utils.CustomerSupplierTypeBisnis),
|
|
||||||
Address: seed.Address,
|
|
||||||
Phone: seed.Phone,
|
|
||||||
Email: seed.Email,
|
|
||||||
AccountNumber: *strPtr(fmt.Sprintf("%03d", idx+1)),
|
|
||||||
CreatedBy: createdBy,
|
|
||||||
}
|
|
||||||
if err := tx.Create(&customer).Error; err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
} else if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func seedFcr(tx *gorm.DB, createdBy uint) (map[string]uint, error) {
|
|
||||||
seeds := []struct {
|
|
||||||
Name string
|
|
||||||
Standards []struct {
|
|
||||||
Weight float64
|
|
||||||
FcrNumber float64
|
|
||||||
Mortality float64
|
|
||||||
}
|
|
||||||
}{
|
|
||||||
{
|
|
||||||
Name: "FCR Layer",
|
|
||||||
Standards: []struct {
|
|
||||||
Weight float64
|
|
||||||
FcrNumber float64
|
|
||||||
Mortality float64
|
|
||||||
}{
|
|
||||||
{Weight: 0.8, FcrNumber: 1.60, Mortality: 2.0},
|
|
||||||
{Weight: 1.5, FcrNumber: 1.75, Mortality: 3.5},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
result := make(map[string]uint, len(seeds))
|
|
||||||
|
|
||||||
for _, seed := range seeds {
|
|
||||||
var fcr entity.Fcr
|
|
||||||
err := tx.Where("name = ?", seed.Name).First(&fcr).Error
|
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
|
||||||
fcr = entity.Fcr{Name: seed.Name, CreatedBy: createdBy}
|
|
||||||
if err := tx.Create(&fcr).Error; err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
} else if err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
result[seed.Name] = fcr.Id
|
|
||||||
|
|
||||||
for _, std := range seed.Standards {
|
|
||||||
var standard entity.FcrStandard
|
|
||||||
err := tx.Where("fcr_id = ? AND weight = ?", fcr.Id, std.Weight).First(&standard).Error
|
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
|
||||||
standard = entity.FcrStandard{
|
|
||||||
FcrID: fcr.Id,
|
|
||||||
Weight: std.Weight,
|
|
||||||
FcrNumber: std.FcrNumber,
|
|
||||||
Mortality: std.Mortality,
|
|
||||||
}
|
|
||||||
if err := tx.Create(&standard).Error; err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
} else if err != nil {
|
|
||||||
return nil, err
|
|
||||||
} else {
|
|
||||||
if err := tx.Model(&entity.FcrStandard{}).Where("id = ?", standard.Id).Updates(map[string]any{
|
|
||||||
"fcr_number": std.FcrNumber,
|
|
||||||
"mortality": std.Mortality,
|
|
||||||
}).Error; err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return result, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func seedProducts(tx *gorm.DB, createdBy uint, uoms map[string]uint, categories map[string]uint, suppliers map[string]uint) error {
|
func seedProducts(tx *gorm.DB, createdBy uint, uoms map[string]uint, categories map[string]uint, suppliers map[string]uint) error {
|
||||||
seeds := []struct {
|
seeds := []struct {
|
||||||
Name string
|
Name string
|
||||||
@@ -560,92 +188,88 @@ func seedProducts(tx *gorm.DB, createdBy uint, uoms map[string]uint, categories
|
|||||||
Expiry *int
|
Expiry *int
|
||||||
Suppliers []string
|
Suppliers []string
|
||||||
Flags []utils.FlagType
|
Flags []utils.FlagType
|
||||||
|
IsVisible bool
|
||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
Name: "DOC Broiler",
|
Name: "ISA Brown",
|
||||||
Brand: "MBU Broiler",
|
Brand: "ISA Brown",
|
||||||
Sku: "BRO0001",
|
Sku: "ISA0001",
|
||||||
Uom: "Ekor",
|
Uom: "Ekor",
|
||||||
Category: "Day Old Chick",
|
Category: "Day Old Chick",
|
||||||
Price: 7500,
|
Price: 7500,
|
||||||
Suppliers: []string{"PT CHAROEN POKPHAND INDONESIA Tbk"},
|
Suppliers: []string{"PT CHAROEN POKPHAND INDONESIA Tbk"},
|
||||||
Flags: []utils.FlagType{utils.FlagDOC},
|
Flags: []utils.FlagType{utils.FlagDOC, utils.FlagPullet, utils.FlagLayer},
|
||||||
|
IsVisible: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "Ayam Pullet",
|
Name: "Ayam Afkir",
|
||||||
Brand: "MBU Pullet",
|
|
||||||
Sku: "PLT0001",
|
|
||||||
Uom: "Ekor",
|
|
||||||
Category: "Pullet",
|
|
||||||
Price: 15000,
|
|
||||||
Suppliers: []string{"PT CHAROEN POKPHAND INDONESIA Tbk"},
|
|
||||||
Flags: []utils.FlagType{utils.FlagPullet},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Name: "Ayam Afkir",
|
|
||||||
Brand: "-",
|
|
||||||
Sku: "1",
|
|
||||||
Uom: "Ekor",
|
|
||||||
Category: "Day Old Chick",
|
|
||||||
Price: 1,
|
|
||||||
Flags: []utils.FlagType{utils.FlagAyamAfkir},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Name: "Ayam Mati",
|
|
||||||
Brand: "-",
|
|
||||||
Sku: "2",
|
|
||||||
Uom: "Ekor",
|
|
||||||
Category: "Day Old Chick",
|
|
||||||
Price: 1,
|
|
||||||
Flags: []utils.FlagType{utils.FlagAyamMati},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Name: "Ayam Culling",
|
|
||||||
Brand: "-",
|
|
||||||
Sku: "3",
|
|
||||||
Uom: "Ekor",
|
|
||||||
Category: "Day Old Chick",
|
|
||||||
Price: 1,
|
|
||||||
Flags: []utils.FlagType{utils.FlagAyamCulling},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Name: "Telur Konsumsi Baik",
|
|
||||||
Brand: "-",
|
|
||||||
Sku: "4",
|
|
||||||
Uom: "Unit",
|
|
||||||
Category: "Telur",
|
|
||||||
Price: 1,
|
|
||||||
Flags: []utils.FlagType{utils.FlagTelurUtuh},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Name: "Telur Pecah",
|
|
||||||
Brand: "-",
|
|
||||||
Sku: "5",
|
|
||||||
Uom: "Unit",
|
|
||||||
Category: "Telur",
|
|
||||||
Price: 1,
|
|
||||||
Flags: []utils.FlagType{utils.FlagTelurPecah},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Name: "281 SPECIAL STARTER",
|
|
||||||
Brand: "281 STARTER",
|
|
||||||
Sku: "281",
|
|
||||||
Uom: "Kilogram",
|
|
||||||
Category: "Bahan Baku",
|
|
||||||
Price: 7850,
|
|
||||||
Expiry: intPtr(60),
|
|
||||||
Suppliers: []string{"PT CHAROEN POKPHAND INDONESIA Tbk"},
|
|
||||||
Flags: []utils.FlagType{utils.FlagPakan, utils.FlagStarter},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Name: "Ayam Layer",
|
|
||||||
Brand: "-",
|
Brand: "-",
|
||||||
Sku: "LYR0001",
|
Sku: "1",
|
||||||
Uom: "Ekor",
|
Uom: "Ekor",
|
||||||
Category: "Pullet",
|
Category: "Day Old Chick",
|
||||||
Price: 20000,
|
Price: 1,
|
||||||
Suppliers: []string{"PT CHAROEN POKPHAND INDONESIA Tbk"},
|
Flags: []utils.FlagType{utils.FlagAyamAfkir},
|
||||||
Flags: []utils.FlagType{utils.FlagLayer},
|
IsVisible: false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "Ayam Mati",
|
||||||
|
Brand: "-",
|
||||||
|
Sku: "2",
|
||||||
|
Uom: "Ekor",
|
||||||
|
Category: "Day Old Chick",
|
||||||
|
Price: 1,
|
||||||
|
Flags: []utils.FlagType{utils.FlagAyamMati},
|
||||||
|
IsVisible: false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "Ayam Culling",
|
||||||
|
Brand: "-",
|
||||||
|
Sku: "3",
|
||||||
|
Uom: "Ekor",
|
||||||
|
Category: "Day Old Chick",
|
||||||
|
Price: 1,
|
||||||
|
Flags: []utils.FlagType{utils.FlagAyamCulling},
|
||||||
|
IsVisible: false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "Telur Utuh",
|
||||||
|
Brand: "-",
|
||||||
|
Sku: "4",
|
||||||
|
Uom: "Gram",
|
||||||
|
Category: "Telur",
|
||||||
|
Price: 1,
|
||||||
|
Flags: []utils.FlagType{utils.FlagTelurUtuh},
|
||||||
|
IsVisible: false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "Telur Pecah",
|
||||||
|
Brand: "-",
|
||||||
|
Sku: "5",
|
||||||
|
Uom: "Gram",
|
||||||
|
Category: "Telur",
|
||||||
|
Price: 1,
|
||||||
|
Flags: []utils.FlagType{utils.FlagTelurPecah},
|
||||||
|
IsVisible: false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "Telur Putih",
|
||||||
|
Brand: "-",
|
||||||
|
Sku: "6",
|
||||||
|
Uom: "Gram",
|
||||||
|
Category: "Telur",
|
||||||
|
Price: 1,
|
||||||
|
Flags: []utils.FlagType{utils.FlagTelurPutih},
|
||||||
|
IsVisible: false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "Telur Retak",
|
||||||
|
Brand: "-",
|
||||||
|
Sku: "7",
|
||||||
|
Uom: "Gram",
|
||||||
|
Category: "Telur",
|
||||||
|
Price: 1,
|
||||||
|
Flags: []utils.FlagType{utils.FlagTelurRetak},
|
||||||
|
IsVisible: false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -724,78 +348,78 @@ func seedProducts(tx *gorm.DB, createdBy uint, uoms map[string]uint, categories
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func seedNonstocks(tx *gorm.DB, createdBy uint, uoms map[string]uint, suppliers map[string]uint) error {
|
// func seedNonstocks(tx *gorm.DB, createdBy uint, uoms map[string]uint, suppliers map[string]uint) error {
|
||||||
seeds := []struct {
|
// seeds := []struct {
|
||||||
Name string
|
// Name string
|
||||||
Uom string
|
// Uom string
|
||||||
Suppliers []string
|
// Suppliers []string
|
||||||
Flags []utils.FlagType
|
// Flags []utils.FlagType
|
||||||
}{
|
// }{
|
||||||
{
|
// {
|
||||||
Name: "Expedisi DOC",
|
// Name: "LAJ",
|
||||||
Uom: "Ekor",
|
// Uom: "Unit",
|
||||||
Suppliers: []string{"Ekspedisi"},
|
// Suppliers: []string{"Ekspedisi"},
|
||||||
Flags: []utils.FlagType{utils.FlagEkspedisi},
|
// Flags: []utils.FlagType{utils.FlagEkspedisi},
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
Name: "Solar",
|
// Name: "Solar",
|
||||||
Uom: "Liter",
|
// Uom: "Liter",
|
||||||
Suppliers: []string{"BOP Vendor"},
|
// Suppliers: []string{"BOP Vendor"},
|
||||||
Flags: []utils.FlagType{},
|
// Flags: []utils.FlagType{},
|
||||||
},
|
// },
|
||||||
}
|
// }
|
||||||
|
|
||||||
for _, seed := range seeds {
|
// for _, seed := range seeds {
|
||||||
uomID, ok := uoms[seed.Uom]
|
// uomID, ok := uoms[seed.Uom]
|
||||||
if !ok {
|
// if !ok {
|
||||||
return fmt.Errorf("uom %s not seeded", seed.Uom)
|
// return fmt.Errorf("uom %s not seeded", seed.Uom)
|
||||||
}
|
// }
|
||||||
|
|
||||||
var nonstock entity.Nonstock
|
// var nonstock entity.Nonstock
|
||||||
err := tx.Where("name = ?", seed.Name).First(&nonstock).Error
|
// err := tx.Where("name = ?", seed.Name).First(&nonstock).Error
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
// if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
nonstock = entity.Nonstock{
|
// nonstock = entity.Nonstock{
|
||||||
Name: seed.Name,
|
// Name: seed.Name,
|
||||||
UomId: uomID,
|
// UomId: uomID,
|
||||||
CreatedBy: createdBy,
|
// CreatedBy: createdBy,
|
||||||
}
|
// }
|
||||||
if err := tx.Create(&nonstock).Error; err != nil {
|
// if err := tx.Create(&nonstock).Error; err != nil {
|
||||||
return err
|
// return err
|
||||||
}
|
// }
|
||||||
} else if err != nil {
|
// } else if err != nil {
|
||||||
return err
|
// return err
|
||||||
} else {
|
// } else {
|
||||||
if err := tx.Model(&entity.Nonstock{}).Where("id = ?", nonstock.Id).Updates(map[string]any{
|
// if err := tx.Model(&entity.Nonstock{}).Where("id = ?", nonstock.Id).Updates(map[string]any{
|
||||||
"uom_id": uomID,
|
// "uom_id": uomID,
|
||||||
}).Error; err != nil {
|
// }).Error; err != nil {
|
||||||
return err
|
// return err
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
for _, supplierName := range seed.Suppliers {
|
// for _, supplierName := range seed.Suppliers {
|
||||||
supplierID, ok := suppliers[supplierName]
|
// supplierID, ok := suppliers[supplierName]
|
||||||
if !ok {
|
// if !ok {
|
||||||
return fmt.Errorf("supplier %s not seeded", supplierName)
|
// return fmt.Errorf("supplier %s not seeded", supplierName)
|
||||||
}
|
// }
|
||||||
var existing entity.NonstockSupplier
|
// var existing entity.NonstockSupplier
|
||||||
err := tx.Where("nonstock_id = ? AND supplier_id = ?", nonstock.Id, supplierID).First(&existing).Error
|
// err := tx.Where("nonstock_id = ? AND supplier_id = ?", nonstock.Id, supplierID).First(&existing).Error
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
// if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
link := entity.NonstockSupplier{NonstockId: nonstock.Id, SupplierId: supplierID}
|
// link := entity.NonstockSupplier{NonstockId: nonstock.Id, SupplierId: supplierID}
|
||||||
if err := tx.Create(&link).Error; err != nil {
|
// if err := tx.Create(&link).Error; err != nil {
|
||||||
return err
|
// return err
|
||||||
}
|
// }
|
||||||
} else if err != nil && !errors.Is(err, gorm.ErrRecordNotFound) {
|
// } else if err != nil && !errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
return err
|
// return err
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
if err := seedFlags(tx, nonstock.Id, entity.FlagableTypeNonstock, seed.Flags); err != nil {
|
// if err := seedFlags(tx, nonstock.Id, entity.FlagableTypeNonstock, seed.Flags); err != nil {
|
||||||
return err
|
// return err
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
return nil
|
// return nil
|
||||||
}
|
// }
|
||||||
|
|
||||||
// nanti saya isi
|
// nanti saya isi
|
||||||
|
|
||||||
@@ -823,213 +447,6 @@ func seedFlags(tx *gorm.DB, flagableID uint, flagableType string, flags []utils.
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func seedBanks(tx *gorm.DB, createdBy uint) error {
|
|
||||||
seeds := []struct {
|
|
||||||
Name string
|
|
||||||
Alias string
|
|
||||||
Owner *string
|
|
||||||
AccountNumber string
|
|
||||||
}{
|
|
||||||
{
|
|
||||||
Name: "Bank Central Asia",
|
|
||||||
Alias: "BCA",
|
|
||||||
AccountNumber: "1234567890",
|
|
||||||
Owner: ptr("PT MBU Group"),
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Name: "Bank Rakyat Indonesia",
|
|
||||||
Alias: "BRI",
|
|
||||||
AccountNumber: "9876543210",
|
|
||||||
Owner: ptr("PT MBU Group"),
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Name: "Bank Mandiri",
|
|
||||||
Alias: "MAND",
|
|
||||||
AccountNumber: "1122334455",
|
|
||||||
Owner: ptr("PT MBU Group"),
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
for _, seed := range seeds {
|
|
||||||
var bank entity.Bank
|
|
||||||
err := tx.Where("name = ?", seed.Name).First(&bank).Error
|
|
||||||
|
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
|
||||||
bank = entity.Bank{
|
|
||||||
Name: seed.Name,
|
|
||||||
Alias: seed.Alias,
|
|
||||||
Owner: seed.Owner,
|
|
||||||
AccountNumber: seed.AccountNumber,
|
|
||||||
CreatedBy: createdBy,
|
|
||||||
CreatedAt: time.Now(),
|
|
||||||
UpdatedAt: time.Now(),
|
|
||||||
}
|
|
||||||
if err := tx.Create(&bank).Error; err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
} else if err != nil {
|
|
||||||
return err
|
|
||||||
} else {
|
|
||||||
// update data jika sudah ada
|
|
||||||
if err := tx.Model(&entity.Bank{}).Where("id = ?", bank.Id).Updates(map[string]any{
|
|
||||||
"alias": seed.Alias,
|
|
||||||
"owner": seed.Owner,
|
|
||||||
"account_number": seed.AccountNumber,
|
|
||||||
"updated_at": time.Now(),
|
|
||||||
}).Error; err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func seedProductWarehouse(tx *gorm.DB, createdBy uint) error {
|
|
||||||
seeds := []struct {
|
|
||||||
ProductName string
|
|
||||||
WarehouseName string
|
|
||||||
Quantity float64
|
|
||||||
}{
|
|
||||||
{ProductName: "DOC Broiler", WarehouseName: "Gudang Priangan", Quantity: 100},
|
|
||||||
{ProductName: "281 SPECIAL STARTER", WarehouseName: "Gudang Singaparna", Quantity: 200},
|
|
||||||
{ProductName: "281 SPECIAL STARTER", WarehouseName: "Gudang Banten", Quantity: 300},
|
|
||||||
{ProductName: "DOC Broiler", WarehouseName: "Gudang Singaparna 1", Quantity: 5000},
|
|
||||||
{ProductName: "Telur Konsumsi Baik", WarehouseName: "Gudang Singaparna 1", Quantity: 600},
|
|
||||||
{ProductName: "Telur Pecah", WarehouseName: "Gudang Singaparna 1", Quantity: 80},
|
|
||||||
{ProductName: "Telur Konsumsi Baik", WarehouseName: "Gudang Cikaum 1", Quantity: 450},
|
|
||||||
{ProductName: "Telur Pecah", WarehouseName: "Gudang Cikaum 1", Quantity: 60},
|
|
||||||
}
|
|
||||||
|
|
||||||
for _, seed := range seeds {
|
|
||||||
var product entity.Product
|
|
||||||
if err := tx.Where("name = ?", seed.ProductName).First(&product).Error; err != nil {
|
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
|
||||||
return fmt.Errorf("product %q not found for product warehouse seeding", seed.ProductName)
|
|
||||||
}
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
var warehouse entity.Warehouse
|
|
||||||
if err := tx.Where("name = ?", seed.WarehouseName).First(&warehouse).Error; err != nil {
|
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
|
||||||
return fmt.Errorf("warehouse %q not found for product warehouse seeding", seed.WarehouseName)
|
|
||||||
}
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
var productWarehouse entity.ProductWarehouse
|
|
||||||
err := tx.Where("product_id = ? AND warehouse_id = ?", product.Id, warehouse.Id).First(&productWarehouse).Error
|
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
|
||||||
productWarehouse = entity.ProductWarehouse{
|
|
||||||
ProductId: product.Id,
|
|
||||||
WarehouseId: warehouse.Id,
|
|
||||||
Quantity: seed.Quantity,
|
|
||||||
// CreatedBy: createdBy,
|
|
||||||
}
|
|
||||||
if err := tx.Create(&productWarehouse).Error; err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
} else if err != nil {
|
|
||||||
return err
|
|
||||||
} else {
|
|
||||||
if err := tx.Model(&productWarehouse).Updates(map[string]any{
|
|
||||||
"quantity": seed.Quantity,
|
|
||||||
}).Error; err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func seedTransferStock(tx *gorm.DB) error {
|
|
||||||
|
|
||||||
transfer := entity.StockTransfer{
|
|
||||||
FromWarehouseId: 1,
|
|
||||||
ToWarehouseId: 2,
|
|
||||||
Reason: "Seed transfer stock",
|
|
||||||
TransferDate: time.Now(),
|
|
||||||
MovementNumber: "SEED-TRF-00001",
|
|
||||||
CreatedBy: 1,
|
|
||||||
}
|
|
||||||
if err := tx.Create(&transfer).Error; err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
details := []entity.StockTransferDetail{
|
|
||||||
{
|
|
||||||
StockTransferId: transfer.Id,
|
|
||||||
ProductId: 1,
|
|
||||||
Quantity: 10,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
StockTransferId: transfer.Id,
|
|
||||||
ProductId: 2,
|
|
||||||
Quantity: 5,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
for i := range details {
|
|
||||||
if err := tx.Create(&details[i]).Error; err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
deliveries := []entity.StockTransferDelivery{
|
|
||||||
{
|
|
||||||
StockTransferId: transfer.Id,
|
|
||||||
SupplierId: 1,
|
|
||||||
VehiclePlate: "B 1234 XYZ",
|
|
||||||
DriverName: "Driver Seed",
|
|
||||||
DocumentPath: "seed.pdf",
|
|
||||||
ShippingCostItem: 1000,
|
|
||||||
ShippingCostTotal: 2000,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
for i := range deliveries {
|
|
||||||
if err := tx.Create(&deliveries[i]).Error; err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
detailMap := make(map[uint64]uint64)
|
|
||||||
for _, d := range details {
|
|
||||||
detailMap[d.ProductId] = d.Id
|
|
||||||
}
|
|
||||||
|
|
||||||
deliveryItems := []entity.StockTransferDeliveryItem{
|
|
||||||
{
|
|
||||||
StockTransferDeliveryId: deliveries[0].Id,
|
|
||||||
StockTransferDetailId: detailMap[1],
|
|
||||||
Quantity: 50,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
StockTransferDeliveryId: deliveries[0].Id,
|
|
||||||
StockTransferDetailId: detailMap[2],
|
|
||||||
Quantity: 30,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
for i := range deliveryItems {
|
|
||||||
if err := tx.Create(&deliveryItems[i]).Error; err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
func ptr[T any](v T) *T {
|
|
||||||
return &v
|
|
||||||
}
|
|
||||||
|
|
||||||
func strPtr(s string) *string {
|
func strPtr(s string) *string {
|
||||||
return &s
|
return &s
|
||||||
}
|
}
|
||||||
|
|
||||||
func intPtr(v int) *int {
|
|
||||||
return &v
|
|
||||||
}
|
|
||||||
|
|
||||||
func uintPtr(v uint) *uint {
|
|
||||||
return &v
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -0,0 +1,29 @@
|
|||||||
|
package entities
|
||||||
|
|
||||||
|
import "time"
|
||||||
|
|
||||||
|
// AdjustmentStock tracks FIFO allocation for stock adjustments
|
||||||
|
// - For INCREASE adjustments (Stockable): Tracks stock added to warehouse
|
||||||
|
// - For DECREASE adjustments (Usable): Tracks stock consumed from warehouse
|
||||||
|
type AdjustmentStock struct {
|
||||||
|
Id uint `gorm:"primaryKey"`
|
||||||
|
StockLogId uint `gorm:"column:stock_log_id;not null;index"`
|
||||||
|
ProductWarehouseId uint `gorm:"column:product_warehouse_id;not null"`
|
||||||
|
|
||||||
|
// === FIFO FIELDS FOR INCREASE ADJUSTMENT (Stockable) ===
|
||||||
|
// Tracks stock added to warehouse via adjustment INCREASE
|
||||||
|
TotalQty float64 `gorm:"column:total_qty;default:0"` // Total lot quantity available
|
||||||
|
TotalUsed float64 `gorm:"column:total_used;default:0"` // Quantity already used from this lot
|
||||||
|
|
||||||
|
// === FIFO FIELDS FOR DECREASE ADJUSTMENT (Usable) ===
|
||||||
|
// Tracks stock consumed from warehouse via adjustment DECREASE
|
||||||
|
UsageQty float64 `gorm:"column:usage_qty;default:0"` // Actual quantity consumed
|
||||||
|
PendingQty float64 `gorm:"column:pending_qty;default:0"` // Pending quantity (waiting for stock)
|
||||||
|
|
||||||
|
CreatedAt time.Time `gorm:"column:created_at;autoCreateTime"`
|
||||||
|
UpdatedAt time.Time `gorm:"column:updated_at;autoUpdateTime"`
|
||||||
|
|
||||||
|
// Relations
|
||||||
|
StockLog *StockLog `gorm:"foreignKey:StockLogId;references:Id"`
|
||||||
|
ProductWarehouse *ProductWarehouse `gorm:"foreignKey:ProductWarehouseId;references:Id"`
|
||||||
|
}
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
package entities
|
package entities
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"database/sql"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
@@ -13,8 +12,8 @@ type Expense struct {
|
|||||||
SupplierId uint64 `gorm:""`
|
SupplierId uint64 `gorm:""`
|
||||||
Category string `gorm:"type:varchar(50);not null"`
|
Category string `gorm:"type:varchar(50);not null"`
|
||||||
PoNumber string `gorm:"type:varchar(50)"`
|
PoNumber string `gorm:"type:varchar(50)"`
|
||||||
DocumentPath sql.NullString `gorm:"type:json"`
|
LocationId uint64 `gorm:"not null"`
|
||||||
RealizationDocumentPath sql.NullString `gorm:"type:json;column:realization_document_path"`
|
ProjectFlockId *string `gorm:"type:json"`
|
||||||
RealizationDate time.Time `gorm:"type:date;column:realization_date"`
|
RealizationDate time.Time `gorm:"type:date;column:realization_date"`
|
||||||
TransactionDate time.Time `gorm:"type:date;not null"`
|
TransactionDate time.Time `gorm:"type:date;not null"`
|
||||||
Notes string `gorm:"type:text;column:notes"`
|
Notes string `gorm:"type:text;column:notes"`
|
||||||
@@ -23,8 +22,11 @@ type Expense struct {
|
|||||||
UpdatedAt time.Time `gorm:"autoUpdateTime"`
|
UpdatedAt time.Time `gorm:"autoUpdateTime"`
|
||||||
DeletedAt gorm.DeletedAt `gorm:"index" json:"-"`
|
DeletedAt gorm.DeletedAt `gorm:"index" json:"-"`
|
||||||
|
|
||||||
Supplier *Supplier `gorm:"foreignKey:SupplierId;references:Id"`
|
Supplier *Supplier `gorm:"foreignKey:SupplierId;references:Id"`
|
||||||
CreatedUser *User `gorm:"foreignKey:CreatedBy;references:Id"`
|
Location *Location `gorm:"foreignKey:LocationId;references:Id"`
|
||||||
Nonstocks []ExpenseNonstock `gorm:"foreignKey:ExpenseId;references:Id"`
|
CreatedUser *User `gorm:"foreignKey:CreatedBy;references:Id"`
|
||||||
LatestApproval *Approval `gorm:"-" json:"latest_approval,omitempty"`
|
Nonstocks []ExpenseNonstock `gorm:"foreignKey:ExpenseId;references:Id"`
|
||||||
|
Documents []Document `gorm:"foreignKey:DocumentableId;references:Id"`
|
||||||
|
RealizationDocuments []Document `gorm:"foreignKey:DocumentableId;references:Id"`
|
||||||
|
LatestApproval *Approval `gorm:"-" json:"latest_approval,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,30 @@
|
|||||||
|
package entities
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type Initial struct {
|
||||||
|
Id uint `gorm:"primaryKey;autoIncrement"`
|
||||||
|
ReferenceNumber string `gorm:"type:varchar(100);not null"`
|
||||||
|
TransactionType string `gorm:"type:varchar(50);not null"`
|
||||||
|
InitialBalanceType string `gorm:"type:varchar(20);not null"`
|
||||||
|
PartyType string `gorm:"type:varchar(50);not null;index:initials_party_polymorphic,priority:1"`
|
||||||
|
PartyId uint `gorm:"not null;index:initials_party_polymorphic,priority:2"`
|
||||||
|
BankId *uint `gorm:"index"`
|
||||||
|
Direction string `gorm:"type:varchar(5);not null"`
|
||||||
|
Nominal float64 `gorm:"type:numeric(15,3);not null"`
|
||||||
|
Notes string `gorm:"type:text;not null"`
|
||||||
|
CreatedBy uint `gorm:"index" json:"-"`
|
||||||
|
CreatedAt time.Time `gorm:"autoCreateTime"`
|
||||||
|
UpdatedAt time.Time `gorm:"autoUpdateTime"`
|
||||||
|
DeletedAt gorm.DeletedAt `gorm:"index" json:"-"`
|
||||||
|
|
||||||
|
Bank Bank `gorm:"foreignKey:BankId;references:Id"`
|
||||||
|
CreatedUser User `gorm:"foreignKey:CreatedBy;references:Id"`
|
||||||
|
Customer *Customer `gorm:"foreignKey:PartyId;references:Id"`
|
||||||
|
Supplier *Supplier `gorm:"foreignKey:PartyId;references:Id"`
|
||||||
|
LatestApproval *Approval `gorm:"-" json:"-"`
|
||||||
|
}
|
||||||
@@ -5,15 +5,20 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type MarketingDeliveryProduct struct {
|
type MarketingDeliveryProduct struct {
|
||||||
Id uint `gorm:"primaryKey;autoIncrement"`
|
Id uint `gorm:"primaryKey;autoIncrement"`
|
||||||
MarketingProductId uint `gorm:"uniqueIndex;not null"`
|
MarketingProductId uint `gorm:"uniqueIndex;not null"`
|
||||||
Qty float64 `gorm:"type:numeric(15,3)"`
|
ProductWarehouseId uint `gorm:"not null"`
|
||||||
UnitPrice float64 `gorm:"type:numeric(15,3)"`
|
UnitPrice float64 `gorm:"type:numeric(15,3)"`
|
||||||
TotalWeight float64 `gorm:"type:numeric(15,3)"`
|
TotalWeight float64 `gorm:"type:numeric(15,3)"`
|
||||||
AvgWeight float64 `gorm:"type:numeric(15,3)"`
|
AvgWeight float64 `gorm:"type:numeric(15,3)"`
|
||||||
TotalPrice float64 `gorm:"type:numeric(15,3)"`
|
TotalPrice float64 `gorm:"type:numeric(15,3)"`
|
||||||
DeliveryDate *time.Time `gorm:"type:timestamptz"`
|
DeliveryDate *time.Time `gorm:"type:timestamptz"`
|
||||||
VehicleNumber string `gorm:"type:varchar(50)"`
|
VehicleNumber string `gorm:"type:varchar(50)"`
|
||||||
|
|
||||||
|
// FIFO Fields
|
||||||
|
UsageQty float64 `gorm:"type:numeric(15,3);default:0;not null"`
|
||||||
|
PendingQty float64 `gorm:"type:numeric(15,3);default:0;not null"`
|
||||||
|
CreatedAt *time.Time `gorm:"type:timestamptz;not null"`
|
||||||
|
|
||||||
MarketingProduct MarketingProduct `gorm:"foreignKey:MarketingProductId;references:Id"`
|
MarketingProduct MarketingProduct `gorm:"foreignKey:MarketingProductId;references:Id"`
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,32 @@
|
|||||||
|
package entities
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type Payment struct {
|
||||||
|
Id uint `gorm:"primaryKey;autoIncrement"`
|
||||||
|
PaymentCode string `gorm:"type:varchar(50);not null"`
|
||||||
|
ReferenceNumber *string `gorm:"type:varchar(100)"`
|
||||||
|
TransactionType string `gorm:"type:varchar(50)"`
|
||||||
|
PartyType string `gorm:"type:varchar(50);not null;index:payments_party_polymorphic,priority:1"`
|
||||||
|
PartyId uint `gorm:"not null;index:payments_party_polymorphic,priority:2"`
|
||||||
|
PaymentDate time.Time `gorm:"not null"`
|
||||||
|
PaymentMethod string `gorm:"type:varchar(20);not null"`
|
||||||
|
BankId *uint `gorm:"not null;index:idx_payments_bank_id"`
|
||||||
|
Direction string `gorm:"type:varchar(5);not null"`
|
||||||
|
Nominal float64 `gorm:"type:numeric(15,3);not null"`
|
||||||
|
Notes string `gorm:"type:text;not null"`
|
||||||
|
CreatedAt time.Time `gorm:"autoCreateTime"`
|
||||||
|
UpdatedAt time.Time `gorm:"autoUpdateTime"`
|
||||||
|
DeletedAt gorm.DeletedAt `gorm:"index" json:"-"`
|
||||||
|
CreatedBy uint `gorm:"index" json:"-"`
|
||||||
|
|
||||||
|
BankWarehouse Bank `gorm:"foreignKey:BankId;references:Id"`
|
||||||
|
CreatedUser User `gorm:"foreignKey:CreatedBy;references:Id"`
|
||||||
|
Customer *Customer `gorm:"foreignKey:PartyId;references:Id"`
|
||||||
|
Supplier *Supplier `gorm:"foreignKey:PartyId;references:Id"`
|
||||||
|
LatestApproval *Approval `gorm:"-" json:"-"`
|
||||||
|
}
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
package entities
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
)
|
||||||
|
|
||||||
|
type ProductionStandard struct {
|
||||||
|
Id uint `gorm:"primaryKey;autoIncrement"`
|
||||||
|
Name string `gorm:"type:varchar(100);uniqueIndex;not null"`
|
||||||
|
ProjectCategory string `gorm:"type:varchar(20);not null"`
|
||||||
|
CreatedAt time.Time `gorm:"type:timestamptz;not null"`
|
||||||
|
UpdatedAt time.Time `gorm:"type:timestamptz;not null"`
|
||||||
|
DeletedAt *time.Time `gorm:"type:timestamptz"`
|
||||||
|
CreatedBy uint `gorm:"not null"`
|
||||||
|
|
||||||
|
CreatedUser User `gorm:"foreignKey:CreatedBy;references:Id"`
|
||||||
|
ProductionStandardDetails []ProductionStandardDetail `gorm:"foreignKey:ProductionStandardId;references:Id"`
|
||||||
|
StandardGrowthDetails []StandardGrowthDetail `gorm:"foreignKey:ProductionStandardId;references:Id"`
|
||||||
|
}
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
package entities
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
)
|
||||||
|
|
||||||
|
type ProductionStandardDetail struct {
|
||||||
|
Id uint `gorm:"primaryKey;autoIncrement"`
|
||||||
|
ProductionStandardId uint `gorm:"not null"`
|
||||||
|
Week int `gorm:"not null"`
|
||||||
|
TargetHenDayProduction *float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
TargetHenHouseProduction *float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
TargetEggWeight *float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
TargetEggMass *float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
StandardFCR *float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
CreatedAt time.Time `gorm:"type:timestamptz;not null"`
|
||||||
|
UpdatedAt time.Time `gorm:"type:timestamptz;not null"`
|
||||||
|
|
||||||
|
ProductionStandard ProductionStandard `gorm:"foreignKey:ProductionStandardId;references:Id"`
|
||||||
|
}
|
||||||
@@ -0,0 +1,33 @@
|
|||||||
|
package entities
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type ProjectFlockKandangUniformity struct {
|
||||||
|
Id uint `gorm:"primaryKey"`
|
||||||
|
Uniformity float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
Week int `gorm:"not null"`
|
||||||
|
Cv float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
ChickQtyOfWeight float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
MeanUp float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
MeanDown float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
ProjectFlockKandangId uint `gorm:"not null"`
|
||||||
|
UniformQty float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
NotUniformQty float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
UniformDate *time.Time `gorm:"type:timestamptz"`
|
||||||
|
CreatedAt time.Time `gorm:"autoCreateTime"`
|
||||||
|
UpdatedAt time.Time `gorm:"autoUpdateTime"`
|
||||||
|
DeletedAt gorm.DeletedAt `gorm:"index" json:"-"`
|
||||||
|
CreatedBy uint `gorm:"not null"`
|
||||||
|
|
||||||
|
ProjectFlockKandang ProjectFlockKandang `gorm:"foreignKey:ProjectFlockKandangId;references:Id"`
|
||||||
|
CreatedUser User `gorm:"foreignKey:CreatedBy;references:Id"`
|
||||||
|
LatestApproval *Approval `gorm:"-" json:"-"`
|
||||||
|
}
|
||||||
|
|
||||||
|
func (ProjectFlockKandangUniformity) TableName() string {
|
||||||
|
return "project_flock_kandang_uniformity"
|
||||||
|
}
|
||||||
@@ -12,6 +12,7 @@ type ProjectFlock struct {
|
|||||||
AreaId uint `gorm:"not null"`
|
AreaId uint `gorm:"not null"`
|
||||||
Category string `gorm:"type:varchar(20);not null"`
|
Category string `gorm:"type:varchar(20);not null"`
|
||||||
FcrId uint `gorm:"not null"`
|
FcrId uint `gorm:"not null"`
|
||||||
|
ProductionStandardId uint `gorm:"column:production_standard_id"`
|
||||||
LocationId uint `gorm:"not null"`
|
LocationId uint `gorm:"not null"`
|
||||||
CreatedBy uint `gorm:"not null"`
|
CreatedBy uint `gorm:"not null"`
|
||||||
CreatedAt time.Time `gorm:"autoCreateTime"`
|
CreatedAt time.Time `gorm:"autoCreateTime"`
|
||||||
@@ -20,6 +21,7 @@ type ProjectFlock struct {
|
|||||||
|
|
||||||
Area Area `gorm:"foreignKey:AreaId;references:Id"`
|
Area Area `gorm:"foreignKey:AreaId;references:Id"`
|
||||||
Fcr Fcr `gorm:"foreignKey:FcrId;references:Id"`
|
Fcr Fcr `gorm:"foreignKey:FcrId;references:Id"`
|
||||||
|
ProductionStandard ProductionStandard `gorm:"foreignKey:ProductionStandardId;references:Id"`
|
||||||
Location Location `gorm:"foreignKey:LocationId;references:Id"`
|
Location Location `gorm:"foreignKey:LocationId;references:Id"`
|
||||||
CreatedUser User `gorm:"foreignKey:CreatedBy;references:Id"`
|
CreatedUser User `gorm:"foreignKey:CreatedBy;references:Id"`
|
||||||
Kandangs []Kandang `gorm:"many2many:project_flock_kandangs;joinTableForeignKey:project_flock_id;joinTableReferences:kandang_id" json:"kandangs,omitempty"`
|
Kandangs []Kandang `gorm:"many2many:project_flock_kandangs;joinTableForeignKey:project_flock_id;joinTableReferences:kandang_id" json:"kandangs,omitempty"`
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
package entities
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
)
|
||||||
|
|
||||||
|
type StandardGrowthDetail struct {
|
||||||
|
Id uint `gorm:"primaryKey;autoIncrement"`
|
||||||
|
ProductionStandardId uint `gorm:"not null"`
|
||||||
|
TargetMeanBw *float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
MaxDepletion *float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
MinUniformity float64 `gorm:"type:numeric(15,3);not null"`
|
||||||
|
Week int `gorm:"not null"`
|
||||||
|
FeedIntake *float64 `gorm:"type:numeric(15,3)"`
|
||||||
|
CreatedAt time.Time `gorm:"type:timestamptz;not null"`
|
||||||
|
CreatedBy uint `gorm:"not null"`
|
||||||
|
|
||||||
|
ProductionStandard ProductionStandard `gorm:"foreignKey:ProductionStandardId;references:Id"`
|
||||||
|
}
|
||||||
@@ -20,4 +20,5 @@ type StockTransfer struct {
|
|||||||
Details []StockTransferDetail `gorm:"foreignKey:StockTransferId"`
|
Details []StockTransferDetail `gorm:"foreignKey:StockTransferId"`
|
||||||
Deliveries []StockTransferDelivery `gorm:"foreignKey:StockTransferId"`
|
Deliveries []StockTransferDelivery `gorm:"foreignKey:StockTransferId"`
|
||||||
CreatedUser *User `gorm:"foreignKey:CreatedBy"`
|
CreatedUser *User `gorm:"foreignKey:CreatedBy"`
|
||||||
|
Documents []Document `gorm:"foreignKey:DocumentableId;constraint:OnUpdate:CASCADE,OnDelete:CASCADE"`
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,16 +2,6 @@ package entities
|
|||||||
|
|
||||||
import "time"
|
import "time"
|
||||||
|
|
||||||
const (
|
|
||||||
LogTypeAdjustment = "ADJUSTMENT"
|
|
||||||
LogTypeTransfer = "TRANSFER"
|
|
||||||
)
|
|
||||||
|
|
||||||
const (
|
|
||||||
TransactionTypeIncrease = "INCREASE"
|
|
||||||
TransactionTypeDecrease = "DECREASE"
|
|
||||||
)
|
|
||||||
|
|
||||||
type StockLog struct {
|
type StockLog struct {
|
||||||
Id uint `gorm:"primaryKey;column:id"`
|
Id uint `gorm:"primaryKey;column:id"`
|
||||||
ProductWarehouseId uint `gorm:"column:product_warehouse_id;not null;index"`
|
ProductWarehouseId uint `gorm:"column:product_warehouse_id;not null;index"`
|
||||||
|
|||||||
@@ -4,20 +4,21 @@ import "time"
|
|||||||
|
|
||||||
// DETAIL EKSPEDISI
|
// DETAIL EKSPEDISI
|
||||||
type StockTransferDelivery struct {
|
type StockTransferDelivery struct {
|
||||||
Id uint64 `gorm:"primaryKey;autoIncrement"`
|
Id uint64 `gorm:"primaryKey;autoIncrement"`
|
||||||
StockTransferId uint64
|
StockTransferId uint64
|
||||||
SupplierId uint64
|
SupplierId uint64
|
||||||
VehiclePlate string
|
VehiclePlate string
|
||||||
DriverName string
|
DriverName string
|
||||||
DocumentNumber string
|
DocumentNumber string
|
||||||
DocumentPath string
|
DocumentPath string
|
||||||
ShippingCostItem float64
|
ShippingCostItem float64
|
||||||
ShippingCostTotal float64
|
ShippingCostTotal float64
|
||||||
CreatedAt time.Time
|
CreatedAt time.Time
|
||||||
UpdatedAt time.Time
|
UpdatedAt time.Time
|
||||||
DeletedAt *time.Time `gorm:"index"`
|
DeletedAt *time.Time `gorm:"index"`
|
||||||
// Relations
|
// Relations
|
||||||
StockTransfer *StockTransfer `gorm:"foreignKey:StockTransferId"`
|
StockTransfer *StockTransfer `gorm:"foreignKey:StockTransferId"`
|
||||||
Supplier *Supplier `gorm:"foreignKey:SupplierId"`
|
Supplier *Supplier `gorm:"foreignKey:SupplierId"`
|
||||||
Items []StockTransferDeliveryItem `gorm:"foreignKey:StockTransferDeliveryId"`
|
Items []StockTransferDeliveryItem `gorm:"foreignKey:StockTransferDeliveryId"`
|
||||||
}
|
Documents []Document `gorm:"foreignKey:DocumentableId;constraint:OnUpdate:CASCADE,OnDelete:CASCADE"`
|
||||||
|
}
|
||||||
|
|||||||
@@ -7,12 +7,28 @@ type StockTransferDetail struct {
|
|||||||
Id uint64 `gorm:"primaryKey;autoIncrement"`
|
Id uint64 `gorm:"primaryKey;autoIncrement"`
|
||||||
StockTransferId uint64
|
StockTransferId uint64
|
||||||
ProductId uint64
|
ProductId uint64
|
||||||
Quantity float64
|
|
||||||
CreatedAt time.Time
|
// === FIFO FIELDS - SOURCE WAREHOUSE (Usable) ===
|
||||||
UpdatedAt time.Time
|
// Tracking stock yang DIAMBIL dari source warehouse
|
||||||
DeletedAt *time.Time `gorm:"index"`
|
SourceProductWarehouseID *uint64 `gorm:"column:source_product_warehouse_id"`
|
||||||
// Relations
|
UsageQty float64 `gorm:"column:usage_qty;default:0"` // Actual yang berhasil diambil
|
||||||
StockTransfer *StockTransfer `gorm:"foreignKey:StockTransferId"`
|
PendingQty float64 `gorm:"column:pending_qty;default:0"` // Yang pending (nunggu stock)
|
||||||
Product *Product `gorm:"foreignKey:ProductId"`
|
|
||||||
DeliveryItems []StockTransferDeliveryItem `gorm:"foreignKey:StockTransferDetailId"`
|
// === FIFO FIELDS - DESTINATION WAREHOUSE (Stockable) ===
|
||||||
|
// Tracking stock yang DITAMBAHKAN ke destination warehouse
|
||||||
|
DestProductWarehouseID *uint64 `gorm:"column:dest_product_warehouse_id"`
|
||||||
|
TotalQty float64 `gorm:"column:total_qty;default:0"` // Total lot yang tersedia
|
||||||
|
TotalUsed float64 `gorm:"column:total_used;default:0"` // Yang sudah dipakai dari lot ini
|
||||||
|
|
||||||
|
// === METADATA ===
|
||||||
|
CreatedAt time.Time
|
||||||
|
UpdatedAt time.Time
|
||||||
|
DeletedAt *time.Time `gorm:"index"`
|
||||||
|
|
||||||
|
// === RELATIONS ===
|
||||||
|
StockTransfer *StockTransfer `gorm:"foreignKey:StockTransferId"`
|
||||||
|
Product *Product `gorm:"foreignKey:ProductId"`
|
||||||
|
SourceProductWarehouse *ProductWarehouse `gorm:"foreignKey:SourceProductWarehouseID"`
|
||||||
|
DestProductWarehouse *ProductWarehouse `gorm:"foreignKey:DestProductWarehouseID"`
|
||||||
|
DeliveryItems []StockTransferDeliveryItem `gorm:"foreignKey:StockTransferDetailId"`
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
package entities
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type Transaction struct {
|
||||||
|
Id uint `gorm:"primaryKey"`
|
||||||
|
Name string `gorm:"not null;uniqueIndex:idx_name,where:deleted_at IS NULL"`
|
||||||
|
CreatedBy uint `gorm:"not null"`
|
||||||
|
CreatedAt time.Time `gorm:"autoCreateTime"`
|
||||||
|
UpdatedAt time.Time `gorm:"autoUpdateTime"`
|
||||||
|
DeletedAt gorm.DeletedAt `gorm:"index" json:"-"`
|
||||||
|
|
||||||
|
CreatedUser User `gorm:"foreignKey:CreatedBy;references:Id"`
|
||||||
|
}
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
package entities
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type Uniformity struct {
|
||||||
|
Id uint `gorm:"primaryKey"`
|
||||||
|
Name string `gorm:"not null;uniqueIndex:idx_name,where:deleted_at IS NULL"`
|
||||||
|
CreatedBy uint `gorm:"not null"`
|
||||||
|
CreatedAt time.Time `gorm:"autoCreateTime"`
|
||||||
|
UpdatedAt time.Time `gorm:"autoUpdateTime"`
|
||||||
|
DeletedAt gorm.DeletedAt `gorm:"index" json:"-"`
|
||||||
|
|
||||||
|
CreatedUser User `gorm:"foreignKey:CreatedBy;references:Id"`
|
||||||
|
}
|
||||||
@@ -2,9 +2,10 @@ package middleware
|
|||||||
|
|
||||||
// project-flock
|
// project-flock
|
||||||
const (
|
const (
|
||||||
P_ProjectFlockKandangsClosing = "lti.production.project_flock_kandangs.closing"
|
P_ProjectFlockKandangsClosing = "lti.production.project_flock_kandangs.closing"
|
||||||
P_ProjectFlockKandangsGetAll = "lti.production.project_flock_kandangs.list"
|
P_ProjectFlockKandangsCheckClosing = "lti.production.project_flock_kandangs.closing.detail"
|
||||||
P_ProjectFlockKandangsGetOne = "lti.production.project_flock_kandangs.detail"
|
P_ProjectFlockKandangsGetAll = "lti.production.project_flock_kandangs.list"
|
||||||
|
P_ProjectFlockKandangsGetOne = "lti.production.project_flock_kandangs.detail"
|
||||||
|
|
||||||
P_ProjectFlockGetAll = "lti.production.project_flocks.list"
|
P_ProjectFlockGetAll = "lti.production.project_flocks.list"
|
||||||
P_ProjectFlockCreate = "lti.production.project_flocks.create"
|
P_ProjectFlockCreate = "lti.production.project_flocks.create"
|
||||||
@@ -52,18 +53,8 @@ const (
|
|||||||
P_ProductWarehouseGetOne = "lti.inventory.product_warehouses.detail"
|
P_ProductWarehouseGetOne = "lti.inventory.product_warehouses.detail"
|
||||||
)
|
)
|
||||||
const (
|
const (
|
||||||
P_ClosingGetAll = "lti.closing.list"
|
P_ClosingGetAll = "lti.closing.list"
|
||||||
P_ClosingPenjualan = "lti.closing.penjualan"
|
P_ClosingDetail = "lti.closing.detail"
|
||||||
P_ClosingGetSummary = "lti.closing.getsummary"
|
|
||||||
P_ClosingGetOverhead = "lti.closing.getoverhead"
|
|
||||||
P_ClosingCountSapronakKandang = "lti.closing.getsapronakcount.kandang"
|
|
||||||
P_ClosingCountSapronak = "lti.closing.getsapronakcount"
|
|
||||||
P_ClosingSapronak = "lti.closing.getsapronak"
|
|
||||||
|
|
||||||
P_ClosingExpeditionHpp = "lti.closing.expedition"
|
|
||||||
P_ClosingExpeditionHppByKandang = "lti.closing.expedition.kandang"
|
|
||||||
P_ClosingDataProduction = "lti.closing.production.data"
|
|
||||||
P_ClosingKeuangan = "lti.closing.keuangan"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
@@ -73,19 +64,20 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
P_TransferToLaying_GetAll = "lti.production.transfer_to_laying.list"
|
P_TransferToLaying_GetAll = "lti.production.transfer_to_laying.list"
|
||||||
P_TransferToLaying_GetOne = "lti.production.transfer_to_laying.detail"
|
P_TransferToLaying_GetOne = "lti.production.transfer_to_laying.detail"
|
||||||
P_TransferToLaying_CreateOne = "lti.production.transfer_to_laying.create"
|
P_TransferToLaying_CreateOne = "lti.production.transfer_to_laying.create"
|
||||||
P_TransferToLaying_UpdateOne = "lti.production.transfer_to_laying.update"
|
P_TransferToLaying_UpdateOne = "lti.production.transfer_to_laying.update"
|
||||||
P_TransferToLaying_DeleteOne = "lti.production.transfer_to_laying.delete"
|
P_TransferToLaying_DeleteOne = "lti.production.transfer_to_laying.delete"
|
||||||
P_TransferToLaying_Approval = "lti.production.transfer_to_laying.approve"
|
P_TransferToLaying_Approval = "lti.production.transfer_to_laying.approve"
|
||||||
P_TransferToLaying_GetAvailableQty = "lti.production.transfer_to_laying.getavailableqty"
|
P_TransferToLaying_GetAvailableQty = "lti.production.transfer_to_laying.getavailableqty"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
P_DeliveryGetAll = "lti.marketing.delivery_order.list"
|
P_DeliveryGetAll = "lti.marketing.delivery_order.list"
|
||||||
P_DeliveryGetOne = "lti.marketing.delivery_order.detail"
|
P_DeliveryGetOne = "lti.marketing.delivery_order.detail"
|
||||||
P_DeliveryUpdateOne = "lti.marketing.delivery_order.update"
|
P_DeliveryUpdateOne = "lti.marketing.delivery_order.update"
|
||||||
|
P_DeliveryCreateOne = "lti.marketing.delivery_order.Create"
|
||||||
P_SalesOrderDelete = "lti.marketing.sales_order.delete"
|
P_SalesOrderDelete = "lti.marketing.sales_order.delete"
|
||||||
P_SalesOrderApproval = "lti.marketing.sales_order.approve"
|
P_SalesOrderApproval = "lti.marketing.sales_order.approve"
|
||||||
P_SalesOrderCreateOne = "lti.marketing.sales_order.create"
|
P_SalesOrderCreateOne = "lti.marketing.sales_order.create"
|
||||||
@@ -170,8 +162,32 @@ const (
|
|||||||
P_WarehousesCreateOne = "lti.master.warehouses.create"
|
P_WarehousesCreateOne = "lti.master.warehouses.create"
|
||||||
P_WarehousesUpdateOne = "lti.master.warehouses.update"
|
P_WarehousesUpdateOne = "lti.master.warehouses.update"
|
||||||
P_WarehousesDeleteOne = "lti.master.warehouses.delete"
|
P_WarehousesDeleteOne = "lti.master.warehouses.delete"
|
||||||
|
|
||||||
|
P_Production_Standart_GetAll = "lti.master.production_standards.list"
|
||||||
|
P_Production_Standart_CreateOne = "lti.master.production_standards.create"
|
||||||
|
P_Production_Standart_GetOne = "lti.master.production_standards.detail"
|
||||||
|
P_Production_Standart_UpdateOne = "lti.master.production_standards.update"
|
||||||
|
P_Production_Standart_DeleteOne = "lti.master.production_standards.delete"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// finance
|
||||||
|
const (
|
||||||
|
P_Finances_Initial_Balances_CreateOne = "lti.finance.initial_balances.create"
|
||||||
|
P_Finances_Initial_Balances_GetOne = "lti.finance.initial_balances.detail"
|
||||||
|
P_Finances_Initial_Balances_UpdateOne = "lti.finance.initial_balances.update"
|
||||||
|
|
||||||
|
P_Finances_Injections_CreateOne = "lti.finance.injections.create"
|
||||||
|
P_Finances_Injections_GetOne = "lti.finance.injections.detail"
|
||||||
|
P_Finances_Injections_UpdateOne = "lti.finance.injections.update"
|
||||||
|
|
||||||
|
P_Finances_Payments_CreateOne = "lti.finance.payments.create"
|
||||||
|
P_Finances_Payments_UpdateOne = "lti.finance.payments.update"
|
||||||
|
P_Finances_Payments_GetOne = "lti.finance.payments.detail"
|
||||||
|
|
||||||
|
P_Finances_Transaction_GetAll = "lti.finance.transactions.list"
|
||||||
|
P_Finances_Transaction_GetOne = "lti.finance.transactions.detail"
|
||||||
|
P_Finances_Transaction_DeleteOne = "lti.finance.transactions.delete"
|
||||||
|
)
|
||||||
const (
|
const (
|
||||||
P_ChickinsCreateOne = "lti.production.chickins.create"
|
P_ChickinsCreateOne = "lti.production.chickins.create"
|
||||||
P_ChickinsGetOne = "lti.production.chickins.detail"
|
P_ChickinsGetOne = "lti.production.chickins.detail"
|
||||||
@@ -201,6 +217,16 @@ const (
|
|||||||
P_PurchaseApprovalManager = "lti.Purchase.approve.manager"
|
P_PurchaseApprovalManager = "lti.Purchase.approve.manager"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
P_Uniformities_GetAll = "lti.production.uniformity.list"
|
||||||
|
P_Uniformities_GetOne = "lti.production.uniformity.detail"
|
||||||
|
P_Uniformities_Verify = "lti.production.uniformity.verify"
|
||||||
|
P_Uniformities_CreateOne = "lti.production.uniformity.create"
|
||||||
|
P_Uniformities_UpdateOne = "lti.production.uniformity.update"
|
||||||
|
P_Uniformities_DeleteOne = "lti.production.uniformity.delete"
|
||||||
|
P_Uniformities_Approval = "lti.production.uniformity.approve"
|
||||||
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
P_UserGetAll = "lti.users.list"
|
P_UserGetAll = "lti.users.list"
|
||||||
P_UserGetOne = "lti.users.detail"
|
P_UserGetOne = "lti.users.detail"
|
||||||
|
|||||||
@@ -28,18 +28,19 @@ type ClosingDetailDTO struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ClosingListItemDTO struct {
|
type ClosingListItemDTO struct {
|
||||||
Id uint `json:"id"`
|
Id uint `json:"id"`
|
||||||
LocationID uint `json:"location_id"`
|
ProjectName string `json:"project_name"`
|
||||||
LocationName string `json:"location_name"`
|
LocationID uint `json:"location_id"`
|
||||||
ProjectCategory string `json:"project_category"`
|
LocationName string `json:"location_name"`
|
||||||
Period int `json:"period"`
|
ProjectCategory string `json:"project_category"`
|
||||||
ClosingDate string `json:"closing_date"`
|
Period int `json:"period"`
|
||||||
ShedLabel string `json:"shed_label"`
|
ClosingDate string `json:"closing_date"`
|
||||||
ShedCount int `json:"shed_count"`
|
ShedLabel string `json:"shed_label"`
|
||||||
SalesPaidAmount int64 `json:"sales_paid_amount"`
|
ShedCount int `json:"shed_count"`
|
||||||
SalesRemainingAmount int64 `json:"sales_remaining_amount"`
|
// SalesPaidAmount int64 `json:"sales_paid_amount"`
|
||||||
SalesPaymentStatus string `json:"sales_payment_status"`
|
// SalesRemainingAmount int64 `json:"sales_remaining_amount"`
|
||||||
ProjectStatus string `json:"project_status"`
|
// SalesPaymentStatus string `json:"sales_payment_status"`
|
||||||
|
ProjectStatus string `json:"project_status"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ClosingSummaryDTO struct {
|
type ClosingSummaryDTO struct {
|
||||||
@@ -133,18 +134,19 @@ func ToClosingListItemDTO(project entity.ProjectFlock, projectStatus string) Clo
|
|||||||
shedCount := len(project.KandangHistory)
|
shedCount := len(project.KandangHistory)
|
||||||
|
|
||||||
return ClosingListItemDTO{
|
return ClosingListItemDTO{
|
||||||
Id: project.Id,
|
Id: project.Id,
|
||||||
LocationID: project.LocationId,
|
ProjectName: project.FlockName,
|
||||||
LocationName: project.Location.Name,
|
LocationID: project.LocationId,
|
||||||
ProjectCategory: project.Category,
|
LocationName: project.Location.Name,
|
||||||
Period: maxPeriod(project.KandangHistory),
|
ProjectCategory: project.Category,
|
||||||
ClosingDate: "17-Nov-2025",
|
Period: maxPeriod(project.KandangHistory),
|
||||||
ShedLabel: fmt.Sprintf("%d Kandang", shedCount),
|
ClosingDate: "17-Nov-2025",
|
||||||
ShedCount: shedCount,
|
ShedLabel: fmt.Sprintf("%d Kandang", shedCount),
|
||||||
SalesPaidAmount: 21993726,
|
ShedCount: shedCount,
|
||||||
SalesRemainingAmount: 11075919,
|
// SalesPaidAmount: 21993726,
|
||||||
SalesPaymentStatus: "Lunas",
|
// SalesRemainingAmount: 11075919,
|
||||||
ProjectStatus: projectStatus,
|
// SalesPaymentStatus: "Lunas",
|
||||||
|
ProjectStatus: projectStatus,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ const (
|
|||||||
type CalculationContext struct {
|
type CalculationContext struct {
|
||||||
TotalPopulation float64
|
TotalPopulation float64
|
||||||
TotalWeightProduced float64
|
TotalWeightProduced float64
|
||||||
|
TotalEggWeightKg float64
|
||||||
TotalDepletion float64
|
TotalDepletion float64
|
||||||
TotalWeightSold float64
|
TotalWeightSold float64
|
||||||
ActualPopulation float64
|
ActualPopulation float64
|
||||||
@@ -48,6 +49,7 @@ type ClosingKeuanganInput struct {
|
|||||||
DeliveryProducts []entities.MarketingDeliveryProduct
|
DeliveryProducts []entities.MarketingDeliveryProduct
|
||||||
Chickins []entities.ProjectChickin
|
Chickins []entities.ProjectChickin
|
||||||
TotalWeightProduced float64
|
TotalWeightProduced float64
|
||||||
|
TotalEggWeightKg float64
|
||||||
TotalDepletion float64
|
TotalDepletion float64
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -77,8 +79,10 @@ type HppGroup struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type SummaryHpp struct {
|
type SummaryHpp struct {
|
||||||
Label string `json:"label"`
|
Label string `json:"label"`
|
||||||
Comparison
|
Comparison `json:"-"`
|
||||||
|
EggBudgeting *FinancialMetrics `json:"egg_budgeting,omitempty"`
|
||||||
|
EggRealization *FinancialMetrics `json:"egg_realization,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type HppPurchasesSection struct {
|
type HppPurchasesSection struct {
|
||||||
@@ -231,7 +235,7 @@ func ToHppBahanBakuGroup(budgets []entities.ProjectBudget, realizations []entiti
|
|||||||
|
|
||||||
// === HPP SUMMARY ===
|
// === HPP SUMMARY ===
|
||||||
|
|
||||||
func ToSummaryHpp(label string, purchaseItems []entities.PurchaseItem, budgets []entities.ProjectBudget, realizations []entities.ExpenseRealization, ctx CalculationContext) SummaryHpp {
|
func ToSummaryHpp(label string, purchaseItems []entities.PurchaseItem, budgets []entities.ProjectBudget, realizations []entities.ExpenseRealization, projectFlockCategory string, ctx CalculationContext) SummaryHpp {
|
||||||
purchaseTotal := sumPurchaseTotal(purchaseItems)
|
purchaseTotal := sumPurchaseTotal(purchaseItems)
|
||||||
budgetTotal := sumBudgetsByFilter(budgets, func(*entities.ProjectBudget) bool { return true })
|
budgetTotal := sumBudgetsByFilter(budgets, func(*entities.ProjectBudget) bool { return true })
|
||||||
totalBudget := purchaseTotal + budgetTotal
|
totalBudget := purchaseTotal + budgetTotal
|
||||||
@@ -241,16 +245,34 @@ func ToSummaryHpp(label string, purchaseItems []entities.PurchaseItem, budgets [
|
|||||||
budgetRpPerBird, budgetRpPerKg := calculatePerUnitMetrics(totalBudget, ctx.TotalPopulation, ctx.TotalWeightProduced)
|
budgetRpPerBird, budgetRpPerKg := calculatePerUnitMetrics(totalBudget, ctx.TotalPopulation, ctx.TotalWeightProduced)
|
||||||
realizationRpPerBird, realizationRpPerKg := calculatePerUnitMetrics(totalRealization, ctx.TotalPopulation, ctx.TotalWeightProduced)
|
realizationRpPerBird, realizationRpPerKg := calculatePerUnitMetrics(totalRealization, ctx.TotalPopulation, ctx.TotalWeightProduced)
|
||||||
|
|
||||||
return SummaryHpp{
|
summary := SummaryHpp{
|
||||||
Label: label,
|
Label: label,
|
||||||
Comparison: ToComparison(
|
Comparison: ToComparison(
|
||||||
ToFinancialMetrics(budgetRpPerBird, budgetRpPerKg, totalBudget),
|
ToFinancialMetrics(budgetRpPerBird, budgetRpPerKg, totalBudget),
|
||||||
ToFinancialMetrics(realizationRpPerBird, realizationRpPerKg, totalRealization),
|
ToFinancialMetrics(realizationRpPerBird, realizationRpPerKg, totalRealization),
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if projectFlockCategory == string(utils.ProjectFlockCategoryLaying) && ctx.TotalEggWeightKg > 0 {
|
||||||
|
budgetEggRpPerKg, _ := calculatePerUnitMetrics(totalBudget, 0, ctx.TotalEggWeightKg)
|
||||||
|
realizationEggRpPerKg, _ := calculatePerUnitMetrics(totalRealization, 0, ctx.TotalEggWeightKg)
|
||||||
|
|
||||||
|
summary.EggBudgeting = &FinancialMetrics{
|
||||||
|
RpPerBird: 0,
|
||||||
|
RpPerKg: budgetEggRpPerKg,
|
||||||
|
Amount: totalBudget,
|
||||||
|
}
|
||||||
|
summary.EggRealization = &FinancialMetrics{
|
||||||
|
RpPerBird: 0,
|
||||||
|
RpPerKg: realizationEggRpPerKg,
|
||||||
|
Amount: totalRealization,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return summary
|
||||||
}
|
}
|
||||||
|
|
||||||
func ToHppPurchasesSection(purchaseItems []entities.PurchaseItem, budgets []entities.ProjectBudget, realizations []entities.ExpenseRealization, ctx CalculationContext) HppPurchasesSection {
|
func ToHppPurchasesSection(purchaseItems []entities.PurchaseItem, budgets []entities.ProjectBudget, realizations []entities.ExpenseRealization, projectFlockCategory string, ctx CalculationContext) HppPurchasesSection {
|
||||||
hppGroups := []HppGroup{
|
hppGroups := []HppGroup{
|
||||||
{
|
{
|
||||||
GroupName: HPPGroupPengeluaran,
|
GroupName: HPPGroupPengeluaran,
|
||||||
@@ -259,7 +281,7 @@ func ToHppPurchasesSection(purchaseItems []entities.PurchaseItem, budgets []enti
|
|||||||
ToHppBahanBakuGroup(budgets, realizations, ctx),
|
ToHppBahanBakuGroup(budgets, realizations, ctx),
|
||||||
}
|
}
|
||||||
|
|
||||||
summaryHpp := ToSummaryHpp(HPPSummaryLabel, purchaseItems, budgets, realizations, ctx)
|
summaryHpp := ToSummaryHpp(HPPSummaryLabel, purchaseItems, budgets, realizations, projectFlockCategory, ctx)
|
||||||
|
|
||||||
return HppPurchasesSection{
|
return HppPurchasesSection{
|
||||||
Hpp: hppGroups,
|
Hpp: hppGroups,
|
||||||
@@ -322,11 +344,9 @@ func ToPenjualanItems(projectFlockCategory string, deliveryProducts []entities.M
|
|||||||
|
|
||||||
func ToPembelianItems(purchases []entities.PurchaseItem, realizations []entities.ExpenseRealization, ctx CalculationContext) []PLItem {
|
func ToPembelianItems(purchases []entities.PurchaseItem, realizations []entities.ExpenseRealization, ctx CalculationContext) []PLItem {
|
||||||
purchaseAmount := sumPurchaseTotal(purchases)
|
purchaseAmount := sumPurchaseTotal(purchases)
|
||||||
bopAmount := getOperationalExpenses(realizations)
|
|
||||||
totalCost := purchaseAmount + bopAmount
|
|
||||||
|
|
||||||
return []PLItem{
|
return []PLItem{
|
||||||
createPLItemWithMetrics(PLItemTypeSapronak, totalCost, ctx),
|
createPLItemWithMetrics(PLItemTypeSapronak, purchaseAmount, ctx),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -414,12 +434,13 @@ func ToClosingKeuanganReport(input ClosingKeuanganInput) ReportResponse {
|
|||||||
ctx := CalculationContext{
|
ctx := CalculationContext{
|
||||||
TotalPopulation: totalPopulation,
|
TotalPopulation: totalPopulation,
|
||||||
TotalWeightProduced: input.TotalWeightProduced,
|
TotalWeightProduced: input.TotalWeightProduced,
|
||||||
|
TotalEggWeightKg: input.TotalEggWeightKg,
|
||||||
TotalDepletion: input.TotalDepletion,
|
TotalDepletion: input.TotalDepletion,
|
||||||
TotalWeightSold: totalWeightSold,
|
TotalWeightSold: totalWeightSold,
|
||||||
ActualPopulation: totalPopulation - input.TotalDepletion,
|
ActualPopulation: totalPopulation - input.TotalDepletion,
|
||||||
}
|
}
|
||||||
|
|
||||||
hppSection := ToHppPurchasesSection(input.PurchaseItems, input.Budgets, input.Realizations, ctx)
|
hppSection := ToHppPurchasesSection(input.PurchaseItems, input.Budgets, input.Realizations, input.ProjectFlockCategory, ctx)
|
||||||
penjualanItems := ToPenjualanItems(input.ProjectFlockCategory, input.DeliveryProducts, ctx)
|
penjualanItems := ToPenjualanItems(input.ProjectFlockCategory, input.DeliveryProducts, ctx)
|
||||||
pembelianItems := ToPembelianItems(input.PurchaseItems, input.Realizations, ctx)
|
pembelianItems := ToPembelianItems(input.PurchaseItems, input.Realizations, ctx)
|
||||||
overheadItems := ToOverheadItems(input.Realizations, ctx)
|
overheadItems := ToOverheadItems(input.Realizations, ctx)
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ func ToSalesDTO(e entity.MarketingDeliveryProduct) SalesDTO {
|
|||||||
DoNumber: doNumber,
|
DoNumber: doNumber,
|
||||||
Product: product,
|
Product: product,
|
||||||
Customer: customer,
|
Customer: customer,
|
||||||
Qty: e.Qty,
|
Qty: e.UsageQty, // Show allocated quantity from FIFO
|
||||||
Weight: e.TotalWeight,
|
Weight: e.TotalWeight,
|
||||||
AvgWeight: e.AvgWeight,
|
AvgWeight: e.AvgWeight,
|
||||||
Price: e.UnitPrice,
|
Price: e.UnitPrice,
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ type ClosingRepository interface {
|
|||||||
FetchSapronakChickinUsageDetails(ctx context.Context, pfkID uint) (map[uint][]SapronakDetailRow, error)
|
FetchSapronakChickinUsageDetails(ctx context.Context, pfkID uint) (map[uint][]SapronakDetailRow, error)
|
||||||
FetchSapronakAdjustments(ctx context.Context, kandangID uint) (map[uint][]SapronakDetailRow, map[uint][]SapronakDetailRow, error)
|
FetchSapronakAdjustments(ctx context.Context, kandangID uint) (map[uint][]SapronakDetailRow, map[uint][]SapronakDetailRow, error)
|
||||||
FetchSapronakTransfers(ctx context.Context, kandangID uint) (map[uint][]SapronakDetailRow, map[uint][]SapronakDetailRow, error)
|
FetchSapronakTransfers(ctx context.Context, kandangID uint) (map[uint][]SapronakDetailRow, map[uint][]SapronakDetailRow, error)
|
||||||
|
GetActualUsageCostByProjectFlockID(ctx context.Context, projectFlockID uint) ([]ActualUsageCostRow, error)
|
||||||
|
GetProductsWithFlagsByIDs(ctx context.Context, productIDs []uint) ([]entity.Product, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
type ClosingRepositoryImpl struct {
|
type ClosingRepositoryImpl struct {
|
||||||
@@ -328,13 +330,33 @@ SELECT
|
|||||||
COALESCE(p.po_number, '') AS reference_number,
|
COALESCE(p.po_number, '') AS reference_number,
|
||||||
'Purchase' AS transaction_type,
|
'Purchase' AS transaction_type,
|
||||||
prod.name AS product_name,
|
prod.name AS product_name,
|
||||||
pc.name AS product_category,
|
|
||||||
COALESCE((
|
COALESCE((
|
||||||
SELECT string_agg(f.name, ' ')
|
SELECT string_agg(
|
||||||
|
f.name,
|
||||||
|
' ' ORDER BY
|
||||||
|
CASE
|
||||||
|
WHEN UPPER(f.name) IN ('DOC', 'PAKAN', 'OVK', 'PULLET') THEN 0
|
||||||
|
ELSE 1
|
||||||
|
END,
|
||||||
|
f.name
|
||||||
|
)
|
||||||
|
FROM flags f
|
||||||
|
WHERE f.flagable_type = 'products' AND f.flagable_id = prod.id
|
||||||
|
), '') AS product_category,
|
||||||
|
COALESCE((
|
||||||
|
SELECT string_agg(
|
||||||
|
f.name,
|
||||||
|
' ' ORDER BY
|
||||||
|
CASE
|
||||||
|
WHEN UPPER(f.name) IN ('DOC', 'PAKAN', 'OVK', 'PULLET') THEN 0
|
||||||
|
ELSE 1
|
||||||
|
END,
|
||||||
|
f.name
|
||||||
|
)
|
||||||
FROM flags f
|
FROM flags f
|
||||||
WHERE f.flagable_type = 'products' AND f.flagable_id = prod.id
|
WHERE f.flagable_type = 'products' AND f.flagable_id = prod.id
|
||||||
), '') AS product_sub_category,
|
), '') AS product_sub_category,
|
||||||
'External Supplier' AS source_warehouse,
|
'-' AS source_warehouse,
|
||||||
w.name AS destination_warehouse,
|
w.name AS destination_warehouse,
|
||||||
'' AS destination,
|
'' AS destination,
|
||||||
pi.total_qty AS quantity,
|
pi.total_qty AS quantity,
|
||||||
@@ -343,7 +365,6 @@ SELECT
|
|||||||
FROM purchase_items pi
|
FROM purchase_items pi
|
||||||
JOIN purchases p ON p.id = pi.purchase_id
|
JOIN purchases p ON p.id = pi.purchase_id
|
||||||
JOIN products prod ON prod.id = pi.product_id
|
JOIN products prod ON prod.id = pi.product_id
|
||||||
JOIN product_categories pc ON pc.id = prod.product_category_id
|
|
||||||
JOIN uoms u ON u.id = prod.uom_id
|
JOIN uoms u ON u.id = prod.uom_id
|
||||||
JOIN warehouses w ON w.id = pi.warehouse_id
|
JOIN warehouses w ON w.id = pi.warehouse_id
|
||||||
WHERE pi.warehouse_id IN ?
|
WHERE pi.warehouse_id IN ?
|
||||||
@@ -357,9 +378,29 @@ SELECT
|
|||||||
st.movement_number AS reference_number,
|
st.movement_number AS reference_number,
|
||||||
'Internal Transfer In' AS transaction_type,
|
'Internal Transfer In' AS transaction_type,
|
||||||
prod.name AS product_name,
|
prod.name AS product_name,
|
||||||
pc.name AS product_category,
|
|
||||||
COALESCE((
|
COALESCE((
|
||||||
SELECT string_agg(f.name, ' ')
|
SELECT string_agg(
|
||||||
|
f.name,
|
||||||
|
' ' ORDER BY
|
||||||
|
CASE
|
||||||
|
WHEN UPPER(f.name) IN ('DOC', 'PAKAN', 'OVK', 'PULLET') THEN 0
|
||||||
|
ELSE 1
|
||||||
|
END,
|
||||||
|
f.name
|
||||||
|
)
|
||||||
|
FROM flags f
|
||||||
|
WHERE f.flagable_type = 'products' AND f.flagable_id = prod.id
|
||||||
|
), '') AS product_category,
|
||||||
|
COALESCE((
|
||||||
|
SELECT string_agg(
|
||||||
|
f.name,
|
||||||
|
' ' ORDER BY
|
||||||
|
CASE
|
||||||
|
WHEN UPPER(f.name) IN ('DOC', 'PAKAN', 'OVK', 'PULLET') THEN 0
|
||||||
|
ELSE 1
|
||||||
|
END,
|
||||||
|
f.name
|
||||||
|
)
|
||||||
FROM flags f
|
FROM flags f
|
||||||
WHERE f.flagable_type = 'products' AND f.flagable_id = prod.id
|
WHERE f.flagable_type = 'products' AND f.flagable_id = prod.id
|
||||||
), '') AS product_sub_category,
|
), '') AS product_sub_category,
|
||||||
@@ -374,7 +415,6 @@ JOIN stock_transfers st ON st.id = std.stock_transfer_id
|
|||||||
LEFT JOIN warehouses fw ON fw.id = st.from_warehouse_id
|
LEFT JOIN warehouses fw ON fw.id = st.from_warehouse_id
|
||||||
LEFT JOIN warehouses tw ON tw.id = st.to_warehouse_id
|
LEFT JOIN warehouses tw ON tw.id = st.to_warehouse_id
|
||||||
JOIN products prod ON prod.id = std.product_id
|
JOIN products prod ON prod.id = std.product_id
|
||||||
JOIN product_categories pc ON pc.id = prod.product_category_id
|
|
||||||
JOIN uoms u ON u.id = prod.uom_id
|
JOIN uoms u ON u.id = prod.uom_id
|
||||||
WHERE st.to_warehouse_id IN ?
|
WHERE st.to_warehouse_id IN ?
|
||||||
`
|
`
|
||||||
@@ -387,9 +427,29 @@ SELECT
|
|||||||
st.movement_number AS reference_number,
|
st.movement_number AS reference_number,
|
||||||
'Internal Transfer Out' AS transaction_type,
|
'Internal Transfer Out' AS transaction_type,
|
||||||
prod.name AS product_name,
|
prod.name AS product_name,
|
||||||
pc.name AS product_category,
|
|
||||||
COALESCE((
|
COALESCE((
|
||||||
SELECT string_agg(f.name, ' ')
|
SELECT string_agg(
|
||||||
|
f.name,
|
||||||
|
' ' ORDER BY
|
||||||
|
CASE
|
||||||
|
WHEN UPPER(f.name) IN ('DOC', 'PAKAN', 'OVK', 'PULLET') THEN 0
|
||||||
|
ELSE 1
|
||||||
|
END,
|
||||||
|
f.name
|
||||||
|
)
|
||||||
|
FROM flags f
|
||||||
|
WHERE f.flagable_type = 'products' AND f.flagable_id = prod.id
|
||||||
|
), '') AS product_category,
|
||||||
|
COALESCE((
|
||||||
|
SELECT string_agg(
|
||||||
|
f.name,
|
||||||
|
' ' ORDER BY
|
||||||
|
CASE
|
||||||
|
WHEN UPPER(f.name) IN ('DOC', 'PAKAN', 'OVK', 'PULLET') THEN 0
|
||||||
|
ELSE 1
|
||||||
|
END,
|
||||||
|
f.name
|
||||||
|
)
|
||||||
FROM flags f
|
FROM flags f
|
||||||
WHERE f.flagable_type = 'products' AND f.flagable_id = prod.id
|
WHERE f.flagable_type = 'products' AND f.flagable_id = prod.id
|
||||||
), '') AS product_sub_category,
|
), '') AS product_sub_category,
|
||||||
@@ -404,7 +464,6 @@ JOIN stock_transfers st ON st.id = std.stock_transfer_id
|
|||||||
LEFT JOIN warehouses fw ON fw.id = st.from_warehouse_id
|
LEFT JOIN warehouses fw ON fw.id = st.from_warehouse_id
|
||||||
LEFT JOIN warehouses tw ON tw.id = st.to_warehouse_id
|
LEFT JOIN warehouses tw ON tw.id = st.to_warehouse_id
|
||||||
JOIN products prod ON prod.id = std.product_id
|
JOIN products prod ON prod.id = std.product_id
|
||||||
JOIN product_categories pc ON pc.id = prod.product_category_id
|
|
||||||
JOIN uoms u ON u.id = prod.uom_id
|
JOIN uoms u ON u.id = prod.uom_id
|
||||||
WHERE st.from_warehouse_id IN ?
|
WHERE st.from_warehouse_id IN ?
|
||||||
`
|
`
|
||||||
@@ -417,9 +476,29 @@ SELECT
|
|||||||
m.so_number AS reference_number,
|
m.so_number AS reference_number,
|
||||||
'Trading Sales' AS transaction_type,
|
'Trading Sales' AS transaction_type,
|
||||||
prod.name AS product_name,
|
prod.name AS product_name,
|
||||||
pc.name AS product_category,
|
|
||||||
COALESCE((
|
COALESCE((
|
||||||
SELECT string_agg(f.name, ' ')
|
SELECT string_agg(
|
||||||
|
f.name,
|
||||||
|
' ' ORDER BY
|
||||||
|
CASE
|
||||||
|
WHEN UPPER(f.name) IN ('DOC', 'PAKAN', 'OVK', 'PULLET') THEN 0
|
||||||
|
ELSE 1
|
||||||
|
END,
|
||||||
|
f.name
|
||||||
|
)
|
||||||
|
FROM flags f
|
||||||
|
WHERE f.flagable_type = 'products' AND f.flagable_id = prod.id
|
||||||
|
), '') AS product_category,
|
||||||
|
COALESCE((
|
||||||
|
SELECT string_agg(
|
||||||
|
f.name,
|
||||||
|
' ' ORDER BY
|
||||||
|
CASE
|
||||||
|
WHEN UPPER(f.name) IN ('DOC', 'PAKAN', 'OVK', 'PULLET') THEN 0
|
||||||
|
ELSE 1
|
||||||
|
END,
|
||||||
|
f.name
|
||||||
|
)
|
||||||
FROM flags f
|
FROM flags f
|
||||||
WHERE f.flagable_type = 'products' AND f.flagable_id = prod.id
|
WHERE f.flagable_type = 'products' AND f.flagable_id = prod.id
|
||||||
), '') AS product_sub_category,
|
), '') AS product_sub_category,
|
||||||
@@ -433,7 +512,6 @@ FROM marketing_products mp
|
|||||||
JOIN marketings m ON m.id = mp.marketing_id
|
JOIN marketings m ON m.id = mp.marketing_id
|
||||||
JOIN product_warehouses pw ON pw.id = mp.product_warehouse_id
|
JOIN product_warehouses pw ON pw.id = mp.product_warehouse_id
|
||||||
JOIN products prod ON prod.id = pw.product_id
|
JOIN products prod ON prod.id = pw.product_id
|
||||||
JOIN product_categories pc ON pc.id = prod.product_category_id
|
|
||||||
JOIN uoms u ON u.id = prod.uom_id
|
JOIN uoms u ON u.id = prod.uom_id
|
||||||
JOIN warehouses w ON w.id = pw.warehouse_id
|
JOIN warehouses w ON w.id = pw.warehouse_id
|
||||||
WHERE pw.project_flock_kandang_id IN ?
|
WHERE pw.project_flock_kandang_id IN ?
|
||||||
@@ -783,7 +861,7 @@ func splitStockLogs(rows []stockLogSapronakRow, refFn func(stockLogSapronakRow)
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (r *ClosingRepositoryImpl) FetchSapronakAdjustments(ctx context.Context, kandangID uint) (map[uint][]SapronakDetailRow, map[uint][]SapronakDetailRow, error) {
|
func (r *ClosingRepositoryImpl) FetchSapronakAdjustments(ctx context.Context, kandangID uint) (map[uint][]SapronakDetailRow, map[uint][]SapronakDetailRow, error) {
|
||||||
rows, err := r.fetchStockLogs(ctx, kandangID, entity.LogTypeAdjustment, false)
|
rows, err := r.fetchStockLogs(ctx, kandangID, string(utils.StockLogTypeAdjustment), false)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
@@ -792,7 +870,7 @@ func (r *ClosingRepositoryImpl) FetchSapronakAdjustments(ctx context.Context, ka
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (r *ClosingRepositoryImpl) FetchSapronakTransfers(ctx context.Context, kandangID uint) (map[uint][]SapronakDetailRow, map[uint][]SapronakDetailRow, error) {
|
func (r *ClosingRepositoryImpl) FetchSapronakTransfers(ctx context.Context, kandangID uint) (map[uint][]SapronakDetailRow, map[uint][]SapronakDetailRow, error) {
|
||||||
rows, err := r.fetchStockLogs(ctx, kandangID, entity.LogTypeTransfer, true)
|
rows, err := r.fetchStockLogs(ctx, kandangID, string(utils.StockLogTypeTransfer), true)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
@@ -804,3 +882,150 @@ func (r *ClosingRepositoryImpl) FetchSapronakTransfers(ctx context.Context, kand
|
|||||||
})
|
})
|
||||||
return in, out, nil
|
return in, out, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type ActualUsageCostRow struct {
|
||||||
|
ProductID uint `gorm:"column:product_id"`
|
||||||
|
ProductName string `gorm:"column:product_name"`
|
||||||
|
FlagName string `gorm:"column:flag_name"`
|
||||||
|
TotalQty float64 `gorm:"column:total_qty"`
|
||||||
|
TotalPrice float64 `gorm:"column:total_price"`
|
||||||
|
AveragePrice float64 `gorm:"column:average_price"`
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *ClosingRepositoryImpl) GetActualUsageCostByProjectFlockID(ctx context.Context, projectFlockID uint) ([]ActualUsageCostRow, error) {
|
||||||
|
if projectFlockID == 0 {
|
||||||
|
return []ActualUsageCostRow{}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
db := r.DB().WithContext(ctx)
|
||||||
|
|
||||||
|
// Get all project flock kandang IDs for this project flock
|
||||||
|
var pfkIDs []uint
|
||||||
|
err := db.Table("project_flock_kandangs").
|
||||||
|
Where("project_flock_id = ?", projectFlockID).
|
||||||
|
Pluck("id", &pfkIDs).Error
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(pfkIDs) == 0 {
|
||||||
|
return []ActualUsageCostRow{}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
var rows []ActualUsageCostRow
|
||||||
|
|
||||||
|
// Part 1: Get usage from recording_stocks (PAKAN, OVK, Vitamin, Obat, Kimia, dll)
|
||||||
|
purchaseStockableKey := "PURCHASE_ITEMS"
|
||||||
|
transferStockableKey := "STOCK_TRANSFER_DETAILS"
|
||||||
|
|
||||||
|
recordingQuery := db.
|
||||||
|
Table("recordings AS r").
|
||||||
|
Select(`
|
||||||
|
pw.product_id AS product_id,
|
||||||
|
p.name AS product_name,
|
||||||
|
COALESCE(f.name, tf.name) AS flag_name,
|
||||||
|
COALESCE(SUM(
|
||||||
|
CASE
|
||||||
|
WHEN sa.stockable_type = ? THEN COALESCE(sa.qty, 0)
|
||||||
|
WHEN sa.stockable_type = ? THEN COALESCE(std.quantity, 0)
|
||||||
|
ELSE 0
|
||||||
|
END
|
||||||
|
), 0) AS total_qty,
|
||||||
|
COALESCE(SUM(
|
||||||
|
CASE
|
||||||
|
WHEN sa.stockable_type = ? THEN COALESCE(sa.qty, 0) * COALESCE(pi.price, 0)
|
||||||
|
WHEN sa.stockable_type = ? THEN COALESCE(std.quantity, 0) * COALESCE(tpi.price, 0)
|
||||||
|
ELSE 0
|
||||||
|
END
|
||||||
|
), 0) AS total_price,
|
||||||
|
COALESCE(SUM(
|
||||||
|
CASE
|
||||||
|
WHEN sa.stockable_type = ? THEN COALESCE(sa.qty, 0)
|
||||||
|
WHEN sa.stockable_type = ? THEN COALESCE(std.quantity, 0)
|
||||||
|
ELSE 0
|
||||||
|
END
|
||||||
|
), 0) AS qty_divisor,
|
||||||
|
COALESCE(SUM(
|
||||||
|
CASE
|
||||||
|
WHEN sa.stockable_type = ? THEN COALESCE(sa.qty, 0) * COALESCE(pi.price, 0)
|
||||||
|
WHEN sa.stockable_type = ? THEN COALESCE(std.quantity, 0) * COALESCE(tpi.price, 0)
|
||||||
|
ELSE 0
|
||||||
|
END
|
||||||
|
), 0) / NULLIF(COALESCE(SUM(
|
||||||
|
CASE
|
||||||
|
WHEN sa.stockable_type = ? THEN COALESCE(sa.qty, 0)
|
||||||
|
WHEN sa.stockable_type = ? THEN COALESCE(std.quantity, 0)
|
||||||
|
ELSE 0
|
||||||
|
END
|
||||||
|
), 0), 0) AS average_price`,
|
||||||
|
purchaseStockableKey, transferStockableKey,
|
||||||
|
purchaseStockableKey, transferStockableKey,
|
||||||
|
purchaseStockableKey, transferStockableKey,
|
||||||
|
purchaseStockableKey, transferStockableKey,
|
||||||
|
purchaseStockableKey, transferStockableKey).
|
||||||
|
Joins("JOIN recording_stocks AS rs ON rs.recording_id = r.id").
|
||||||
|
Joins("JOIN product_warehouses AS pw ON pw.id = rs.product_warehouse_id").
|
||||||
|
Joins("JOIN products AS p ON p.id = pw.product_id").
|
||||||
|
Joins("LEFT JOIN stock_allocations AS sa ON sa.usable_type = ? AND sa.usable_id = rs.id AND sa.status = ?",
|
||||||
|
"recording_stocks", entity.StockAllocationStatusActive).
|
||||||
|
Joins("LEFT JOIN purchase_items AS pi ON pi.id = sa.stockable_id AND sa.stockable_type = ?", purchaseStockableKey).
|
||||||
|
Joins("LEFT JOIN stock_transfer_details AS std ON std.id = sa.stockable_id AND sa.stockable_type = ?", transferStockableKey).
|
||||||
|
Joins("LEFT JOIN stock_transfers AS st ON st.id = std.stock_transfer_id").
|
||||||
|
Joins("LEFT JOIN purchase_items AS tpi ON tpi.product_id = std.product_id AND tpi.warehouse_id = st.from_warehouse_id").
|
||||||
|
Joins("LEFT JOIN flags AS f ON f.flagable_id = pi.product_id AND f.flagable_type = ?", entity.FlagableTypeProduct).
|
||||||
|
Joins("LEFT JOIN flags AS tf ON tf.flagable_id = std.product_id AND tf.flagable_type = ?", entity.FlagableTypeProduct).
|
||||||
|
Where("r.project_flock_kandangs_id IN ?", pfkIDs).
|
||||||
|
Where("r.deleted_at IS NULL").
|
||||||
|
Group("pw.product_id, p.name, COALESCE(f.name, tf.name)")
|
||||||
|
|
||||||
|
if err := recordingQuery.Scan(&rows).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
// Part 2: Get usage from project_chickins (DOC, Pullet)
|
||||||
|
chickinQuery := db.
|
||||||
|
Table("project_chickins AS pc").
|
||||||
|
Select(`
|
||||||
|
pw.product_id AS product_id,
|
||||||
|
p.name AS product_name,
|
||||||
|
f.name AS flag_name,
|
||||||
|
COALESCE(SUM(pc.usage_qty), 0) AS total_qty,
|
||||||
|
COALESCE(SUM(pc.usage_qty * COALESCE(pi.price, 0)), 0) AS total_price,
|
||||||
|
COALESCE(AVG(COALESCE(pi.price, 0)), 0) AS average_price
|
||||||
|
`).
|
||||||
|
Joins("JOIN product_warehouses AS pw ON pw.id = pc.product_warehouse_id").
|
||||||
|
Joins("JOIN products AS p ON p.id = pw.product_id").
|
||||||
|
Joins("LEFT JOIN purchase_items AS pi ON pi.product_warehouse_id = pc.product_warehouse_id").
|
||||||
|
Joins("LEFT JOIN flags AS f ON f.flagable_id = p.id AND f.flagable_type = ?", entity.FlagableTypeProduct).
|
||||||
|
Where("pc.project_flock_kandang_id IN ?", pfkIDs).
|
||||||
|
Where("pc.usage_qty > 0").
|
||||||
|
Group("pw.product_id, p.name, f.name")
|
||||||
|
|
||||||
|
var chickinRows []ActualUsageCostRow
|
||||||
|
if err := chickinQuery.Scan(&chickinRows).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
// Merge results
|
||||||
|
rows = append(rows, chickinRows...)
|
||||||
|
|
||||||
|
return rows, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *ClosingRepositoryImpl) GetProductsWithFlagsByIDs(ctx context.Context, productIDs []uint) ([]entity.Product, error) {
|
||||||
|
if len(productIDs) == 0 {
|
||||||
|
return []entity.Product{}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
var products []entity.Product
|
||||||
|
err := r.DB().WithContext(ctx).
|
||||||
|
Preload("Flags").
|
||||||
|
Where("id IN ?", productIDs).
|
||||||
|
Find(&products).Error
|
||||||
|
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return products, nil
|
||||||
|
}
|
||||||
|
|||||||
@@ -22,14 +22,14 @@ func ClosingRoutes(v1 fiber.Router, u user.UserService, s closing.ClosingService
|
|||||||
// route.Delete("/:id", m.Auth(u), ctrl.DeleteOne)
|
// route.Delete("/:id", m.Auth(u), ctrl.DeleteOne)
|
||||||
|
|
||||||
route.Get("/", m.RequirePermissions(m.P_ClosingGetAll), ctrl.GetAll)
|
route.Get("/", m.RequirePermissions(m.P_ClosingGetAll), ctrl.GetAll)
|
||||||
route.Get("/:project_flock_id/penjualan", m.RequirePermissions(m.P_ClosingPenjualan), ctrl.GetPenjualan)
|
route.Get("/:project_flock_id/penjualan", m.RequirePermissions(m.P_ClosingDetail), ctrl.GetPenjualan)
|
||||||
route.Get("/:projectFlockId", m.RequirePermissions(m.P_ClosingGetSummary), ctrl.GetClosingSummary)
|
route.Get("/:projectFlockId", m.RequirePermissions(m.P_ClosingDetail), ctrl.GetClosingSummary)
|
||||||
route.Get("/:project_flock_id/overhead", m.RequirePermissions(m.P_ClosingGetOverhead), ctrl.GetOverhead)
|
route.Get("/:project_flock_id/overhead", m.RequirePermissions(m.P_ClosingDetail), ctrl.GetOverhead)
|
||||||
route.Get("/:project_flock_id/:project_flock_kandang_id/perhitungan_sapronak", m.RequirePermissions(m.P_ClosingCountSapronakKandang), ctrl.GetSapronakByKandang)
|
route.Get("/:project_flock_id/:project_flock_kandang_id/perhitungan_sapronak", m.RequirePermissions(m.P_ClosingDetail), ctrl.GetSapronakByKandang)
|
||||||
route.Get("/:project_flock_id/perhitungan_sapronak", m.RequirePermissions(m.P_ClosingCountSapronak), ctrl.GetSapronakByProject)
|
route.Get("/:project_flock_id/perhitungan_sapronak", m.RequirePermissions(m.P_ClosingDetail), ctrl.GetSapronakByProject)
|
||||||
route.Get("/:projectFlockId/sapronak", m.RequirePermissions(m.P_ClosingSapronak), ctrl.GetClosingSapronak)
|
route.Get("/:projectFlockId/sapronak", m.RequirePermissions(m.P_ClosingDetail), ctrl.GetClosingSapronak)
|
||||||
route.Get("/:project_flock_id/expedition-hpp", m.RequirePermissions(m.P_ClosingExpeditionHpp), ctrl.GetExpeditionHPP)
|
route.Get("/:project_flock_id/expedition-hpp", m.RequirePermissions(m.P_ClosingDetail), ctrl.GetExpeditionHPP)
|
||||||
route.Get("/:project_flock_id/:project_flock_kandang_id/expedition-hpp", m.RequirePermissions(m.P_ClosingExpeditionHppByKandang), ctrl.GetExpeditionHPPByKandang)
|
route.Get("/:project_flock_id/:project_flock_kandang_id/expedition-hpp", m.RequirePermissions(m.P_ClosingDetail), ctrl.GetExpeditionHPPByKandang)
|
||||||
route.Get("/:projectFlockId/production-data", m.RequirePermissions(m.P_ClosingDataProduction), ctrl.GetClosingDataProduksi)
|
route.Get("/:projectFlockId/data-produksi", m.RequirePermissions(m.P_ClosingDetail), ctrl.GetClosingDataProduksi)
|
||||||
route.Get("/:projectFlockId/keuangan", m.RequirePermissions(m.P_ClosingKeuangan), ctrl.GetClosingKeuangan)
|
route.Get("/:projectFlockId/keuangan", m.RequirePermissions(m.P_ClosingDetail), ctrl.GetClosingKeuangan)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ import (
|
|||||||
"math"
|
"math"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
"time"
|
||||||
|
|
||||||
commonSvc "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
commonSvc "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
||||||
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
@@ -332,18 +333,20 @@ func (s closingService) getApprovalStatuses(ctx context.Context, projectFlockID
|
|||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
minStep uint16
|
minStep uint16
|
||||||
statusProject string
|
statusProject string
|
||||||
completed int
|
completed int
|
||||||
|
latestActionAt time.Time
|
||||||
)
|
)
|
||||||
|
|
||||||
for _, rec := range records {
|
for _, rec := range records {
|
||||||
if minStep == 0 || rec.StepNumber < minStep {
|
if minStep == 0 || rec.StepNumber < minStep {
|
||||||
minStep = rec.StepNumber
|
minStep = rec.StepNumber
|
||||||
statusProject = rec.StepName
|
|
||||||
}
|
}
|
||||||
if rec.StepNumber == uint16(utils.ProjectFlockStepAktif) {
|
|
||||||
completed++
|
if latestActionAt.IsZero() || rec.ActionAt.After(latestActionAt) {
|
||||||
|
latestActionAt = rec.ActionAt
|
||||||
|
statusProject = rec.StepName
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -426,11 +429,15 @@ func (s closingService) GetClosingKeuangan(c *fiber.Ctx, projectFlockID uint) (*
|
|||||||
return nil, fiber.NewError(fiber.StatusInternalServerError, "Failed to fetch budgets")
|
return nil, fiber.NewError(fiber.StatusInternalServerError, "Failed to fetch budgets")
|
||||||
}
|
}
|
||||||
|
|
||||||
purchaseItems, err := s.PurchaseRepo.GetItemsByProjectFlockID(c.Context(), projectFlockID)
|
// Get actual usage cost instead of purchase items
|
||||||
if err != nil && !errors.Is(err, gorm.ErrRecordNotFound) {
|
actualUsageRows, err := s.Repository.GetActualUsageCostByProjectFlockID(c.Context(), projectFlockID)
|
||||||
return nil, fiber.NewError(fiber.StatusInternalServerError, "Failed to fetch purchase items")
|
if err != nil {
|
||||||
|
return nil, fiber.NewError(fiber.StatusInternalServerError, "Failed to fetch actual usage cost")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Convert actual usage rows to pseudo purchase items
|
||||||
|
purchaseItems := s.convertActualUsageToPurchaseItems(c.Context(), actualUsageRows)
|
||||||
|
|
||||||
realizations, err := s.ExpenseRealizationRepo.GetByProjectFlockID(c.Context(), projectFlockID)
|
realizations, err := s.ExpenseRealizationRepo.GetByProjectFlockID(c.Context(), projectFlockID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fiber.NewError(fiber.StatusInternalServerError, "Failed to fetch realizations")
|
return nil, fiber.NewError(fiber.StatusInternalServerError, "Failed to fetch realizations")
|
||||||
@@ -455,6 +462,11 @@ func (s closingService) GetClosingKeuangan(c *fiber.Ctx, projectFlockID uint) (*
|
|||||||
s.Log.Warnf("GetProductionWeightAndQtyByProjectFlockID error: %v", err)
|
s.Log.Warnf("GetProductionWeightAndQtyByProjectFlockID error: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
totalEggWeightKg, err := s.RecordingRepo.GetTotalEggProductionWeightByProjectFlockID(c.Context(), projectFlockID)
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Warnf("GetTotalEggProductionWeightByProjectFlockID error: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
totalDepletion, err := s.RecordingRepo.GetTotalDepletionByProjectFlockID(c.Context(), projectFlockID)
|
totalDepletion, err := s.RecordingRepo.GetTotalDepletionByProjectFlockID(c.Context(), projectFlockID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
s.Log.Warnf("GetTotalDepletionByProjectFlockID error: %v", err)
|
s.Log.Warnf("GetTotalDepletionByProjectFlockID error: %v", err)
|
||||||
@@ -468,6 +480,7 @@ func (s closingService) GetClosingKeuangan(c *fiber.Ctx, projectFlockID uint) (*
|
|||||||
DeliveryProducts: deliveryProducts,
|
DeliveryProducts: deliveryProducts,
|
||||||
Chickins: chickins,
|
Chickins: chickins,
|
||||||
TotalWeightProduced: totalWeightProduced,
|
TotalWeightProduced: totalWeightProduced,
|
||||||
|
TotalEggWeightKg: totalEggWeightKg,
|
||||||
TotalDepletion: totalDepletion,
|
TotalDepletion: totalDepletion,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -476,8 +489,6 @@ func (s closingService) GetClosingKeuangan(c *fiber.Ctx, projectFlockID uint) (*
|
|||||||
return &report, nil
|
return &report, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetExpeditionHPP menghitung HPP ekspedisi per vendor untuk sebuah project flock.
|
|
||||||
// Jika projectFlockKandangID tidak nil, maka hanya data untuk kandang tersebut yang dihitung.
|
|
||||||
func (s closingService) GetExpeditionHPP(c *fiber.Ctx, projectFlockID uint, projectFlockKandangID *uint) (*dto.ExpeditionHPPDTO, error) {
|
func (s closingService) GetExpeditionHPP(c *fiber.Ctx, projectFlockID uint, projectFlockKandangID *uint) (*dto.ExpeditionHPPDTO, error) {
|
||||||
if projectFlockID == 0 {
|
if projectFlockID == 0 {
|
||||||
return nil, fiber.NewError(fiber.StatusBadRequest, "Invalid project flock id")
|
return nil, fiber.NewError(fiber.StatusBadRequest, "Invalid project flock id")
|
||||||
@@ -712,13 +723,13 @@ func (s closingService) calculateAverageSalesAge(ctx context.Context, projectFlo
|
|||||||
)
|
)
|
||||||
|
|
||||||
for _, product := range deliveryProducts {
|
for _, product := range deliveryProducts {
|
||||||
if product.Qty == 0 {
|
if product.UsageQty == 0 {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
projectFlockKandang := product.MarketingProduct.ProductWarehouse.ProjectFlockKandang
|
projectFlockKandang := product.MarketingProduct.ProductWarehouse.ProjectFlockKandang
|
||||||
ageWeeks := dto.CalculateAgeFromChickinDataProduksi(projectFlockKandang, product.DeliveryDate)
|
ageWeeks := dto.CalculateAgeFromChickinDataProduksi(projectFlockKandang, product.DeliveryDate)
|
||||||
totalAgeWeeks += float64(ageWeeks) * product.Qty
|
totalAgeWeeks += float64(ageWeeks) * product.UsageQty
|
||||||
totalQty += product.Qty
|
totalQty += product.UsageQty
|
||||||
}
|
}
|
||||||
|
|
||||||
if totalQty == 0 {
|
if totalQty == 0 {
|
||||||
@@ -778,5 +789,54 @@ func closestFcrValues(standards []entity.FcrStandard, averageWeight float64) (fl
|
|||||||
}
|
}
|
||||||
|
|
||||||
return closest.Mortality, closest.FcrNumber
|
return closest.Mortality, closest.FcrNumber
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s closingService) convertActualUsageToPurchaseItems(ctx context.Context, actualUsageRows []repository.ActualUsageCostRow) []entity.PurchaseItem {
|
||||||
|
if len(actualUsageRows) == 0 {
|
||||||
|
return []entity.PurchaseItem{}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Collect all product IDs
|
||||||
|
productIDs := make([]uint, len(actualUsageRows))
|
||||||
|
for i, row := range actualUsageRows {
|
||||||
|
productIDs[i] = row.ProductID
|
||||||
|
}
|
||||||
|
|
||||||
|
// Fetch products with flags from repository
|
||||||
|
products, err := s.Repository.GetProductsWithFlagsByIDs(ctx, productIDs)
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Warnf("Failed to fetch products for actual usage: %v", err)
|
||||||
|
products = []entity.Product{}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Create product map
|
||||||
|
productMap := make(map[uint]*entity.Product)
|
||||||
|
for i := range products {
|
||||||
|
productMap[products[i].Id] = &products[i]
|
||||||
|
}
|
||||||
|
|
||||||
|
// Convert to pseudo purchase items
|
||||||
|
purchaseItems := make([]entity.PurchaseItem, 0, len(actualUsageRows))
|
||||||
|
for _, row := range actualUsageRows {
|
||||||
|
product := productMap[row.ProductID]
|
||||||
|
|
||||||
|
// Skip if product not found
|
||||||
|
if product == nil {
|
||||||
|
s.Log.Warnf("Product ID %d not found for actual usage", row.ProductID)
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
purchaseItem := entity.PurchaseItem{
|
||||||
|
Id: 0, // Pseudo item, no ID
|
||||||
|
ProductId: row.ProductID,
|
||||||
|
TotalQty: row.TotalQty,
|
||||||
|
TotalPrice: row.TotalPrice,
|
||||||
|
Price: row.AveragePrice,
|
||||||
|
Product: product,
|
||||||
|
}
|
||||||
|
|
||||||
|
purchaseItems = append(purchaseItems, purchaseItem)
|
||||||
|
}
|
||||||
|
|
||||||
|
return purchaseItems
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -90,6 +90,12 @@ func (u *ExpenseController) CreateOne(c *fiber.Ctx) error {
|
|||||||
}
|
}
|
||||||
req.SupplierID = supplierID
|
req.SupplierID = supplierID
|
||||||
|
|
||||||
|
locationID, err := strconv.ParseUint(c.FormValue("location_id"), 10, 64)
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid location_id format")
|
||||||
|
}
|
||||||
|
req.LocationID = locationID
|
||||||
|
|
||||||
form, err := c.MultipartForm()
|
form, err := c.MultipartForm()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fiber.NewError(fiber.StatusBadRequest, "Invalid multipart form")
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid multipart form")
|
||||||
@@ -106,17 +112,7 @@ func (u *ExpenseController) CreateOne(c *fiber.Ctx) error {
|
|||||||
return fiber.NewError(fiber.StatusBadRequest, fmt.Sprintf("Invalid expense_nonstocks JSON: %v", err))
|
return fiber.NewError(fiber.StatusBadRequest, fmt.Sprintf("Invalid expense_nonstocks JSON: %v", err))
|
||||||
}
|
}
|
||||||
|
|
||||||
if singleExpenseNonstock.KandangID == 0 {
|
|
||||||
return fiber.NewError(fiber.StatusBadRequest, "Field KandangID is required")
|
|
||||||
}
|
|
||||||
|
|
||||||
req.ExpenseNonstocks = []validation.ExpenseNonstock{singleExpenseNonstock}
|
req.ExpenseNonstocks = []validation.ExpenseNonstock{singleExpenseNonstock}
|
||||||
} else {
|
|
||||||
for i, expenseNonstock := range req.ExpenseNonstocks {
|
|
||||||
if expenseNonstock.KandangID == 0 {
|
|
||||||
return fiber.NewError(fiber.StatusBadRequest, fmt.Sprintf("Field KandangID is required for expense_nonstocks[%d]", i))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return fiber.NewError(fiber.StatusBadRequest, "Field expense_nonstocks is required")
|
return fiber.NewError(fiber.StatusBadRequest, "Field expense_nonstocks is required")
|
||||||
@@ -171,6 +167,15 @@ func (u *ExpenseController) UpdateOne(c *fiber.Ctx) error {
|
|||||||
req.SupplierID = &supplierID
|
req.SupplierID = &supplierID
|
||||||
}
|
}
|
||||||
|
|
||||||
|
locationIDVal := c.FormValue("location_id")
|
||||||
|
if locationIDVal != "" {
|
||||||
|
locationID, err := strconv.ParseUint(locationIDVal, 10, 64)
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid location_id format")
|
||||||
|
}
|
||||||
|
req.LocationID = &locationID
|
||||||
|
}
|
||||||
|
|
||||||
expenseNonstocksJSON := c.FormValue("expense_nonstocks")
|
expenseNonstocksJSON := c.FormValue("expense_nonstocks")
|
||||||
if expenseNonstocksJSON != "" {
|
if expenseNonstocksJSON != "" {
|
||||||
var expenseNonstocks []validation.ExpenseNonstock
|
var expenseNonstocks []validation.ExpenseNonstock
|
||||||
@@ -178,12 +183,6 @@ func (u *ExpenseController) UpdateOne(c *fiber.Ctx) error {
|
|||||||
return fiber.NewError(fiber.StatusBadRequest, fmt.Sprintf("Invalid expense_nonstocks JSON: %v", err))
|
return fiber.NewError(fiber.StatusBadRequest, fmt.Sprintf("Invalid expense_nonstocks JSON: %v", err))
|
||||||
}
|
}
|
||||||
|
|
||||||
for i, expenseNonstock := range expenseNonstocks {
|
|
||||||
if expenseNonstock.KandangID == 0 {
|
|
||||||
return fiber.NewError(fiber.StatusBadRequest, fmt.Sprintf("Field KandangID is required for expense_nonstocks[%d]", i))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
req.ExpenseNonstocks = &expenseNonstocks
|
req.ExpenseNonstocks = &expenseNonstocks
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
package dto
|
package dto
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
@@ -41,8 +40,8 @@ type ExpenseListDTO struct {
|
|||||||
|
|
||||||
type ExpenseDetailDTO struct {
|
type ExpenseDetailDTO struct {
|
||||||
ExpenseBaseDTO
|
ExpenseBaseDTO
|
||||||
Documents []DocumentDTO `json:"documents,omitempty"`
|
Documents []DocumentDTO `json:"documents"`
|
||||||
RealizationDocs []DocumentDTO `json:"realization_docs,omitempty"`
|
RealizationDocs []DocumentDTO `json:"realization_docs"`
|
||||||
Kandangs []KandangGroupDTO `json:"kandangs,omitempty"`
|
Kandangs []KandangGroupDTO `json:"kandangs,omitempty"`
|
||||||
TotalPengajuan float64 `json:"total_pengajuan"`
|
TotalPengajuan float64 `json:"total_pengajuan"`
|
||||||
TotalRealisasi float64 `json:"total_realisasi"`
|
TotalRealisasi float64 `json:"total_realisasi"`
|
||||||
@@ -77,7 +76,6 @@ type ExpenseRealizationDTO struct {
|
|||||||
|
|
||||||
type KandangGroupDTO struct {
|
type KandangGroupDTO struct {
|
||||||
Id uint64 `json:"id"`
|
Id uint64 `json:"id"`
|
||||||
KandangId uint64 `json:"kandang_id"`
|
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
Pengajuans []ExpenseNonstockDTO `json:"pengajuans,omitempty"`
|
Pengajuans []ExpenseNonstockDTO `json:"pengajuans,omitempty"`
|
||||||
Realisasi []ExpenseRealizationDTO `json:"realisasi,omitempty"`
|
Realisasi []ExpenseRealizationDTO `json:"realisasi,omitempty"`
|
||||||
@@ -179,12 +177,18 @@ func ToExpenseDetailDTO(e *entity.Expense) ExpenseDetailDTO {
|
|||||||
var pengajuans []ExpenseNonstockDTO
|
var pengajuans []ExpenseNonstockDTO
|
||||||
var realisasi []ExpenseRealizationDTO
|
var realisasi []ExpenseRealizationDTO
|
||||||
|
|
||||||
if e.DocumentPath.Valid && e.DocumentPath.String != "" {
|
for _, doc := range e.Documents {
|
||||||
json.Unmarshal([]byte(e.DocumentPath.String), &documents)
|
documents = append(documents, DocumentDTO{
|
||||||
|
ID: uint64(doc.Id),
|
||||||
|
Path: doc.Path,
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
if e.RealizationDocumentPath.Valid && e.RealizationDocumentPath.String != "" {
|
for _, doc := range e.RealizationDocuments {
|
||||||
json.Unmarshal([]byte(e.RealizationDocumentPath.String), &realizationDocs)
|
realizationDocs = append(realizationDocs, DocumentDTO{
|
||||||
|
ID: uint64(doc.Id),
|
||||||
|
Path: doc.Path,
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(e.Nonstocks) > 0 {
|
if len(e.Nonstocks) > 0 {
|
||||||
@@ -264,6 +268,8 @@ func ToExpenseNonstockDTO(ns entity.ExpenseNonstock) ExpenseNonstockDTO {
|
|||||||
|
|
||||||
func ToKandangGroupDTO(pengajuans []ExpenseNonstockDTO, realisasi []ExpenseRealizationDTO, nonstocks []entity.ExpenseNonstock) []KandangGroupDTO {
|
func ToKandangGroupDTO(pengajuans []ExpenseNonstockDTO, realisasi []ExpenseRealizationDTO, nonstocks []entity.ExpenseNonstock) []KandangGroupDTO {
|
||||||
kandangMap := make(map[uint64]*KandangGroupDTO)
|
kandangMap := make(map[uint64]*KandangGroupDTO)
|
||||||
|
var directPengajuans []ExpenseNonstockDTO
|
||||||
|
var directRealisasi []ExpenseRealizationDTO
|
||||||
|
|
||||||
for _, p := range pengajuans {
|
for _, p := range pengajuans {
|
||||||
var kandangId uint64
|
var kandangId uint64
|
||||||
@@ -280,16 +286,19 @@ func ToKandangGroupDTO(pengajuans []ExpenseNonstockDTO, realisasi []ExpenseReali
|
|||||||
}
|
}
|
||||||
|
|
||||||
if kandangId > 0 {
|
if kandangId > 0 {
|
||||||
|
|
||||||
if kandangMap[kandangId] == nil {
|
if kandangMap[kandangId] == nil {
|
||||||
kandangMap[kandangId] = &KandangGroupDTO{
|
kandangMap[kandangId] = &KandangGroupDTO{
|
||||||
Id: kandangId,
|
Id: kandangId,
|
||||||
KandangId: kandangId,
|
|
||||||
Name: kandangName,
|
Name: kandangName,
|
||||||
Pengajuans: []ExpenseNonstockDTO{},
|
Pengajuans: []ExpenseNonstockDTO{},
|
||||||
Realisasi: []ExpenseRealizationDTO{},
|
Realisasi: []ExpenseRealizationDTO{},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
kandangMap[kandangId].Pengajuans = append(kandangMap[kandangId].Pengajuans, p)
|
kandangMap[kandangId].Pengajuans = append(kandangMap[kandangId].Pengajuans, p)
|
||||||
|
} else {
|
||||||
|
|
||||||
|
directPengajuans = append(directPengajuans, p)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -309,13 +318,24 @@ func ToKandangGroupDTO(pengajuans []ExpenseNonstockDTO, realisasi []ExpenseReali
|
|||||||
if kandangMap[kandangId] == nil {
|
if kandangMap[kandangId] == nil {
|
||||||
kandangMap[kandangId] = &KandangGroupDTO{
|
kandangMap[kandangId] = &KandangGroupDTO{
|
||||||
Id: kandangId,
|
Id: kandangId,
|
||||||
KandangId: kandangId,
|
|
||||||
Name: kandangName,
|
Name: kandangName,
|
||||||
Pengajuans: []ExpenseNonstockDTO{},
|
Pengajuans: []ExpenseNonstockDTO{},
|
||||||
Realisasi: []ExpenseRealizationDTO{},
|
Realisasi: []ExpenseRealizationDTO{},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
kandangMap[kandangId].Realisasi = append(kandangMap[kandangId].Realisasi, r)
|
kandangMap[kandangId].Realisasi = append(kandangMap[kandangId].Realisasi, r)
|
||||||
|
} else {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// If there are direct expenses (without kandang), add them as a special entry with id=0
|
||||||
|
if len(directPengajuans) > 0 || len(directRealisasi) > 0 {
|
||||||
|
kandangMap[0] = &KandangGroupDTO{
|
||||||
|
Id: 0,
|
||||||
|
|
||||||
|
Name: "",
|
||||||
|
Pengajuans: directPengajuans,
|
||||||
|
Realisasi: directRealisasi,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
package expenses
|
package expenses
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/go-playground/validator/v10"
|
"github.com/go-playground/validator/v10"
|
||||||
@@ -31,15 +32,20 @@ func (ExpenseModule) RegisterRoutes(router fiber.Router, db *gorm.DB, validate *
|
|||||||
approvalRepo := commonRepo.NewApprovalRepository(db)
|
approvalRepo := commonRepo.NewApprovalRepository(db)
|
||||||
realizationRepo := rExpense.NewExpenseRealizationRepository(db)
|
realizationRepo := rExpense.NewExpenseRealizationRepository(db)
|
||||||
projectFlockKandangRepo := rProjectFlockKandang.NewProjectFlockKandangRepository(db)
|
projectFlockKandangRepo := rProjectFlockKandang.NewProjectFlockKandangRepository(db)
|
||||||
|
documentRepo := commonRepo.NewDocumentRepository(db)
|
||||||
|
|
||||||
approvalSvc := commonSvc.NewApprovalService(approvalRepo)
|
approvalSvc := commonSvc.NewApprovalService(approvalRepo)
|
||||||
|
documentSvc, err := commonSvc.NewDocumentServiceFromConfig(context.Background(), documentRepo)
|
||||||
|
if err != nil {
|
||||||
|
panic(fmt.Sprintf("failed to create document service: %v", err))
|
||||||
|
}
|
||||||
|
|
||||||
// Register workflow steps for EXPENSES approval
|
// Register workflow steps for EXPENSES approval
|
||||||
if err := approvalSvc.RegisterWorkflowSteps(utils.ApprovalWorkflowExpense, utils.ExpenseApprovalSteps); err != nil {
|
if err := approvalSvc.RegisterWorkflowSteps(utils.ApprovalWorkflowExpense, utils.ExpenseApprovalSteps); err != nil {
|
||||||
panic(fmt.Sprintf("failed to register expense approval workflow: %v", err))
|
panic(fmt.Sprintf("failed to register expense approval workflow: %v", err))
|
||||||
}
|
}
|
||||||
|
|
||||||
expenseService := sExpense.NewExpenseService(expenseRepo, supplierRepo, nonstockRepo, approvalSvc, realizationRepo, projectFlockKandangRepo, validate)
|
expenseService := sExpense.NewExpenseService(expenseRepo, supplierRepo, nonstockRepo, approvalSvc, realizationRepo, projectFlockKandangRepo, documentSvc, validate)
|
||||||
userService := sUser.NewUserService(userRepo, validate)
|
userService := sUser.NewUserService(userRepo, validate)
|
||||||
|
|
||||||
ExpenseRoutes(router, userService, expenseService)
|
ExpenseRoutes(router, userService, expenseService)
|
||||||
|
|||||||
@@ -2,11 +2,9 @@ package service
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"database/sql"
|
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"mime/multipart"
|
|
||||||
|
|
||||||
commonRepo "gitlab.com/mbugroup/lti-api.git/internal/common/repository"
|
commonRepo "gitlab.com/mbugroup/lti-api.git/internal/common/repository"
|
||||||
commonSvc "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
commonSvc "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
||||||
@@ -49,9 +47,10 @@ type expenseService struct {
|
|||||||
ApprovalSvc commonSvc.ApprovalService
|
ApprovalSvc commonSvc.ApprovalService
|
||||||
RealizationRepository repository.ExpenseRealizationRepository
|
RealizationRepository repository.ExpenseRealizationRepository
|
||||||
ProjectFlockKandangRepo projectFlockKandangRepo.ProjectFlockKandangRepository
|
ProjectFlockKandangRepo projectFlockKandangRepo.ProjectFlockKandangRepository
|
||||||
|
DocumentSvc commonSvc.DocumentService
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewExpenseService(repo repository.ExpenseRepository, supplierRepo supplierRepo.SupplierRepository, nonstockRepo nonstockRepo.NonstockRepository, approvalSvc commonSvc.ApprovalService, realizationRepo repository.ExpenseRealizationRepository, projectFlockKandangRepo projectFlockKandangRepo.ProjectFlockKandangRepository, validate *validator.Validate) ExpenseService {
|
func NewExpenseService(repo repository.ExpenseRepository, supplierRepo supplierRepo.SupplierRepository, nonstockRepo nonstockRepo.NonstockRepository, approvalSvc commonSvc.ApprovalService, realizationRepo repository.ExpenseRealizationRepository, projectFlockKandangRepo projectFlockKandangRepo.ProjectFlockKandangRepository, documentSvc commonSvc.DocumentService, validate *validator.Validate) ExpenseService {
|
||||||
return &expenseService{
|
return &expenseService{
|
||||||
Log: utils.Log,
|
Log: utils.Log,
|
||||||
Validate: validate,
|
Validate: validate,
|
||||||
@@ -61,6 +60,7 @@ func NewExpenseService(repo repository.ExpenseRepository, supplierRepo supplierR
|
|||||||
ApprovalSvc: approvalSvc,
|
ApprovalSvc: approvalSvc,
|
||||||
RealizationRepository: realizationRepo,
|
RealizationRepository: realizationRepo,
|
||||||
ProjectFlockKandangRepo: projectFlockKandangRepo,
|
ProjectFlockKandangRepo: projectFlockKandangRepo,
|
||||||
|
DocumentSvc: documentSvc,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -72,7 +72,13 @@ func (s expenseService) withRelations(db *gorm.DB) *gorm.DB {
|
|||||||
Preload("Nonstocks.Realization").
|
Preload("Nonstocks.Realization").
|
||||||
Preload("Nonstocks.ProjectFlockKandang.Kandang.Location").
|
Preload("Nonstocks.ProjectFlockKandang.Kandang.Location").
|
||||||
Preload("Nonstocks.Kandang").
|
Preload("Nonstocks.Kandang").
|
||||||
Preload("Nonstocks.Kandang.Location")
|
Preload("Nonstocks.Kandang.Location").
|
||||||
|
Preload("Documents", func(db *gorm.DB) *gorm.DB {
|
||||||
|
return db.Where("documentable_type = ?", string(utils.DocumentableTypeExpense))
|
||||||
|
}).
|
||||||
|
Preload("RealizationDocuments", func(db *gorm.DB) *gorm.DB {
|
||||||
|
return db.Where("documentable_type = ?", string(utils.DocumentableTypeExpenseRealization))
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s expenseService) GetAll(c *fiber.Ctx, params *validation.Query) ([]expenseDto.ExpenseListDTO, int64, error) {
|
func (s expenseService) GetAll(c *fiber.Ctx, params *validation.Query) ([]expenseDto.ExpenseListDTO, int64, error) {
|
||||||
@@ -139,11 +145,8 @@ func (s *expenseService) CreateOne(c *fiber.Ctx, req *validation.Create) (*expen
|
|||||||
|
|
||||||
supplierID := uint(req.SupplierID)
|
supplierID := uint(req.SupplierID)
|
||||||
|
|
||||||
supplierExistsFunc := func(ctx context.Context, id uint) (bool, error) {
|
|
||||||
return commonRepo.Exists[entity.Supplier](ctx, s.SupplierRepo.DB(), id)
|
|
||||||
}
|
|
||||||
if err := commonSvc.EnsureRelations(c.Context(),
|
if err := commonSvc.EnsureRelations(c.Context(),
|
||||||
commonSvc.RelationCheck{Name: "Supplier", ID: &supplierID, Exists: supplierExistsFunc},
|
commonSvc.RelationCheck{Name: "Supplier", ID: &supplierID, Exists: s.SupplierRepo.IdExists},
|
||||||
); err != nil {
|
); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
@@ -194,11 +197,47 @@ func (s *expenseService) CreateOne(c *fiber.Ctx, req *validation.Create) (*expen
|
|||||||
return fiber.NewError(fiber.StatusUnauthorized, "Failed to get actor ID from context")
|
return fiber.NewError(fiber.StatusUnauthorized, "Failed to get actor ID from context")
|
||||||
}
|
}
|
||||||
createdBy := uint64(actorID)
|
createdBy := uint64(actorID)
|
||||||
|
|
||||||
|
hasKandang := false
|
||||||
|
for _, ens := range req.ExpenseNonstocks {
|
||||||
|
if ens.KandangID != nil {
|
||||||
|
hasKandang = true
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
var projectFlockIdJSON *string
|
||||||
|
if !hasKandang && req.Category == string(utils.ExpenseCategoryBOP) {
|
||||||
|
projectFlockRepoTx := projectFlockKandangRepo.NewProjectflockRepository(dbTransaction)
|
||||||
|
activeProjectFlocks, err := projectFlockRepoTx.GetActiveByLocationID(c.Context(), req.LocationID)
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to get active project flocks for location")
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(activeProjectFlocks) == 0 {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "No active project flocks found for this location")
|
||||||
|
}
|
||||||
|
|
||||||
|
projectFlockIDs := make([]uint64, len(activeProjectFlocks))
|
||||||
|
for i, pf := range activeProjectFlocks {
|
||||||
|
projectFlockIDs[i] = uint64(pf.Id)
|
||||||
|
}
|
||||||
|
|
||||||
|
projectFlockIdsJSON, err := json.Marshal(projectFlockIDs)
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to marshal project_flock_ids")
|
||||||
|
}
|
||||||
|
jsonStr := string(projectFlockIdsJSON)
|
||||||
|
projectFlockIdJSON = &jsonStr
|
||||||
|
}
|
||||||
|
|
||||||
expense = &entity.Expense{
|
expense = &entity.Expense{
|
||||||
ReferenceNumber: referenceNumber,
|
ReferenceNumber: referenceNumber,
|
||||||
PoNumber: req.PoNumber,
|
PoNumber: req.PoNumber,
|
||||||
Category: req.Category,
|
Category: req.Category,
|
||||||
SupplierId: req.SupplierID,
|
SupplierId: req.SupplierID,
|
||||||
|
LocationId: req.LocationID,
|
||||||
|
ProjectFlockId: projectFlockIdJSON,
|
||||||
TransactionDate: expenseDate,
|
TransactionDate: expenseDate,
|
||||||
CreatedBy: createdBy,
|
CreatedBy: createdBy,
|
||||||
}
|
}
|
||||||
@@ -211,35 +250,36 @@ func (s *expenseService) CreateOne(c *fiber.Ctx, req *validation.Create) (*expen
|
|||||||
|
|
||||||
for _, expenseNonstock := range req.ExpenseNonstocks {
|
for _, expenseNonstock := range req.ExpenseNonstocks {
|
||||||
|
|
||||||
|
isAttachingToKandang := (expenseNonstock.KandangID != nil)
|
||||||
|
|
||||||
var projectFlockKandangId *uint64
|
var projectFlockKandangId *uint64
|
||||||
|
var kandangId *uint64
|
||||||
|
|
||||||
if req.Category == string(utils.ExpenseCategoryBOP) {
|
if isAttachingToKandang {
|
||||||
|
kandangId = expenseNonstock.KandangID
|
||||||
|
|
||||||
projectFlockKandang, err := projectFlockKandangRepoTx.GetActiveByKandangID(c.Context(), uint(expenseNonstock.KandangID))
|
if req.Category == string(utils.ExpenseCategoryBOP) {
|
||||||
if err != nil {
|
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
projectFlockKandang, err := projectFlockKandangRepoTx.GetActiveByKandangID(c.Context(), uint(*kandangId))
|
||||||
return fiber.NewError(fiber.StatusNotFound, "No active project flock kandang found for this kandang")
|
if err != nil {
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return fiber.NewError(fiber.StatusNotFound, "No active project flock kandang found for this kandang")
|
||||||
|
}
|
||||||
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to find project flock kandang for this kandang")
|
||||||
}
|
}
|
||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to find project flock kandang for this kandang")
|
id := uint64(projectFlockKandang.Id)
|
||||||
|
projectFlockKandangId = &id
|
||||||
}
|
}
|
||||||
id := uint64(projectFlockKandang.Id)
|
|
||||||
projectFlockKandangId = &id
|
} else {
|
||||||
|
kandangId = nil
|
||||||
|
projectFlockKandangId = nil
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, costItem := range expenseNonstock.CostItems {
|
for _, costItem := range expenseNonstock.CostItems {
|
||||||
|
|
||||||
nonstockId := costItem.NonstockID
|
nonstockId := costItem.NonstockID
|
||||||
var kandangId *uint64
|
newExpenseNonstock := &entity.ExpenseNonstock{
|
||||||
if req.Category == string(utils.ExpenseCategoryNonBOP) {
|
|
||||||
id := uint64(expenseNonstock.KandangID)
|
|
||||||
kandangId = &id
|
|
||||||
} else if req.Category == string(utils.ExpenseCategoryBOP) {
|
|
||||||
if projectFlockKandangId != nil {
|
|
||||||
kandangId = &expenseNonstock.KandangID
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
expenseNonstock := &entity.ExpenseNonstock{
|
|
||||||
ExpenseId: &expense.Id,
|
ExpenseId: &expense.Id,
|
||||||
ProjectFlockKandangId: projectFlockKandangId,
|
ProjectFlockKandangId: projectFlockKandangId,
|
||||||
KandangId: kandangId,
|
KandangId: kandangId,
|
||||||
@@ -249,7 +289,7 @@ func (s *expenseService) CreateOne(c *fiber.Ctx, req *validation.Create) (*expen
|
|||||||
Notes: costItem.Notes,
|
Notes: costItem.Notes,
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := expenseNonstockRepoTx.CreateOne(c.Context(), expenseNonstock, nil); err != nil {
|
if err := expenseNonstockRepoTx.CreateOne(c.Context(), newExpenseNonstock, nil); err != nil {
|
||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to create expense cost item")
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to create expense cost item")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -269,9 +309,23 @@ func (s *expenseService) CreateOne(c *fiber.Ctx, req *validation.Create) (*expen
|
|||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to create initial approval")
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to create initial approval")
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(req.Documents) > 0 {
|
if s.DocumentSvc != nil && len(req.Documents) > 0 {
|
||||||
if err := s.processDocuments(c, expenseRepoTx, uint(expense.Id), req.Documents, false); err != nil {
|
documentFiles := make([]commonSvc.DocumentFile, 0, len(req.Documents))
|
||||||
return err
|
for idx, file := range req.Documents {
|
||||||
|
documentFiles = append(documentFiles, commonSvc.DocumentFile{
|
||||||
|
File: file,
|
||||||
|
Type: string(utils.DocumentTypeExpense),
|
||||||
|
Index: &idx,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
_, err := s.DocumentSvc.UploadDocuments(c.Context(), commonSvc.DocumentUploadRequest{
|
||||||
|
DocumentableType: string(utils.DocumentableTypeExpense),
|
||||||
|
DocumentableID: expense.Id,
|
||||||
|
CreatedBy: &createdByUint,
|
||||||
|
Files: documentFiles,
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to upload expense documents")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -342,6 +396,11 @@ func (s expenseService) UpdateOne(c *fiber.Ctx, req *validation.Update, id uint)
|
|||||||
updateBody["supplier_id"] = *req.SupplierID
|
updateBody["supplier_id"] = *req.SupplierID
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if req.LocationID != nil {
|
||||||
|
locationID := uint(*req.LocationID)
|
||||||
|
updateBody["location_id"] = locationID
|
||||||
|
}
|
||||||
|
|
||||||
if len(updateBody) == 0 && req.ExpenseNonstocks == nil && len(req.Documents) == 0 {
|
if len(updateBody) == 0 && req.ExpenseNonstocks == nil && len(req.Documents) == 0 {
|
||||||
|
|
||||||
responseDTO, err := s.GetOne(c, id)
|
responseDTO, err := s.GetOne(c, id)
|
||||||
@@ -456,18 +515,26 @@ func (s expenseService) UpdateOne(c *fiber.Ctx, req *validation.Update, id uint)
|
|||||||
|
|
||||||
for _, expenseNonstock := range *req.ExpenseNonstocks {
|
for _, expenseNonstock := range *req.ExpenseNonstocks {
|
||||||
var projectFlockKandangId *uint64
|
var projectFlockKandangId *uint64
|
||||||
|
var kandangId *uint64
|
||||||
|
|
||||||
if updatedExpense.Category == string(utils.ExpenseCategoryBOP) {
|
// Check if attaching to kandang
|
||||||
projectFlockKandangRepoTx := projectFlockKandangRepo.NewProjectFlockKandangRepository(tx)
|
if expenseNonstock.KandangID != nil {
|
||||||
projectFlockKandang, err := projectFlockKandangRepoTx.GetActiveByKandangID(c.Context(), uint(expenseNonstock.KandangID))
|
kandangId = expenseNonstock.KandangID
|
||||||
if err != nil {
|
|
||||||
if errors.Is(err, gorm.ErrRecordNotFound) {
|
if updatedExpense.Category == string(utils.ExpenseCategoryBOP) {
|
||||||
return fiber.NewError(fiber.StatusNotFound, "No active project flock kandang found for this kandang")
|
// BOP with kandang: Get active project flock kandang
|
||||||
|
projectFlockKandangRepoTx := projectFlockKandangRepo.NewProjectFlockKandangRepository(tx)
|
||||||
|
projectFlockKandang, err := projectFlockKandangRepoTx.GetActiveByKandangID(c.Context(), uint(*kandangId))
|
||||||
|
if err != nil {
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return fiber.NewError(fiber.StatusNotFound, "No active project flock kandang found for this kandang")
|
||||||
|
}
|
||||||
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to find project flock kandang for this kandang")
|
||||||
}
|
}
|
||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to find project flock kandang for this kandang")
|
id := uint64(projectFlockKandang.Id)
|
||||||
|
projectFlockKandangId = &id
|
||||||
}
|
}
|
||||||
id := uint64(projectFlockKandang.Id)
|
// NON-BOP: projectFlockKandangId stays nil
|
||||||
projectFlockKandangId = &id
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, costItem := range expenseNonstock.CostItems {
|
for _, costItem := range expenseNonstock.CostItems {
|
||||||
@@ -479,18 +546,8 @@ func (s expenseService) UpdateOne(c *fiber.Ctx, req *validation.Update, id uint)
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
var kandangId *uint64
|
|
||||||
if updatedExpense.Category == string(utils.ExpenseCategoryNonBOP) {
|
|
||||||
id := uint64(expenseNonstock.KandangID)
|
|
||||||
kandangId = &id
|
|
||||||
} else if updatedExpense.Category == string(utils.ExpenseCategoryBOP) {
|
|
||||||
if projectFlockKandangId != nil {
|
|
||||||
kandangId = &expenseNonstock.KandangID
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
expenseId := uint64(id)
|
expenseId := uint64(id)
|
||||||
expenseNonstock := &entity.ExpenseNonstock{
|
newExpenseNonstock := &entity.ExpenseNonstock{
|
||||||
ExpenseId: &expenseId,
|
ExpenseId: &expenseId,
|
||||||
ProjectFlockKandangId: projectFlockKandangId,
|
ProjectFlockKandangId: projectFlockKandangId,
|
||||||
KandangId: kandangId,
|
KandangId: kandangId,
|
||||||
@@ -500,7 +557,7 @@ func (s expenseService) UpdateOne(c *fiber.Ctx, req *validation.Update, id uint)
|
|||||||
Notes: costItem.Notes,
|
Notes: costItem.Notes,
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := expenseNonstockRepoTx.CreateOne(c.Context(), expenseNonstock, nil); err != nil {
|
if err := expenseNonstockRepoTx.CreateOne(c.Context(), newExpenseNonstock, nil); err != nil {
|
||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to create expense cost item")
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to create expense cost item")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -527,9 +584,23 @@ func (s expenseService) UpdateOne(c *fiber.Ctx, req *validation.Update, id uint)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(req.Documents) > 0 {
|
if s.DocumentSvc != nil && len(req.Documents) > 0 {
|
||||||
if err := s.processDocuments(c, expenseRepoTx, id, req.Documents, false); err != nil {
|
documentFiles := make([]commonSvc.DocumentFile, 0, len(req.Documents))
|
||||||
return err
|
for idx, file := range req.Documents {
|
||||||
|
documentFiles = append(documentFiles, commonSvc.DocumentFile{
|
||||||
|
File: file,
|
||||||
|
Type: string(utils.DocumentTypeExpense),
|
||||||
|
Index: &idx,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
_, err := s.DocumentSvc.UploadDocuments(c.Context(), commonSvc.DocumentUploadRequest{
|
||||||
|
DocumentableType: string(utils.DocumentableTypeExpense),
|
||||||
|
DocumentableID: uint64(id),
|
||||||
|
CreatedBy: &actorID,
|
||||||
|
Files: documentFiles,
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to upload expense documents")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -658,9 +729,24 @@ func (s *expenseService) CreateRealization(c *fiber.Ctx, expenseID uint, req *va
|
|||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to update realization date")
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to update realization date")
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(req.Documents) > 0 {
|
if s.DocumentSvc != nil && len(req.Documents) > 0 {
|
||||||
if err := s.processDocuments(c, expenseRepoTx, expenseID, req.Documents, true); err != nil {
|
documentFiles := make([]commonSvc.DocumentFile, 0, len(req.Documents))
|
||||||
return err
|
for idx, file := range req.Documents {
|
||||||
|
documentFiles = append(documentFiles, commonSvc.DocumentFile{
|
||||||
|
File: file,
|
||||||
|
Type: string(utils.DocumentTypeExpenseRealization),
|
||||||
|
Index: &idx,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
actorID := uint(1) // TODO: replace with authenticated user id
|
||||||
|
_, err := s.DocumentSvc.UploadDocuments(c.Context(), commonSvc.DocumentUploadRequest{
|
||||||
|
DocumentableType: string(utils.DocumentableTypeExpenseRealization),
|
||||||
|
DocumentableID: uint64(expenseID),
|
||||||
|
CreatedBy: &actorID,
|
||||||
|
Files: documentFiles,
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to upload expense realization documents")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -833,9 +919,24 @@ func (s *expenseService) UpdateRealization(c *fiber.Ctx, expenseID uint, req *va
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(req.Documents) > 0 {
|
if s.DocumentSvc != nil && len(req.Documents) > 0 {
|
||||||
if err := s.processDocuments(c, expenseRepoTx, expenseID, req.Documents, true); err != nil {
|
documentFiles := make([]commonSvc.DocumentFile, 0, len(req.Documents))
|
||||||
return err
|
for idx, file := range req.Documents {
|
||||||
|
documentFiles = append(documentFiles, commonSvc.DocumentFile{
|
||||||
|
File: file,
|
||||||
|
Type: string(utils.DocumentTypeExpenseRealization),
|
||||||
|
Index: &idx,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
actorID := uint(1) // TODO: replace with authenticated user id
|
||||||
|
_, err := s.DocumentSvc.UploadDocuments(c.Context(), commonSvc.DocumentUploadRequest{
|
||||||
|
DocumentableType: string(utils.DocumentableTypeExpenseRealization),
|
||||||
|
DocumentableID: uint64(expenseID),
|
||||||
|
CreatedBy: &actorID,
|
||||||
|
Files: documentFiles,
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to upload expense realization documents")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -870,79 +971,6 @@ func (s *expenseService) UpdateRealization(c *fiber.Ctx, expenseID uint, req *va
|
|||||||
return responseDTO, nil
|
return responseDTO, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *expenseService) processDocuments(ctx *fiber.Ctx, expenseRepoTx repository.ExpenseRepository, expenseID uint, documents []*multipart.FileHeader, isRealization bool) error {
|
|
||||||
|
|
||||||
if len(documents) == 0 {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
var existingDocuments []expenseDto.DocumentDTO
|
|
||||||
var fieldName string
|
|
||||||
|
|
||||||
if isRealization {
|
|
||||||
fieldName = "realization_document_path"
|
|
||||||
} else {
|
|
||||||
fieldName = "document_path"
|
|
||||||
}
|
|
||||||
|
|
||||||
expense, err := expenseRepoTx.GetByID(ctx.Context(), expenseID, nil)
|
|
||||||
if err != nil {
|
|
||||||
|
|
||||||
if !errors.Is(err, gorm.ErrRecordNotFound) {
|
|
||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to get expense for document processing")
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
|
|
||||||
var documentField sql.NullString
|
|
||||||
if isRealization {
|
|
||||||
documentField = expense.RealizationDocumentPath
|
|
||||||
} else {
|
|
||||||
documentField = expense.DocumentPath
|
|
||||||
}
|
|
||||||
|
|
||||||
if documentField.Valid && documentField.String != "" {
|
|
||||||
if err := json.Unmarshal([]byte(documentField.String), &existingDocuments); err != nil {
|
|
||||||
existingDocuments = []expenseDto.DocumentDTO{}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
var startID uint64 = 1
|
|
||||||
if len(existingDocuments) > 0 {
|
|
||||||
|
|
||||||
maxID := uint64(0)
|
|
||||||
for _, doc := range existingDocuments {
|
|
||||||
if doc.ID > maxID {
|
|
||||||
maxID = doc.ID
|
|
||||||
}
|
|
||||||
}
|
|
||||||
startID = maxID + 1
|
|
||||||
}
|
|
||||||
|
|
||||||
for i, doc := range documents {
|
|
||||||
documentPath := doc.Filename
|
|
||||||
|
|
||||||
document := expenseDto.DocumentDTO{
|
|
||||||
ID: startID + uint64(i),
|
|
||||||
Path: documentPath,
|
|
||||||
}
|
|
||||||
existingDocuments = append(existingDocuments, document)
|
|
||||||
}
|
|
||||||
|
|
||||||
documentJSON, err := json.Marshal(existingDocuments)
|
|
||||||
if err != nil {
|
|
||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to save documents")
|
|
||||||
}
|
|
||||||
|
|
||||||
if err := expenseRepoTx.PatchOne(ctx.Context(), expenseID, map[string]interface{}{
|
|
||||||
fieldName: string(documentJSON),
|
|
||||||
}, nil); err != nil {
|
|
||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to save documents")
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (s *expenseService) DeleteDocument(ctx *fiber.Ctx, expenseID uint, documentID uint64, isRealization bool) error {
|
func (s *expenseService) DeleteDocument(ctx *fiber.Ctx, expenseID uint, documentID uint64, isRealization bool) error {
|
||||||
|
|
||||||
if err := commonSvc.EnsureRelations(ctx.Context(),
|
if err := commonSvc.EnsureRelations(ctx.Context(),
|
||||||
@@ -951,62 +979,40 @@ func (s *expenseService) DeleteDocument(ctx *fiber.Ctx, expenseID uint, document
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := s.Repository.DB().WithContext(ctx.Context()).Transaction(func(tx *gorm.DB) error {
|
if s.DocumentSvc == nil {
|
||||||
expenseRepoTx := repository.NewExpenseRepository(tx)
|
return fiber.NewError(fiber.StatusInternalServerError, "Document service not available")
|
||||||
|
}
|
||||||
|
|
||||||
expense, err := expenseRepoTx.GetByID(ctx.Context(), expenseID, nil)
|
// Verify document exists and belongs to the expense
|
||||||
if err != nil {
|
var documentableType string
|
||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to get expense for document deletion")
|
if isRealization {
|
||||||
|
documentableType = string(utils.DocumentableTypeExpenseRealization)
|
||||||
|
} else {
|
||||||
|
documentableType = string(utils.DocumentableTypeExpense)
|
||||||
|
}
|
||||||
|
|
||||||
|
documents, err := s.DocumentSvc.ListByTarget(ctx.Context(), documentableType, uint64(expenseID))
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to retrieve documents")
|
||||||
|
}
|
||||||
|
|
||||||
|
documentFound := false
|
||||||
|
var documentIDsToDelete []uint
|
||||||
|
for _, doc := range documents {
|
||||||
|
if uint64(doc.Id) == documentID {
|
||||||
|
documentFound = true
|
||||||
|
documentIDsToDelete = append(documentIDsToDelete, doc.Id)
|
||||||
|
break
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
var existingDocuments []expenseDto.DocumentDTO
|
if !documentFound {
|
||||||
var fieldName string
|
return fiber.NewError(fiber.StatusNotFound, "Document not found")
|
||||||
|
}
|
||||||
|
|
||||||
if isRealization {
|
// Delete document from database and storage
|
||||||
fieldName = "realization_document_path"
|
if err := s.DocumentSvc.DeleteDocuments(ctx.Context(), documentIDsToDelete, true); err != nil {
|
||||||
if expense.RealizationDocumentPath.Valid && expense.RealizationDocumentPath.String != "" {
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to delete document")
|
||||||
if err := json.Unmarshal([]byte(expense.RealizationDocumentPath.String), &existingDocuments); err != nil {
|
|
||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to parse existing realization documents")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
fieldName = "document_path"
|
|
||||||
if expense.DocumentPath.Valid && expense.DocumentPath.String != "" {
|
|
||||||
if err := json.Unmarshal([]byte(expense.DocumentPath.String), &existingDocuments); err != nil {
|
|
||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to parse existing documents")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
var updatedDocuments []expenseDto.DocumentDTO
|
|
||||||
documentFound := false
|
|
||||||
|
|
||||||
for _, doc := range existingDocuments {
|
|
||||||
if doc.ID == documentID {
|
|
||||||
documentFound = true
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
updatedDocuments = append(updatedDocuments, doc)
|
|
||||||
}
|
|
||||||
|
|
||||||
if !documentFound {
|
|
||||||
return fiber.NewError(fiber.StatusNotFound, "Document not found")
|
|
||||||
}
|
|
||||||
|
|
||||||
documentJSON, err := json.Marshal(updatedDocuments)
|
|
||||||
if err != nil {
|
|
||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to save documents")
|
|
||||||
}
|
|
||||||
|
|
||||||
if err := expenseRepoTx.PatchOne(ctx.Context(), expenseID, map[string]interface{}{
|
|
||||||
fieldName: string(documentJSON),
|
|
||||||
}, nil); err != nil {
|
|
||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to save documents")
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
|
||||||
}); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
@@ -9,12 +9,13 @@ type Create struct {
|
|||||||
TransactionDate string `form:"transaction_date" json:"transaction_date" validate:"required,datetime=2006-01-02"`
|
TransactionDate string `form:"transaction_date" json:"transaction_date" validate:"required,datetime=2006-01-02"`
|
||||||
Category string `form:"category" json:"category" validate:"required,oneof=BOP NON-BOP"`
|
Category string `form:"category" json:"category" validate:"required,oneof=BOP NON-BOP"`
|
||||||
SupplierID uint64 `form:"supplier_id" json:"supplier_id" validate:"required,gt=0"`
|
SupplierID uint64 `form:"supplier_id" json:"supplier_id" validate:"required,gt=0"`
|
||||||
|
LocationID uint64 `form:"location_id" json:"location_id" validate:"required,gt=0"`
|
||||||
Documents []*multipart.FileHeader `form:"documents" json:"documents" validate:"omitempty,dive"`
|
Documents []*multipart.FileHeader `form:"documents" json:"documents" validate:"omitempty,dive"`
|
||||||
ExpenseNonstocks []ExpenseNonstock `form:"expense_nonstocks" json:"expense_nonstocks" validate:"required,min=1,dive"`
|
ExpenseNonstocks []ExpenseNonstock `form:"expense_nonstocks" json:"expense_nonstocks" validate:"required,min=1,dive"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ExpenseNonstock struct {
|
type ExpenseNonstock struct {
|
||||||
KandangID uint64 `form:"kandang_id" json:"kandang_id" validate:"required,gt=0"`
|
KandangID *uint64 `form:"kandang_id" json:"kandang_id" validate:"omitempty"`
|
||||||
CostItems []CostItem `form:"cost_items" json:"cost_items" validate:"required,min=1,dive"`
|
CostItems []CostItem `form:"cost_items" json:"cost_items" validate:"required,min=1,dive"`
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -22,13 +23,14 @@ type CostItem struct {
|
|||||||
NonstockID uint64 `form:"nonstock_id" json:"nonstock_id" validate:"required,gt=0"`
|
NonstockID uint64 `form:"nonstock_id" json:"nonstock_id" validate:"required,gt=0"`
|
||||||
Quantity float64 `form:"quantity" json:"quantity" validate:"required,gt=0"`
|
Quantity float64 `form:"quantity" json:"quantity" validate:"required,gt=0"`
|
||||||
Price float64 `form:"price" json:"price" validate:"required,gt=0"`
|
Price float64 `form:"price" json:"price" validate:"required,gt=0"`
|
||||||
Notes string `form:"notes" json:"notes" validate:"required,max=500"`
|
Notes string `form:"notes" json:"notes" validate:"omitempty,max=500"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Update struct {
|
type Update struct {
|
||||||
TransactionDate *string `form:"transaction_date" json:"transaction_date" validate:"omitempty,datetime=2006-01-02"`
|
TransactionDate *string `form:"transaction_date" json:"transaction_date" validate:"omitempty,datetime=2006-01-02"`
|
||||||
Category *string `form:"category" json:"category" validate:"omitempty,oneof=BOP NON-BOP"`
|
Category *string `form:"category" json:"category" validate:"omitempty,oneof=BOP NON-BOP"`
|
||||||
SupplierID *uint64 `form:"supplier_id" json:"supplier_id" validate:"omitempty,gt=0"`
|
SupplierID *uint64 `form:"supplier_id" json:"supplier_id" validate:"omitempty,gt=0"`
|
||||||
|
LocationID *uint64 `form:"location_id" json:"location_id" validate:"omitempty,gt=0"`
|
||||||
Documents []*multipart.FileHeader `form:"documents" json:"documents" validate:"omitempty,dive"`
|
Documents []*multipart.FileHeader `form:"documents" json:"documents" validate:"omitempty,dive"`
|
||||||
ExpenseNonstocks *[]ExpenseNonstock `form:"expense_nonstocks" json:"expense_nonstocks" validate:"omitempty,min=1,dive"`
|
ExpenseNonstocks *[]ExpenseNonstock `form:"expense_nonstocks" json:"expense_nonstocks" validate:"omitempty,min=1,dive"`
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,92 @@
|
|||||||
|
package controller
|
||||||
|
|
||||||
|
import (
|
||||||
|
"strconv"
|
||||||
|
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/modules/finance/initials/dto"
|
||||||
|
service "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/initials/services"
|
||||||
|
validation "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/initials/validations"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/response"
|
||||||
|
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
)
|
||||||
|
|
||||||
|
type InitialController struct {
|
||||||
|
InitialService service.InitialService
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewInitialController(initialService service.InitialService) *InitialController {
|
||||||
|
return &InitialController{
|
||||||
|
InitialService: initialService,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (u *InitialController) GetOne(c *fiber.Ctx) error {
|
||||||
|
param := c.Params("id")
|
||||||
|
|
||||||
|
id, err := strconv.Atoi(param)
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid Id")
|
||||||
|
}
|
||||||
|
|
||||||
|
result, err := u.InitialService.GetOne(c, uint(id))
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return c.Status(fiber.StatusOK).
|
||||||
|
JSON(response.Success{
|
||||||
|
Code: fiber.StatusOK,
|
||||||
|
Status: "success",
|
||||||
|
Message: "Get initial successfully",
|
||||||
|
Data: dto.ToInitialListDTO(*result),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func (u *InitialController) CreateOne(c *fiber.Ctx) error {
|
||||||
|
req := new(validation.Create)
|
||||||
|
|
||||||
|
if err := c.BodyParser(req); err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid request body")
|
||||||
|
}
|
||||||
|
|
||||||
|
result, err := u.InitialService.CreateOne(c, req)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return c.Status(fiber.StatusCreated).
|
||||||
|
JSON(response.Success{
|
||||||
|
Code: fiber.StatusCreated,
|
||||||
|
Status: "success",
|
||||||
|
Message: "Create initial successfully",
|
||||||
|
Data: dto.ToInitialListDTO(*result),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func (u *InitialController) UpdateOne(c *fiber.Ctx) error {
|
||||||
|
req := new(validation.Update)
|
||||||
|
param := c.Params("id")
|
||||||
|
|
||||||
|
id, err := strconv.Atoi(param)
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid Id")
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := c.BodyParser(req); err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid request body")
|
||||||
|
}
|
||||||
|
|
||||||
|
result, err := u.InitialService.UpdateOne(c, req, uint(id))
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return c.Status(fiber.StatusOK).
|
||||||
|
JSON(response.Success{
|
||||||
|
Code: fiber.StatusOK,
|
||||||
|
Status: "success",
|
||||||
|
Message: "Update initial successfully",
|
||||||
|
Data: dto.ToInitialListDTO(*result),
|
||||||
|
})
|
||||||
|
}
|
||||||
@@ -0,0 +1,163 @@
|
|||||||
|
package dto
|
||||||
|
|
||||||
|
import (
|
||||||
|
"strings"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
|
approvalDTO "gitlab.com/mbugroup/lti-api.git/internal/modules/approvals/dto"
|
||||||
|
bankDTO "gitlab.com/mbugroup/lti-api.git/internal/modules/master/banks/dto"
|
||||||
|
userDTO "gitlab.com/mbugroup/lti-api.git/internal/modules/users/dto"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/utils"
|
||||||
|
)
|
||||||
|
|
||||||
|
// === DTO Structs ===
|
||||||
|
|
||||||
|
type InitialRelationDTO struct {
|
||||||
|
Id uint `json:"id"`
|
||||||
|
ReferenceNumber string `json:"reference_number"`
|
||||||
|
TransactionType string `json:"transaction_type"`
|
||||||
|
InitialBalanceType string `json:"initial_balance_type"`
|
||||||
|
InitialBalanceTypeLabel string `json:"initial_balance_type_label"`
|
||||||
|
Party Party `json:"party"`
|
||||||
|
Bank bankDTO.BankRelationDTO `json:"bank,omitempty"`
|
||||||
|
Direction string `json:"direction"`
|
||||||
|
Nominal float64 `json:"nominal"`
|
||||||
|
Notes string `json:"notes"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type InitialListDTO struct {
|
||||||
|
InitialRelationDTO
|
||||||
|
CreatedBy uint `json:"created_by"`
|
||||||
|
CreatedByUser userDTO.UserRelationDTO `json:"created_by_user,omitempty"`
|
||||||
|
CreatedAt time.Time `json:"created_at"`
|
||||||
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
|
Approval approvalDTO.ApprovalRelationDTO `json:"approval"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type InitialDetailDTO struct {
|
||||||
|
InitialListDTO
|
||||||
|
}
|
||||||
|
|
||||||
|
type Party struct {
|
||||||
|
Id uint `json:"id"`
|
||||||
|
Name string `json:"name"`
|
||||||
|
Type string `json:"type"`
|
||||||
|
AccountNumber string `json:"account_number"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// === Mapper Functions ===
|
||||||
|
|
||||||
|
func ToInitialRelationDTO(e entity.Payment) InitialRelationDTO {
|
||||||
|
reference := ""
|
||||||
|
if e.ReferenceNumber != nil {
|
||||||
|
reference = *e.ReferenceNumber
|
||||||
|
}
|
||||||
|
|
||||||
|
initialBalanceType := initialBalanceTypeFromPayment(e)
|
||||||
|
return InitialRelationDTO{
|
||||||
|
Id: e.Id,
|
||||||
|
ReferenceNumber: reference,
|
||||||
|
TransactionType: transactionTypeLabel(e.TransactionType),
|
||||||
|
InitialBalanceType: initialBalanceType,
|
||||||
|
InitialBalanceTypeLabel: initialBalanceLabel(initialBalanceType),
|
||||||
|
Party: partyFromInitial(e),
|
||||||
|
Bank: bankFromInitial(e),
|
||||||
|
Direction: e.Direction,
|
||||||
|
Nominal: e.Nominal,
|
||||||
|
Notes: e.Notes,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ToInitialListDTO(e entity.Payment) InitialListDTO {
|
||||||
|
approval := approvalDTO.ApprovalRelationDTO{}
|
||||||
|
if e.LatestApproval != nil {
|
||||||
|
approval = approvalDTO.ToApprovalDTO(*e.LatestApproval)
|
||||||
|
}
|
||||||
|
|
||||||
|
return InitialListDTO{
|
||||||
|
InitialRelationDTO: ToInitialRelationDTO(e),
|
||||||
|
CreatedBy: e.CreatedBy,
|
||||||
|
CreatedByUser: userFromInitial(e),
|
||||||
|
CreatedAt: e.CreatedAt,
|
||||||
|
UpdatedAt: e.UpdatedAt,
|
||||||
|
Approval: approval,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ToInitialListDTOs(e []entity.Payment) []InitialListDTO {
|
||||||
|
result := make([]InitialListDTO, len(e))
|
||||||
|
for i, r := range e {
|
||||||
|
result[i] = ToInitialListDTO(r)
|
||||||
|
}
|
||||||
|
return result
|
||||||
|
}
|
||||||
|
|
||||||
|
func ToInitialDetailDTO(e entity.Payment) InitialDetailDTO {
|
||||||
|
return InitialDetailDTO{
|
||||||
|
InitialListDTO: ToInitialListDTO(e),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func partyFromInitial(e entity.Payment) Party {
|
||||||
|
party := Party{
|
||||||
|
Id: e.PartyId,
|
||||||
|
Type: e.PartyType,
|
||||||
|
}
|
||||||
|
|
||||||
|
switch utils.PaymentParty(e.PartyType) {
|
||||||
|
case utils.PaymentPartyCustomer:
|
||||||
|
if e.Customer != nil && e.Customer.Id != 0 {
|
||||||
|
party.Name = e.Customer.Name
|
||||||
|
party.AccountNumber = e.Customer.AccountNumber
|
||||||
|
}
|
||||||
|
case utils.PaymentPartySupplier:
|
||||||
|
if e.Supplier != nil && e.Supplier.Id != 0 {
|
||||||
|
party.Name = e.Supplier.Name
|
||||||
|
if e.Supplier.AccountNumber != nil {
|
||||||
|
party.AccountNumber = *e.Supplier.AccountNumber
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return party
|
||||||
|
}
|
||||||
|
|
||||||
|
func bankFromInitial(e entity.Payment) bankDTO.BankRelationDTO {
|
||||||
|
if e.BankWarehouse.Id == 0 {
|
||||||
|
return bankDTO.BankRelationDTO{}
|
||||||
|
}
|
||||||
|
return bankDTO.ToBankRelationDTO(e.BankWarehouse)
|
||||||
|
}
|
||||||
|
|
||||||
|
func userFromInitial(e entity.Payment) userDTO.UserRelationDTO {
|
||||||
|
if e.CreatedUser.Id == 0 {
|
||||||
|
return userDTO.UserRelationDTO{}
|
||||||
|
}
|
||||||
|
return userDTO.ToUserRelationDTO(e.CreatedUser)
|
||||||
|
}
|
||||||
|
|
||||||
|
func transactionTypeLabel(transactionType string) string {
|
||||||
|
if strings.EqualFold(transactionType, string(utils.TransactionTypeSaldoAwal)) {
|
||||||
|
return "Saldo Awal"
|
||||||
|
}
|
||||||
|
return transactionType
|
||||||
|
}
|
||||||
|
|
||||||
|
func initialBalanceLabel(balanceType string) string {
|
||||||
|
switch strings.ToUpper(strings.TrimSpace(balanceType)) {
|
||||||
|
case "NEGATIVE":
|
||||||
|
return "Saldo Awal Negatif"
|
||||||
|
case "POSITIVE":
|
||||||
|
return "Saldo Awal Positif"
|
||||||
|
default:
|
||||||
|
return balanceType
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func initialBalanceTypeFromPayment(e entity.Payment) string {
|
||||||
|
if strings.EqualFold(e.Direction, "OUT") || e.Nominal < 0 {
|
||||||
|
return "NEGATIVE"
|
||||||
|
}
|
||||||
|
return "POSITIVE"
|
||||||
|
}
|
||||||
@@ -0,0 +1,36 @@
|
|||||||
|
package initials
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
|
||||||
|
"github.com/go-playground/validator/v10"
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
commonRepo "gitlab.com/mbugroup/lti-api.git/internal/common/repository"
|
||||||
|
commonSvc "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/utils"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
|
||||||
|
rInitial "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/initials/repositories"
|
||||||
|
sInitial "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/initials/services"
|
||||||
|
|
||||||
|
rUser "gitlab.com/mbugroup/lti-api.git/internal/modules/users/repositories"
|
||||||
|
sUser "gitlab.com/mbugroup/lti-api.git/internal/modules/users/services"
|
||||||
|
)
|
||||||
|
|
||||||
|
type InitialModule struct{}
|
||||||
|
|
||||||
|
func (InitialModule) RegisterRoutes(router fiber.Router, db *gorm.DB, validate *validator.Validate) {
|
||||||
|
initialRepo := rInitial.NewInitialRepository(db)
|
||||||
|
userRepo := rUser.NewUserRepository(db)
|
||||||
|
|
||||||
|
approvalRepo := commonRepo.NewApprovalRepository(db)
|
||||||
|
approvalService := commonSvc.NewApprovalService(approvalRepo)
|
||||||
|
if err := approvalService.RegisterWorkflowSteps(utils.ApprovalWorkflowInitial, utils.InitialApprovalSteps); err != nil {
|
||||||
|
panic(fmt.Sprintf("failed to register initial approval workflow: %v", err))
|
||||||
|
}
|
||||||
|
|
||||||
|
initialService := sInitial.NewInitialService(initialRepo, approvalService, validate)
|
||||||
|
userService := sUser.NewUserService(userRepo, validate)
|
||||||
|
|
||||||
|
InitialRoutes(router, userService, initialService)
|
||||||
|
}
|
||||||
@@ -0,0 +1,51 @@
|
|||||||
|
package repository
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/common/repository"
|
||||||
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type InitialRepository interface {
|
||||||
|
repository.BaseRepository[entity.Payment]
|
||||||
|
BankExists(ctx context.Context, bankId uint) (bool, error)
|
||||||
|
CustomerExists(ctx context.Context, customerId uint) (bool, error)
|
||||||
|
SupplierExists(ctx context.Context, supplierId uint) (bool, error)
|
||||||
|
NextPaymentSequence(ctx context.Context) (int64, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
type InitialRepositoryImpl struct {
|
||||||
|
*repository.BaseRepositoryImpl[entity.Payment]
|
||||||
|
db *gorm.DB
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewInitialRepository(db *gorm.DB) InitialRepository {
|
||||||
|
return &InitialRepositoryImpl{
|
||||||
|
BaseRepositoryImpl: repository.NewBaseRepository[entity.Payment](db),
|
||||||
|
db: db,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *InitialRepositoryImpl) BankExists(ctx context.Context, bankId uint) (bool, error) {
|
||||||
|
return repository.Exists[entity.Bank](ctx, r.db, bankId)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *InitialRepositoryImpl) CustomerExists(ctx context.Context, customerId uint) (bool, error) {
|
||||||
|
return repository.Exists[entity.Customer](ctx, r.db, customerId)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *InitialRepositoryImpl) SupplierExists(ctx context.Context, supplierId uint) (bool, error) {
|
||||||
|
return repository.Exists[entity.Supplier](ctx, r.db, supplierId)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *InitialRepositoryImpl) NextPaymentSequence(ctx context.Context) (int64, error) {
|
||||||
|
var next int64
|
||||||
|
if err := r.db.WithContext(ctx).
|
||||||
|
Raw("SELECT nextval('payments_code_seq')").
|
||||||
|
Scan(&next).Error; err != nil {
|
||||||
|
return 0, err
|
||||||
|
}
|
||||||
|
return next, nil
|
||||||
|
}
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
package initials
|
||||||
|
|
||||||
|
import (
|
||||||
|
m "gitlab.com/mbugroup/lti-api.git/internal/middleware"
|
||||||
|
controller "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/initials/controllers"
|
||||||
|
initial "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/initials/services"
|
||||||
|
user "gitlab.com/mbugroup/lti-api.git/internal/modules/users/services"
|
||||||
|
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
)
|
||||||
|
|
||||||
|
func InitialRoutes(v1 fiber.Router, u user.UserService, s initial.InitialService) {
|
||||||
|
ctrl := controller.NewInitialController(s)
|
||||||
|
|
||||||
|
route := v1.Group("/initial-balances")
|
||||||
|
route.Use(m.Auth(u))
|
||||||
|
|
||||||
|
route.Post("/",m.RequirePermissions(m.P_Finances_Initial_Balances_CreateOne), ctrl.CreateOne)
|
||||||
|
route.Get("/:id",m.RequirePermissions(m.P_Finances_Initial_Balances_GetOne), ctrl.GetOne)
|
||||||
|
route.Patch("/:id",m.RequirePermissions(m.P_Finances_Initial_Balances_UpdateOne), ctrl.UpdateOne)
|
||||||
|
}
|
||||||
@@ -0,0 +1,336 @@
|
|||||||
|
package service
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"errors"
|
||||||
|
"fmt"
|
||||||
|
"math"
|
||||||
|
"strings"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
commonRepo "gitlab.com/mbugroup/lti-api.git/internal/common/repository"
|
||||||
|
commonSvc "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
||||||
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
|
m "gitlab.com/mbugroup/lti-api.git/internal/middleware"
|
||||||
|
repository "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/initials/repositories"
|
||||||
|
validation "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/initials/validations"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/utils"
|
||||||
|
approvalutils "gitlab.com/mbugroup/lti-api.git/internal/utils/approvals"
|
||||||
|
|
||||||
|
"github.com/go-playground/validator/v10"
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
"github.com/sirupsen/logrus"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type InitialService interface {
|
||||||
|
GetOne(ctx *fiber.Ctx, id uint) (*entity.Payment, error)
|
||||||
|
CreateOne(ctx *fiber.Ctx, req *validation.Create) (*entity.Payment, error)
|
||||||
|
UpdateOne(ctx *fiber.Ctx, req *validation.Update, id uint) (*entity.Payment, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
type initialService struct {
|
||||||
|
Log *logrus.Logger
|
||||||
|
Validate *validator.Validate
|
||||||
|
Repository repository.InitialRepository
|
||||||
|
ApprovalSvc commonSvc.ApprovalService
|
||||||
|
approvalWorkflow approvalutils.ApprovalWorkflowKey
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewInitialService(
|
||||||
|
repo repository.InitialRepository,
|
||||||
|
approvalSvc commonSvc.ApprovalService,
|
||||||
|
validate *validator.Validate,
|
||||||
|
) InitialService {
|
||||||
|
return &initialService{
|
||||||
|
Log: utils.Log,
|
||||||
|
Validate: validate,
|
||||||
|
Repository: repo,
|
||||||
|
ApprovalSvc: approvalSvc,
|
||||||
|
approvalWorkflow: utils.ApprovalWorkflowInitial,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s initialService) withRelations(db *gorm.DB) *gorm.DB {
|
||||||
|
return db.Preload("CreatedUser").
|
||||||
|
Preload("BankWarehouse").
|
||||||
|
Preload("Customer").
|
||||||
|
Preload("Supplier")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s initialService) GetOne(c *fiber.Ctx, id uint) (*entity.Payment, error) {
|
||||||
|
initial, err := s.Repository.GetByID(c.Context(), id, s.withRelations)
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return nil, fiber.NewError(fiber.StatusNotFound, "Initial not found")
|
||||||
|
}
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Errorf("Failed get initial by id: %+v", err)
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if !isInitialTransaction(initial.TransactionType) {
|
||||||
|
return nil, fiber.NewError(fiber.StatusNotFound, "Initial not found")
|
||||||
|
}
|
||||||
|
if s.ApprovalSvc != nil {
|
||||||
|
approval, err := s.ApprovalSvc.LatestByTarget(c.Context(), s.approvalWorkflow, id, s.approvalQueryModifier())
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Warnf("Unable to load latest approval for initial %d: %+v", id, err)
|
||||||
|
} else {
|
||||||
|
initial.LatestApproval = approval
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return initial, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *initialService) CreateOne(c *fiber.Ctx, req *validation.Create) (*entity.Payment, error) {
|
||||||
|
if err := s.Validate.Struct(req); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
party, err := normalizePartyType(req.PartyType)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := s.ensurePartyExists(c.Context(), party, req.PartyId); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if err := s.ensureBankExists(c.Context(), req.BankId); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
balanceType, err := normalizeInitialBalanceType(req.InitialBalanceType)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
actorID, err := m.ActorIDFromContext(c)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
code, err := s.generateInitialCode(c.Context())
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
reference := req.ReferenceNumber
|
||||||
|
createBody := &entity.Payment{
|
||||||
|
PaymentCode: code,
|
||||||
|
ReferenceNumber: &reference,
|
||||||
|
TransactionType: string(utils.TransactionTypeSaldoAwal),
|
||||||
|
PartyType: party,
|
||||||
|
PartyId: req.PartyId,
|
||||||
|
PaymentDate: time.Now(),
|
||||||
|
PaymentMethod: string(utils.PaymentMethodSaldo),
|
||||||
|
BankId: req.BankId,
|
||||||
|
Direction: directionForInitialType(balanceType),
|
||||||
|
Nominal: signedNominal(balanceType, req.Nominal),
|
||||||
|
Notes: req.Note,
|
||||||
|
CreatedBy: actorID,
|
||||||
|
}
|
||||||
|
|
||||||
|
err = s.Repository.DB().WithContext(c.Context()).Transaction(func(dbTransaction *gorm.DB) error {
|
||||||
|
initialRepoTx := repository.NewInitialRepository(dbTransaction)
|
||||||
|
if err := initialRepoTx.CreateOne(c.Context(), createBody, nil); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
if s.ApprovalSvc != nil {
|
||||||
|
action := entity.ApprovalActionCreated
|
||||||
|
approvalSvcTx := commonSvc.NewApprovalService(commonRepo.NewApprovalRepository(dbTransaction))
|
||||||
|
_, err := approvalSvcTx.CreateApproval(
|
||||||
|
c.Context(),
|
||||||
|
s.approvalWorkflow,
|
||||||
|
createBody.Id,
|
||||||
|
utils.InitialStepPengajuan,
|
||||||
|
&action,
|
||||||
|
actorID,
|
||||||
|
nil,
|
||||||
|
)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Errorf("Failed to create initial: %+v", err)
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return s.GetOne(c, createBody.Id)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s initialService) UpdateOne(c *fiber.Ctx, req *validation.Update, id uint) (*entity.Payment, error) {
|
||||||
|
if err := s.Validate.Struct(req); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
updateBody := make(map[string]any)
|
||||||
|
|
||||||
|
if req.ReferenceNumber != nil {
|
||||||
|
updateBody["reference_number"] = *req.ReferenceNumber
|
||||||
|
}
|
||||||
|
if req.Note != nil {
|
||||||
|
updateBody["notes"] = *req.Note
|
||||||
|
}
|
||||||
|
if req.BankId != nil {
|
||||||
|
if err := s.ensureBankExists(c.Context(), req.BankId); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
updateBody["bank_id"] = *req.BankId
|
||||||
|
}
|
||||||
|
|
||||||
|
requiresExisting := req.PartyType != nil || req.PartyId != nil || req.InitialBalanceType != nil || req.Nominal != nil
|
||||||
|
requiresVerification := requiresExisting || req.ReferenceNumber != nil || req.Note != nil || req.BankId != nil
|
||||||
|
var existing *entity.Payment
|
||||||
|
if requiresVerification {
|
||||||
|
current, err := s.Repository.GetByID(c.Context(), id, nil)
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return nil, fiber.NewError(fiber.StatusNotFound, "Initial not found")
|
||||||
|
}
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Errorf("Failed get initial by id: %+v", err)
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if !isInitialTransaction(current.TransactionType) {
|
||||||
|
return nil, fiber.NewError(fiber.StatusNotFound, "Initial not found")
|
||||||
|
}
|
||||||
|
existing = current
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.PartyType != nil || req.PartyId != nil {
|
||||||
|
partyType := existing.PartyType
|
||||||
|
partyId := existing.PartyId
|
||||||
|
|
||||||
|
if req.PartyType != nil {
|
||||||
|
normalized, err := normalizePartyType(*req.PartyType)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
partyType = normalized
|
||||||
|
updateBody["party_type"] = partyType
|
||||||
|
}
|
||||||
|
if req.PartyId != nil {
|
||||||
|
partyId = *req.PartyId
|
||||||
|
updateBody["party_id"] = partyId
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := s.ensurePartyExists(c.Context(), partyType, partyId); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.InitialBalanceType != nil || req.Nominal != nil {
|
||||||
|
balanceType := balanceTypeFromPayment(existing)
|
||||||
|
if req.InitialBalanceType != nil {
|
||||||
|
normalized, err := normalizeInitialBalanceType(*req.InitialBalanceType)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
balanceType = normalized
|
||||||
|
}
|
||||||
|
|
||||||
|
nominal := math.Abs(existing.Nominal)
|
||||||
|
if req.Nominal != nil {
|
||||||
|
nominal = *req.Nominal
|
||||||
|
}
|
||||||
|
|
||||||
|
updateBody["direction"] = directionForInitialType(balanceType)
|
||||||
|
updateBody["nominal"] = signedNominal(balanceType, nominal)
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(updateBody) == 0 {
|
||||||
|
return s.GetOne(c, id)
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := s.Repository.PatchOne(c.Context(), id, updateBody, nil); err != nil {
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return nil, fiber.NewError(fiber.StatusNotFound, "Initial not found")
|
||||||
|
}
|
||||||
|
s.Log.Errorf("Failed to update initial: %+v", err)
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return s.GetOne(c, id)
|
||||||
|
}
|
||||||
|
|
||||||
|
func isInitialTransaction(transactionType string) bool {
|
||||||
|
return strings.EqualFold(transactionType, string(utils.TransactionTypeSaldoAwal))
|
||||||
|
}
|
||||||
|
|
||||||
|
func balanceTypeFromPayment(payment *entity.Payment) string {
|
||||||
|
if strings.EqualFold(payment.Direction, "OUT") || payment.Nominal < 0 {
|
||||||
|
return "NEGATIVE"
|
||||||
|
}
|
||||||
|
return "POSITIVE"
|
||||||
|
}
|
||||||
|
|
||||||
|
func normalizePartyType(partyType string) (string, error) {
|
||||||
|
party := strings.ToUpper(strings.TrimSpace(partyType))
|
||||||
|
if !utils.IsValidPaymentParty(party) {
|
||||||
|
return "", utils.BadRequest("`party_type` must be `customer` or `supplier`")
|
||||||
|
}
|
||||||
|
return party, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func normalizeInitialBalanceType(balanceType string) (string, error) {
|
||||||
|
normalized := strings.ToUpper(strings.TrimSpace(balanceType))
|
||||||
|
switch normalized {
|
||||||
|
case "NEGATIVE", "POSITIVE":
|
||||||
|
return normalized, nil
|
||||||
|
default:
|
||||||
|
return "", utils.BadRequest("`initial_balance_type` must be `NEGATIVE` or `POSITIVE`")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func directionForInitialType(balanceType string) string {
|
||||||
|
if strings.EqualFold(balanceType, "NEGATIVE") {
|
||||||
|
return "OUT"
|
||||||
|
}
|
||||||
|
return "IN"
|
||||||
|
}
|
||||||
|
|
||||||
|
func signedNominal(balanceType string, nominal float64) float64 {
|
||||||
|
normalized := math.Abs(nominal)
|
||||||
|
if strings.EqualFold(balanceType, "NEGATIVE") {
|
||||||
|
return -normalized
|
||||||
|
}
|
||||||
|
return normalized
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s initialService) generateInitialCode(ctx context.Context) (string, error) {
|
||||||
|
sequence, err := s.Repository.NextPaymentSequence(ctx)
|
||||||
|
if err != nil {
|
||||||
|
return "", err
|
||||||
|
}
|
||||||
|
return fmt.Sprintf("INIT-%05d", sequence), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s initialService) approvalQueryModifier() func(*gorm.DB) *gorm.DB {
|
||||||
|
return func(db *gorm.DB) *gorm.DB {
|
||||||
|
return db.Preload("ActionUser")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s initialService) ensurePartyExists(ctx context.Context, partyType string, partyId uint) error {
|
||||||
|
switch utils.PaymentParty(partyType) {
|
||||||
|
case utils.PaymentPartyCustomer:
|
||||||
|
return commonSvc.EnsureRelations(ctx,
|
||||||
|
commonSvc.RelationCheck{Name: "Customer", ID: &partyId, Exists: s.Repository.CustomerExists},
|
||||||
|
)
|
||||||
|
case utils.PaymentPartySupplier:
|
||||||
|
return commonSvc.EnsureRelations(ctx,
|
||||||
|
commonSvc.RelationCheck{Name: "Supplier", ID: &partyId, Exists: s.Repository.SupplierExists},
|
||||||
|
)
|
||||||
|
default:
|
||||||
|
return utils.BadRequest("`party_type` must be `customer` or `supplier`")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s initialService) ensureBankExists(ctx context.Context, bankId *uint) error {
|
||||||
|
return commonSvc.EnsureRelations(ctx,
|
||||||
|
commonSvc.RelationCheck{Name: "Bank", ID: bankId, Exists: s.Repository.BankExists},
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
package validation
|
||||||
|
|
||||||
|
type Create struct {
|
||||||
|
PartyType string `json:"party_type" validate:"required_strict,max=50"`
|
||||||
|
PartyId uint `json:"party_id" validate:"required_strict,number,gt=0"`
|
||||||
|
BankId *uint `json:"bank_id" validate:"required_strict,number,gt=0"`
|
||||||
|
ReferenceNumber string `json:"reference_number" validate:"required_strict,max=100"`
|
||||||
|
InitialBalanceType string `json:"initial_balance_type" validate:"required_strict,oneof=NEGATIVE POSITIVE"`
|
||||||
|
Nominal float64 `json:"nominal" validate:"required_strict,gt=0"`
|
||||||
|
Note string `json:"note" validate:"required_strict,max=500"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type Update struct {
|
||||||
|
PartyType *string `json:"party_type,omitempty" validate:"omitempty,max=50"`
|
||||||
|
PartyId *uint `json:"party_id,omitempty" validate:"omitempty,number,gt=0"`
|
||||||
|
BankId *uint `json:"bank_id,omitempty" validate:"omitempty,number,gt=0"`
|
||||||
|
ReferenceNumber *string `json:"reference_number,omitempty" validate:"omitempty,max=100"`
|
||||||
|
InitialBalanceType *string `json:"initial_balance_type,omitempty" validate:"omitempty,oneof=NEGATIVE POSITIVE"`
|
||||||
|
Nominal *float64 `json:"nominal,omitempty" validate:"omitempty,gt=0"`
|
||||||
|
Note *string `json:"note,omitempty" validate:"omitempty,max=500"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type Query struct {
|
||||||
|
Page int `query:"page" validate:"omitempty,number,min=1,gt=0"`
|
||||||
|
Limit int `query:"limit" validate:"omitempty,number,min=1,max=100,gt=0"`
|
||||||
|
Search string `query:"search" validate:"omitempty,max=50"`
|
||||||
|
}
|
||||||
@@ -0,0 +1,92 @@
|
|||||||
|
package controller
|
||||||
|
|
||||||
|
import (
|
||||||
|
"strconv"
|
||||||
|
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/modules/finance/injections/dto"
|
||||||
|
service "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/injections/services"
|
||||||
|
validation "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/injections/validations"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/response"
|
||||||
|
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
)
|
||||||
|
|
||||||
|
type InjectionController struct {
|
||||||
|
InjectionService service.InjectionService
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewInjectionController(injectionService service.InjectionService) *InjectionController {
|
||||||
|
return &InjectionController{
|
||||||
|
InjectionService: injectionService,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (u *InjectionController) GetOne(c *fiber.Ctx) error {
|
||||||
|
param := c.Params("id")
|
||||||
|
|
||||||
|
id, err := strconv.Atoi(param)
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid Id")
|
||||||
|
}
|
||||||
|
|
||||||
|
result, err := u.InjectionService.GetOne(c, uint(id))
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return c.Status(fiber.StatusOK).
|
||||||
|
JSON(response.Success{
|
||||||
|
Code: fiber.StatusOK,
|
||||||
|
Status: "success",
|
||||||
|
Message: "Get injection successfully",
|
||||||
|
Data: dto.ToInjectionListDTO(*result),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func (u *InjectionController) CreateOne(c *fiber.Ctx) error {
|
||||||
|
req := new(validation.Create)
|
||||||
|
|
||||||
|
if err := c.BodyParser(req); err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid request body")
|
||||||
|
}
|
||||||
|
|
||||||
|
result, err := u.InjectionService.CreateOne(c, req)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return c.Status(fiber.StatusCreated).
|
||||||
|
JSON(response.Success{
|
||||||
|
Code: fiber.StatusCreated,
|
||||||
|
Status: "success",
|
||||||
|
Message: "Balance injection created successfully",
|
||||||
|
Data: dto.ToInjectionListDTO(*result),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func (u *InjectionController) UpdateOne(c *fiber.Ctx) error {
|
||||||
|
req := new(validation.Update)
|
||||||
|
param := c.Params("id")
|
||||||
|
|
||||||
|
id, err := strconv.Atoi(param)
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid Id")
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := c.BodyParser(req); err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid request body")
|
||||||
|
}
|
||||||
|
|
||||||
|
result, err := u.InjectionService.UpdateOne(c, req, uint(id))
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return c.Status(fiber.StatusOK).
|
||||||
|
JSON(response.Success{
|
||||||
|
Code: fiber.StatusOK,
|
||||||
|
Status: "success",
|
||||||
|
Message: "Update injection successfully",
|
||||||
|
Data: dto.ToInjectionListDTO(*result),
|
||||||
|
})
|
||||||
|
}
|
||||||
@@ -0,0 +1,102 @@
|
|||||||
|
package dto
|
||||||
|
|
||||||
|
import (
|
||||||
|
"strings"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
|
approvalDTO "gitlab.com/mbugroup/lti-api.git/internal/modules/approvals/dto"
|
||||||
|
bankDTO "gitlab.com/mbugroup/lti-api.git/internal/modules/master/banks/dto"
|
||||||
|
userDTO "gitlab.com/mbugroup/lti-api.git/internal/modules/users/dto"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/utils"
|
||||||
|
)
|
||||||
|
|
||||||
|
// === DTO Structs ===
|
||||||
|
|
||||||
|
type InjectionRelationDTO struct {
|
||||||
|
Id uint `json:"id"`
|
||||||
|
TransactionType string `json:"transaction_type"`
|
||||||
|
Bank bankDTO.BankRelationDTO `json:"bank,omitempty"`
|
||||||
|
AdjustmentDate string `json:"adjustment_date"`
|
||||||
|
Direction string `json:"direction"`
|
||||||
|
Nominal float64 `json:"nominal"`
|
||||||
|
Notes string `json:"notes"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type InjectionListDTO struct {
|
||||||
|
InjectionRelationDTO
|
||||||
|
CreatedBy uint `json:"created_by"`
|
||||||
|
CreatedByUser userDTO.UserRelationDTO `json:"created_by_user,omitempty"`
|
||||||
|
CreatedAt time.Time `json:"created_at"`
|
||||||
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
|
Approval approvalDTO.ApprovalRelationDTO `json:"approval"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type InjectionDetailDTO struct {
|
||||||
|
InjectionListDTO
|
||||||
|
}
|
||||||
|
|
||||||
|
// === Mapper Functions ===
|
||||||
|
|
||||||
|
func ToInjectionRelationDTO(e entity.Payment) InjectionRelationDTO {
|
||||||
|
return InjectionRelationDTO{
|
||||||
|
Id: e.Id,
|
||||||
|
TransactionType: transactionTypeLabel(e.TransactionType),
|
||||||
|
Bank: bankFromInjection(e),
|
||||||
|
AdjustmentDate: utils.FormatDate(e.PaymentDate),
|
||||||
|
Direction: e.Direction,
|
||||||
|
Nominal: e.Nominal,
|
||||||
|
Notes: e.Notes,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ToInjectionListDTO(e entity.Payment) InjectionListDTO {
|
||||||
|
approval := approvalDTO.ApprovalRelationDTO{}
|
||||||
|
if e.LatestApproval != nil {
|
||||||
|
approval = approvalDTO.ToApprovalDTO(*e.LatestApproval)
|
||||||
|
}
|
||||||
|
|
||||||
|
return InjectionListDTO{
|
||||||
|
InjectionRelationDTO: ToInjectionRelationDTO(e),
|
||||||
|
CreatedBy: e.CreatedBy,
|
||||||
|
CreatedByUser: userFromInjection(e),
|
||||||
|
CreatedAt: e.CreatedAt,
|
||||||
|
UpdatedAt: e.UpdatedAt,
|
||||||
|
Approval: approval,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ToInjectionListDTOs(e []entity.Payment) []InjectionListDTO {
|
||||||
|
result := make([]InjectionListDTO, len(e))
|
||||||
|
for i, r := range e {
|
||||||
|
result[i] = ToInjectionListDTO(r)
|
||||||
|
}
|
||||||
|
return result
|
||||||
|
}
|
||||||
|
|
||||||
|
func ToInjectionDetailDTO(e entity.Payment) InjectionDetailDTO {
|
||||||
|
return InjectionDetailDTO{
|
||||||
|
InjectionListDTO: ToInjectionListDTO(e),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func bankFromInjection(e entity.Payment) bankDTO.BankRelationDTO {
|
||||||
|
if e.BankWarehouse.Id == 0 {
|
||||||
|
return bankDTO.BankRelationDTO{}
|
||||||
|
}
|
||||||
|
return bankDTO.ToBankRelationDTO(e.BankWarehouse)
|
||||||
|
}
|
||||||
|
|
||||||
|
func userFromInjection(e entity.Payment) userDTO.UserRelationDTO {
|
||||||
|
if e.CreatedUser.Id == 0 {
|
||||||
|
return userDTO.UserRelationDTO{}
|
||||||
|
}
|
||||||
|
return userDTO.ToUserRelationDTO(e.CreatedUser)
|
||||||
|
}
|
||||||
|
|
||||||
|
func transactionTypeLabel(transactionType string) string {
|
||||||
|
if strings.EqualFold(transactionType, string(utils.TransactionTypeInjection)) {
|
||||||
|
return "Injection"
|
||||||
|
}
|
||||||
|
return transactionType
|
||||||
|
}
|
||||||
@@ -0,0 +1,36 @@
|
|||||||
|
package injections
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
|
||||||
|
"github.com/go-playground/validator/v10"
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
commonRepo "gitlab.com/mbugroup/lti-api.git/internal/common/repository"
|
||||||
|
commonSvc "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/utils"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
|
||||||
|
rInjection "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/injections/repositories"
|
||||||
|
sInjection "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/injections/services"
|
||||||
|
|
||||||
|
rUser "gitlab.com/mbugroup/lti-api.git/internal/modules/users/repositories"
|
||||||
|
sUser "gitlab.com/mbugroup/lti-api.git/internal/modules/users/services"
|
||||||
|
)
|
||||||
|
|
||||||
|
type InjectionModule struct{}
|
||||||
|
|
||||||
|
func (InjectionModule) RegisterRoutes(router fiber.Router, db *gorm.DB, validate *validator.Validate) {
|
||||||
|
injectionRepo := rInjection.NewInjectionRepository(db)
|
||||||
|
userRepo := rUser.NewUserRepository(db)
|
||||||
|
|
||||||
|
approvalRepo := commonRepo.NewApprovalRepository(db)
|
||||||
|
approvalService := commonSvc.NewApprovalService(approvalRepo)
|
||||||
|
if err := approvalService.RegisterWorkflowSteps(utils.ApprovalWorkflowInjection, utils.InjectionApprovalSteps); err != nil {
|
||||||
|
panic(fmt.Sprintf("failed to register injection approval workflow: %v", err))
|
||||||
|
}
|
||||||
|
|
||||||
|
injectionService := sInjection.NewInjectionService(injectionRepo, approvalService, validate)
|
||||||
|
userService := sUser.NewUserService(userRepo, validate)
|
||||||
|
|
||||||
|
InjectionRoutes(router, userService, injectionService)
|
||||||
|
}
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
package repository
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/common/repository"
|
||||||
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type InjectionRepository interface {
|
||||||
|
repository.BaseRepository[entity.Payment]
|
||||||
|
BankExists(ctx context.Context, bankId uint) (bool, error)
|
||||||
|
NextPaymentSequence(ctx context.Context) (int64, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
type InjectionRepositoryImpl struct {
|
||||||
|
*repository.BaseRepositoryImpl[entity.Payment]
|
||||||
|
db *gorm.DB
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewInjectionRepository(db *gorm.DB) InjectionRepository {
|
||||||
|
return &InjectionRepositoryImpl{
|
||||||
|
BaseRepositoryImpl: repository.NewBaseRepository[entity.Payment](db),
|
||||||
|
db: db,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *InjectionRepositoryImpl) BankExists(ctx context.Context, bankId uint) (bool, error) {
|
||||||
|
return repository.Exists[entity.Bank](ctx, r.db, bankId)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *InjectionRepositoryImpl) NextPaymentSequence(ctx context.Context) (int64, error) {
|
||||||
|
var next int64
|
||||||
|
if err := r.db.WithContext(ctx).
|
||||||
|
Raw("SELECT nextval('payments_code_seq')").
|
||||||
|
Scan(&next).Error; err != nil {
|
||||||
|
return 0, err
|
||||||
|
}
|
||||||
|
return next, nil
|
||||||
|
}
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
package injections
|
||||||
|
|
||||||
|
import (
|
||||||
|
m "gitlab.com/mbugroup/lti-api.git/internal/middleware"
|
||||||
|
controller "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/injections/controllers"
|
||||||
|
injection "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/injections/services"
|
||||||
|
user "gitlab.com/mbugroup/lti-api.git/internal/modules/users/services"
|
||||||
|
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
)
|
||||||
|
|
||||||
|
func InjectionRoutes(v1 fiber.Router, u user.UserService, s injection.InjectionService) {
|
||||||
|
ctrl := controller.NewInjectionController(s)
|
||||||
|
|
||||||
|
route := v1.Group("/injections")
|
||||||
|
route.Use(m.Auth(u))
|
||||||
|
|
||||||
|
route.Post("/", m.RequirePermissions(m.P_Finances_Injections_CreateOne), ctrl.CreateOne)
|
||||||
|
route.Get("/:id", m.RequirePermissions(m.P_Finances_Injections_GetOne), ctrl.GetOne)
|
||||||
|
route.Patch("/:id", m.RequirePermissions(m.P_Finances_Injections_UpdateOne), ctrl.UpdateOne)
|
||||||
|
}
|
||||||
@@ -0,0 +1,230 @@
|
|||||||
|
package service
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"errors"
|
||||||
|
"fmt"
|
||||||
|
"strings"
|
||||||
|
|
||||||
|
commonRepo "gitlab.com/mbugroup/lti-api.git/internal/common/repository"
|
||||||
|
commonSvc "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
||||||
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
|
m "gitlab.com/mbugroup/lti-api.git/internal/middleware"
|
||||||
|
repository "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/injections/repositories"
|
||||||
|
validation "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/injections/validations"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/utils"
|
||||||
|
approvalutils "gitlab.com/mbugroup/lti-api.git/internal/utils/approvals"
|
||||||
|
|
||||||
|
"github.com/go-playground/validator/v10"
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
"github.com/sirupsen/logrus"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type InjectionService interface {
|
||||||
|
GetOne(ctx *fiber.Ctx, id uint) (*entity.Payment, error)
|
||||||
|
CreateOne(ctx *fiber.Ctx, req *validation.Create) (*entity.Payment, error)
|
||||||
|
UpdateOne(ctx *fiber.Ctx, req *validation.Update, id uint) (*entity.Payment, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
type injectionService struct {
|
||||||
|
Log *logrus.Logger
|
||||||
|
Validate *validator.Validate
|
||||||
|
Repository repository.InjectionRepository
|
||||||
|
ApprovalSvc commonSvc.ApprovalService
|
||||||
|
approvalWorkflow approvalutils.ApprovalWorkflowKey
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewInjectionService(
|
||||||
|
repo repository.InjectionRepository,
|
||||||
|
approvalSvc commonSvc.ApprovalService,
|
||||||
|
validate *validator.Validate,
|
||||||
|
) InjectionService {
|
||||||
|
return &injectionService{
|
||||||
|
Log: utils.Log,
|
||||||
|
Validate: validate,
|
||||||
|
Repository: repo,
|
||||||
|
ApprovalSvc: approvalSvc,
|
||||||
|
approvalWorkflow: utils.ApprovalWorkflowInjection,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s injectionService) withRelations(db *gorm.DB) *gorm.DB {
|
||||||
|
return db.Preload("CreatedUser").
|
||||||
|
Preload("BankWarehouse")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s injectionService) GetOne(c *fiber.Ctx, id uint) (*entity.Payment, error) {
|
||||||
|
injection, err := s.Repository.GetByID(c.Context(), id, s.withRelations)
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return nil, fiber.NewError(fiber.StatusNotFound, "Injection not found")
|
||||||
|
}
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Errorf("Failed get injection by id: %+v", err)
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if !isInjectionTransaction(injection.TransactionType) {
|
||||||
|
return nil, fiber.NewError(fiber.StatusNotFound, "Injection not found")
|
||||||
|
}
|
||||||
|
if s.ApprovalSvc != nil {
|
||||||
|
approval, err := s.ApprovalSvc.LatestByTarget(c.Context(), s.approvalWorkflow, id, s.approvalQueryModifier())
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Warnf("Unable to load latest approval for injection %d: %+v", id, err)
|
||||||
|
} else {
|
||||||
|
injection.LatestApproval = approval
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return injection, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *injectionService) CreateOne(c *fiber.Ctx, req *validation.Create) (*entity.Payment, error) {
|
||||||
|
if err := s.Validate.Struct(req); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := s.ensureBankExists(c.Context(), req.BankId); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
adjustmentDate, err := utils.ParseDateString(req.AdjustmentDate)
|
||||||
|
if err != nil {
|
||||||
|
return nil, utils.BadRequest(err.Error())
|
||||||
|
}
|
||||||
|
|
||||||
|
actorID, err := m.ActorIDFromContext(c)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
code, err := s.generateInjectionCode(c.Context())
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
createBody := &entity.Payment{
|
||||||
|
PaymentCode: code,
|
||||||
|
TransactionType: string(utils.TransactionTypeInjection),
|
||||||
|
PartyType: string(utils.PaymentPartyCustomer),
|
||||||
|
PartyId: 0,
|
||||||
|
PaymentDate: adjustmentDate,
|
||||||
|
PaymentMethod: string(utils.PaymentMethodSaldo),
|
||||||
|
BankId: req.BankId,
|
||||||
|
Direction: "IN",
|
||||||
|
Nominal: req.Nominal,
|
||||||
|
Notes: req.Notes,
|
||||||
|
CreatedBy: actorID,
|
||||||
|
}
|
||||||
|
|
||||||
|
err = s.Repository.DB().WithContext(c.Context()).Transaction(func(dbTransaction *gorm.DB) error {
|
||||||
|
injectionRepoTx := repository.NewInjectionRepository(dbTransaction)
|
||||||
|
if err := injectionRepoTx.CreateOne(c.Context(), createBody, nil); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
if s.ApprovalSvc != nil {
|
||||||
|
action := entity.ApprovalActionCreated
|
||||||
|
approvalSvcTx := commonSvc.NewApprovalService(commonRepo.NewApprovalRepository(dbTransaction))
|
||||||
|
_, err := approvalSvcTx.CreateApproval(
|
||||||
|
c.Context(),
|
||||||
|
s.approvalWorkflow,
|
||||||
|
createBody.Id,
|
||||||
|
utils.InjectionStepPengajuan,
|
||||||
|
&action,
|
||||||
|
actorID,
|
||||||
|
nil,
|
||||||
|
)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Errorf("Failed to create injection: %+v", err)
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return s.GetOne(c, createBody.Id)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s injectionService) UpdateOne(c *fiber.Ctx, req *validation.Update, id uint) (*entity.Payment, error) {
|
||||||
|
if err := s.Validate.Struct(req); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
updateBody := make(map[string]any)
|
||||||
|
|
||||||
|
requiresVerification := req.BankId != nil || req.AdjustmentDate != nil || req.Nominal != nil || req.Notes != nil
|
||||||
|
if requiresVerification {
|
||||||
|
current, err := s.Repository.GetByID(c.Context(), id, nil)
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return nil, fiber.NewError(fiber.StatusNotFound, "Injection not found")
|
||||||
|
}
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Errorf("Failed get injection by id: %+v", err)
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if !isInjectionTransaction(current.TransactionType) {
|
||||||
|
return nil, fiber.NewError(fiber.StatusNotFound, "Injection not found")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.BankId != nil {
|
||||||
|
if err := s.ensureBankExists(c.Context(), req.BankId); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
updateBody["bank_id"] = *req.BankId
|
||||||
|
}
|
||||||
|
if req.AdjustmentDate != nil {
|
||||||
|
parsedDate, err := utils.ParseDateString(*req.AdjustmentDate)
|
||||||
|
if err != nil {
|
||||||
|
return nil, utils.BadRequest(err.Error())
|
||||||
|
}
|
||||||
|
updateBody["payment_date"] = parsedDate
|
||||||
|
}
|
||||||
|
if req.Nominal != nil {
|
||||||
|
updateBody["nominal"] = *req.Nominal
|
||||||
|
}
|
||||||
|
if req.Notes != nil {
|
||||||
|
updateBody["notes"] = *req.Notes
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(updateBody) == 0 {
|
||||||
|
return s.GetOne(c, id)
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := s.Repository.PatchOne(c.Context(), id, updateBody, nil); err != nil {
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return nil, fiber.NewError(fiber.StatusNotFound, "Injection not found")
|
||||||
|
}
|
||||||
|
s.Log.Errorf("Failed to update injection: %+v", err)
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return s.GetOne(c, id)
|
||||||
|
}
|
||||||
|
|
||||||
|
func isInjectionTransaction(transactionType string) bool {
|
||||||
|
return strings.EqualFold(transactionType, string(utils.TransactionTypeInjection))
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s injectionService) generateInjectionCode(ctx context.Context) (string, error) {
|
||||||
|
sequence, err := s.Repository.NextPaymentSequence(ctx)
|
||||||
|
if err != nil {
|
||||||
|
return "", err
|
||||||
|
}
|
||||||
|
return fmt.Sprintf("INJ-%05d", sequence), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s injectionService) approvalQueryModifier() func(*gorm.DB) *gorm.DB {
|
||||||
|
return func(db *gorm.DB) *gorm.DB {
|
||||||
|
return db.Preload("ActionUser")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s injectionService) ensureBankExists(ctx context.Context, bankId *uint) error {
|
||||||
|
return commonSvc.EnsureRelations(ctx,
|
||||||
|
commonSvc.RelationCheck{Name: "Bank", ID: bankId, Exists: s.Repository.BankExists},
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
package validation
|
||||||
|
|
||||||
|
type Create struct {
|
||||||
|
BankId *uint `json:"bank_id" validate:"required_strict,number,gt=0"`
|
||||||
|
AdjustmentDate string `json:"adjustment_date" validate:"required_strict"`
|
||||||
|
Nominal float64 `json:"nominal" validate:"required_strict,gt=0"`
|
||||||
|
Notes string `json:"notes" validate:"required_strict,max=500"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type Update struct {
|
||||||
|
BankId *uint `json:"bank_id,omitempty" validate:"omitempty,number,gt=0"`
|
||||||
|
AdjustmentDate *string `json:"adjustment_date,omitempty" validate:"omitempty"`
|
||||||
|
Nominal *float64 `json:"nominal,omitempty" validate:"omitempty,gt=0"`
|
||||||
|
Notes *string `json:"notes,omitempty" validate:"omitempty,max=500"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type Query struct {
|
||||||
|
Page int `query:"page" validate:"omitempty,number,min=1,gt=0"`
|
||||||
|
Limit int `query:"limit" validate:"omitempty,number,min=1,max=100,gt=0"`
|
||||||
|
Search string `query:"search" validate:"omitempty,max=50"`
|
||||||
|
}
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
package finance
|
||||||
|
|
||||||
|
import (
|
||||||
|
"github.com/go-playground/validator/v10"
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type FinanceModule struct{}
|
||||||
|
|
||||||
|
func (FinanceModule) RegisterRoutes(router fiber.Router, db *gorm.DB, validate *validator.Validate) {
|
||||||
|
RegisterRoutes(router, db, validate)
|
||||||
|
}
|
||||||
@@ -0,0 +1,92 @@
|
|||||||
|
package controller
|
||||||
|
|
||||||
|
import (
|
||||||
|
"strconv"
|
||||||
|
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/modules/finance/payments/dto"
|
||||||
|
service "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/payments/services"
|
||||||
|
validation "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/payments/validations"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/response"
|
||||||
|
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
)
|
||||||
|
|
||||||
|
type PaymentController struct {
|
||||||
|
PaymentService service.PaymentService
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewPaymentController(paymentService service.PaymentService) *PaymentController {
|
||||||
|
return &PaymentController{
|
||||||
|
PaymentService: paymentService,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (u *PaymentController) GetOne(c *fiber.Ctx) error {
|
||||||
|
param := c.Params("id")
|
||||||
|
|
||||||
|
id, err := strconv.Atoi(param)
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid Id")
|
||||||
|
}
|
||||||
|
|
||||||
|
result, err := u.PaymentService.GetOne(c, uint(id))
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return c.Status(fiber.StatusOK).
|
||||||
|
JSON(response.Success{
|
||||||
|
Code: fiber.StatusOK,
|
||||||
|
Status: "success",
|
||||||
|
Message: "Get payment successfully",
|
||||||
|
Data: dto.ToPaymentListDTO(*result),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func (u *PaymentController) CreateOne(c *fiber.Ctx) error {
|
||||||
|
req := new(validation.Create)
|
||||||
|
|
||||||
|
if err := c.BodyParser(req); err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid request body")
|
||||||
|
}
|
||||||
|
|
||||||
|
result, err := u.PaymentService.CreateOne(c, req)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return c.Status(fiber.StatusCreated).
|
||||||
|
JSON(response.Success{
|
||||||
|
Code: fiber.StatusCreated,
|
||||||
|
Status: "success",
|
||||||
|
Message: "Create payment successfully",
|
||||||
|
Data: dto.ToPaymentListDTO(*result),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func (u *PaymentController) UpdateOne(c *fiber.Ctx) error {
|
||||||
|
req := new(validation.Update)
|
||||||
|
param := c.Params("id")
|
||||||
|
|
||||||
|
id, err := strconv.Atoi(param)
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid Id")
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := c.BodyParser(req); err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid request body")
|
||||||
|
}
|
||||||
|
|
||||||
|
result, err := u.PaymentService.UpdateOne(c, req, uint(id))
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return c.Status(fiber.StatusOK).
|
||||||
|
JSON(response.Success{
|
||||||
|
Code: fiber.StatusOK,
|
||||||
|
Status: "success",
|
||||||
|
Message: "Update payment successfully",
|
||||||
|
Data: dto.ToPaymentListDTO(*result),
|
||||||
|
})
|
||||||
|
}
|
||||||
@@ -0,0 +1,189 @@
|
|||||||
|
package dto
|
||||||
|
|
||||||
|
import (
|
||||||
|
"strings"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
|
approvalDTO "gitlab.com/mbugroup/lti-api.git/internal/modules/approvals/dto"
|
||||||
|
bankDTO "gitlab.com/mbugroup/lti-api.git/internal/modules/master/banks/dto"
|
||||||
|
userDTO "gitlab.com/mbugroup/lti-api.git/internal/modules/users/dto"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/utils"
|
||||||
|
)
|
||||||
|
|
||||||
|
// === DTO Structs ===
|
||||||
|
|
||||||
|
type PaymentRelationDTO struct {
|
||||||
|
Id uint `json:"id"`
|
||||||
|
PaymentCode string `json:"payment_code"`
|
||||||
|
ReferenceNumber *string `json:"reference_number,omitempty"`
|
||||||
|
TransactionType string `json:"transaction_type"`
|
||||||
|
Party Party `json:"party"`
|
||||||
|
PaymentDate time.Time `json:"payment_date"`
|
||||||
|
PaymentMethod string `json:"payment_method"`
|
||||||
|
Bank bankDTO.BankRelationDTO `json:"bank,omitempty"`
|
||||||
|
ExpenseAmount float64 `json:"expense_amount"`
|
||||||
|
IncomeAmount float64 `json:"income_amount"`
|
||||||
|
Nominal float64 `json:"nominal"`
|
||||||
|
Notes string `json:"notes"`
|
||||||
|
CreatedUser userDTO.UserRelationDTO `json:"created_user,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type PaymentListDTO struct {
|
||||||
|
Id uint `json:"id"`
|
||||||
|
PaymentCode string `json:"payment_code"`
|
||||||
|
ReferenceNumber *string `json:"reference_number"`
|
||||||
|
TransactionType string `json:"transaction_type"`
|
||||||
|
Party Party `json:"party"`
|
||||||
|
PaymentDate time.Time `json:"payment_date"`
|
||||||
|
PaymentMethod string `json:"payment_method"`
|
||||||
|
Bank bankDTO.BankRelationDTO `json:"bank"`
|
||||||
|
ExpenseAmount float64 `json:"expense_amount"`
|
||||||
|
IncomeAmount float64 `json:"income_amount"`
|
||||||
|
Nominal float64 `json:"nominal"`
|
||||||
|
Notes string `json:"notes"`
|
||||||
|
CreatedUser userDTO.UserRelationDTO `json:"created_user"`
|
||||||
|
CreatedAt time.Time `json:"created_at"`
|
||||||
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
|
Approval approvalDTO.ApprovalRelationDTO `json:"approval"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type PaymentDetailDTO struct {
|
||||||
|
PaymentListDTO
|
||||||
|
}
|
||||||
|
|
||||||
|
type Party struct {
|
||||||
|
Id uint `json:"id"`
|
||||||
|
Name string `json:"name"`
|
||||||
|
Type string `json:"type"`
|
||||||
|
AccountNumber string `json:"account_number"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// === Mapper Functions ===
|
||||||
|
|
||||||
|
func ToPaymentRelationDTO(e entity.Payment) PaymentRelationDTO {
|
||||||
|
expenseAmount, incomeAmount := paymentAmounts(e.Direction, e.Nominal)
|
||||||
|
|
||||||
|
return PaymentRelationDTO{
|
||||||
|
Id: e.Id,
|
||||||
|
PaymentCode: paymentCodeFromPayment(e),
|
||||||
|
ReferenceNumber: e.ReferenceNumber,
|
||||||
|
TransactionType: transactionTypeFromPayment(e),
|
||||||
|
Party: partyFromPayment(e),
|
||||||
|
PaymentDate: e.PaymentDate,
|
||||||
|
PaymentMethod: e.PaymentMethod,
|
||||||
|
Bank: bankFromPayment(e),
|
||||||
|
ExpenseAmount: expenseAmount,
|
||||||
|
IncomeAmount: incomeAmount,
|
||||||
|
Nominal: e.Nominal,
|
||||||
|
Notes: e.Notes,
|
||||||
|
CreatedUser: userFromPayment(e),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ToPaymentListDTO(e entity.Payment) PaymentListDTO {
|
||||||
|
expenseAmount, incomeAmount := paymentAmounts(e.Direction, e.Nominal)
|
||||||
|
approval := approvalDTO.ApprovalRelationDTO{}
|
||||||
|
if e.LatestApproval != nil {
|
||||||
|
approval = approvalDTO.ToApprovalDTO(*e.LatestApproval)
|
||||||
|
}
|
||||||
|
|
||||||
|
return PaymentListDTO{
|
||||||
|
Id: e.Id,
|
||||||
|
PaymentCode: paymentCodeFromPayment(e),
|
||||||
|
ReferenceNumber: e.ReferenceNumber,
|
||||||
|
TransactionType: transactionTypeFromPayment(e),
|
||||||
|
Party: partyFromPayment(e),
|
||||||
|
PaymentDate: e.PaymentDate,
|
||||||
|
PaymentMethod: e.PaymentMethod,
|
||||||
|
Bank: bankFromPayment(e),
|
||||||
|
ExpenseAmount: expenseAmount,
|
||||||
|
IncomeAmount: incomeAmount,
|
||||||
|
Nominal: e.Nominal,
|
||||||
|
Notes: e.Notes,
|
||||||
|
CreatedUser: userFromPayment(e),
|
||||||
|
CreatedAt: e.CreatedAt,
|
||||||
|
UpdatedAt: e.UpdatedAt,
|
||||||
|
Approval: approval,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ToPaymentListDTOs(e []entity.Payment) []PaymentListDTO {
|
||||||
|
result := make([]PaymentListDTO, len(e))
|
||||||
|
for i, r := range e {
|
||||||
|
result[i] = ToPaymentListDTO(r)
|
||||||
|
}
|
||||||
|
return result
|
||||||
|
}
|
||||||
|
|
||||||
|
func ToPaymentDetailDTO(e entity.Payment) PaymentDetailDTO {
|
||||||
|
return PaymentDetailDTO{
|
||||||
|
PaymentListDTO: ToPaymentListDTO(e),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func partyFromPayment(e entity.Payment) Party {
|
||||||
|
party := Party{
|
||||||
|
Id: e.PartyId,
|
||||||
|
Type: e.PartyType,
|
||||||
|
}
|
||||||
|
|
||||||
|
switch utils.PaymentParty(e.PartyType) {
|
||||||
|
case utils.PaymentPartyCustomer:
|
||||||
|
if e.Customer != nil && e.Customer.Id != 0 {
|
||||||
|
party.Name = e.Customer.Name
|
||||||
|
party.AccountNumber = e.Customer.AccountNumber
|
||||||
|
}
|
||||||
|
case utils.PaymentPartySupplier:
|
||||||
|
if e.Supplier != nil && e.Supplier.Id != 0 {
|
||||||
|
party.Name = e.Supplier.Name
|
||||||
|
if e.Supplier.AccountNumber != nil {
|
||||||
|
party.AccountNumber = *e.Supplier.AccountNumber
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return party
|
||||||
|
}
|
||||||
|
|
||||||
|
func bankFromPayment(e entity.Payment) bankDTO.BankRelationDTO {
|
||||||
|
if e.BankWarehouse.Id == 0 {
|
||||||
|
return bankDTO.BankRelationDTO{}
|
||||||
|
}
|
||||||
|
return bankDTO.ToBankRelationDTO(e.BankWarehouse)
|
||||||
|
}
|
||||||
|
|
||||||
|
func userFromPayment(e entity.Payment) userDTO.UserRelationDTO {
|
||||||
|
if e.CreatedUser.Id == 0 {
|
||||||
|
return userDTO.UserRelationDTO{}
|
||||||
|
}
|
||||||
|
return userDTO.ToUserRelationDTO(e.CreatedUser)
|
||||||
|
}
|
||||||
|
|
||||||
|
func paymentCodeFromPayment(e entity.Payment) string {
|
||||||
|
if e.PaymentCode != "" {
|
||||||
|
return e.PaymentCode
|
||||||
|
}
|
||||||
|
if e.ReferenceNumber != nil {
|
||||||
|
return *e.ReferenceNumber
|
||||||
|
}
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
|
||||||
|
func transactionTypeFromPayment(e entity.Payment) string {
|
||||||
|
if e.TransactionType != "" {
|
||||||
|
return e.TransactionType
|
||||||
|
}
|
||||||
|
return e.Direction
|
||||||
|
}
|
||||||
|
|
||||||
|
func paymentAmounts(direction string, nominal float64) (float64, float64) {
|
||||||
|
switch strings.ToUpper(direction) {
|
||||||
|
case "IN":
|
||||||
|
return 0, nominal
|
||||||
|
case "OUT":
|
||||||
|
return nominal, 0
|
||||||
|
default:
|
||||||
|
return 0, 0
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,36 @@
|
|||||||
|
package payments
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
|
||||||
|
"github.com/go-playground/validator/v10"
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
commonRepo "gitlab.com/mbugroup/lti-api.git/internal/common/repository"
|
||||||
|
commonSvc "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
|
||||||
|
rPayment "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/payments/repositories"
|
||||||
|
sPayment "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/payments/services"
|
||||||
|
utils "gitlab.com/mbugroup/lti-api.git/internal/utils"
|
||||||
|
|
||||||
|
rUser "gitlab.com/mbugroup/lti-api.git/internal/modules/users/repositories"
|
||||||
|
sUser "gitlab.com/mbugroup/lti-api.git/internal/modules/users/services"
|
||||||
|
)
|
||||||
|
|
||||||
|
type PaymentModule struct{}
|
||||||
|
|
||||||
|
func (PaymentModule) RegisterRoutes(router fiber.Router, db *gorm.DB, validate *validator.Validate) {
|
||||||
|
paymentRepo := rPayment.NewPaymentRepository(db)
|
||||||
|
userRepo := rUser.NewUserRepository(db)
|
||||||
|
|
||||||
|
approvalRepo := commonRepo.NewApprovalRepository(db)
|
||||||
|
approvalService := commonSvc.NewApprovalService(approvalRepo)
|
||||||
|
if err := approvalService.RegisterWorkflowSteps(utils.ApprovalWorkflowPayment, utils.PaymentApprovalSteps); err != nil {
|
||||||
|
panic(fmt.Sprintf("failed to register payment approval workflow: %v", err))
|
||||||
|
}
|
||||||
|
|
||||||
|
paymentService := sPayment.NewPaymentService(paymentRepo, approvalService, validate)
|
||||||
|
userService := sUser.NewUserService(userRepo, validate)
|
||||||
|
|
||||||
|
PaymentRoutes(router, userService, paymentService)
|
||||||
|
}
|
||||||
@@ -0,0 +1,62 @@
|
|||||||
|
package repository
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/common/repository"
|
||||||
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type PaymentRepository interface {
|
||||||
|
repository.BaseRepository[entity.Payment]
|
||||||
|
BankExists(ctx context.Context, bankId uint) (bool, error)
|
||||||
|
CustomerExists(ctx context.Context, customerId uint) (bool, error)
|
||||||
|
SupplierExists(ctx context.Context, supplierId uint) (bool, error)
|
||||||
|
SupplierCategory(ctx context.Context, supplierId uint) (string, error)
|
||||||
|
NextPaymentSequence(ctx context.Context) (int64, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
type PaymentRepositoryImpl struct {
|
||||||
|
*repository.BaseRepositoryImpl[entity.Payment]
|
||||||
|
db *gorm.DB
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewPaymentRepository(db *gorm.DB) PaymentRepository {
|
||||||
|
return &PaymentRepositoryImpl{
|
||||||
|
BaseRepositoryImpl: repository.NewBaseRepository[entity.Payment](db),
|
||||||
|
db: db,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *PaymentRepositoryImpl) BankExists(ctx context.Context, bankId uint) (bool, error) {
|
||||||
|
return repository.Exists[entity.Bank](ctx, r.db, bankId)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *PaymentRepositoryImpl) CustomerExists(ctx context.Context, customerId uint) (bool, error) {
|
||||||
|
return repository.Exists[entity.Customer](ctx, r.db, customerId)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *PaymentRepositoryImpl) SupplierExists(ctx context.Context, supplierId uint) (bool, error) {
|
||||||
|
return repository.Exists[entity.Supplier](ctx, r.db, supplierId)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *PaymentRepositoryImpl) SupplierCategory(ctx context.Context, supplierId uint) (string, error) {
|
||||||
|
var supplier entity.Supplier
|
||||||
|
if err := r.db.WithContext(ctx).
|
||||||
|
Select("id", "category").
|
||||||
|
First(&supplier, supplierId).Error; err != nil {
|
||||||
|
return "", err
|
||||||
|
}
|
||||||
|
return supplier.Category, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *PaymentRepositoryImpl) NextPaymentSequence(ctx context.Context) (int64, error) {
|
||||||
|
var next int64
|
||||||
|
if err := r.db.WithContext(ctx).
|
||||||
|
Raw("SELECT nextval('payments_code_seq')").
|
||||||
|
Scan(&next).Error; err != nil {
|
||||||
|
return 0, err
|
||||||
|
}
|
||||||
|
return next, nil
|
||||||
|
}
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
package payments
|
||||||
|
|
||||||
|
import (
|
||||||
|
m "gitlab.com/mbugroup/lti-api.git/internal/middleware"
|
||||||
|
controller "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/payments/controllers"
|
||||||
|
payment "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/payments/services"
|
||||||
|
user "gitlab.com/mbugroup/lti-api.git/internal/modules/users/services"
|
||||||
|
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
)
|
||||||
|
|
||||||
|
func PaymentRoutes(v1 fiber.Router, u user.UserService, s payment.PaymentService) {
|
||||||
|
ctrl := controller.NewPaymentController(s)
|
||||||
|
|
||||||
|
route := v1.Group("/payments")
|
||||||
|
route.Use(m.Auth(u))
|
||||||
|
|
||||||
|
route.Post("/",m.RequirePermissions(m.P_Finances_Payments_CreateOne), ctrl.CreateOne)
|
||||||
|
route.Get("/:id",m.RequirePermissions(m.P_Finances_Payments_GetOne), ctrl.GetOne)
|
||||||
|
route.Patch("/:id",m.RequirePermissions(m.P_Finances_Payments_UpdateOne), ctrl.UpdateOne)
|
||||||
|
}
|
||||||
@@ -0,0 +1,362 @@
|
|||||||
|
package service
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"errors"
|
||||||
|
"fmt"
|
||||||
|
"strings"
|
||||||
|
|
||||||
|
commonRepo "gitlab.com/mbugroup/lti-api.git/internal/common/repository"
|
||||||
|
commonSvc "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
||||||
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
|
m "gitlab.com/mbugroup/lti-api.git/internal/middleware"
|
||||||
|
repository "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/payments/repositories"
|
||||||
|
validation "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/payments/validations"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/utils"
|
||||||
|
approvalutils "gitlab.com/mbugroup/lti-api.git/internal/utils/approvals"
|
||||||
|
|
||||||
|
"github.com/go-playground/validator/v10"
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
"github.com/sirupsen/logrus"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type PaymentService interface {
|
||||||
|
GetOne(ctx *fiber.Ctx, id uint) (*entity.Payment, error)
|
||||||
|
CreateOne(ctx *fiber.Ctx, req *validation.Create) (*entity.Payment, error)
|
||||||
|
UpdateOne(ctx *fiber.Ctx, req *validation.Update, id uint) (*entity.Payment, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
type paymentService struct {
|
||||||
|
Log *logrus.Logger
|
||||||
|
Validate *validator.Validate
|
||||||
|
Repository repository.PaymentRepository
|
||||||
|
ApprovalSvc commonSvc.ApprovalService
|
||||||
|
approvalWorkflow approvalutils.ApprovalWorkflowKey
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewPaymentService(
|
||||||
|
repo repository.PaymentRepository,
|
||||||
|
approvalSvc commonSvc.ApprovalService,
|
||||||
|
validate *validator.Validate,
|
||||||
|
) PaymentService {
|
||||||
|
return &paymentService{
|
||||||
|
Log: utils.Log,
|
||||||
|
Validate: validate,
|
||||||
|
Repository: repo,
|
||||||
|
ApprovalSvc: approvalSvc,
|
||||||
|
approvalWorkflow: utils.ApprovalWorkflowPayment,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s paymentService) withRelations(db *gorm.DB) *gorm.DB {
|
||||||
|
return db.Preload("CreatedUser").
|
||||||
|
Preload("BankWarehouse").
|
||||||
|
Preload("Customer").
|
||||||
|
Preload("Supplier")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s paymentService) GetOne(c *fiber.Ctx, id uint) (*entity.Payment, error) {
|
||||||
|
payment, err := s.Repository.GetByID(c.Context(), id, s.withRelations)
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return nil, fiber.NewError(fiber.StatusNotFound, "Payment not found")
|
||||||
|
}
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Errorf("Failed get payment by id: %+v", err)
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if s.ApprovalSvc != nil {
|
||||||
|
approval, err := s.ApprovalSvc.LatestByTarget(c.Context(), s.approvalWorkflow, id, s.approvalQueryModifier())
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Warnf("Unable to load latest approval for payment %d: %+v", id, err)
|
||||||
|
} else {
|
||||||
|
payment.LatestApproval = approval
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return payment, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *paymentService) CreateOne(c *fiber.Ctx, req *validation.Create) (*entity.Payment, error) {
|
||||||
|
if err := s.Validate.Struct(req); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
//! CHECK PARTY TYPE
|
||||||
|
party, err := normalizePartyType(req.PartyType)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
//! CHECK EXISTS
|
||||||
|
if err := s.ensurePartyExists(c.Context(), party, req.PartyId); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if err := s.ensureBankExists(c.Context(), req.BankId); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
//? NORMALIZE
|
||||||
|
paymentDate, err := utils.ParseDateString(req.PaymentDate)
|
||||||
|
if err != nil {
|
||||||
|
return nil, utils.BadRequest(err.Error())
|
||||||
|
}
|
||||||
|
method, err := normalizePaymentMethod(req.PaymentMethod)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
transactionType, err := s.resolveTransactionType(c.Context(), party, req.PartyId)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
//? GET CREATED BY
|
||||||
|
actorID, err := m.ActorIDFromContext(c)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
code, err := s.generatePaymentCode(c.Context(), party)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
createBody := &entity.Payment{
|
||||||
|
PaymentCode: code,
|
||||||
|
ReferenceNumber: req.ReferenceNumber,
|
||||||
|
TransactionType: transactionType,
|
||||||
|
PartyType: party,
|
||||||
|
PartyId: req.PartyId,
|
||||||
|
PaymentDate: paymentDate,
|
||||||
|
PaymentMethod: method,
|
||||||
|
BankId: req.BankId,
|
||||||
|
Direction: directionForParty(party),
|
||||||
|
Nominal: req.Nominal,
|
||||||
|
Notes: req.Notes,
|
||||||
|
CreatedBy: actorID,
|
||||||
|
}
|
||||||
|
|
||||||
|
err = s.Repository.DB().WithContext(c.Context()).Transaction(func(dbTransaction *gorm.DB) error {
|
||||||
|
paymentRepoTx := repository.NewPaymentRepository(dbTransaction)
|
||||||
|
if err := paymentRepoTx.CreateOne(c.Context(), createBody, nil); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
if s.ApprovalSvc != nil {
|
||||||
|
action := entity.ApprovalActionCreated
|
||||||
|
approvalSvcTx := commonSvc.NewApprovalService(commonRepo.NewApprovalRepository(dbTransaction))
|
||||||
|
_, err := approvalSvcTx.CreateApproval(
|
||||||
|
c.Context(),
|
||||||
|
s.approvalWorkflow,
|
||||||
|
createBody.Id,
|
||||||
|
utils.PaymentStepPengajuan,
|
||||||
|
&action,
|
||||||
|
actorID,
|
||||||
|
nil,
|
||||||
|
)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Errorf("Failed to create payment: %+v", err)
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return s.GetOne(c, createBody.Id)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s paymentService) UpdateOne(c *fiber.Ctx, req *validation.Update, id uint) (*entity.Payment, error) {
|
||||||
|
if err := s.Validate.Struct(req); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
updateBody := make(map[string]any)
|
||||||
|
|
||||||
|
if req.PaymentDate != nil {
|
||||||
|
parsedDate, err := utils.ParseDateString(*req.PaymentDate)
|
||||||
|
if err != nil {
|
||||||
|
return nil, utils.BadRequest(err.Error())
|
||||||
|
}
|
||||||
|
updateBody["payment_date"] = parsedDate
|
||||||
|
}
|
||||||
|
if req.Nominal != nil {
|
||||||
|
updateBody["nominal"] = *req.Nominal
|
||||||
|
}
|
||||||
|
if req.ReferenceNumber != nil {
|
||||||
|
updateBody["reference_number"] = *req.ReferenceNumber
|
||||||
|
}
|
||||||
|
if req.PaymentMethod != nil {
|
||||||
|
method, err := normalizePaymentMethod(*req.PaymentMethod)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
updateBody["payment_method"] = method
|
||||||
|
}
|
||||||
|
if req.BankId != nil {
|
||||||
|
if err := s.ensureBankExists(c.Context(), req.BankId); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
updateBody["bank_id"] = *req.BankId
|
||||||
|
}
|
||||||
|
if req.Notes != nil {
|
||||||
|
updateBody["notes"] = *req.Notes
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.PartyType != nil || req.PartyId != nil {
|
||||||
|
existing, err := s.Repository.GetByID(c.Context(), id, nil)
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return nil, fiber.NewError(fiber.StatusNotFound, "Payment not found")
|
||||||
|
}
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Errorf("Failed get payment by id: %+v", err)
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
partyType := existing.PartyType
|
||||||
|
partyId := existing.PartyId
|
||||||
|
|
||||||
|
if req.PartyType != nil {
|
||||||
|
normalized, err := normalizePartyType(*req.PartyType)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
partyType = normalized
|
||||||
|
updateBody["party_type"] = partyType
|
||||||
|
updateBody["direction"] = directionForParty(partyType)
|
||||||
|
}
|
||||||
|
if req.PartyId != nil {
|
||||||
|
partyId = *req.PartyId
|
||||||
|
updateBody["party_id"] = partyId
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := s.ensurePartyExists(c.Context(), partyType, partyId); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
transactionType, err := s.resolveTransactionType(c.Context(), partyType, partyId)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
updateBody["transaction_type"] = transactionType
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(updateBody) == 0 {
|
||||||
|
return s.GetOne(c, id)
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := s.Repository.PatchOne(c.Context(), id, updateBody, nil); err != nil {
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return nil, fiber.NewError(fiber.StatusNotFound, "Payment not found")
|
||||||
|
}
|
||||||
|
s.Log.Errorf("Failed to update payment: %+v", err)
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return s.GetOne(c, id)
|
||||||
|
}
|
||||||
|
|
||||||
|
func normalizePartyType(partyType string) (string, error) {
|
||||||
|
party := strings.ToUpper(strings.TrimSpace(partyType))
|
||||||
|
if !utils.IsValidPaymentParty(party) {
|
||||||
|
return "", utils.BadRequest("`party_type` must be `customer` or `supplier`")
|
||||||
|
}
|
||||||
|
return party, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func normalizePaymentMethod(method string) (string, error) {
|
||||||
|
normalized := strings.ToUpper(strings.TrimSpace(method))
|
||||||
|
if !utils.IsValidPaymentMethod(normalized) {
|
||||||
|
return "", utils.BadRequest("Invalid payment_method")
|
||||||
|
}
|
||||||
|
return normalized, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func directionForParty(partyType string) string {
|
||||||
|
if utils.PaymentParty(partyType) == utils.PaymentPartyCustomer {
|
||||||
|
return "IN"
|
||||||
|
}
|
||||||
|
return "OUT"
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s paymentService) resolveTransactionType(ctx context.Context, partyType string, partyId uint) (string, error) {
|
||||||
|
switch utils.PaymentParty(partyType) {
|
||||||
|
case utils.PaymentPartyCustomer:
|
||||||
|
return string(utils.TransactionTypePenjualan), nil
|
||||||
|
case utils.PaymentPartySupplier:
|
||||||
|
category, err := s.getSupplierCategory(ctx, partyId)
|
||||||
|
if err != nil {
|
||||||
|
return "", err
|
||||||
|
}
|
||||||
|
if isSupplierCategoryBiaya(category) {
|
||||||
|
return string(utils.TransactionTypeBiaya), nil
|
||||||
|
}
|
||||||
|
return string(utils.TransactionTypePembelian), nil
|
||||||
|
default:
|
||||||
|
return "", utils.BadRequest("`party_type` must be `customer` or `supplier`")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s paymentService) generatePaymentCode(ctx context.Context, partyType string) (string, error) {
|
||||||
|
prefix := "PAY"
|
||||||
|
switch utils.PaymentParty(partyType) {
|
||||||
|
case utils.PaymentPartyCustomer:
|
||||||
|
prefix = "PAY-IN"
|
||||||
|
case utils.PaymentPartySupplier:
|
||||||
|
prefix = "PAY-OUT"
|
||||||
|
}
|
||||||
|
sequence, err := s.Repository.NextPaymentSequence(ctx)
|
||||||
|
if err != nil {
|
||||||
|
return "", err
|
||||||
|
}
|
||||||
|
return fmt.Sprintf("%s-%05d", prefix, sequence), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s paymentService) approvalQueryModifier() func(*gorm.DB) *gorm.DB {
|
||||||
|
return func(db *gorm.DB) *gorm.DB {
|
||||||
|
return db.Preload("ActionUser")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s paymentService) ensurePartyExists(ctx context.Context, partyType string, partyId uint) error {
|
||||||
|
switch utils.PaymentParty(partyType) {
|
||||||
|
case utils.PaymentPartyCustomer:
|
||||||
|
return commonSvc.EnsureRelations(ctx,
|
||||||
|
commonSvc.RelationCheck{Name: "Customer", ID: &partyId, Exists: s.Repository.CustomerExists},
|
||||||
|
)
|
||||||
|
case utils.PaymentPartySupplier:
|
||||||
|
return commonSvc.EnsureRelations(ctx,
|
||||||
|
commonSvc.RelationCheck{Name: "Supplier", ID: &partyId, Exists: s.Repository.SupplierExists},
|
||||||
|
)
|
||||||
|
default:
|
||||||
|
return utils.BadRequest("`party_type` must be `customer` or `supplier`")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s paymentService) ensureBankExists(ctx context.Context, bankId *uint) error {
|
||||||
|
return commonSvc.EnsureRelations(ctx,
|
||||||
|
commonSvc.RelationCheck{Name: "Bank", ID: bankId, Exists: s.Repository.BankExists},
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s paymentService) getSupplierCategory(ctx context.Context, supplierId uint) (string, error) {
|
||||||
|
category, err := s.Repository.SupplierCategory(ctx, supplierId)
|
||||||
|
if err != nil {
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return "", utils.NotFound("Supplier not found")
|
||||||
|
}
|
||||||
|
return "", err
|
||||||
|
}
|
||||||
|
return strings.ToUpper(strings.TrimSpace(category)), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func isSupplierCategoryBiaya(category string) bool {
|
||||||
|
switch strings.ToUpper(strings.TrimSpace(category)) {
|
||||||
|
case string(utils.SupplierCategoryBOP), "BIAYA":
|
||||||
|
return true
|
||||||
|
default:
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
package validation
|
||||||
|
|
||||||
|
type Create struct {
|
||||||
|
PartyType string `json:"party_type" validate:"required_strict,min=1,max=50"`
|
||||||
|
PartyId uint `json:"party_id" validate:"required_strict,number,gt=0"`
|
||||||
|
PaymentDate string `json:"payment_date" validate:"required_strict,datetime=2006-01-02"`
|
||||||
|
Nominal float64 `json:"nominal" validate:"required_strict"`
|
||||||
|
ReferenceNumber *string `json:"reference_number,omitempty"`
|
||||||
|
PaymentMethod string `json:"payment_method" validate:"required_strict,max=20"`
|
||||||
|
BankId *uint `json:"bank_id" validate:"omitempty,number,gt=0"`
|
||||||
|
Notes string `json:"notes" validate:"required_strict,max=500"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type Update struct {
|
||||||
|
PartyType *string `json:"party_type,omitempty" validate:"omitempty,max=50"`
|
||||||
|
PartyId *uint `json:"party_id,omitempty" validate:"omitempty,number,gt=0"`
|
||||||
|
PaymentDate *string `json:"payment_date,omitempty" validate:"omitempty,datetime=2006-01-02"`
|
||||||
|
Nominal *float64 `json:"nominal,omitempty" validate:"omitempty,gt=0"`
|
||||||
|
ReferenceNumber *string `json:"reference_number,omitempty"`
|
||||||
|
PaymentMethod *string `json:"payment_method,omitempty" validate:"omitempty,max=20"`
|
||||||
|
BankId *uint `json:"bank_id,omitempty" validate:"omitempty,number,gt=0"`
|
||||||
|
Notes *string `json:"notes,omitempty" validate:"omitempty,max=500"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type Query struct {
|
||||||
|
Page int `query:"page" validate:"omitempty,number,min=1,gt=0"`
|
||||||
|
Limit int `query:"limit" validate:"omitempty,number,min=1,max=100,gt=0"`
|
||||||
|
Search string `query:"search" validate:"omitempty,max=50"`
|
||||||
|
}
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
package finance
|
||||||
|
|
||||||
|
import (
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/modules"
|
||||||
|
|
||||||
|
"github.com/go-playground/validator/v10"
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
|
||||||
|
payments "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/payments"
|
||||||
|
initials "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/initials"
|
||||||
|
injections "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/injections"
|
||||||
|
transactions "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/transactions"
|
||||||
|
// MODULE IMPORTS
|
||||||
|
)
|
||||||
|
|
||||||
|
func RegisterRoutes(router fiber.Router, db *gorm.DB, validate *validator.Validate) {
|
||||||
|
group := router.Group("/finance")
|
||||||
|
|
||||||
|
allModules := []modules.Module{
|
||||||
|
payments.PaymentModule{},
|
||||||
|
initials.InitialModule{},
|
||||||
|
injections.InjectionModule{},
|
||||||
|
transactions.TransactionModule{},
|
||||||
|
// MODULE REGISTRY
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, m := range allModules {
|
||||||
|
m.RegisterRoutes(group, db, validate)
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,96 @@
|
|||||||
|
package controller
|
||||||
|
|
||||||
|
import (
|
||||||
|
"math"
|
||||||
|
"strconv"
|
||||||
|
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/modules/finance/transactions/dto"
|
||||||
|
service "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/transactions/services"
|
||||||
|
validation "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/transactions/validations"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/response"
|
||||||
|
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
)
|
||||||
|
|
||||||
|
type TransactionController struct {
|
||||||
|
TransactionService service.TransactionService
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewTransactionController(transactionService service.TransactionService) *TransactionController {
|
||||||
|
return &TransactionController{
|
||||||
|
TransactionService: transactionService,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (u *TransactionController) GetAll(c *fiber.Ctx) error {
|
||||||
|
query := &validation.Query{
|
||||||
|
Page: c.QueryInt("page", 1),
|
||||||
|
Limit: c.QueryInt("limit", 10),
|
||||||
|
Search: c.Query("search", ""),
|
||||||
|
}
|
||||||
|
|
||||||
|
if query.Page < 1 || query.Limit < 1 {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "page and limit must be greater than 0")
|
||||||
|
}
|
||||||
|
|
||||||
|
result, totalResults, err := u.TransactionService.GetAll(c, query)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return c.Status(fiber.StatusOK).
|
||||||
|
JSON(response.SuccessWithPaginate[dto.TransactionListDTO]{
|
||||||
|
Code: fiber.StatusOK,
|
||||||
|
Status: "success",
|
||||||
|
Message: "Get all transactions successfully",
|
||||||
|
Meta: response.Meta{
|
||||||
|
Page: query.Page,
|
||||||
|
Limit: query.Limit,
|
||||||
|
TotalPages: int64(math.Ceil(float64(totalResults) / float64(query.Limit))),
|
||||||
|
TotalResults: totalResults,
|
||||||
|
},
|
||||||
|
Data: dto.ToTransactionListDTOs(result),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func (u *TransactionController) GetOne(c *fiber.Ctx) error {
|
||||||
|
param := c.Params("id")
|
||||||
|
|
||||||
|
id, err := strconv.Atoi(param)
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid Id")
|
||||||
|
}
|
||||||
|
|
||||||
|
result, err := u.TransactionService.GetOne(c, uint(id))
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return c.Status(fiber.StatusOK).
|
||||||
|
JSON(response.Success{
|
||||||
|
Code: fiber.StatusOK,
|
||||||
|
Status: "success",
|
||||||
|
Message: "Get transaction successfully",
|
||||||
|
Data: dto.ToTransactionListDTO(*result),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func (u *TransactionController) DeleteOne(c *fiber.Ctx) error {
|
||||||
|
param := c.Params("id")
|
||||||
|
|
||||||
|
id, err := strconv.Atoi(param)
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid Id")
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := u.TransactionService.DeleteOne(c, uint(id)); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
return c.Status(fiber.StatusOK).
|
||||||
|
JSON(response.Common{
|
||||||
|
Code: fiber.StatusOK,
|
||||||
|
Status: "success",
|
||||||
|
Message: "Delete transaction successfully",
|
||||||
|
})
|
||||||
|
}
|
||||||
@@ -0,0 +1,189 @@
|
|||||||
|
package dto
|
||||||
|
|
||||||
|
import (
|
||||||
|
"strings"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
|
approvalDTO "gitlab.com/mbugroup/lti-api.git/internal/modules/approvals/dto"
|
||||||
|
bankDTO "gitlab.com/mbugroup/lti-api.git/internal/modules/master/banks/dto"
|
||||||
|
userDTO "gitlab.com/mbugroup/lti-api.git/internal/modules/users/dto"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/utils"
|
||||||
|
)
|
||||||
|
|
||||||
|
// === DTO Structs ===
|
||||||
|
|
||||||
|
type TransactionRelationDTO struct {
|
||||||
|
Id uint `json:"id"`
|
||||||
|
PaymentCode string `json:"payment_code"`
|
||||||
|
ReferenceNumber *string `json:"reference_number,omitempty"`
|
||||||
|
TransactionType string `json:"transaction_type"`
|
||||||
|
Party Party `json:"party"`
|
||||||
|
PaymentDate time.Time `json:"payment_date"`
|
||||||
|
PaymentMethod string `json:"payment_method"`
|
||||||
|
Bank bankDTO.BankRelationDTO `json:"bank,omitempty"`
|
||||||
|
ExpenseAmount float64 `json:"expense_amount"`
|
||||||
|
IncomeAmount float64 `json:"income_amount"`
|
||||||
|
Nominal float64 `json:"nominal"`
|
||||||
|
Notes string `json:"notes"`
|
||||||
|
CreatedUser userDTO.UserRelationDTO `json:"created_user,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type TransactionListDTO struct {
|
||||||
|
Id uint `json:"id"`
|
||||||
|
PaymentCode string `json:"payment_code"`
|
||||||
|
ReferenceNumber *string `json:"reference_number"`
|
||||||
|
TransactionType string `json:"transaction_type"`
|
||||||
|
Party Party `json:"party"`
|
||||||
|
PaymentDate time.Time `json:"payment_date"`
|
||||||
|
PaymentMethod string `json:"payment_method"`
|
||||||
|
Bank bankDTO.BankRelationDTO `json:"bank"`
|
||||||
|
ExpenseAmount float64 `json:"expense_amount"`
|
||||||
|
IncomeAmount float64 `json:"income_amount"`
|
||||||
|
Nominal float64 `json:"nominal"`
|
||||||
|
Notes string `json:"notes"`
|
||||||
|
CreatedUser userDTO.UserRelationDTO `json:"created_user"`
|
||||||
|
CreatedAt time.Time `json:"created_at"`
|
||||||
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
|
Approval approvalDTO.ApprovalRelationDTO `json:"approval"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type TransactionDetailDTO struct {
|
||||||
|
TransactionListDTO
|
||||||
|
}
|
||||||
|
|
||||||
|
type Party struct {
|
||||||
|
Id uint `json:"id"`
|
||||||
|
Name string `json:"name"`
|
||||||
|
Type string `json:"type"`
|
||||||
|
AccountNumber string `json:"account_number"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// === Mapper Functions ===
|
||||||
|
|
||||||
|
func ToTransactionRelationDTO(e entity.Payment) TransactionRelationDTO {
|
||||||
|
expenseAmount, incomeAmount := paymentAmounts(e.Direction, e.Nominal)
|
||||||
|
|
||||||
|
return TransactionRelationDTO{
|
||||||
|
Id: e.Id,
|
||||||
|
PaymentCode: paymentCodeFromPayment(e),
|
||||||
|
ReferenceNumber: e.ReferenceNumber,
|
||||||
|
TransactionType: transactionTypeFromPayment(e),
|
||||||
|
Party: partyFromPayment(e),
|
||||||
|
PaymentDate: e.PaymentDate,
|
||||||
|
PaymentMethod: e.PaymentMethod,
|
||||||
|
Bank: bankFromPayment(e),
|
||||||
|
ExpenseAmount: expenseAmount,
|
||||||
|
IncomeAmount: incomeAmount,
|
||||||
|
Nominal: e.Nominal,
|
||||||
|
Notes: e.Notes,
|
||||||
|
CreatedUser: userFromPayment(e),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ToTransactionListDTO(e entity.Payment) TransactionListDTO {
|
||||||
|
expenseAmount, incomeAmount := paymentAmounts(e.Direction, e.Nominal)
|
||||||
|
approval := approvalDTO.ApprovalRelationDTO{}
|
||||||
|
if e.LatestApproval != nil {
|
||||||
|
approval = approvalDTO.ToApprovalDTO(*e.LatestApproval)
|
||||||
|
}
|
||||||
|
|
||||||
|
return TransactionListDTO{
|
||||||
|
Id: e.Id,
|
||||||
|
PaymentCode: paymentCodeFromPayment(e),
|
||||||
|
ReferenceNumber: e.ReferenceNumber,
|
||||||
|
TransactionType: transactionTypeFromPayment(e),
|
||||||
|
Party: partyFromPayment(e),
|
||||||
|
PaymentDate: e.PaymentDate,
|
||||||
|
PaymentMethod: e.PaymentMethod,
|
||||||
|
Bank: bankFromPayment(e),
|
||||||
|
ExpenseAmount: expenseAmount,
|
||||||
|
IncomeAmount: incomeAmount,
|
||||||
|
Nominal: e.Nominal,
|
||||||
|
Notes: e.Notes,
|
||||||
|
CreatedUser: userFromPayment(e),
|
||||||
|
CreatedAt: e.CreatedAt,
|
||||||
|
UpdatedAt: e.UpdatedAt,
|
||||||
|
Approval: approval,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ToTransactionListDTOs(e []entity.Payment) []TransactionListDTO {
|
||||||
|
result := make([]TransactionListDTO, len(e))
|
||||||
|
for i, r := range e {
|
||||||
|
result[i] = ToTransactionListDTO(r)
|
||||||
|
}
|
||||||
|
return result
|
||||||
|
}
|
||||||
|
|
||||||
|
func ToTransactionDetailDTO(e entity.Payment) TransactionDetailDTO {
|
||||||
|
return TransactionDetailDTO{
|
||||||
|
TransactionListDTO: ToTransactionListDTO(e),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func partyFromPayment(e entity.Payment) Party {
|
||||||
|
party := Party{
|
||||||
|
Id: e.PartyId,
|
||||||
|
Type: e.PartyType,
|
||||||
|
}
|
||||||
|
|
||||||
|
switch utils.PaymentParty(e.PartyType) {
|
||||||
|
case utils.PaymentPartyCustomer:
|
||||||
|
if e.Customer != nil && e.Customer.Id != 0 {
|
||||||
|
party.Name = e.Customer.Name
|
||||||
|
party.AccountNumber = e.Customer.AccountNumber
|
||||||
|
}
|
||||||
|
case utils.PaymentPartySupplier:
|
||||||
|
if e.Supplier != nil && e.Supplier.Id != 0 {
|
||||||
|
party.Name = e.Supplier.Name
|
||||||
|
if e.Supplier.AccountNumber != nil {
|
||||||
|
party.AccountNumber = *e.Supplier.AccountNumber
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return party
|
||||||
|
}
|
||||||
|
|
||||||
|
func bankFromPayment(e entity.Payment) bankDTO.BankRelationDTO {
|
||||||
|
if e.BankWarehouse.Id == 0 {
|
||||||
|
return bankDTO.BankRelationDTO{}
|
||||||
|
}
|
||||||
|
return bankDTO.ToBankRelationDTO(e.BankWarehouse)
|
||||||
|
}
|
||||||
|
|
||||||
|
func userFromPayment(e entity.Payment) userDTO.UserRelationDTO {
|
||||||
|
if e.CreatedUser.Id == 0 {
|
||||||
|
return userDTO.UserRelationDTO{}
|
||||||
|
}
|
||||||
|
return userDTO.ToUserRelationDTO(e.CreatedUser)
|
||||||
|
}
|
||||||
|
|
||||||
|
func paymentCodeFromPayment(e entity.Payment) string {
|
||||||
|
if e.PaymentCode != "" {
|
||||||
|
return e.PaymentCode
|
||||||
|
}
|
||||||
|
if e.ReferenceNumber != nil {
|
||||||
|
return *e.ReferenceNumber
|
||||||
|
}
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
|
||||||
|
func transactionTypeFromPayment(e entity.Payment) string {
|
||||||
|
if e.TransactionType != "" {
|
||||||
|
return e.TransactionType
|
||||||
|
}
|
||||||
|
return e.Direction
|
||||||
|
}
|
||||||
|
|
||||||
|
func paymentAmounts(direction string, nominal float64) (float64, float64) {
|
||||||
|
switch strings.ToUpper(direction) {
|
||||||
|
case "IN":
|
||||||
|
return 0, nominal
|
||||||
|
case "OUT":
|
||||||
|
return nominal, 0
|
||||||
|
default:
|
||||||
|
return 0, 0
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,42 @@
|
|||||||
|
package transactions
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
|
||||||
|
"github.com/go-playground/validator/v10"
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
commonRepo "gitlab.com/mbugroup/lti-api.git/internal/common/repository"
|
||||||
|
commonSvc "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/utils"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
|
||||||
|
rTransaction "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/transactions/repositories"
|
||||||
|
sTransaction "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/transactions/services"
|
||||||
|
|
||||||
|
rUser "gitlab.com/mbugroup/lti-api.git/internal/modules/users/repositories"
|
||||||
|
sUser "gitlab.com/mbugroup/lti-api.git/internal/modules/users/services"
|
||||||
|
)
|
||||||
|
|
||||||
|
type TransactionModule struct{}
|
||||||
|
|
||||||
|
func (TransactionModule) RegisterRoutes(router fiber.Router, db *gorm.DB, validate *validator.Validate) {
|
||||||
|
transactionRepo := rTransaction.NewTransactionRepository(db)
|
||||||
|
userRepo := rUser.NewUserRepository(db)
|
||||||
|
|
||||||
|
approvalRepo := commonRepo.NewApprovalRepository(db)
|
||||||
|
approvalService := commonSvc.NewApprovalService(approvalRepo)
|
||||||
|
if err := approvalService.RegisterWorkflowSteps(utils.ApprovalWorkflowPayment, utils.PaymentApprovalSteps); err != nil {
|
||||||
|
panic(fmt.Sprintf("failed to register payment approval workflow: %v", err))
|
||||||
|
}
|
||||||
|
if err := approvalService.RegisterWorkflowSteps(utils.ApprovalWorkflowInitial, utils.InitialApprovalSteps); err != nil {
|
||||||
|
panic(fmt.Sprintf("failed to register initial approval workflow: %v", err))
|
||||||
|
}
|
||||||
|
if err := approvalService.RegisterWorkflowSteps(utils.ApprovalWorkflowInjection, utils.InjectionApprovalSteps); err != nil {
|
||||||
|
panic(fmt.Sprintf("failed to register injection approval workflow: %v", err))
|
||||||
|
}
|
||||||
|
|
||||||
|
transactionService := sTransaction.NewTransactionService(transactionRepo, approvalService, validate)
|
||||||
|
userService := sUser.NewUserService(userRepo, validate)
|
||||||
|
|
||||||
|
TransactionRoutes(router, userService, transactionService)
|
||||||
|
}
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
package repository
|
||||||
|
|
||||||
|
import (
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/common/repository"
|
||||||
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type TransactionRepository interface {
|
||||||
|
repository.BaseRepository[entity.Payment]
|
||||||
|
}
|
||||||
|
|
||||||
|
type TransactionRepositoryImpl struct {
|
||||||
|
*repository.BaseRepositoryImpl[entity.Payment]
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewTransactionRepository(db *gorm.DB) TransactionRepository {
|
||||||
|
return &TransactionRepositoryImpl{
|
||||||
|
BaseRepositoryImpl: repository.NewBaseRepository[entity.Payment](db),
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
package transactions
|
||||||
|
|
||||||
|
import (
|
||||||
|
m "gitlab.com/mbugroup/lti-api.git/internal/middleware"
|
||||||
|
controller "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/transactions/controllers"
|
||||||
|
transaction "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/transactions/services"
|
||||||
|
user "gitlab.com/mbugroup/lti-api.git/internal/modules/users/services"
|
||||||
|
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TransactionRoutes(v1 fiber.Router, u user.UserService, s transaction.TransactionService) {
|
||||||
|
ctrl := controller.NewTransactionController(s)
|
||||||
|
|
||||||
|
route := v1.Group("/transactions")
|
||||||
|
route.Use(m.Auth(u))
|
||||||
|
|
||||||
|
route.Get("/",m.RequirePermissions(m.P_Finances_Transaction_GetAll), ctrl.GetAll)
|
||||||
|
route.Get("/:id",m.RequirePermissions(m.P_Finances_Transaction_GetOne), ctrl.GetOne)
|
||||||
|
route.Delete("/:id",m.RequirePermissions(m.P_Finances_Transaction_DeleteOne), ctrl.DeleteOne)
|
||||||
|
}
|
||||||
@@ -0,0 +1,175 @@
|
|||||||
|
package service
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"errors"
|
||||||
|
"strings"
|
||||||
|
|
||||||
|
commonSvc "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
||||||
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
|
repository "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/transactions/repositories"
|
||||||
|
validation "gitlab.com/mbugroup/lti-api.git/internal/modules/finance/transactions/validations"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/utils"
|
||||||
|
approvalutils "gitlab.com/mbugroup/lti-api.git/internal/utils/approvals"
|
||||||
|
|
||||||
|
"github.com/go-playground/validator/v10"
|
||||||
|
"github.com/gofiber/fiber/v2"
|
||||||
|
"github.com/sirupsen/logrus"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type TransactionService interface {
|
||||||
|
GetAll(ctx *fiber.Ctx, params *validation.Query) ([]entity.Payment, int64, error)
|
||||||
|
GetOne(ctx *fiber.Ctx, id uint) (*entity.Payment, error)
|
||||||
|
DeleteOne(ctx *fiber.Ctx, id uint) error
|
||||||
|
}
|
||||||
|
|
||||||
|
type transactionService struct {
|
||||||
|
Log *logrus.Logger
|
||||||
|
Validate *validator.Validate
|
||||||
|
Repository repository.TransactionRepository
|
||||||
|
ApprovalSvc commonSvc.ApprovalService
|
||||||
|
approvalWorkflows map[string]approvalutils.ApprovalWorkflowKey
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewTransactionService(
|
||||||
|
repo repository.TransactionRepository,
|
||||||
|
approvalSvc commonSvc.ApprovalService,
|
||||||
|
validate *validator.Validate,
|
||||||
|
) TransactionService {
|
||||||
|
return &transactionService{
|
||||||
|
Log: utils.Log,
|
||||||
|
Validate: validate,
|
||||||
|
Repository: repo,
|
||||||
|
ApprovalSvc: approvalSvc,
|
||||||
|
approvalWorkflows: map[string]approvalutils.ApprovalWorkflowKey{
|
||||||
|
string(utils.TransactionTypeSaldoAwal): utils.ApprovalWorkflowInitial,
|
||||||
|
string(utils.TransactionTypeInjection): utils.ApprovalWorkflowInjection,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s transactionService) withRelations(db *gorm.DB) *gorm.DB {
|
||||||
|
return db.Preload("CreatedUser").
|
||||||
|
Preload("BankWarehouse").
|
||||||
|
Preload("Customer").
|
||||||
|
Preload("Supplier")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s transactionService) GetAll(c *fiber.Ctx, params *validation.Query) ([]entity.Payment, int64, error) {
|
||||||
|
if err := s.Validate.Struct(params); err != nil {
|
||||||
|
return nil, 0, err
|
||||||
|
}
|
||||||
|
|
||||||
|
offset := (params.Page - 1) * params.Limit
|
||||||
|
|
||||||
|
transactions, total, err := s.Repository.GetAll(c.Context(), offset, params.Limit, func(db *gorm.DB) *gorm.DB {
|
||||||
|
db = s.withRelations(db)
|
||||||
|
if params.Search != "" {
|
||||||
|
like := "%" + strings.ToLower(strings.TrimSpace(params.Search)) + "%"
|
||||||
|
return db.Where(
|
||||||
|
`LOWER(payment_code) LIKE ? OR
|
||||||
|
LOWER(COALESCE(reference_number, '')) LIKE ? OR
|
||||||
|
LOWER(COALESCE(transaction_type, '')) LIKE ? OR
|
||||||
|
LOWER(COALESCE(notes, '')) LIKE ?`,
|
||||||
|
like, like, like, like,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
return db.Order("payment_date DESC").Order("created_at DESC")
|
||||||
|
})
|
||||||
|
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Errorf("Failed to get transactions: %+v", err)
|
||||||
|
return nil, 0, err
|
||||||
|
}
|
||||||
|
s.attachApprovals(c.Context(), transactions)
|
||||||
|
return transactions, total, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s transactionService) GetOne(c *fiber.Ctx, id uint) (*entity.Payment, error) {
|
||||||
|
transaction, err := s.Repository.GetByID(c.Context(), id, s.withRelations)
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return nil, fiber.NewError(fiber.StatusNotFound, "Transaction not found")
|
||||||
|
}
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Errorf("Failed get transaction by id: %+v", err)
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if s.ApprovalSvc != nil {
|
||||||
|
approval, err := s.ApprovalSvc.LatestByTarget(
|
||||||
|
c.Context(),
|
||||||
|
s.workflowForTransaction(transaction),
|
||||||
|
id,
|
||||||
|
s.approvalQueryModifier(),
|
||||||
|
)
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Warnf("Unable to load latest approval for transaction %d: %+v", id, err)
|
||||||
|
} else {
|
||||||
|
transaction.LatestApproval = approval
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return transaction, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s transactionService) DeleteOne(c *fiber.Ctx, id uint) error {
|
||||||
|
if err := s.Repository.DeleteOne(c.Context(), id); err != nil {
|
||||||
|
if errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
return fiber.NewError(fiber.StatusNotFound, "Transaction not found")
|
||||||
|
}
|
||||||
|
s.Log.Errorf("Failed to delete transaction: %+v", err)
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s transactionService) attachApprovals(ctx context.Context, transactions []entity.Payment) {
|
||||||
|
if s.ApprovalSvc == nil || len(transactions) == 0 {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
workflowIDs := map[approvalutils.ApprovalWorkflowKey][]uint{}
|
||||||
|
for _, transaction := range transactions {
|
||||||
|
workflow := s.workflowForTransaction(&transaction)
|
||||||
|
workflowIDs[workflow] = append(workflowIDs[workflow], transaction.Id)
|
||||||
|
}
|
||||||
|
|
||||||
|
approvalByWorkflow := make(map[approvalutils.ApprovalWorkflowKey]map[uint]*entity.Approval, len(workflowIDs))
|
||||||
|
for workflow, ids := range workflowIDs {
|
||||||
|
if len(ids) == 0 {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
approvals, err := s.ApprovalSvc.LatestByTargets(ctx, workflow, ids, s.approvalQueryModifier())
|
||||||
|
if err != nil {
|
||||||
|
s.Log.Warnf("Unable to load latest approvals for transactions: %+v", err)
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
approvalByWorkflow[workflow] = approvals
|
||||||
|
}
|
||||||
|
|
||||||
|
for i := range transactions {
|
||||||
|
workflow := s.workflowForTransaction(&transactions[i])
|
||||||
|
if approvals, ok := approvalByWorkflow[workflow]; ok {
|
||||||
|
transactions[i].LatestApproval = approvals[transactions[i].Id]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s transactionService) workflowForTransaction(transaction *entity.Payment) approvalutils.ApprovalWorkflowKey {
|
||||||
|
if transaction == nil {
|
||||||
|
return utils.ApprovalWorkflowPayment
|
||||||
|
}
|
||||||
|
transactionType := strings.TrimSpace(strings.ToUpper(transaction.TransactionType))
|
||||||
|
if transactionType == "" {
|
||||||
|
return utils.ApprovalWorkflowPayment
|
||||||
|
}
|
||||||
|
if workflow, ok := s.approvalWorkflows[transactionType]; ok {
|
||||||
|
return workflow
|
||||||
|
}
|
||||||
|
return utils.ApprovalWorkflowPayment
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s transactionService) approvalQueryModifier() func(*gorm.DB) *gorm.DB {
|
||||||
|
return func(db *gorm.DB) *gorm.DB {
|
||||||
|
return db.Preload("ActionUser")
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
package validation
|
||||||
|
|
||||||
|
type Create struct {
|
||||||
|
Name string `json:"name" validate:"required_strict,min=3"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type Update struct {
|
||||||
|
Name *string `json:"name,omitempty" validate:"omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type Query struct {
|
||||||
|
Page int `query:"page" validate:"omitempty,number,min=1,gt=0"`
|
||||||
|
Limit int `query:"limit" validate:"omitempty,number,min=1,max=100,gt=0"`
|
||||||
|
Search string `query:"search" validate:"omitempty,max=50"`
|
||||||
|
}
|
||||||
@@ -5,6 +5,9 @@ import (
|
|||||||
"github.com/gofiber/fiber/v2"
|
"github.com/gofiber/fiber/v2"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
|
|
||||||
|
commonRepo "gitlab.com/mbugroup/lti-api.git/internal/common/repository"
|
||||||
|
commonSvc "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
||||||
|
rAdjustmentStock "gitlab.com/mbugroup/lti-api.git/internal/modules/inventory/adjustments/repositories"
|
||||||
sAdjustment "gitlab.com/mbugroup/lti-api.git/internal/modules/inventory/adjustments/services"
|
sAdjustment "gitlab.com/mbugroup/lti-api.git/internal/modules/inventory/adjustments/services"
|
||||||
rProductWarehouse "gitlab.com/mbugroup/lti-api.git/internal/modules/inventory/product-warehouses/repositories"
|
rProductWarehouse "gitlab.com/mbugroup/lti-api.git/internal/modules/inventory/product-warehouses/repositories"
|
||||||
rproduct "gitlab.com/mbugroup/lti-api.git/internal/modules/master/products/repositories"
|
rproduct "gitlab.com/mbugroup/lti-api.git/internal/modules/master/products/repositories"
|
||||||
@@ -13,19 +16,67 @@ import (
|
|||||||
rStockLogs "gitlab.com/mbugroup/lti-api.git/internal/modules/shared/repositories"
|
rStockLogs "gitlab.com/mbugroup/lti-api.git/internal/modules/shared/repositories"
|
||||||
rUser "gitlab.com/mbugroup/lti-api.git/internal/modules/users/repositories"
|
rUser "gitlab.com/mbugroup/lti-api.git/internal/modules/users/repositories"
|
||||||
sUser "gitlab.com/mbugroup/lti-api.git/internal/modules/users/services"
|
sUser "gitlab.com/mbugroup/lti-api.git/internal/modules/users/services"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/utils"
|
||||||
|
"gitlab.com/mbugroup/lti-api.git/internal/utils/fifo"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AdjustmentModule struct{}
|
type AdjustmentModule struct{}
|
||||||
|
|
||||||
func (AdjustmentModule) RegisterRoutes(router fiber.Router, db *gorm.DB, validate *validator.Validate) {
|
func (AdjustmentModule) RegisterRoutes(router fiber.Router, db *gorm.DB, validate *validator.Validate) {
|
||||||
|
// Repositories
|
||||||
stockLogsRepo := rStockLogs.NewStockLogRepository(db)
|
stockLogsRepo := rStockLogs.NewStockLogRepository(db)
|
||||||
warehouseRepo := rWarehouse.NewWarehouseRepository(db)
|
warehouseRepo := rWarehouse.NewWarehouseRepository(db)
|
||||||
productWarehouseRepo := rProductWarehouse.NewProductWarehouseRepository(db)
|
productWarehouseRepo := rProductWarehouse.NewProductWarehouseRepository(db)
|
||||||
projectFlockKandangRepo := rProjectFlockKandang.NewProjectFlockKandangRepository(db)
|
projectFlockKandangRepo := rProjectFlockKandang.NewProjectFlockKandangRepository(db)
|
||||||
userRepo := rUser.NewUserRepository(db)
|
userRepo := rUser.NewUserRepository(db)
|
||||||
productRepo := rproduct.NewProductRepository(db)
|
productRepo := rproduct.NewProductRepository(db)
|
||||||
|
adjustmentStockRepo := rAdjustmentStock.NewAdjustmentStockRepository(db)
|
||||||
|
stockAllocRepo := commonRepo.NewStockAllocationRepository(db)
|
||||||
|
|
||||||
adjustmentService := sAdjustment.NewAdjustmentService(productRepo, stockLogsRepo, warehouseRepo, productWarehouseRepo, validate, projectFlockKandangRepo)
|
fifoService := commonSvc.NewFifoService(db, stockAllocRepo, productWarehouseRepo, utils.Log)
|
||||||
|
|
||||||
|
err := fifoService.RegisterStockable(fifo.StockableConfig{
|
||||||
|
Key: fifo.StockableKey("ADJUSTMENT_IN"),
|
||||||
|
Table: "adjustment_stocks",
|
||||||
|
Columns: fifo.StockableColumns{
|
||||||
|
ID: "id",
|
||||||
|
ProductWarehouseID: "product_warehouse_id",
|
||||||
|
TotalQuantity: "total_qty",
|
||||||
|
TotalUsedQuantity: "total_used",
|
||||||
|
CreatedAt: "created_at",
|
||||||
|
},
|
||||||
|
OrderBy: []string{"created_at ASC", "id ASC"},
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
panic("Failed to register ADJUSTMENT_IN as Stockable: " + err.Error())
|
||||||
|
}
|
||||||
|
|
||||||
|
err = fifoService.RegisterUsable(fifo.UsableConfig{
|
||||||
|
Key: fifo.UsableKey("ADJUSTMENT_OUT"),
|
||||||
|
Table: "adjustment_stocks",
|
||||||
|
Columns: fifo.UsableColumns{
|
||||||
|
ID: "id",
|
||||||
|
ProductWarehouseID: "product_warehouse_id",
|
||||||
|
UsageQuantity: "usage_qty",
|
||||||
|
PendingQuantity: "pending_qty",
|
||||||
|
CreatedAt: "created_at",
|
||||||
|
},
|
||||||
|
OrderBy: []string{"created_at ASC", "id ASC"},
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
panic("Failed to register ADJUSTMENT_OUT as Usable: " + err.Error())
|
||||||
|
}
|
||||||
|
|
||||||
|
adjustmentService := sAdjustment.NewAdjustmentService(
|
||||||
|
productRepo,
|
||||||
|
stockLogsRepo,
|
||||||
|
warehouseRepo,
|
||||||
|
productWarehouseRepo,
|
||||||
|
adjustmentStockRepo,
|
||||||
|
fifoService,
|
||||||
|
validate,
|
||||||
|
projectFlockKandangRepo,
|
||||||
|
)
|
||||||
userService := sUser.NewUserService(userRepo, validate)
|
userService := sUser.NewUserService(userRepo, validate)
|
||||||
|
|
||||||
AdjustmentRoutes(router, userService, adjustmentService)
|
AdjustmentRoutes(router, userService, adjustmentService)
|
||||||
|
|||||||
@@ -0,0 +1,50 @@
|
|||||||
|
package repositories
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type AdjustmentStockRepository interface {
|
||||||
|
CreateOne(ctx context.Context, data *entity.AdjustmentStock, modifier func(*gorm.DB) *gorm.DB) error
|
||||||
|
GetByStockLogID(ctx context.Context, stockLogID uint) (*entity.AdjustmentStock, error)
|
||||||
|
WithTx(tx *gorm.DB) AdjustmentStockRepository
|
||||||
|
DB() *gorm.DB
|
||||||
|
}
|
||||||
|
|
||||||
|
type adjustmentStockRepositoryImpl struct {
|
||||||
|
db *gorm.DB
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewAdjustmentStockRepository(db *gorm.DB) AdjustmentStockRepository {
|
||||||
|
return &adjustmentStockRepositoryImpl{db: db}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *adjustmentStockRepositoryImpl) CreateOne(ctx context.Context, data *entity.AdjustmentStock, modifier func(*gorm.DB) *gorm.DB) error {
|
||||||
|
q := r.db.WithContext(ctx)
|
||||||
|
if modifier != nil {
|
||||||
|
q = modifier(q)
|
||||||
|
}
|
||||||
|
return q.Create(data).Error
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *adjustmentStockRepositoryImpl) GetByStockLogID(ctx context.Context, stockLogID uint) (*entity.AdjustmentStock, error) {
|
||||||
|
var record entity.AdjustmentStock
|
||||||
|
err := r.db.WithContext(ctx).
|
||||||
|
Where("stock_log_id = ?", stockLogID).
|
||||||
|
First(&record).Error
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
return &record, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *adjustmentStockRepositoryImpl) WithTx(tx *gorm.DB) AdjustmentStockRepository {
|
||||||
|
return &adjustmentStockRepositoryImpl{db: tx}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *adjustmentStockRepositoryImpl) DB() *gorm.DB {
|
||||||
|
return r.db
|
||||||
|
}
|
||||||
@@ -12,6 +12,7 @@ import (
|
|||||||
common "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
common "gitlab.com/mbugroup/lti-api.git/internal/common/service"
|
||||||
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
entity "gitlab.com/mbugroup/lti-api.git/internal/entities"
|
||||||
m "gitlab.com/mbugroup/lti-api.git/internal/middleware"
|
m "gitlab.com/mbugroup/lti-api.git/internal/middleware"
|
||||||
|
adjustmentStockRepo "gitlab.com/mbugroup/lti-api.git/internal/modules/inventory/adjustments/repositories"
|
||||||
validation "gitlab.com/mbugroup/lti-api.git/internal/modules/inventory/adjustments/validations"
|
validation "gitlab.com/mbugroup/lti-api.git/internal/modules/inventory/adjustments/validations"
|
||||||
ProductWarehouse "gitlab.com/mbugroup/lti-api.git/internal/modules/inventory/product-warehouses/repositories"
|
ProductWarehouse "gitlab.com/mbugroup/lti-api.git/internal/modules/inventory/product-warehouses/repositories"
|
||||||
productRepo "gitlab.com/mbugroup/lti-api.git/internal/modules/master/products/repositories"
|
productRepo "gitlab.com/mbugroup/lti-api.git/internal/modules/master/products/repositories"
|
||||||
@@ -29,24 +30,37 @@ type AdjustmentService interface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type adjustmentService struct {
|
type adjustmentService struct {
|
||||||
Log *logrus.Logger
|
Log *logrus.Logger
|
||||||
Validate *validator.Validate
|
Validate *validator.Validate
|
||||||
StockLogsRepository stockLogsRepo.StockLogRepository
|
StockLogsRepository stockLogsRepo.StockLogRepository
|
||||||
WarehouseRepo warehouseRepo.WarehouseRepository
|
WarehouseRepo warehouseRepo.WarehouseRepository
|
||||||
ProductWarehouseRepo ProductWarehouse.ProductWarehouseRepository
|
ProductWarehouseRepo ProductWarehouse.ProductWarehouseRepository
|
||||||
ProductRepo productRepo.ProductRepository
|
ProductRepo productRepo.ProductRepository
|
||||||
ProjectFlockKandangRepo projectFlockKandangRepo.ProjectFlockKandangRepository
|
ProjectFlockKandangRepo projectFlockKandangRepo.ProjectFlockKandangRepository
|
||||||
|
AdjustmentStockRepository adjustmentStockRepo.AdjustmentStockRepository
|
||||||
|
FifoSvc common.FifoService
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewAdjustmentService(productRepo productRepo.ProductRepository, stockLogsRepo stockLogsRepo.StockLogRepository, warehouseRepo warehouseRepo.WarehouseRepository, productWarehouseRepo ProductWarehouse.ProductWarehouseRepository, validate *validator.Validate, projectFlockKandangRepo projectFlockKandangRepo.ProjectFlockKandangRepository) AdjustmentService {
|
func NewAdjustmentService(
|
||||||
|
productRepo productRepo.ProductRepository,
|
||||||
|
stockLogsRepo stockLogsRepo.StockLogRepository,
|
||||||
|
warehouseRepo warehouseRepo.WarehouseRepository,
|
||||||
|
productWarehouseRepo ProductWarehouse.ProductWarehouseRepository,
|
||||||
|
adjustmentStockRepo adjustmentStockRepo.AdjustmentStockRepository,
|
||||||
|
fifoSvc common.FifoService,
|
||||||
|
validate *validator.Validate,
|
||||||
|
projectFlockKandangRepo projectFlockKandangRepo.ProjectFlockKandangRepository,
|
||||||
|
) AdjustmentService {
|
||||||
return &adjustmentService{
|
return &adjustmentService{
|
||||||
Log: utils.Log,
|
Log: utils.Log,
|
||||||
Validate: validate,
|
Validate: validate,
|
||||||
StockLogsRepository: stockLogsRepo,
|
StockLogsRepository: stockLogsRepo,
|
||||||
WarehouseRepo: warehouseRepo,
|
WarehouseRepo: warehouseRepo,
|
||||||
ProductWarehouseRepo: productWarehouseRepo,
|
ProductWarehouseRepo: productWarehouseRepo,
|
||||||
ProductRepo: productRepo,
|
ProductRepo: productRepo,
|
||||||
ProjectFlockKandangRepo: projectFlockKandangRepo,
|
ProjectFlockKandangRepo: projectFlockKandangRepo,
|
||||||
|
AdjustmentStockRepository: adjustmentStockRepo,
|
||||||
|
FifoSvc: fifoSvc,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -70,7 +84,7 @@ func (s *adjustmentService) GetOne(c *fiber.Ctx, id uint) (*entity.StockLog, err
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
if stockLog.LoggableType != entity.LogTypeAdjustment {
|
if stockLog.LoggableType != string(utils.StockLogTypeAdjustment) {
|
||||||
return nil, fiber.NewError(fiber.StatusNotFound, "Adjustment not found")
|
return nil, fiber.NewError(fiber.StatusNotFound, "Adjustment not found")
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -97,45 +111,43 @@ func (s *adjustmentService) Adjustment(c *fiber.Ctx, req *validation.Create) (*e
|
|||||||
return nil, fiber.NewError(fiber.StatusBadRequest, "Quantity must be greater than zero")
|
return nil, fiber.NewError(fiber.StatusBadRequest, "Quantity must be greater than zero")
|
||||||
}
|
}
|
||||||
transactionType := strings.ToUpper(req.TransactionType)
|
transactionType := strings.ToUpper(req.TransactionType)
|
||||||
if transactionType != entity.TransactionTypeIncrease && transactionType != entity.TransactionTypeDecrease {
|
if transactionType != string(utils.StockLogTransactionTypeIncrease) && transactionType != string(utils.StockLogTransactionTypeDecrease) {
|
||||||
return nil, fiber.NewError(fiber.StatusBadRequest, "Invalid transaction type")
|
return nil, fiber.NewError(fiber.StatusBadRequest, "Invalid transaction type")
|
||||||
}
|
}
|
||||||
|
|
||||||
var createdLogId uint
|
var createdLogId uint
|
||||||
|
|
||||||
isProductWarehouseExist, err := s.ProductWarehouseRepo.ProductWarehouseExistByProductAndWarehouseID(ctx, uint(req.ProductID), uint(req.WarehouseID))
|
var projectFlockKandangID *uint
|
||||||
if err != nil {
|
pfk, err := s.ProjectFlockKandangRepo.GetActiveByKandangID(ctx, uint(req.WarehouseID))
|
||||||
s.Log.Errorf("Failed to check product warehouse existence: %+v", err)
|
if err == nil && pfk != nil {
|
||||||
return nil, fiber.NewError(fiber.StatusInternalServerError, "Failed to validate product warehouse")
|
idCopy := uint(pfk.Id)
|
||||||
|
projectFlockKandangID = &idCopy
|
||||||
}
|
}
|
||||||
if !isProductWarehouseExist {
|
|
||||||
projectFlockKandangID, err := s.getActiveProjectFlockKandangID(ctx, uint(req.WarehouseID))
|
pw, err := s.ProductWarehouseRepo.FindByProductWarehouseAndPfk(
|
||||||
if err != nil {
|
ctx,
|
||||||
return nil, err
|
uint(req.ProductID),
|
||||||
|
uint(req.WarehouseID),
|
||||||
|
projectFlockKandangID,
|
||||||
|
)
|
||||||
|
if err != nil {
|
||||||
|
if !errors.Is(err, gorm.ErrRecordNotFound) {
|
||||||
|
s.Log.Errorf("Failed to find product warehouse: %+v", err)
|
||||||
|
return nil, fiber.NewError(fiber.StatusInternalServerError, "Failed to get product warehouse")
|
||||||
}
|
}
|
||||||
|
|
||||||
newPW := &entity.ProductWarehouse{
|
newPW := &entity.ProductWarehouse{
|
||||||
ProductId: uint(req.ProductID),
|
ProductId: uint(req.ProductID),
|
||||||
WarehouseId: uint(req.WarehouseID),
|
WarehouseId: uint(req.WarehouseID),
|
||||||
Quantity: 0,
|
Quantity: 0,
|
||||||
ProjectFlockKandangId: &projectFlockKandangID,
|
ProjectFlockKandangId: projectFlockKandangID,
|
||||||
// CreatedBy: 1, // TODO: should Get from auth middleware
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := s.ProductWarehouseRepo.CreateOne(ctx, newPW, nil); err != nil {
|
if err := s.ProductWarehouseRepo.CreateOne(ctx, newPW, nil); err != nil {
|
||||||
s.Log.Errorf("Failed to create product warehouse: %+v", err)
|
s.Log.Errorf("Failed to create product warehouse: %+v", err)
|
||||||
return nil, fiber.NewError(fiber.StatusInternalServerError, "Failed to create product warehouse")
|
return nil, fiber.NewError(fiber.StatusInternalServerError, "Failed to create product warehouse")
|
||||||
}
|
}
|
||||||
s.Log.Infof("Product warehouse created: %+v", newPW.Id)
|
pw = newPW
|
||||||
}
|
|
||||||
|
|
||||||
pw, err := s.ProductWarehouseRepo.GetProductWarehouseByProductAndWarehouseID(
|
|
||||||
ctx,
|
|
||||||
uint(req.ProductID),
|
|
||||||
uint(req.WarehouseID),
|
|
||||||
)
|
|
||||||
if err != nil {
|
|
||||||
s.Log.Errorf("Failed to get product warehouse for project flock check: %+v", err)
|
|
||||||
return nil, fiber.NewError(fiber.StatusInternalServerError, "Failed to validate product warehouse")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := common.EnsureProjectFlockNotClosedForProductWarehouses(
|
if err := common.EnsureProjectFlockNotClosedForProductWarehouses(
|
||||||
@@ -152,16 +164,17 @@ func (s *adjustmentService) Adjustment(c *fiber.Ctx, req *validation.Create) (*e
|
|||||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to get product warehouse")
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to get product warehouse")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Create StockLog for history tracking
|
||||||
afterQuantity := productWarehouse.Quantity
|
afterQuantity := productWarehouse.Quantity
|
||||||
newLog := &entity.StockLog{
|
newLog := &entity.StockLog{
|
||||||
// TransactionType: transactionType,
|
LoggableType: string(utils.StockLogTypeAdjustment),
|
||||||
LoggableType: entity.LogTypeAdjustment,
|
|
||||||
LoggableId: 0,
|
LoggableId: 0,
|
||||||
Notes: req.Note,
|
Notes: req.Note,
|
||||||
ProductWarehouseId: productWarehouse.Id,
|
ProductWarehouseId: productWarehouse.Id,
|
||||||
CreatedBy: actorID, // TODO: should Get from auth middleware
|
CreatedBy: actorID,
|
||||||
}
|
}
|
||||||
if transactionType == entity.TransactionTypeIncrease {
|
|
||||||
|
if transactionType == string(utils.StockLogTransactionTypeIncrease) {
|
||||||
afterQuantity += req.Quantity
|
afterQuantity += req.Quantity
|
||||||
newLog.Increase = afterQuantity
|
newLog.Increase = afterQuantity
|
||||||
} else {
|
} else {
|
||||||
@@ -177,6 +190,57 @@ func (s *adjustmentService) Adjustment(c *fiber.Ctx, req *validation.Create) (*e
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Create AdjustmentStock record for FIFO tracking
|
||||||
|
adjustmentStock := &entity.AdjustmentStock{
|
||||||
|
StockLogId: newLog.Id,
|
||||||
|
ProductWarehouseId: productWarehouse.Id,
|
||||||
|
}
|
||||||
|
|
||||||
|
if transactionType == string(utils.StockLogTransactionTypeIncrease) {
|
||||||
|
// Adjustment INCREASE → Replenish stock (Stockable)
|
||||||
|
note := fmt.Sprintf("Stock Adjustment IN #%d", newLog.Id)
|
||||||
|
replenishResult, err := s.FifoSvc.Replenish(ctx, common.StockReplenishRequest{
|
||||||
|
StockableKey: "ADJUSTMENT_IN",
|
||||||
|
StockableID: newLog.Id,
|
||||||
|
ProductWarehouseID: uint(productWarehouse.Id),
|
||||||
|
Quantity: req.Quantity,
|
||||||
|
Note: ¬e,
|
||||||
|
Tx: tx,
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusInternalServerError, fmt.Sprintf("Failed to replenish stock via FIFO: %v", err))
|
||||||
|
}
|
||||||
|
|
||||||
|
// Update stockable tracking fields
|
||||||
|
adjustmentStock.TotalQty = replenishResult.AddedQuantity
|
||||||
|
adjustmentStock.TotalUsed = 0
|
||||||
|
|
||||||
|
} else {
|
||||||
|
// Adjustment DECREASE → Consume stock (Usable)
|
||||||
|
consumeResult, err := s.FifoSvc.Consume(ctx, common.StockConsumeRequest{
|
||||||
|
UsableKey: "ADJUSTMENT_OUT",
|
||||||
|
UsableID: newLog.Id,
|
||||||
|
ProductWarehouseID: uint(productWarehouse.Id),
|
||||||
|
Quantity: req.Quantity,
|
||||||
|
AllowPending: false, // Don't allow pending for adjustment
|
||||||
|
Tx: tx,
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest, fmt.Sprintf("Failed to consume stock via FIFO: %v", err))
|
||||||
|
}
|
||||||
|
|
||||||
|
// Update usable tracking fields
|
||||||
|
adjustmentStock.UsageQty = consumeResult.UsageQuantity
|
||||||
|
adjustmentStock.PendingQty = consumeResult.PendingQuantity
|
||||||
|
}
|
||||||
|
|
||||||
|
// Save AdjustmentStock record
|
||||||
|
if err := s.AdjustmentStockRepository.WithTx(tx).CreateOne(ctx, adjustmentStock, nil); err != nil {
|
||||||
|
s.Log.Errorf("Failed to create adjustment stock: %+v", err)
|
||||||
|
return fiber.NewError(fiber.StatusInternalServerError, "Failed to create adjustment stock record")
|
||||||
|
}
|
||||||
|
|
||||||
|
// Update ProductWarehouse quantity (for backward compatibility/reporting)
|
||||||
productWarehouse.Quantity = afterQuantity
|
productWarehouse.Quantity = afterQuantity
|
||||||
if err := s.ProductWarehouseRepo.WithTx(tx).UpdateOne(ctx, productWarehouse.Id, productWarehouse, nil); err != nil {
|
if err := s.ProductWarehouseRepo.WithTx(tx).UpdateOne(ctx, productWarehouse.Id, productWarehouse, nil); err != nil {
|
||||||
s.Log.Errorf("Failed to update product warehouse quantity: %+v", err)
|
s.Log.Errorf("Failed to update product warehouse quantity: %+v", err)
|
||||||
@@ -248,7 +312,7 @@ func (s *adjustmentService) AdjustmentHistory(c *fiber.Ctx, query *validation.Qu
|
|||||||
|
|
||||||
db = s.withRelations(db)
|
db = s.withRelations(db)
|
||||||
|
|
||||||
db = db.Where("loggable_type = ?", entity.LogTypeAdjustment)
|
db = db.Where("loggable_type = ?", string(utils.StockLogTypeAdjustment))
|
||||||
|
|
||||||
if query.TransactionType != "" {
|
if query.TransactionType != "" {
|
||||||
db = db.Where("transaction_type = ?", strings.ToUpper(query.TransactionType))
|
db = db.Where("transaction_type = ?", strings.ToUpper(query.TransactionType))
|
||||||
|
|||||||
@@ -24,11 +24,12 @@ type ProductWarehousNestedDTO struct {
|
|||||||
|
|
||||||
type ProductWarehouseListDTO struct {
|
type ProductWarehouseListDTO struct {
|
||||||
ProductWarehouseRelationDTO
|
ProductWarehouseRelationDTO
|
||||||
Product *productDTO.ProductRelationDTO `json:"product,omitempty"`
|
Product *productDTO.ProductRelationDTO `json:"product,omitempty"`
|
||||||
Warehouse *WarehouseRelationDTO `json:"warehouse,omitempty"`
|
Warehouse *WarehouseRelationDTO `json:"warehouse,omitempty"`
|
||||||
CreatedUser *UserRelationDTO `json:"created_user,omitempty"`
|
ProjectFlockKandang *ProjectFlockKandangRelationDTO `json:"project_flock_kandang,omitempty"`
|
||||||
CreatedAt time.Time `json:"created_at"`
|
CreatedUser *UserRelationDTO `json:"created_user,omitempty"`
|
||||||
UpdatedAt time.Time `json:"updated_at"`
|
CreatedAt time.Time `json:"created_at"`
|
||||||
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type UserRelationDTO struct {
|
type UserRelationDTO struct {
|
||||||
@@ -71,6 +72,19 @@ type AreaRelationDTO struct {
|
|||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type ProjectFlockKandangRelationDTO struct {
|
||||||
|
Id uint `json:"id"`
|
||||||
|
ProjectFlockId uint `json:"project_flock_id"`
|
||||||
|
KandangId uint `json:"kandang_id"`
|
||||||
|
Period int `json:"period"`
|
||||||
|
ProjectFlock *ProjectFlockRelationDTO `json:"project_flock,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ProjectFlockRelationDTO struct {
|
||||||
|
Id uint `json:"id"`
|
||||||
|
FlockName string `json:"flock_name"`
|
||||||
|
}
|
||||||
|
|
||||||
// === Mapper Functions ===
|
// === Mapper Functions ===
|
||||||
|
|
||||||
func ToProductWarehouseRelationDTO(e entity.ProductWarehouse) ProductWarehouseRelationDTO {
|
func ToProductWarehouseRelationDTO(e entity.ProductWarehouse) ProductWarehouseRelationDTO {
|
||||||
@@ -105,6 +119,12 @@ func ToProductWarehouseListDTO(e entity.ProductWarehouse) ProductWarehouseListDT
|
|||||||
// Map Product relation jika ada
|
// Map Product relation jika ada
|
||||||
if e.Product.Id != 0 {
|
if e.Product.Id != 0 {
|
||||||
product := productDTO.ToProductRelationDTO(e.Product)
|
product := productDTO.ToProductRelationDTO(e.Product)
|
||||||
|
|
||||||
|
// Tambahkan flock name ke product name jika ada project flock
|
||||||
|
if e.ProjectFlockKandang != nil && e.ProjectFlockKandang.ProjectFlock.Id != 0 {
|
||||||
|
product.Name = product.Name + " (" + e.ProjectFlockKandang.ProjectFlock.FlockName + ")"
|
||||||
|
}
|
||||||
|
|
||||||
dto.Product = &product
|
dto.Product = &product
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -139,6 +159,26 @@ func ToProductWarehouseListDTO(e entity.ProductWarehouse) ProductWarehouseListDT
|
|||||||
dto.Warehouse = &warehouse
|
dto.Warehouse = &warehouse
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Map ProjectFlockKandang relation jika ada
|
||||||
|
if e.ProjectFlockKandang != nil && e.ProjectFlockKandang.Id != 0 {
|
||||||
|
pfkDTO := &ProjectFlockKandangRelationDTO{
|
||||||
|
Id: e.ProjectFlockKandang.Id,
|
||||||
|
ProjectFlockId: e.ProjectFlockKandang.ProjectFlockId,
|
||||||
|
KandangId: e.ProjectFlockKandang.KandangId,
|
||||||
|
Period: e.ProjectFlockKandang.Period,
|
||||||
|
}
|
||||||
|
|
||||||
|
// Map ProjectFlock jika ada
|
||||||
|
if e.ProjectFlockKandang.ProjectFlock.Id != 0 {
|
||||||
|
pfkDTO.ProjectFlock = &ProjectFlockRelationDTO{
|
||||||
|
Id: e.ProjectFlockKandang.ProjectFlock.Id,
|
||||||
|
FlockName: e.ProjectFlockKandang.ProjectFlock.FlockName,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
dto.ProjectFlockKandang = pfkDTO
|
||||||
|
}
|
||||||
|
|
||||||
// Map CreatedUser relation jika ada
|
// Map CreatedUser relation jika ada
|
||||||
// if e.CreatedUser.Id != 0 {
|
// if e.CreatedUser.Id != 0 {
|
||||||
// user := UserRelationDTO{
|
// user := UserRelationDTO{
|
||||||
|
|||||||
+64
-1
@@ -18,6 +18,7 @@ type ProductWarehouseRepository interface {
|
|||||||
ProductWarehouseExistByProductAndWarehouseID(ctx context.Context, productId, warehouseId uint) (bool, error)
|
ProductWarehouseExistByProductAndWarehouseID(ctx context.Context, productId, warehouseId uint) (bool, error)
|
||||||
ExistsByID(ctx context.Context, id uint) (bool, error)
|
ExistsByID(ctx context.Context, id uint) (bool, error)
|
||||||
GetProductWarehouseByProductAndWarehouseID(ctx context.Context, productId, warehouseId uint) (*entity.ProductWarehouse, error)
|
GetProductWarehouseByProductAndWarehouseID(ctx context.Context, productId, warehouseId uint) (*entity.ProductWarehouse, error)
|
||||||
|
FindByProductWarehouseAndPfk(ctx context.Context, productID uint, warehouseID uint, projectFlockKandangID *uint) (*entity.ProductWarehouse, error)
|
||||||
GetByCategoryCodeAndWarehouseID(ctx context.Context, categoryCode string, warehouseId uint) ([]entity.ProductWarehouse, error)
|
GetByCategoryCodeAndWarehouseID(ctx context.Context, categoryCode string, warehouseId uint) ([]entity.ProductWarehouse, error)
|
||||||
GetLatestByCategoryCodeAndWarehouseID(ctx context.Context, categoryCode string, warehouseId uint, db *gorm.DB) (*entity.ProductWarehouse, error)
|
GetLatestByCategoryCodeAndWarehouseID(ctx context.Context, categoryCode string, warehouseId uint, db *gorm.DB) (*entity.ProductWarehouse, error)
|
||||||
GetByFlagAndWarehouseID(ctx context.Context, flagName string, warehouseId uint) ([]entity.ProductWarehouse, error)
|
GetByFlagAndWarehouseID(ctx context.Context, flagName string, warehouseId uint) ([]entity.ProductWarehouse, error)
|
||||||
@@ -28,6 +29,8 @@ type ProductWarehouseRepository interface {
|
|||||||
IdExists(ctx context.Context, id uint) (bool, error)
|
IdExists(ctx context.Context, id uint) (bool, error)
|
||||||
CleanupEmpty(ctx context.Context, affected map[uint]struct{}) error
|
CleanupEmpty(ctx context.Context, affected map[uint]struct{}) error
|
||||||
EnsureProductWarehouse(ctx context.Context, productID, warehouseID uint, projectFlockKandangID *uint, createdBy uint) (uint, error)
|
EnsureProductWarehouse(ctx context.Context, productID, warehouseID uint, projectFlockKandangID *uint, createdBy uint) (uint, error)
|
||||||
|
GetByProductWarehouseAndProjectFlockKandang(ctx context.Context, productId, warehouseId, projectFlockKandangId uint) (*entity.ProductWarehouse, error)
|
||||||
|
DeleteByProjectFlockKandangIDs(ctx context.Context, projectFlockKandangIDs []uint) error
|
||||||
}
|
}
|
||||||
|
|
||||||
type ProductWarehouseRepositoryImpl struct {
|
type ProductWarehouseRepositoryImpl struct {
|
||||||
@@ -81,9 +84,43 @@ func (r *ProductWarehouseRepositoryImpl) ProductWarehouseExistByProductAndWareho
|
|||||||
|
|
||||||
func (r *ProductWarehouseRepositoryImpl) GetProductWarehouseByProductAndWarehouseID(ctx context.Context, productId, warehouseId uint) (*entity.ProductWarehouse, error) {
|
func (r *ProductWarehouseRepositoryImpl) GetProductWarehouseByProductAndWarehouseID(ctx context.Context, productId, warehouseId uint) (*entity.ProductWarehouse, error) {
|
||||||
var productWarehouse entity.ProductWarehouse
|
var productWarehouse entity.ProductWarehouse
|
||||||
if err := r.DB().WithContext(ctx).Where("product_id = ? AND warehouse_id = ?", productId, warehouseId).First(&productWarehouse).Error; err != nil {
|
|
||||||
|
err := r.DB().WithContext(ctx).
|
||||||
|
Where("product_id = ? AND warehouse_id = ? AND project_flock_kandang_id IS NOT NULL", productId, warehouseId).
|
||||||
|
Order("id DESC").
|
||||||
|
Preload("ProjectFlockKandang").
|
||||||
|
First(&productWarehouse).Error
|
||||||
|
|
||||||
|
if err == nil {
|
||||||
|
|
||||||
|
if productWarehouse.ProjectFlockKandang.ClosedAt == nil {
|
||||||
|
return &productWarehouse, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
err = r.DB().WithContext(ctx).
|
||||||
|
Where("product_id = ? AND warehouse_id = ? AND project_flock_kandang_id IS NULL", productId, warehouseId).
|
||||||
|
First(&productWarehouse).Error
|
||||||
|
|
||||||
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return &productWarehouse, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *ProductWarehouseRepositoryImpl) FindByProductWarehouseAndPfk(ctx context.Context, productID uint, warehouseID uint, projectFlockKandangID *uint) (*entity.ProductWarehouse, error) {
|
||||||
|
var productWarehouse entity.ProductWarehouse
|
||||||
|
|
||||||
|
err := r.DB().WithContext(ctx).
|
||||||
|
Where("product_id = ? AND warehouse_id = ? AND project_flock_kandang_id IS NOT DISTINCT FROM ?", productID, warehouseID, projectFlockKandangID).
|
||||||
|
First(&productWarehouse).Error
|
||||||
|
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
return &productWarehouse, nil
|
return &productWarehouse, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -237,6 +274,30 @@ func (r *ProductWarehouseRepositoryImpl) EnsureProductWarehouse(
|
|||||||
return entity.Id, nil
|
return entity.Id, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (r *ProductWarehouseRepositoryImpl) GetByProductWarehouseAndProjectFlockKandang(
|
||||||
|
ctx context.Context,
|
||||||
|
productId uint,
|
||||||
|
warehouseId uint,
|
||||||
|
projectFlockKandangId uint,
|
||||||
|
) (*entity.ProductWarehouse, error) {
|
||||||
|
var productWarehouse entity.ProductWarehouse
|
||||||
|
if err := r.DB().WithContext(ctx).
|
||||||
|
Where("product_id = ? AND warehouse_id = ? AND project_flock_kandang_id = ?", productId, warehouseId, projectFlockKandangId).
|
||||||
|
First(&productWarehouse).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
return &productWarehouse, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *ProductWarehouseRepositoryImpl) DeleteByProjectFlockKandangIDs(ctx context.Context, projectFlockKandangIDs []uint) error {
|
||||||
|
if len(projectFlockKandangIDs) == 0 {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
return r.DB().WithContext(ctx).
|
||||||
|
Where("project_flock_kandang_id IN ?", projectFlockKandangIDs).
|
||||||
|
Delete(&entity.ProductWarehouse{}).Error
|
||||||
|
}
|
||||||
|
|
||||||
func (r *ProductWarehouseRepositoryImpl) GetDetailByID(ctx context.Context, id uint) (*entity.ProductWarehouse, error) {
|
func (r *ProductWarehouseRepositoryImpl) GetDetailByID(ctx context.Context, id uint) (*entity.ProductWarehouse, error) {
|
||||||
var productWarehouse entity.ProductWarehouse
|
var productWarehouse entity.ProductWarehouse
|
||||||
err := r.DB().WithContext(ctx).
|
err := r.DB().WithContext(ctx).
|
||||||
@@ -244,6 +305,8 @@ func (r *ProductWarehouseRepositoryImpl) GetDetailByID(ctx context.Context, id u
|
|||||||
Preload("Warehouse").
|
Preload("Warehouse").
|
||||||
Preload("Warehouse.Area").
|
Preload("Warehouse.Area").
|
||||||
Preload("Warehouse.Location").
|
Preload("Warehouse.Location").
|
||||||
|
Preload("ProjectFlockKandang").
|
||||||
|
Preload("ProjectFlockKandang.ProjectFlock").
|
||||||
First(&productWarehouse, id).Error
|
First(&productWarehouse, id).Error
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
@@ -44,7 +44,8 @@ func (s productWarehouseService) withRelations(db *gorm.DB) *gorm.DB {
|
|||||||
Preload("Warehouse.Location").
|
Preload("Warehouse.Location").
|
||||||
Preload("Warehouse.Area").
|
Preload("Warehouse.Area").
|
||||||
Preload("Warehouse.Kandang").
|
Preload("Warehouse.Kandang").
|
||||||
Preload("ProjectFlockKandang")
|
Preload("ProjectFlockKandang").
|
||||||
|
Preload("ProjectFlockKandang.ProjectFlock")
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s productWarehouseService) GetAll(c *fiber.Ctx, params *validation.Query) ([]entity.ProductWarehouse, int64, error) {
|
func (s productWarehouseService) GetAll(c *fiber.Ctx, params *validation.Query) ([]entity.ProductWarehouse, int64, error) {
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ func (u *TransferController) GetOne(c *fiber.Ctx) error {
|
|||||||
Code: fiber.StatusOK,
|
Code: fiber.StatusOK,
|
||||||
Status: "success",
|
Status: "success",
|
||||||
Message: "Get transfer successfully",
|
Message: "Get transfer successfully",
|
||||||
Data: dto.ToTransferListDTO(*result),
|
Data: dto.ToTransferDetailDTO(*result),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -80,15 +80,19 @@ func (u *TransferController) CreateOne(c *fiber.Ctx) error {
|
|||||||
return fiber.NewError(fiber.StatusBadRequest, "Invalid request body")
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid request body")
|
||||||
}
|
}
|
||||||
|
|
||||||
// ambil file
|
|
||||||
form, err := c.MultipartForm()
|
form, err := c.MultipartForm()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fiber.NewError(fiber.StatusBadRequest, "Invalid multipart form")
|
return fiber.NewError(fiber.StatusBadRequest, "Invalid multipart form")
|
||||||
}
|
}
|
||||||
_ = form.File["documents"]
|
|
||||||
// todo: tunggu ada aws baru proses
|
|
||||||
|
|
||||||
result, err := u.TransferService.CreateOne(c, &req)
|
files := form.File["documents"]
|
||||||
|
|
||||||
|
if len(files) != len(req.Deliveries) {
|
||||||
|
return fiber.NewError(fiber.StatusBadRequest,
|
||||||
|
fiber.NewError(fiber.StatusBadRequest, "Jumlah dokumen harus sama dengan jumlah deliveries").Message)
|
||||||
|
}
|
||||||
|
|
||||||
|
result, err := u.TransferService.CreateOne(c, &req, files)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
@@ -98,6 +102,6 @@ func (u *TransferController) CreateOne(c *fiber.Ctx) error {
|
|||||||
Code: fiber.StatusCreated,
|
Code: fiber.StatusCreated,
|
||||||
Status: "success",
|
Status: "success",
|
||||||
Message: "Create transfer successfully",
|
Message: "Create transfer successfully",
|
||||||
Data: dto.ToTransferListDTO(*result),
|
Data: dto.ToTransferDetailDTO(*result),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user