ValdiANS
0f285dc684
Merge branch 'fix/daily-checklist' of https://gitlab.com/mbugroup/lti-api into fix/daily-checklist
2026-05-04 16:36:05 +07:00
ValdiANS
d0cd82c703
Merge branch 'development' into fix/daily-checklist
2026-05-04 16:29:07 +07:00
ValdiANS
48351661c5
fix: add order_by and sort_by query to master data employee
2026-05-04 16:28:03 +07:00
ValdiANS
19d7cd33ca
fix: add search for Kandang Kosong
2026-05-04 16:27:50 +07:00
Giovanni Gabriel Septriadi
03474dc1fa
Merge branch 'feat/umur' into 'development'
...
[FEAT][BE]: adjust calculate umur ayam at recording
See merge request mbugroup/lti-api!500
2026-05-04 06:38:19 +00:00
ValdiANS
b2be67e052
fix: add sort_by and order_by query in master data kandang and kandang groups API
2026-05-04 11:54:19 +07:00
giovanni
0ac40adb5a
adjust calculate umur ayam at recording
2026-05-04 11:30:53 +07:00
Adnan Zahir
da99bf1429
fix: allow editing sold egg weight on recording
2026-05-02 17:03:57 +07:00
Adnan Zahir
3768892a17
fix: resolve dashboard OpenAPI integration issues
...
- FCRs & Transfer to Laying: add ExampleResponse field to routeMeta and
inject example payloads into OpenAPI 200 responses for list and detail
endpoints so dashboard consumers have concrete response shapes to work with
- Chick In: enable GET /api/production/chickins/ list endpoint (was
commented out); add P_ChickinsGetAll permission constant and wire it
into the route; add OpenAPI spec entry with query params and example
- Recording GET all: fix N+1 query bottleneck (2-3s response time) by
pre-fetching approved transfer maps per PFK ID in two batch queries
before the per-recording loop; add evaluatePopulationMutationStateFromCaches
that uses the pre-fetched maps and caches hasAnyRecordingOnTransferTargets
results by transfer ID — reducing per-page query count from ~20-40 to ~10-12
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-02 10:57:45 +07:00
giovanni
b219bf829f
add search nominal keuangan
2026-04-30 15:54:56 +07:00
giovanni
0d2cdef10f
adjust empty kandang daily checklist
2026-04-30 11:15:11 +07:00
Adnan Zahir
128c8e0d08
Merge branch 'feat/toggle-negative-usgae' into 'development'
...
fix: hide legace unflagged products to be consistent with the validation
See merge request mbugroup/lti-api!493
2026-04-29 12:18:56 +07:00
Adnan Zahir
cf4e723f64
fix: hide legace unflagged products to be consistent with the validation
2026-04-29 11:55:35 +07:00
giovanni
16ac54ff39
add export excel and pdf report penjualan
2026-04-29 11:52:03 +07:00
giovanni
76ac1d1671
adjust periode at create project flock
2026-04-28 16:00:35 +07:00
Adnan Zahir
e4d4bd9483
fix: flock label on farm-level products
2026-04-28 13:47:16 +07:00
Adnan Zahir
38cfc6b103
fix: onToggle return undefined
2026-04-28 12:30:52 +07:00
Adnan Zahir
9513da2a7c
fix: missing useAuth
2026-04-28 12:07:36 +07:00
Adnan Zahir
795f201a0b
fix: getAll and update response
2026-04-28 11:52:32 +07:00
Adnan Zahir
6f6541d4c1
feat: konfigurasi sistem toggle pemakaian pakan ovk negatif
2026-04-28 10:51:54 +07:00
Giovanni Gabriel Septriadi
1d6e1fa5be
Merge branch 'feat/limit' into 'development'
...
[FEAT][BE]: get field type to response detail recording
See merge request mbugroup/lti-api!484
2026-04-27 06:39:02 +00:00
giovanni
aadd87852b
get field type to response detail recording
2026-04-27 13:38:13 +07:00
Giovanni Gabriel Septriadi
ac69ae054a
Merge branch 'feat/limit' into 'development'
...
[FEAT][BE]: adjust validation limit max 100
See merge request mbugroup/lti-api!483
2026-04-27 04:55:21 +00:00
giovanni
7cc5c39092
adjust validation limit max 100
2026-04-27 11:54:29 +07:00
giovanni
d7a2a5a2ed
adjust suffix flock name with max periode
2026-04-27 11:24:21 +07:00
giovanni
9726303eeb
add feature edit periode project flock
2026-04-27 10:54:02 +07:00
Adnan Zahir
eefc9850e1
feat: editable po_date
2026-04-25 22:47:52 +07:00
Adnan Zahir
732ebd423d
feat: input po_date manual
2026-04-25 22:36:13 +07:00
Adnan Zahir
27d076b817
feat: expose received_date in laporan pembelian
2026-04-25 22:24:28 +07:00
Adnan Zahir
af5f3dc7d4
feat: update numeric tolerance for fcr
2026-04-25 14:59:56 +07:00
Adnan Zahir
f6b37926e9
feat: add flag ayam for chickin
2026-04-25 14:02:22 +07:00
Adnan Zahir
e79fde2408
feat: add more filters
2026-04-25 12:15:55 +07:00
Adnan Zahir
1e9a51b8cd
fix: change pakan cutover flag to PAKAN
2026-04-24 13:06:57 +07:00
Adnan Zahir
50ce780c2c
fix: remove date filter when getting adjustment eggs
2026-04-24 11:51:23 +07:00
Adnan Zahir
878b8ccce9
fix: add debug_values
2026-04-24 11:39:12 +07:00
Adnan Zahir
0fc6096637
fix: remove join query between adjustment_stocks and recording (egg)
2026-04-24 03:22:21 +07:00
Adnan Zahir
8389bd579b
fix: revert removal of adjustment egg weight
2026-04-24 03:10:24 +07:00
Adnan Zahir
2dcfd9efde
fix: attemnt on fixing double counted egg in hpp v2 calculation
2026-04-24 02:33:48 +07:00
Giovanni Gabriel Septriadi
e45ebca5a4
Merge branch 'feat/excel-po-mrk' into 'development'
...
[FIX][BE]: adjust validation create daily checklist empty kandang
See merge request mbugroup/lti-api!445
2026-04-23 07:26:22 +00:00
giovanni
eacc460f67
adjust validation create daily checklist empty kandang
2026-04-23 14:24:13 +07:00
Giovanni Gabriel Septriadi
d2ab1c7ea5
Merge branch 'feat/excel-po-mrk' into 'development'
...
[FIX][BE]: add kolom lokasi to export
See merge request mbugroup/lti-api!444
2026-04-23 06:50:42 +00:00
giovanni
151edf578e
add kolom lokasi to export
2026-04-23 13:49:51 +07:00
Adnan Zahir
e065e1fb25
Merge branch 'codex/filter-improvement' into 'development'
...
feat: filter improvement
See merge request mbugroup/lti-api!442
2026-04-23 00:19:08 +07:00
Adnan Zahir
e24e2ff123
feat: filter improvement
2026-04-23 00:17:24 +07:00
Giovanni Gabriel Septriadi
266f683db1
Merge branch 'feat/excel-po-mrk' into 'development'
...
[FEAT][BE]: add export excel all expenses
See merge request mbugroup/lti-api!441
2026-04-22 16:30:16 +00:00
giovanni
c744043321
add export excel all expenses
2026-04-22 23:29:05 +07:00
Giovanni Gabriel Septriadi
4673c7ad33
Merge branch 'feat/excel-po-mrk' into 'development'
...
[FEAT][BE]: add export excel from api Expense
See merge request mbugroup/lti-api!440
2026-04-22 15:51:19 +00:00
giovanni
3e99caf3a7
add export excel from api
2026-04-22 22:50:20 +07:00
Giovanni Gabriel Septriadi
a15fd1b174
Merge branch 'fix/sapronak-cal' into 'development'
...
[FIX][BE]: fix perhitunga sapronak
See merge request mbugroup/lti-api!439
2026-04-22 12:36:16 +00:00
giovanni
ff630a1ed0
add export po and marketing
2026-04-22 19:22:29 +07:00