mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
Feat(BE-304): add permission in report and closing
This commit is contained in:
@@ -42,6 +42,7 @@ const (
|
||||
const (
|
||||
P_ReportExpenseGetAll = "lti.repport.expense.list"
|
||||
P_ReportDeliveryGetAll = "lti.repport.delivery.list"
|
||||
P_ReportPurchaseSupplierGetAll = "lti.repport.purchasesupplier.list"
|
||||
)
|
||||
|
||||
|
||||
@@ -55,14 +56,15 @@ const (
|
||||
P_ClosingGetAll = "lti.closing.list"
|
||||
P_ClosingPenjualan = "lti.closing.penjualan"
|
||||
P_ClosingGetSummary = "lti.closing.getsummary"
|
||||
|
||||
|
||||
//?baru
|
||||
P_ClosingGetOverhead = "lti.closing.getoverhead"
|
||||
P_ClosingCountSapronakKandang = "lti.closing.getsapronakcountbykandang"
|
||||
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"
|
||||
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user