aguhh18
b240478ed5
feat[BE]: Add notes field to Update validation and update approval logic in expense services
2026-01-19 17:44:10 +07:00
aguhh18
768961d7d6
fix[BE]: Refactor GetAll method to improve query parameter handling and formatting
2026-01-19 14:39:43 +07:00
aguhh18
8cd9627a51
feat[BE]: Add requested_qty field to LayingTransferSource and update related logic for transfer operations
2026-01-19 14:34:08 +07:00
aguhh18
378d633ea4
feat[BE]: Enhance payment allocation logic to support FIFO consumption for sales transactions
2026-01-19 09:27:37 +07:00
aguhh18
fb193fc61f
fix[BE]: Update GetAllWithFilters to enhance search functionality and join conditions
2026-01-18 21:26:31 +07:00
aguhh18
af7aabdec8
fix[BE]: Adjust validation for MarketingQuery limit to remove max constraint
2026-01-18 20:50:52 +07:00
aguhh18
bac36b4f00
fix[BE]: Update error messages in TransferService to provide clearer context in Indonesian
2026-01-18 20:36:33 +07:00
aguhh18
687d02313b
feat[BE]: Update TransferRelationDTO and service search logic to include warehouse names
2026-01-18 19:46:09 +07:00
Hafizh A. Y.
eda50930e7
Merge branch 'Feat/BE/US-Closing_finance' into 'development'
...
[FEAT][BE]: Refactor closing services and add ClosingKeuanganService and add closing keuangan perkandang(the calculation not accurate yet)
See merge request mbugroup/lti-api!203
2026-01-17 01:21:13 +00:00
Hafizh A. Y.
0bc5480a1d
Merge branch 'fix/production-data-dev' into 'development'
...
[FIX][BE]: fix api production result
See merge request mbugroup/lti-api!202
2026-01-17 01:20:31 +00:00
aguhh18
ef482dd1b9
feat[BE]: Add new ClosingKeuangan DTO and related mapper functions
2026-01-16 21:37:51 +07:00
aguhh18
302f0ed877
fix:[BE] Remove unnecessary filters and update profit loss calculation logic in ClosingKeuanganService
2026-01-16 21:34:49 +07:00
aguhh18
31c48ee1da
feat[BE]: Add GetClosingKeuanganByKandang endpoint and related service methods
2026-01-16 20:53:47 +07:00
aguhh18
8ad11af9c9
feat: Refactor closing services and add ClosingKeuanganService
...
- Updated ClosingRoutes to include ClosingKeuanganService.
- Removed GetClosingKeuangan method from ClosingService interface and its implementation.
- Introduced new ClosingKeuanganService with GetClosingKeuangan method to handle financial logic.
- Implemented detailed logging and error handling in the new service.
- Added GetTotalWeightProducedFromUniformityByProjectFlockID method in RecordingRepository to support weight calculations.
- Enhanced the logic for fetching and classifying product usage data by flags.
- Built comprehensive DTO responses for HPP and Profit Loss sections.
2026-01-16 12:27:18 +07:00
giovanni
688d3fa757
fix api production result
2026-01-15 19:16:58 +07:00
Hafizh A. Y.
08be60c229
Merge branch 'fix/warehouse-provided-location' into 'development'
...
fix(BE): warehouse provided location
See merge request mbugroup/lti-api!200
2026-01-15 11:53:20 +00:00
Hafizh A. Y.
50b19dc1c3
Merge branch 'fix/BE/Purchase-bop' into 'development'
...
[FIX/BE-US] adjustment purchase,closing hpp expedition,supplier filter flags
See merge request mbugroup/lti-api!199
2026-01-15 11:53:12 +00:00
Hafizh A. Y
e770526c1a
fix(BE): warehouse provided location
2026-01-15 18:51:32 +07:00
ragilap
77af262662
[FIX/BE-US] adjustment purchase,closing hpp expedition,supplier filter flags
2026-01-15 18:45:52 +07:00
Hafizh A. Y.
21ff1c8ab7
Merge branch 'fix/closing-sapronak-data-produksi' into 'development'
...
[FIX][BE]: api closing sapronak and data produksi
See merge request mbugroup/lti-api!197
2026-01-15 11:18:49 +00:00
giovanni
2ca84ecffe
fixing api closing sapronak and data produksi
2026-01-15 18:16:23 +07:00
Hafizh A. Y.
4d334e8d5c
Merge branch 'feat/hpp-harian' into 'development'
...
[FEAT][BE]: add hpp harian
See merge request mbugroup/lti-api!195
2026-01-15 10:54:29 +00:00
Hafizh A. Y.
62522a751f
Merge branch 'FEAT/BE/report_customer_payment' into 'development'
...
[Feat][BE]: creating report customer payment API
See merge request mbugroup/lti-api!190
2026-01-15 10:53:58 +00:00
giovanni
62ccc2e5d6
adjust avg weight
2026-01-15 16:48:37 +07:00
aguhh18
13fc246f21
Merge branch 'development' of https://gitlab.com/mbugroup/lti-api into FEAT/BE/report_customer_payment
2026-01-15 16:20:37 +07:00
giovanni
89293a843e
adjust api hpp kandang
2026-01-15 16:07:45 +07:00
Hafizh A. Y.
8efe9b668b
Merge branch 'fix/nonstock-supplier' into 'development'
...
fix(BE): remove supplier price in master nonstock
See merge request mbugroup/lti-api!194
2026-01-15 08:52:11 +00:00
Hafizh A. Y.
89480deeb0
Merge branch 'feat/BE/US-281-adjustment_recording' into 'development'
...
[FIX/BE-US] add response warehouse and project flock kandang
See merge request mbugroup/lti-api!193
2026-01-15 08:51:57 +00:00
Hafizh A. Y.
4146342120
Merge branch 'feat/daily-checklist-permission' into 'development'
...
[FEAT][BE]: add daily checklist permission
See merge request mbugroup/lti-api!191
2026-01-15 08:51:32 +00:00
Hafizh A. Y.
b375fb964e
Merge branch 'feat/production-result' into 'development'
...
[FEAT][BE]: adjust api production-result
See merge request mbugroup/lti-api!188
2026-01-15 08:50:33 +00:00
Hafizh A. Y
fe002c9602
fix(BE): remove supplier price in master nonstock
2026-01-15 15:49:15 +07:00
ragilap
f1032b44d1
[FIX/BE-US] adjustment recording
2026-01-15 15:42:57 +07:00
ragilap
7f2401311b
[FIX/BE-US] add response warehouse and project flock kandang
2026-01-15 13:48:00 +07:00
aguhh18
8792161c02
feat[BE]: rename Price field to UnitPrice in CustomerPaymentReportRow for clarity
2026-01-15 10:58:00 +07:00
giovanni
37c26d5877
add daily checklist permission
2026-01-15 10:45:13 +07:00
aguhh18
c316a6d7a9
feat[BE]: add address field to CustomerRelationDTO and refactor payment report functions for improved clarity and structure
2026-01-15 10:41:44 +07:00
aguhh18
3a89e18b16
Merge branch 'development' of https://gitlab.com/mbugroup/lti-api into FEAT/BE/report_customer_payment
2026-01-14 20:10:31 +07:00
aguhh18
c6dc94a4e1
feat[BE]: add permission requirement for customer payment report route
2026-01-14 20:06:41 +07:00
aguhh18
aeb5433346
feat[BE]: refine customer payment report structure by removing unused fields and enhancing query logic for better performance
2026-01-14 20:00:44 +07:00
giovanni
e004354420
adjust api production-result
2026-01-14 16:20:59 +07:00
aguhh18
804ff45dbd
feat[BE]: enhance customer payment report with vehicle numbers and pickup info, add date filtering
2026-01-14 15:15:29 +07:00
kris
2a884a8d09
Edit .gitignore (Tom haye)
2026-01-14 07:35:57 +00:00
aguhh18
7daa509cd0
feat[BE]: update customer payment report to support multiple customer IDs and nullable aging days
2026-01-14 14:06:34 +07:00
Adnan Zahir
9fc2d0556e
Merge branch 'chore/test-staging' into 'development'
...
chore: test staging from development
See merge request mbugroup/lti-api!179
2026-01-14 13:46:38 +07:00
Adnan Zahir
c2a89910fb
chore: test staging from development
2026-01-14 13:46:15 +07:00
Hafizh A. Y.
1847e5590a
Merge branch 'feat/informasi-umum' into 'development'
...
adjust api informasi umum filter per kandang
See merge request mbugroup/lti-api!177
2026-01-14 06:21:21 +00:00
Hafizh A. Y.
57094f664c
Merge branch 'feat/BE/US-281-adjustment_recording' into 'development'
...
Feat/be/us 281 adjustment recording
See merge request mbugroup/lti-api!174
2026-01-14 06:20:57 +00:00
Hafizh A. Y.
f8b6e12d16
Merge branch 'dev/teguh' into 'development'
...
FIX[BE]: fixing error on report marketing dto
See merge request mbugroup/lti-api!178
2026-01-14 06:19:52 +00:00
kris
e12c34db13
Update .gitlab-ci.yml file
2026-01-14 06:18:47 +00:00
aguhh18
3012d260ec
FIX[BE]: fixing error on report marketing dto
2026-01-14 11:57:56 +07:00