Compare commits
50
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3977370079 | ||
|
|
2138b44c53 | ||
|
|
87540fa1b7 | ||
|
|
66d4c9f0af | ||
|
|
55119b3e91 | ||
|
|
c1d859ebdd | ||
|
|
2ad9e2f85f | ||
|
|
8816e4addc | ||
|
|
2921631ac3 | ||
|
|
0db838e2c4 | ||
|
|
4b6cbb69c1 | ||
|
|
6c19876a47 | ||
|
|
b2db56f855 | ||
|
|
8c4d9c69d0 | ||
|
|
657a201fc0 | ||
|
|
7a7ac25dcf | ||
|
|
d0a548f44e | ||
|
|
f4172fcea7 | ||
|
|
d5216e7994 | ||
|
|
1718c5adab | ||
|
|
d0c090a657 | ||
|
|
c3db919531 | ||
|
|
e09feff36d | ||
|
|
e7dd9660da | ||
|
|
c57620beeb | ||
|
|
29aeb58fc0 | ||
|
|
69d8c8ce5e | ||
|
|
6e3fc43d86 | ||
|
|
021ec152e9 | ||
|
|
ea9dceb333 | ||
|
|
afa1aa5b75 | ||
|
|
328336ea5a | ||
|
|
094e8b2a47 | ||
|
|
b90a3cde4a | ||
|
|
7c8c7fb7db | ||
|
|
343aa25230 | ||
|
|
47fa21d739 | ||
|
|
dc13bb5f93 | ||
|
|
d26f5c5354 | ||
|
|
1b7bec4f81 | ||
|
|
f7399fd0e7 | ||
|
|
cd61ad0eb9 | ||
|
|
84222fc7f4 | ||
|
|
23ac572e3f | ||
|
|
66a8126da0 | ||
|
|
a55a3f4ee2 | ||
|
|
024d9ee637 | ||
|
|
957c1ae53d | ||
|
|
b8be29e110 | ||
|
|
da87d659df |
@@ -83,6 +83,12 @@ migration-up:
|
|||||||
migration-down:
|
migration-down:
|
||||||
@migrate -database $(DB_URL) -path ./migrations down 1
|
@migrate -database $(DB_URL) -path ./migrations down 1
|
||||||
|
|
||||||
|
# Force migration to specific version
|
||||||
|
|
||||||
|
.SILENT: migration-force
|
||||||
|
migration-force:
|
||||||
|
@migrate -database $(DB_URL) -path ./migrations force $(version)
|
||||||
|
|
||||||
.SILENT: seeder-create
|
.SILENT: seeder-create
|
||||||
seeder-create:
|
seeder-create:
|
||||||
@migrate create -ext sql -dir ./seeders -seq $(name)
|
@migrate create -ext sql -dir ./seeders -seq $(name)
|
||||||
|
|||||||
@@ -351,6 +351,8 @@ github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1
|
|||||||
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/zeebo/errs v1.4.0 h1:XNdoD/RRMKP7HD0UhJnIzUy74ISdGGxURlYG8HSWSfM=
|
github.com/zeebo/errs v1.4.0 h1:XNdoD/RRMKP7HD0UhJnIzUy74ISdGGxURlYG8HSWSfM=
|
||||||
github.com/zeebo/errs v1.4.0/go.mod h1:sgbWHsvVuTPHcqJJGQ1WhI5KbWlHYz+2+2C/LSEtCw4=
|
github.com/zeebo/errs v1.4.0/go.mod h1:sgbWHsvVuTPHcqJJGQ1WhI5KbWlHYz+2+2C/LSEtCw4=
|
||||||
|
github.com/zeebo/xxh3 v1.1.0 h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs=
|
||||||
|
github.com/zeebo/xxh3 v1.1.0/go.mod h1:IisAie1LELR4xhVinxWS5+zf1lA4p0MW4T+w+W07F5s=
|
||||||
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
|
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
|
||||||
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
|
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
|
||||||
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
||||||
@@ -380,7 +382,6 @@ go.opentelemetry.io/otel/trace v1.35.0/go.mod h1:WUk7DtFp1Aw2MkvqGdwiXYDZZNvA/1J
|
|||||||
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
|
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
|
||||||
go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=
|
go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=
|
||||||
go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0=
|
go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0=
|
||||||
go.uber.org/goleak v1.1.11 h1:wy28qYRKZgnJTxGxvye5/wgWr1EKjmUDGYox5mGlRlI=
|
|
||||||
go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ=
|
go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ=
|
||||||
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
|
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
|
||||||
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
|
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
|
||||||
|
|||||||
+27
-4
@@ -48,6 +48,7 @@ func (a *App) Initialize(cfg *config.Config) error {
|
|||||||
// Initialize omset milestone scheduler
|
// Initialize omset milestone scheduler
|
||||||
a.omsetScheduler = service.NewOmsetMilestoneScheduler(
|
a.omsetScheduler = service.NewOmsetMilestoneScheduler(
|
||||||
repos.organizationRepo,
|
repos.organizationRepo,
|
||||||
|
repos.outletRepo,
|
||||||
repos.userRepo,
|
repos.userRepo,
|
||||||
processors.notificationProcessor,
|
processors.notificationProcessor,
|
||||||
)
|
)
|
||||||
@@ -107,6 +108,8 @@ func (a *App) Initialize(cfg *config.Config) error {
|
|||||||
validators.vendorValidator,
|
validators.vendorValidator,
|
||||||
services.purchaseOrderService,
|
services.purchaseOrderService,
|
||||||
validators.purchaseOrderValidator,
|
validators.purchaseOrderValidator,
|
||||||
|
services.purchaseCategoryService,
|
||||||
|
validators.purchaseCategoryValidator,
|
||||||
services.unitConverterService,
|
services.unitConverterService,
|
||||||
validators.unitConverterValidator,
|
validators.unitConverterValidator,
|
||||||
services.chartOfAccountTypeService,
|
services.chartOfAccountTypeService,
|
||||||
@@ -135,15 +138,18 @@ func (a *App) Initialize(cfg *config.Config) error {
|
|||||||
services.productOutletPriceService,
|
services.productOutletPriceService,
|
||||||
validators.productOutletPriceValidator,
|
validators.productOutletPriceValidator,
|
||||||
selfOrderHandler,
|
selfOrderHandler,
|
||||||
|
services.expenseService,
|
||||||
|
validators.expenseValidator,
|
||||||
|
a.redisClient,
|
||||||
)
|
)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *App) Start(port string) error {
|
func (a *App) Start(port string) error {
|
||||||
// Start the omset milestone scheduler (checks every hour)
|
// Start the omset milestone scheduler (checks every 5 minutes for daily omset milestones)
|
||||||
if a.omsetScheduler != nil {
|
if a.omsetScheduler != nil {
|
||||||
a.omsetScheduler.Start(1 * time.Hour)
|
a.omsetScheduler.Start(5 * time.Minute)
|
||||||
}
|
}
|
||||||
|
|
||||||
engine := a.router.Init()
|
engine := a.router.Init()
|
||||||
@@ -212,6 +218,7 @@ type repositories struct {
|
|||||||
productRecipeRepo *repository.ProductRecipeRepository
|
productRecipeRepo *repository.ProductRecipeRepository
|
||||||
vendorRepo *repository.VendorRepositoryImpl
|
vendorRepo *repository.VendorRepositoryImpl
|
||||||
purchaseOrderRepo *repository.PurchaseOrderRepositoryImpl
|
purchaseOrderRepo *repository.PurchaseOrderRepositoryImpl
|
||||||
|
purchaseCategoryRepo *repository.PurchaseCategoryRepositoryImpl
|
||||||
unitConverterRepo *repository.IngredientUnitConverterRepositoryImpl
|
unitConverterRepo *repository.IngredientUnitConverterRepositoryImpl
|
||||||
chartOfAccountTypeRepo *repository.ChartOfAccountTypeRepositoryImpl
|
chartOfAccountTypeRepo *repository.ChartOfAccountTypeRepositoryImpl
|
||||||
chartOfAccountRepo *repository.ChartOfAccountRepositoryImpl
|
chartOfAccountRepo *repository.ChartOfAccountRepositoryImpl
|
||||||
@@ -236,6 +243,7 @@ type repositories struct {
|
|||||||
notificationReceiverRepo *repository.NotificationReceiverRepositoryImpl
|
notificationReceiverRepo *repository.NotificationReceiverRepositoryImpl
|
||||||
notificationDeliveryRepo *repository.NotificationDeliveryRepositoryImpl
|
notificationDeliveryRepo *repository.NotificationDeliveryRepositoryImpl
|
||||||
productOutletPriceRepo *repository.ProductOutletPriceRepositoryImpl
|
productOutletPriceRepo *repository.ProductOutletPriceRepositoryImpl
|
||||||
|
expenseRepo *repository.ExpenseRepositoryImpl
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *App) initRepositories() *repositories {
|
func (a *App) initRepositories() *repositories {
|
||||||
@@ -264,6 +272,7 @@ func (a *App) initRepositories() *repositories {
|
|||||||
productRecipeRepo: repository.NewProductRecipeRepository(a.db),
|
productRecipeRepo: repository.NewProductRecipeRepository(a.db),
|
||||||
vendorRepo: repository.NewVendorRepositoryImpl(a.db),
|
vendorRepo: repository.NewVendorRepositoryImpl(a.db),
|
||||||
purchaseOrderRepo: repository.NewPurchaseOrderRepositoryImpl(a.db),
|
purchaseOrderRepo: repository.NewPurchaseOrderRepositoryImpl(a.db),
|
||||||
|
purchaseCategoryRepo: repository.NewPurchaseCategoryRepositoryImpl(a.db),
|
||||||
unitConverterRepo: repository.NewIngredientUnitConverterRepositoryImpl(a.db).(*repository.IngredientUnitConverterRepositoryImpl),
|
unitConverterRepo: repository.NewIngredientUnitConverterRepositoryImpl(a.db).(*repository.IngredientUnitConverterRepositoryImpl),
|
||||||
chartOfAccountTypeRepo: repository.NewChartOfAccountTypeRepositoryImpl(a.db),
|
chartOfAccountTypeRepo: repository.NewChartOfAccountTypeRepositoryImpl(a.db),
|
||||||
chartOfAccountRepo: repository.NewChartOfAccountRepositoryImpl(a.db),
|
chartOfAccountRepo: repository.NewChartOfAccountRepositoryImpl(a.db),
|
||||||
@@ -288,6 +297,7 @@ func (a *App) initRepositories() *repositories {
|
|||||||
notificationReceiverRepo: repository.NewNotificationReceiverRepository(a.db),
|
notificationReceiverRepo: repository.NewNotificationReceiverRepository(a.db),
|
||||||
notificationDeliveryRepo: repository.NewNotificationDeliveryRepository(a.db),
|
notificationDeliveryRepo: repository.NewNotificationDeliveryRepository(a.db),
|
||||||
productOutletPriceRepo: repository.NewProductOutletPriceRepositoryImpl(a.db),
|
productOutletPriceRepo: repository.NewProductOutletPriceRepositoryImpl(a.db),
|
||||||
|
expenseRepo: repository.NewExpenseRepositoryImpl(a.db),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -311,6 +321,7 @@ type processors struct {
|
|||||||
productRecipeProcessor *processor.ProductRecipeProcessorImpl
|
productRecipeProcessor *processor.ProductRecipeProcessorImpl
|
||||||
vendorProcessor *processor.VendorProcessorImpl
|
vendorProcessor *processor.VendorProcessorImpl
|
||||||
purchaseOrderProcessor *processor.PurchaseOrderProcessorImpl
|
purchaseOrderProcessor *processor.PurchaseOrderProcessorImpl
|
||||||
|
purchaseCategoryProcessor *processor.PurchaseCategoryProcessorImpl
|
||||||
unitConverterProcessor *processor.IngredientUnitConverterProcessorImpl
|
unitConverterProcessor *processor.IngredientUnitConverterProcessorImpl
|
||||||
chartOfAccountTypeProcessor *processor.ChartOfAccountTypeProcessorImpl
|
chartOfAccountTypeProcessor *processor.ChartOfAccountTypeProcessorImpl
|
||||||
chartOfAccountProcessor *processor.ChartOfAccountProcessorImpl
|
chartOfAccountProcessor *processor.ChartOfAccountProcessorImpl
|
||||||
@@ -333,6 +344,7 @@ type processors struct {
|
|||||||
userDeviceProcessor *processor.UserDeviceProcessorImpl
|
userDeviceProcessor *processor.UserDeviceProcessorImpl
|
||||||
notificationProcessor *processor.NotificationProcessorImpl
|
notificationProcessor *processor.NotificationProcessorImpl
|
||||||
productOutletPriceProcessor processor.ProductOutletPriceProcessor
|
productOutletPriceProcessor processor.ProductOutletPriceProcessor
|
||||||
|
expenseProcessor *processor.ExpenseProcessorImpl
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *App) initProcessors(cfg *config.Config, repos *repositories) *processors {
|
func (a *App) initProcessors(cfg *config.Config, repos *repositories) *processors {
|
||||||
@@ -354,13 +366,14 @@ func (a *App) initProcessors(cfg *config.Config, repos *repositories) *processor
|
|||||||
paymentMethodProcessor: processor.NewPaymentMethodProcessorImpl(repos.paymentMethodRepo),
|
paymentMethodProcessor: processor.NewPaymentMethodProcessorImpl(repos.paymentMethodRepo),
|
||||||
fileProcessor: processor.NewFileProcessorImpl(repos.fileRepo, fileClient),
|
fileProcessor: processor.NewFileProcessorImpl(repos.fileRepo, fileClient),
|
||||||
customerProcessor: processor.NewCustomerProcessor(repos.customerRepo),
|
customerProcessor: processor.NewCustomerProcessor(repos.customerRepo),
|
||||||
analyticsProcessor: processor.NewAnalyticsProcessorImpl(repos.analyticsRepo),
|
analyticsProcessor: processor.NewAnalyticsProcessorImpl(repos.analyticsRepo, repos.expenseRepo),
|
||||||
tableProcessor: processor.NewTableProcessor(repos.tableRepo, repos.orderRepo),
|
tableProcessor: processor.NewTableProcessor(repos.tableRepo, repos.orderRepo),
|
||||||
unitProcessor: processor.NewUnitProcessor(repos.unitRepo),
|
unitProcessor: processor.NewUnitProcessor(repos.unitRepo),
|
||||||
ingredientProcessor: processor.NewIngredientProcessor(repos.ingredientRepo, repos.unitRepo, repos.ingredientCompositionRepo),
|
ingredientProcessor: processor.NewIngredientProcessor(repos.ingredientRepo, repos.unitRepo, repos.ingredientCompositionRepo),
|
||||||
productRecipeProcessor: processor.NewProductRecipeProcessor(repos.productRecipeRepo, repos.productRepo, repos.ingredientRepo),
|
productRecipeProcessor: processor.NewProductRecipeProcessor(repos.productRecipeRepo, repos.productRepo, repos.ingredientRepo),
|
||||||
vendorProcessor: processor.NewVendorProcessorImpl(repos.vendorRepo),
|
vendorProcessor: processor.NewVendorProcessorImpl(repos.vendorRepo),
|
||||||
purchaseOrderProcessor: processor.NewPurchaseOrderProcessorImpl(repos.purchaseOrderRepo, repos.vendorRepo, repos.ingredientRepo, repos.unitRepo, repos.fileRepo, inventoryMovementService, repos.unitConverterRepo),
|
purchaseOrderProcessor: processor.NewPurchaseOrderProcessorImpl(repos.purchaseOrderRepo, repos.vendorRepo, repos.ingredientRepo, repos.purchaseCategoryRepo, repos.unitRepo, repos.fileRepo, inventoryMovementService, repos.unitConverterRepo),
|
||||||
|
purchaseCategoryProcessor: processor.NewPurchaseCategoryProcessorImpl(repos.purchaseCategoryRepo),
|
||||||
unitConverterProcessor: processor.NewIngredientUnitConverterProcessorImpl(repos.unitConverterRepo, repos.ingredientRepo, repos.unitRepo),
|
unitConverterProcessor: processor.NewIngredientUnitConverterProcessorImpl(repos.unitConverterRepo, repos.ingredientRepo, repos.unitRepo),
|
||||||
chartOfAccountTypeProcessor: processor.NewChartOfAccountTypeProcessorImpl(repos.chartOfAccountTypeRepo),
|
chartOfAccountTypeProcessor: processor.NewChartOfAccountTypeProcessorImpl(repos.chartOfAccountTypeRepo),
|
||||||
chartOfAccountProcessor: processor.NewChartOfAccountProcessorImpl(repos.chartOfAccountRepo, repos.chartOfAccountTypeRepo),
|
chartOfAccountProcessor: processor.NewChartOfAccountProcessorImpl(repos.chartOfAccountRepo, repos.chartOfAccountTypeRepo),
|
||||||
@@ -383,6 +396,7 @@ func (a *App) initProcessors(cfg *config.Config, repos *repositories) *processor
|
|||||||
userDeviceProcessor: processor.NewUserDeviceProcessorImpl(repos.userDeviceRepo),
|
userDeviceProcessor: processor.NewUserDeviceProcessorImpl(repos.userDeviceRepo),
|
||||||
notificationProcessor: buildNotificationProcessor(cfg, repos),
|
notificationProcessor: buildNotificationProcessor(cfg, repos),
|
||||||
productOutletPriceProcessor: processor.NewProductOutletPriceProcessorImpl(repos.productOutletPriceRepo, repos.productRepo, repos.outletRepo),
|
productOutletPriceProcessor: processor.NewProductOutletPriceProcessorImpl(repos.productOutletPriceRepo, repos.productRepo, repos.outletRepo),
|
||||||
|
expenseProcessor: processor.NewExpenseProcessorImpl(repos.expenseRepo, repos.purchaseCategoryRepo),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -408,6 +422,7 @@ type services struct {
|
|||||||
productRecipeService *service.ProductRecipeServiceImpl
|
productRecipeService *service.ProductRecipeServiceImpl
|
||||||
vendorService *service.VendorServiceImpl
|
vendorService *service.VendorServiceImpl
|
||||||
purchaseOrderService *service.PurchaseOrderServiceImpl
|
purchaseOrderService *service.PurchaseOrderServiceImpl
|
||||||
|
purchaseCategoryService service.PurchaseCategoryService
|
||||||
unitConverterService *service.IngredientUnitConverterServiceImpl
|
unitConverterService *service.IngredientUnitConverterServiceImpl
|
||||||
chartOfAccountTypeService service.ChartOfAccountTypeService
|
chartOfAccountTypeService service.ChartOfAccountTypeService
|
||||||
chartOfAccountService service.ChartOfAccountService
|
chartOfAccountService service.ChartOfAccountService
|
||||||
@@ -422,6 +437,7 @@ type services struct {
|
|||||||
userDeviceService service.UserDeviceService
|
userDeviceService service.UserDeviceService
|
||||||
notificationService service.NotificationService
|
notificationService service.NotificationService
|
||||||
productOutletPriceService service.ProductOutletPriceService
|
productOutletPriceService service.ProductOutletPriceService
|
||||||
|
expenseService *service.ExpenseServiceImpl
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *App) initServices(processors *processors, repos *repositories, cfg *config.Config) *services {
|
func (a *App) initServices(processors *processors, repos *repositories, cfg *config.Config) *services {
|
||||||
@@ -446,6 +462,7 @@ func (a *App) initServices(processors *processors, repos *repositories, cfg *con
|
|||||||
productRecipeService := service.NewProductRecipeService(processors.productRecipeProcessor)
|
productRecipeService := service.NewProductRecipeService(processors.productRecipeProcessor)
|
||||||
vendorService := service.NewVendorService(processors.vendorProcessor)
|
vendorService := service.NewVendorService(processors.vendorProcessor)
|
||||||
purchaseOrderService := service.NewPurchaseOrderService(processors.purchaseOrderProcessor)
|
purchaseOrderService := service.NewPurchaseOrderService(processors.purchaseOrderProcessor)
|
||||||
|
purchaseCategoryService := service.NewPurchaseCategoryService(processors.purchaseCategoryProcessor)
|
||||||
unitConverterService := service.NewIngredientUnitConverterService(processors.unitConverterProcessor)
|
unitConverterService := service.NewIngredientUnitConverterService(processors.unitConverterProcessor)
|
||||||
chartOfAccountTypeService := service.NewChartOfAccountTypeService(processors.chartOfAccountTypeProcessor)
|
chartOfAccountTypeService := service.NewChartOfAccountTypeService(processors.chartOfAccountTypeProcessor)
|
||||||
chartOfAccountService := service.NewChartOfAccountService(processors.chartOfAccountProcessor)
|
chartOfAccountService := service.NewChartOfAccountService(processors.chartOfAccountProcessor)
|
||||||
@@ -485,6 +502,7 @@ func (a *App) initServices(processors *processors, repos *repositories, cfg *con
|
|||||||
productRecipeService: productRecipeService,
|
productRecipeService: productRecipeService,
|
||||||
vendorService: vendorService,
|
vendorService: vendorService,
|
||||||
purchaseOrderService: purchaseOrderService,
|
purchaseOrderService: purchaseOrderService,
|
||||||
|
purchaseCategoryService: purchaseCategoryService,
|
||||||
unitConverterService: unitConverterService,
|
unitConverterService: unitConverterService,
|
||||||
chartOfAccountTypeService: chartOfAccountTypeService,
|
chartOfAccountTypeService: chartOfAccountTypeService,
|
||||||
chartOfAccountService: chartOfAccountService,
|
chartOfAccountService: chartOfAccountService,
|
||||||
@@ -499,6 +517,7 @@ func (a *App) initServices(processors *processors, repos *repositories, cfg *con
|
|||||||
userDeviceService: userDeviceService,
|
userDeviceService: userDeviceService,
|
||||||
notificationService: notificationService,
|
notificationService: notificationService,
|
||||||
productOutletPriceService: service.NewProductOutletPriceService(processors.productOutletPriceProcessor),
|
productOutletPriceService: service.NewProductOutletPriceService(processors.productOutletPriceProcessor),
|
||||||
|
expenseService: service.NewExpenseService(processors.expenseProcessor),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -529,6 +548,7 @@ type validators struct {
|
|||||||
tableValidator *validator.TableValidator
|
tableValidator *validator.TableValidator
|
||||||
vendorValidator *validator.VendorValidatorImpl
|
vendorValidator *validator.VendorValidatorImpl
|
||||||
purchaseOrderValidator *validator.PurchaseOrderValidatorImpl
|
purchaseOrderValidator *validator.PurchaseOrderValidatorImpl
|
||||||
|
purchaseCategoryValidator *validator.PurchaseCategoryValidatorImpl
|
||||||
unitConverterValidator *validator.IngredientUnitConverterValidatorImpl
|
unitConverterValidator *validator.IngredientUnitConverterValidatorImpl
|
||||||
chartOfAccountTypeValidator *validator.ChartOfAccountTypeValidatorImpl
|
chartOfAccountTypeValidator *validator.ChartOfAccountTypeValidatorImpl
|
||||||
chartOfAccountValidator *validator.ChartOfAccountValidatorImpl
|
chartOfAccountValidator *validator.ChartOfAccountValidatorImpl
|
||||||
@@ -541,6 +561,7 @@ type validators struct {
|
|||||||
userDeviceValidator *validator.UserDeviceValidatorImpl
|
userDeviceValidator *validator.UserDeviceValidatorImpl
|
||||||
notificationValidator *validator.NotificationValidatorImpl
|
notificationValidator *validator.NotificationValidatorImpl
|
||||||
productOutletPriceValidator *validator.ProductOutletPriceValidatorImpl
|
productOutletPriceValidator *validator.ProductOutletPriceValidatorImpl
|
||||||
|
expenseValidator *validator.ExpenseValidatorImpl
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *App) initValidators() *validators {
|
func (a *App) initValidators() *validators {
|
||||||
@@ -559,6 +580,7 @@ func (a *App) initValidators() *validators {
|
|||||||
tableValidator: validator.NewTableValidator(),
|
tableValidator: validator.NewTableValidator(),
|
||||||
vendorValidator: validator.NewVendorValidator(),
|
vendorValidator: validator.NewVendorValidator(),
|
||||||
purchaseOrderValidator: validator.NewPurchaseOrderValidator(),
|
purchaseOrderValidator: validator.NewPurchaseOrderValidator(),
|
||||||
|
purchaseCategoryValidator: validator.NewPurchaseCategoryValidator(),
|
||||||
unitConverterValidator: validator.NewIngredientUnitConverterValidator().(*validator.IngredientUnitConverterValidatorImpl),
|
unitConverterValidator: validator.NewIngredientUnitConverterValidator().(*validator.IngredientUnitConverterValidatorImpl),
|
||||||
chartOfAccountTypeValidator: validator.NewChartOfAccountTypeValidator().(*validator.ChartOfAccountTypeValidatorImpl),
|
chartOfAccountTypeValidator: validator.NewChartOfAccountTypeValidator().(*validator.ChartOfAccountTypeValidatorImpl),
|
||||||
chartOfAccountValidator: validator.NewChartOfAccountValidator().(*validator.ChartOfAccountValidatorImpl),
|
chartOfAccountValidator: validator.NewChartOfAccountValidator().(*validator.ChartOfAccountValidatorImpl),
|
||||||
@@ -571,6 +593,7 @@ func (a *App) initValidators() *validators {
|
|||||||
userDeviceValidator: validator.NewUserDeviceValidator(),
|
userDeviceValidator: validator.NewUserDeviceValidator(),
|
||||||
notificationValidator: validator.NewNotificationValidator(),
|
notificationValidator: validator.NewNotificationValidator(),
|
||||||
productOutletPriceValidator: validator.NewProductOutletPriceValidator(),
|
productOutletPriceValidator: validator.NewProductOutletPriceValidator(),
|
||||||
|
expenseValidator: validator.NewExpenseValidator(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ const (
|
|||||||
OutletServiceEntity = "outlet_service"
|
OutletServiceEntity = "outlet_service"
|
||||||
VendorServiceEntity = "vendor_service"
|
VendorServiceEntity = "vendor_service"
|
||||||
PurchaseOrderServiceEntity = "purchase_order_service"
|
PurchaseOrderServiceEntity = "purchase_order_service"
|
||||||
|
PurchaseCategoryServiceEntity = "purchase_category_service"
|
||||||
IngredientUnitConverterServiceEntity = "ingredient_unit_converter_service"
|
IngredientUnitConverterServiceEntity = "ingredient_unit_converter_service"
|
||||||
IngredientCompositionServiceEntity = "ingredient_composition_service"
|
IngredientCompositionServiceEntity = "ingredient_composition_service"
|
||||||
TableEntity = "table"
|
TableEntity = "table"
|
||||||
@@ -60,6 +61,7 @@ const (
|
|||||||
NotificationServiceEntity = "notification_service"
|
NotificationServiceEntity = "notification_service"
|
||||||
NotificationHandlerEntity = "notification_handler"
|
NotificationHandlerEntity = "notification_handler"
|
||||||
ProductOutletPriceServiceEntity = "product_outlet_price_service"
|
ProductOutletPriceServiceEntity = "product_outlet_price_service"
|
||||||
|
ExpenseServiceEntity = "expense_service"
|
||||||
)
|
)
|
||||||
|
|
||||||
var HttpErrorMap = map[string]int{
|
var HttpErrorMap = map[string]int{
|
||||||
|
|||||||
@@ -0,0 +1,28 @@
|
|||||||
|
package constants
|
||||||
|
|
||||||
|
type ExpenseStatus string
|
||||||
|
|
||||||
|
const (
|
||||||
|
ExpenseStatusDraft ExpenseStatus = "draft"
|
||||||
|
ExpenseStatusSent ExpenseStatus = "sent"
|
||||||
|
ExpenseStatusApproved ExpenseStatus = "approved"
|
||||||
|
ExpenseStatusCancel ExpenseStatus = "cancel"
|
||||||
|
)
|
||||||
|
|
||||||
|
func GetAllExpenseStatuses() []ExpenseStatus {
|
||||||
|
return []ExpenseStatus{
|
||||||
|
ExpenseStatusDraft,
|
||||||
|
ExpenseStatusSent,
|
||||||
|
ExpenseStatusApproved,
|
||||||
|
ExpenseStatusCancel,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func IsValidExpenseStatus(status ExpenseStatus) bool {
|
||||||
|
for _, validStatus := range GetAllExpenseStatuses() {
|
||||||
|
if status == validStatus {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return false
|
||||||
|
}
|
||||||
@@ -106,7 +106,11 @@ type PurchasingAnalyticsResponse struct {
|
|||||||
|
|
||||||
type PurchasingSummary struct {
|
type PurchasingSummary struct {
|
||||||
TotalPurchases float64 `json:"total_purchases"`
|
TotalPurchases float64 `json:"total_purchases"`
|
||||||
|
RawMaterialPurchases float64 `json:"raw_material_purchases"`
|
||||||
|
ExpensePurchases float64 `json:"expense_purchases"`
|
||||||
TotalPurchaseOrders int64 `json:"total_purchase_orders"`
|
TotalPurchaseOrders int64 `json:"total_purchase_orders"`
|
||||||
|
RawMaterialPurchaseOrders int64 `json:"raw_material_purchase_orders"`
|
||||||
|
ExpenseCount int64 `json:"expense_count"`
|
||||||
TotalQuantity float64 `json:"total_quantity"`
|
TotalQuantity float64 `json:"total_quantity"`
|
||||||
AveragePurchaseOrderValue float64 `json:"average_purchase_order_value"`
|
AveragePurchaseOrderValue float64 `json:"average_purchase_order_value"`
|
||||||
TotalIngredients int64 `json:"total_ingredients"`
|
TotalIngredients int64 `json:"total_ingredients"`
|
||||||
@@ -116,7 +120,11 @@ type PurchasingSummary struct {
|
|||||||
type PurchasingAnalyticsData struct {
|
type PurchasingAnalyticsData struct {
|
||||||
Date time.Time `json:"date"`
|
Date time.Time `json:"date"`
|
||||||
Purchases float64 `json:"purchases"`
|
Purchases float64 `json:"purchases"`
|
||||||
|
RawMaterialPurchases float64 `json:"raw_material_purchases"`
|
||||||
|
ExpensePurchases float64 `json:"expense_purchases"`
|
||||||
PurchaseOrders int64 `json:"purchase_orders"`
|
PurchaseOrders int64 `json:"purchase_orders"`
|
||||||
|
RawMaterialPurchaseOrders int64 `json:"raw_material_purchase_orders"`
|
||||||
|
ExpenseCount int64 `json:"expense_count"`
|
||||||
Quantity float64 `json:"quantity"`
|
Quantity float64 `json:"quantity"`
|
||||||
Ingredients int64 `json:"ingredients"`
|
Ingredients int64 `json:"ingredients"`
|
||||||
Vendors int64 `json:"vendors"`
|
Vendors int64 `json:"vendors"`
|
||||||
@@ -132,7 +140,7 @@ type PurchasingIngredientData struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type PurchasingVendorData struct {
|
type PurchasingVendorData struct {
|
||||||
VendorID uuid.UUID `json:"vendor_id"`
|
VendorID *uuid.UUID `json:"vendor_id"`
|
||||||
VendorName string `json:"vendor_name"`
|
VendorName string `json:"vendor_name"`
|
||||||
TotalCost float64 `json:"total_cost"`
|
TotalCost float64 `json:"total_cost"`
|
||||||
PurchaseOrderCount int64 `json:"purchase_order_count"`
|
PurchaseOrderCount int64 `json:"purchase_order_count"`
|
||||||
@@ -162,6 +170,7 @@ type ProductAnalyticsData struct {
|
|||||||
ProductID uuid.UUID `json:"product_id"`
|
ProductID uuid.UUID `json:"product_id"`
|
||||||
ProductName string `json:"product_name"`
|
ProductName string `json:"product_name"`
|
||||||
ProductSku string `json:"product_sku"`
|
ProductSku string `json:"product_sku"`
|
||||||
|
ProductPrice float64 `json:"product_price"`
|
||||||
CategoryID uuid.UUID `json:"category_id"`
|
CategoryID uuid.UUID `json:"category_id"`
|
||||||
CategoryName string `json:"category_name"`
|
CategoryName string `json:"category_name"`
|
||||||
CategoryOrder int `json:"category_order"`
|
CategoryOrder int `json:"category_order"`
|
||||||
@@ -236,7 +245,6 @@ type DashboardOverview struct {
|
|||||||
RefundedOrders int64 `json:"refunded_orders"`
|
RefundedOrders int64 `json:"refunded_orders"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProfitLossAnalyticsRequest represents the request for profit and loss analytics
|
|
||||||
type ProfitLossAnalyticsRequest struct {
|
type ProfitLossAnalyticsRequest struct {
|
||||||
OrganizationID uuid.UUID
|
OrganizationID uuid.UUID
|
||||||
OutletID *string `form:"outlet_id,omitempty"`
|
OutletID *string `form:"outlet_id,omitempty"`
|
||||||
@@ -245,7 +253,6 @@ type ProfitLossAnalyticsRequest struct {
|
|||||||
GroupBy string `form:"group_by,default=day" validate:"omitempty,oneof=day hour week month"`
|
GroupBy string `form:"group_by,default=day" validate:"omitempty,oneof=day hour week month"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProfitLossAnalyticsResponse represents the response for profit and loss analytics
|
|
||||||
type ProfitLossAnalyticsResponse struct {
|
type ProfitLossAnalyticsResponse struct {
|
||||||
OrganizationID uuid.UUID `json:"organization_id"`
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
OutletID *uuid.UUID `json:"outlet_id,omitempty"`
|
OutletID *uuid.UUID `json:"outlet_id,omitempty"`
|
||||||
@@ -255,9 +262,11 @@ type ProfitLossAnalyticsResponse struct {
|
|||||||
Summary ProfitLossSummary `json:"summary"`
|
Summary ProfitLossSummary `json:"summary"`
|
||||||
Data []ProfitLossData `json:"data"`
|
Data []ProfitLossData `json:"data"`
|
||||||
ProductData []ProductProfitData `json:"product_data"`
|
ProductData []ProductProfitData `json:"product_data"`
|
||||||
|
MainSummary []ProfitLossSummaryRow `json:"main_summary"`
|
||||||
|
OperationalExpenses []OperationalExpenseItem `json:"operational_expenses"`
|
||||||
|
OperationalExpensesTotal float64 `json:"operational_expenses_total"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProfitLossSummary represents the summary of profit and loss analytics
|
|
||||||
type ProfitLossSummary struct {
|
type ProfitLossSummary struct {
|
||||||
TotalRevenue float64 `json:"total_revenue"`
|
TotalRevenue float64 `json:"total_revenue"`
|
||||||
TotalCost float64 `json:"total_cost"`
|
TotalCost float64 `json:"total_cost"`
|
||||||
@@ -272,7 +281,6 @@ type ProfitLossSummary struct {
|
|||||||
ProfitabilityRatio float64 `json:"profitability_ratio"`
|
ProfitabilityRatio float64 `json:"profitability_ratio"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProfitLossData represents individual profit and loss data point by time period
|
|
||||||
type ProfitLossData struct {
|
type ProfitLossData struct {
|
||||||
Date time.Time `json:"date"`
|
Date time.Time `json:"date"`
|
||||||
Revenue float64 `json:"revenue"`
|
Revenue float64 `json:"revenue"`
|
||||||
@@ -286,7 +294,6 @@ type ProfitLossData struct {
|
|||||||
Orders int64 `json:"orders"`
|
Orders int64 `json:"orders"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProductProfitData represents profit data for individual products
|
|
||||||
type ProductProfitData struct {
|
type ProductProfitData struct {
|
||||||
ProductID uuid.UUID `json:"product_id"`
|
ProductID uuid.UUID `json:"product_id"`
|
||||||
ProductName string `json:"product_name"`
|
ProductName string `json:"product_name"`
|
||||||
@@ -301,3 +308,137 @@ type ProductProfitData struct {
|
|||||||
AverageCost float64 `json:"average_cost"`
|
AverageCost float64 `json:"average_cost"`
|
||||||
ProfitPerUnit float64 `json:"profit_per_unit"`
|
ProfitPerUnit float64 `json:"profit_per_unit"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type ProfitLossSummaryRow struct {
|
||||||
|
ID string `json:"id"`
|
||||||
|
Label string `json:"label"`
|
||||||
|
IsBold bool `json:"is_bold"`
|
||||||
|
TodayNominal float64 `json:"today_nominal"`
|
||||||
|
TodayPct float64 `json:"today_pct"`
|
||||||
|
MtdNominal float64 `json:"mtd_nominal"`
|
||||||
|
MtdPct float64 `json:"mtd_pct"`
|
||||||
|
SubItems []ProfitLossSummaryRow `json:"sub_items,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type OperationalExpenseItem struct {
|
||||||
|
Item string `json:"item"`
|
||||||
|
Nominal float64 `json:"nominal"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryPeriodRequest struct {
|
||||||
|
OrganizationID uuid.UUID
|
||||||
|
OutletID *string `form:"outlet_id,omitempty"`
|
||||||
|
DateFrom string `form:"date_from" validate:"required"`
|
||||||
|
DateTo string `form:"date_to" validate:"required"`
|
||||||
|
ExcludeGajiStaffFromReimburse bool `form:"exclude_gaji_staff_from_reimburse"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryMonthlyRequest struct {
|
||||||
|
OrganizationID uuid.UUID
|
||||||
|
OutletID *string `form:"outlet_id,omitempty"`
|
||||||
|
Month string `form:"month" validate:"required"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryMTDRequest struct {
|
||||||
|
OrganizationID uuid.UUID
|
||||||
|
OutletID *string `form:"outlet_id,omitempty"`
|
||||||
|
DateTo string `form:"date_to" validate:"required"`
|
||||||
|
ExcludeGajiStaffFromReimburse bool `form:"exclude_gaji_staff_from_reimburse"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryPeriodResponse struct {
|
||||||
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
|
OutletID *uuid.UUID `json:"outlet_id,omitempty"`
|
||||||
|
Period ExclusiveSummaryPeriodRange `json:"period"`
|
||||||
|
Summary ExclusiveSummaryPeriodSummary `json:"summary"`
|
||||||
|
Reimburse ExclusiveSummaryReimburse `json:"reimburse"`
|
||||||
|
HPPBreakdown []ExclusiveSummaryCategoryBreakdown `json:"hpp_breakdown"`
|
||||||
|
OperationalExpenseBreakdown []ExclusiveSummaryCategoryBreakdown `json:"operational_expense_breakdown"`
|
||||||
|
DailySummary []ExclusiveSummaryDailySummary `json:"daily_summary"`
|
||||||
|
DailyTransactions []ExclusiveSummaryDailyTransaction `json:"daily_transactions"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryPeriodRange struct {
|
||||||
|
DateFrom time.Time `json:"date_from"`
|
||||||
|
DateTo time.Time `json:"date_to"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryPeriodSummary struct {
|
||||||
|
Sales float64 `json:"sales"`
|
||||||
|
HPP float64 `json:"hpp"`
|
||||||
|
GrossProfit float64 `json:"gross_profit"`
|
||||||
|
SalaryTotal float64 `json:"salary_total"`
|
||||||
|
SalaryDW float64 `json:"salary_dw"`
|
||||||
|
SalaryStaff float64 `json:"salary_staff"`
|
||||||
|
SalaryOther float64 `json:"salary_other"`
|
||||||
|
OtherOperationalExpenses float64 `json:"other_operational_expenses"`
|
||||||
|
OperationalExpensesTotal float64 `json:"operational_expenses_total"`
|
||||||
|
TotalCost float64 `json:"total_cost"`
|
||||||
|
NetProfit float64 `json:"net_profit"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryReimburse struct {
|
||||||
|
TotalCost float64 `json:"total_cost"`
|
||||||
|
ExcludedSalaryStaff float64 `json:"excluded_salary_staff"`
|
||||||
|
TotalReimburse float64 `json:"total_reimburse"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryCategoryBreakdown struct {
|
||||||
|
CategoryCode string `json:"category_code"`
|
||||||
|
CategoryName string `json:"category_name"`
|
||||||
|
Amount float64 `json:"amount"`
|
||||||
|
Percentage float64 `json:"percentage"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryDailySummary struct {
|
||||||
|
Date time.Time `json:"date"`
|
||||||
|
TransactionCount int64 `json:"transaction_count"`
|
||||||
|
TotalCost float64 `json:"total_cost"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryDailyTransaction struct {
|
||||||
|
Date time.Time `json:"date"`
|
||||||
|
CategoryCode string `json:"category_code"`
|
||||||
|
CategoryName string `json:"category_name"`
|
||||||
|
Description string `json:"description"`
|
||||||
|
Amount float64 `json:"amount"`
|
||||||
|
Source string `json:"source"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryMonthlyResponse struct {
|
||||||
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
|
OutletID *uuid.UUID `json:"outlet_id,omitempty"`
|
||||||
|
Month string `json:"month"`
|
||||||
|
Summary ExclusiveSummaryMonthlySummary `json:"summary"`
|
||||||
|
Periods []ExclusiveSummaryMonthlyPeriod `json:"periods"`
|
||||||
|
BankBalance []ExclusiveSummaryBankBalance `json:"bank_balance"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryMonthlySummary struct {
|
||||||
|
TotalSales float64 `json:"total_sales"`
|
||||||
|
HPP float64 `json:"hpp"`
|
||||||
|
GrossProfit float64 `json:"gross_profit"`
|
||||||
|
OperationalExpensesTotal float64 `json:"operational_expenses_total"`
|
||||||
|
TotalCost float64 `json:"total_cost"`
|
||||||
|
NetProfit float64 `json:"net_profit"`
|
||||||
|
NetProfitMargin float64 `json:"net_profit_margin"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryMonthlyPeriod struct {
|
||||||
|
Label string `json:"label"`
|
||||||
|
DateFrom time.Time `json:"date_from"`
|
||||||
|
DateTo time.Time `json:"date_to"`
|
||||||
|
Sales float64 `json:"sales"`
|
||||||
|
HPP float64 `json:"hpp"`
|
||||||
|
GrossProfit float64 `json:"gross_profit"`
|
||||||
|
GrossMargin float64 `json:"gross_margin"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryBankBalance struct {
|
||||||
|
Bank string `json:"bank"`
|
||||||
|
OpeningBalance *float64 `json:"opening_balance"`
|
||||||
|
IncomingMutation *float64 `json:"incoming_mutation"`
|
||||||
|
OutgoingMutation *float64 `json:"outgoing_mutation"`
|
||||||
|
ClosingBalance *float64 `json:"closing_balance"`
|
||||||
|
Notes *string `json:"notes"`
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,161 @@
|
|||||||
|
package contract
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
)
|
||||||
|
|
||||||
|
type CreateExpenseRequest struct {
|
||||||
|
Receiver string `json:"receiver" validate:"required"`
|
||||||
|
TransactionDate string `json:"transaction_date" validate:"required"`
|
||||||
|
CodeNumber string `json:"code_number" validate:"required"`
|
||||||
|
OutletID string `json:"outlet_id" validate:"required"`
|
||||||
|
Status *string `json:"status,omitempty" validate:"omitempty,oneof=draft sent approved cancel"`
|
||||||
|
Description *string `json:"description,omitempty"`
|
||||||
|
Tax float64 `json:"tax"`
|
||||||
|
Total float64 `json:"total" validate:"required"`
|
||||||
|
Items []CreateExpenseItemRequest `json:"items" validate:"required"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type CreateExpenseItemRequest struct {
|
||||||
|
ChartOfAccountID string `json:"chart_of_account_id" validate:"required"`
|
||||||
|
PurchaseCategoryID string `json:"purchase_category_id" validate:"required"`
|
||||||
|
Item string `json:"item" validate:"required"`
|
||||||
|
Description *string `json:"description,omitempty"`
|
||||||
|
Amount float64 `json:"amount" validate:"required"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type UpdateExpenseRequest struct {
|
||||||
|
Receiver *string `json:"receiver,omitempty"`
|
||||||
|
TransactionDate *string `json:"transaction_date,omitempty"`
|
||||||
|
CodeNumber *string `json:"code_number,omitempty"`
|
||||||
|
OutletID *string `json:"outlet_id,omitempty"`
|
||||||
|
Status *string `json:"status,omitempty" validate:"omitempty,oneof=draft sent approved cancel"`
|
||||||
|
Description *string `json:"description,omitempty"`
|
||||||
|
Tax *float64 `json:"tax,omitempty"`
|
||||||
|
Total *float64 `json:"total,omitempty"`
|
||||||
|
Reserved1 *string `json:"reserved1,omitempty"`
|
||||||
|
Items []UpdateExpenseItemRequest `json:"items,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type UpdateExpenseItemRequest struct {
|
||||||
|
ChartOfAccountID *string `json:"chart_of_account_id,omitempty"`
|
||||||
|
PurchaseCategoryID *string `json:"purchase_category_id,omitempty"`
|
||||||
|
Item *string `json:"item,omitempty"`
|
||||||
|
Description *string `json:"description,omitempty"`
|
||||||
|
Amount *float64 `json:"amount,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseResponse struct {
|
||||||
|
ID uuid.UUID `json:"id"`
|
||||||
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
|
OutletID uuid.UUID `json:"outlet_id"`
|
||||||
|
Receiver string `json:"receiver"`
|
||||||
|
TransactionDate time.Time `json:"transaction_date"`
|
||||||
|
CodeNumber string `json:"code_number"`
|
||||||
|
Status string `json:"status"`
|
||||||
|
Description *string `json:"description"`
|
||||||
|
Tax float64 `json:"tax"`
|
||||||
|
Total float64 `json:"total"`
|
||||||
|
Reserved1 *string `json:"reserved1,omitempty"`
|
||||||
|
CreatedAt time.Time `json:"created_at"`
|
||||||
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
|
Items []ExpenseItemResponse `json:"items,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseItemResponse struct {
|
||||||
|
ID uuid.UUID `json:"id"`
|
||||||
|
ExpenseID uuid.UUID `json:"expense_id"`
|
||||||
|
ChartOfAccountID uuid.UUID `json:"chart_of_account_id"`
|
||||||
|
ChartOfAccountName string `json:"chart_of_account_name,omitempty"`
|
||||||
|
PurchaseCategoryID uuid.UUID `json:"purchase_category_id"`
|
||||||
|
PurchaseCategoryName string `json:"purchase_category_name,omitempty"`
|
||||||
|
PurchaseCategoryType string `json:"purchase_category_type,omitempty"`
|
||||||
|
PurchaseCategory *PurchaseCategoryResponse `json:"purchase_category,omitempty"`
|
||||||
|
Item string `json:"item"`
|
||||||
|
Description *string `json:"description"`
|
||||||
|
Amount float64 `json:"amount"`
|
||||||
|
CreatedAt time.Time `json:"created_at"`
|
||||||
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ListExpenseRequest struct {
|
||||||
|
Page int `json:"page" validate:"min=1"`
|
||||||
|
Limit int `json:"limit" validate:"min=1,max=100"`
|
||||||
|
Search string `json:"search,omitempty"`
|
||||||
|
OutletID string `json:"outlet_id,omitempty"`
|
||||||
|
Status string `json:"status,omitempty" validate:"omitempty,oneof=draft sent approved cancel"`
|
||||||
|
StartDate string `json:"start_date,omitempty"`
|
||||||
|
EndDate string `json:"end_date,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ListExpenseResponse struct {
|
||||||
|
Expenses []ExpenseResponse `json:"expenses"`
|
||||||
|
TotalCount int `json:"total_count"`
|
||||||
|
Page int `json:"page"`
|
||||||
|
Limit int `json:"limit"`
|
||||||
|
TotalPages int `json:"total_pages"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsRequest struct {
|
||||||
|
OutletID *string `form:"outlet_id,omitempty"`
|
||||||
|
DateFrom string `form:"date_from" validate:"required"`
|
||||||
|
DateTo string `form:"date_to" validate:"required"`
|
||||||
|
GroupBy string `form:"group_by,default=day" validate:"omitempty,oneof=day hour week month"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsResponse struct {
|
||||||
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
|
OutletID *uuid.UUID `json:"outlet_id,omitempty"`
|
||||||
|
DateFrom time.Time `json:"date_from"`
|
||||||
|
DateTo time.Time `json:"date_to"`
|
||||||
|
GroupBy string `json:"group_by"`
|
||||||
|
Summary ExpenseAnalyticsSummary `json:"summary"`
|
||||||
|
Data []ExpenseAnalyticsData `json:"data"`
|
||||||
|
CategoryData []ExpenseAnalyticsCategoryData `json:"category_data"`
|
||||||
|
ChartOfAccountData []ExpenseAnalyticsChartOfAccountData `json:"chart_of_account_data"`
|
||||||
|
ItemData []ExpenseAnalyticsItemData `json:"item_data"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsSummary struct {
|
||||||
|
TotalExpenses float64 `json:"total_expenses"`
|
||||||
|
TotalExpenseCount int64 `json:"total_expense_count"`
|
||||||
|
TotalTax float64 `json:"total_tax"`
|
||||||
|
AverageExpenseValue float64 `json:"average_expense_value"`
|
||||||
|
TotalCategories int64 `json:"total_categories"`
|
||||||
|
TotalItems int64 `json:"total_items"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsData struct {
|
||||||
|
Date time.Time `json:"date"`
|
||||||
|
Expenses float64 `json:"expenses"`
|
||||||
|
ExpenseCount int64 `json:"expense_count"`
|
||||||
|
Tax float64 `json:"tax"`
|
||||||
|
Items int64 `json:"items"`
|
||||||
|
Categories int64 `json:"categories"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsCategoryData struct {
|
||||||
|
PurchaseCategoryID uuid.UUID `json:"purchase_category_id"`
|
||||||
|
PurchaseCategoryName string `json:"purchase_category_name"`
|
||||||
|
PurchaseCategoryType string `json:"purchase_category_type"`
|
||||||
|
TotalAmount float64 `json:"total_amount"`
|
||||||
|
ExpenseCount int64 `json:"expense_count"`
|
||||||
|
ItemCount int64 `json:"item_count"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsChartOfAccountData struct {
|
||||||
|
ChartOfAccountID uuid.UUID `json:"chart_of_account_id"`
|
||||||
|
ChartOfAccountName string `json:"chart_of_account_name"`
|
||||||
|
TotalAmount float64 `json:"total_amount"`
|
||||||
|
ExpenseCount int64 `json:"expense_count"`
|
||||||
|
ItemCount int64 `json:"item_count"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsItemData struct {
|
||||||
|
Item string `json:"item"`
|
||||||
|
TotalAmount float64 `json:"total_amount"`
|
||||||
|
ExpenseCount int64 `json:"expense_count"`
|
||||||
|
ItemCount int64 `json:"item_count"`
|
||||||
|
}
|
||||||
@@ -81,4 +81,3 @@ type IngredientUnitsResponse struct {
|
|||||||
BaseUnitName string `json:"base_unit_name"`
|
BaseUnitName string `json:"base_unit_name"`
|
||||||
Units []*UnitResponse `json:"units"`
|
Units []*UnitResponse `json:"units"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -98,6 +98,8 @@ type OrderItemResponse struct {
|
|||||||
ProductName string `json:"product_name"`
|
ProductName string `json:"product_name"`
|
||||||
ProductVariantID *uuid.UUID `json:"product_variant_id"`
|
ProductVariantID *uuid.UUID `json:"product_variant_id"`
|
||||||
ProductVariantName *string `json:"product_variant_name,omitempty"`
|
ProductVariantName *string `json:"product_variant_name,omitempty"`
|
||||||
|
CategoryID *uuid.UUID `json:"category_id,omitempty"`
|
||||||
|
CategoryName *string `json:"category_name,omitempty"`
|
||||||
Quantity int `json:"quantity"`
|
Quantity int `json:"quantity"`
|
||||||
UnitPrice float64 `json:"unit_price"`
|
UnitPrice float64 `json:"unit_price"`
|
||||||
TotalPrice float64 `json:"total_price"`
|
TotalPrice float64 `json:"total_price"`
|
||||||
@@ -108,6 +110,7 @@ type OrderItemResponse struct {
|
|||||||
CreatedAt time.Time `json:"created_at"`
|
CreatedAt time.Time `json:"created_at"`
|
||||||
UpdatedAt time.Time `json:"updated_at"`
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
PrinterType string `json:"printer_type"`
|
PrinterType string `json:"printer_type"`
|
||||||
|
PrintToChecker bool `json:"print_to_checker"`
|
||||||
PaidQuantity int `json:"paid_quantity"`
|
PaidQuantity int `json:"paid_quantity"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ type CreateProductRequest struct {
|
|||||||
BusinessType *string `json:"business_type,omitempty"`
|
BusinessType *string `json:"business_type,omitempty"`
|
||||||
ImageURL *string `json:"image_url,omitempty" validate:"omitempty,max=500"`
|
ImageURL *string `json:"image_url,omitempty" validate:"omitempty,max=500"`
|
||||||
PrinterType *string `json:"printer_type,omitempty" validate:"omitempty,max=50"`
|
PrinterType *string `json:"printer_type,omitempty" validate:"omitempty,max=50"`
|
||||||
|
PrintToChecker *bool `json:"print_to_checker,omitempty"`
|
||||||
Metadata map[string]interface{} `json:"metadata,omitempty"`
|
Metadata map[string]interface{} `json:"metadata,omitempty"`
|
||||||
IsActive *bool `json:"is_active,omitempty"`
|
IsActive *bool `json:"is_active,omitempty"`
|
||||||
Variants []CreateProductVariantRequest `json:"variants,omitempty"`
|
Variants []CreateProductVariantRequest `json:"variants,omitempty"`
|
||||||
@@ -36,6 +37,7 @@ type UpdateProductRequest struct {
|
|||||||
BusinessType *string `json:"business_type,omitempty"`
|
BusinessType *string `json:"business_type,omitempty"`
|
||||||
ImageURL *string `json:"image_url,omitempty" validate:"omitempty,max=500"`
|
ImageURL *string `json:"image_url,omitempty" validate:"omitempty,max=500"`
|
||||||
PrinterType *string `json:"printer_type,omitempty" validate:"omitempty,max=50"`
|
PrinterType *string `json:"printer_type,omitempty" validate:"omitempty,max=50"`
|
||||||
|
PrintToChecker *bool `json:"print_to_checker,omitempty"`
|
||||||
Metadata map[string]interface{} `json:"metadata,omitempty"`
|
Metadata map[string]interface{} `json:"metadata,omitempty"`
|
||||||
IsActive *bool `json:"is_active,omitempty"`
|
IsActive *bool `json:"is_active,omitempty"`
|
||||||
ReorderLevel *int `json:"reorder_level,omitempty" validate:"omitempty,min=0"`
|
ReorderLevel *int `json:"reorder_level,omitempty" validate:"omitempty,min=0"`
|
||||||
@@ -71,6 +73,7 @@ type ProductResponse struct {
|
|||||||
BusinessType string `json:"business_type"`
|
BusinessType string `json:"business_type"`
|
||||||
ImageURL *string `json:"image_url"`
|
ImageURL *string `json:"image_url"`
|
||||||
PrinterType string `json:"printer_type"`
|
PrinterType string `json:"printer_type"`
|
||||||
|
PrintToChecker bool `json:"print_to_checker"`
|
||||||
Metadata map[string]interface{} `json:"metadata"`
|
Metadata map[string]interface{} `json:"metadata"`
|
||||||
IsActive bool `json:"is_active"`
|
IsActive bool `json:"is_active"`
|
||||||
CreatedAt time.Time `json:"created_at"`
|
CreatedAt time.Time `json:"created_at"`
|
||||||
|
|||||||
@@ -10,10 +10,12 @@ type CreateProductOutletPriceRequest struct {
|
|||||||
ProductID uuid.UUID `json:"product_id" validate:"required"`
|
ProductID uuid.UUID `json:"product_id" validate:"required"`
|
||||||
OutletID uuid.UUID `json:"outlet_id" validate:"required"`
|
OutletID uuid.UUID `json:"outlet_id" validate:"required"`
|
||||||
Price float64 `json:"price" validate:"required,min=0"`
|
Price float64 `json:"price" validate:"required,min=0"`
|
||||||
|
PrintToChecker bool `json:"print_to_checker"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type UpdateProductOutletPriceRequest struct {
|
type UpdateProductOutletPriceRequest struct {
|
||||||
Price float64 `json:"price" validate:"required,min=0"`
|
Price float64 `json:"price" validate:"required,min=0"`
|
||||||
|
PrintToChecker *bool `json:"print_to_checker"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ProductOutletPriceResponse struct {
|
type ProductOutletPriceResponse struct {
|
||||||
@@ -22,6 +24,7 @@ type ProductOutletPriceResponse struct {
|
|||||||
OutletID uuid.UUID `json:"outlet_id"`
|
OutletID uuid.UUID `json:"outlet_id"`
|
||||||
OutletName string `json:"outlet_name,omitempty"`
|
OutletName string `json:"outlet_name,omitempty"`
|
||||||
Price float64 `json:"price"`
|
Price float64 `json:"price"`
|
||||||
|
PrintToChecker bool `json:"print_to_checker"`
|
||||||
CreatedAt time.Time `json:"created_at,omitempty"`
|
CreatedAt time.Time `json:"created_at,omitempty"`
|
||||||
UpdatedAt time.Time `json:"updated_at,omitempty"`
|
UpdatedAt time.Time `json:"updated_at,omitempty"`
|
||||||
}
|
}
|
||||||
@@ -39,4 +42,5 @@ type BulkCreateProductOutletPriceRequest struct {
|
|||||||
type CreateProductOutletPricePerOutletRequest struct {
|
type CreateProductOutletPricePerOutletRequest struct {
|
||||||
OutletID uuid.UUID `json:"outlet_id" validate:"required"`
|
OutletID uuid.UUID `json:"outlet_id" validate:"required"`
|
||||||
Price float64 `json:"price" validate:"required,min=0"`
|
Price float64 `json:"price" validate:"required,min=0"`
|
||||||
|
PrintToChecker bool `json:"print_to_checker"`
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,57 @@
|
|||||||
|
package contract
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
)
|
||||||
|
|
||||||
|
type CreatePurchaseCategoryRequest struct {
|
||||||
|
ParentID *uuid.UUID `json:"parent_id,omitempty"`
|
||||||
|
Code *string `json:"code,omitempty"`
|
||||||
|
Name string `json:"name" validate:"required,min=1,max=255"`
|
||||||
|
Type string `json:"type" validate:"required,oneof=raw_material expense"`
|
||||||
|
SortOrder *int `json:"sort_order,omitempty"`
|
||||||
|
IsActive *bool `json:"is_active,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type UpdatePurchaseCategoryRequest struct {
|
||||||
|
ParentID *uuid.UUID `json:"parent_id,omitempty"`
|
||||||
|
Code *string `json:"code,omitempty"`
|
||||||
|
Name *string `json:"name,omitempty" validate:"omitempty,min=1,max=255"`
|
||||||
|
Type *string `json:"type,omitempty" validate:"omitempty,oneof=raw_material expense"`
|
||||||
|
SortOrder *int `json:"sort_order,omitempty"`
|
||||||
|
IsActive *bool `json:"is_active,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ListPurchaseCategoriesRequest struct {
|
||||||
|
ParentID *uuid.UUID `json:"parent_id,omitempty"`
|
||||||
|
Type string `json:"type,omitempty" validate:"omitempty,oneof=raw_material expense"`
|
||||||
|
Search string `json:"search,omitempty"`
|
||||||
|
IsActive *bool `json:"is_active,omitempty"`
|
||||||
|
Page int `json:"page" validate:"required,min=1"`
|
||||||
|
Limit int `json:"limit" validate:"required,min=1,max=100"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type PurchaseCategoryResponse struct {
|
||||||
|
ID uuid.UUID `json:"id"`
|
||||||
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
|
PresetID *uuid.UUID `json:"preset_id"`
|
||||||
|
ParentID *uuid.UUID `json:"parent_id"`
|
||||||
|
Code string `json:"code"`
|
||||||
|
Name string `json:"name"`
|
||||||
|
Type string `json:"type"`
|
||||||
|
SortOrder int `json:"sort_order"`
|
||||||
|
IsSystem bool `json:"is_system"`
|
||||||
|
IsActive bool `json:"is_active"`
|
||||||
|
CreatedAt time.Time `json:"created_at"`
|
||||||
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ListPurchaseCategoriesResponse struct {
|
||||||
|
PurchaseCategories []PurchaseCategoryResponse `json:"purchase_categories"`
|
||||||
|
TotalCount int `json:"total_count"`
|
||||||
|
Page int `json:"page"`
|
||||||
|
Limit int `json:"limit"`
|
||||||
|
TotalPages int `json:"total_pages"`
|
||||||
|
}
|
||||||
@@ -7,10 +7,10 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type CreatePurchaseOrderRequest struct {
|
type CreatePurchaseOrderRequest struct {
|
||||||
VendorID uuid.UUID `json:"vendor_id" validate:"required"`
|
VendorID *uuid.UUID `json:"vendor_id,omitempty" validate:"omitempty"`
|
||||||
PONumber string `json:"po_number" validate:"required,min=1,max=50"`
|
PONumber string `json:"po_number" validate:"required,min=1,max=50"`
|
||||||
TransactionDate string `json:"transaction_date" validate:"required"` // Format: YYYY-MM-DD
|
TransactionDate string `json:"transaction_date" validate:"required"` // Format: YYYY-MM-DD
|
||||||
DueDate string `json:"due_date" validate:"required"` // Format: YYYY-MM-DD
|
DueDate *string `json:"due_date,omitempty" validate:"omitempty"` // Format: YYYY-MM-DD
|
||||||
Reference *string `json:"reference,omitempty" validate:"omitempty,max=100"`
|
Reference *string `json:"reference,omitempty" validate:"omitempty,max=100"`
|
||||||
Status *string `json:"status,omitempty" validate:"omitempty,oneof=draft sent approved received cancelled"`
|
Status *string `json:"status,omitempty" validate:"omitempty,oneof=draft sent approved received cancelled"`
|
||||||
Message *string `json:"message,omitempty" validate:"omitempty"`
|
Message *string `json:"message,omitempty" validate:"omitempty"`
|
||||||
@@ -19,10 +19,11 @@ type CreatePurchaseOrderRequest struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type CreatePurchaseOrderItemRequest struct {
|
type CreatePurchaseOrderItemRequest struct {
|
||||||
IngredientID uuid.UUID `json:"ingredient_id" validate:"required"`
|
IngredientID *uuid.UUID `json:"ingredient_id,omitempty" validate:"omitempty"`
|
||||||
|
PurchaseCategoryID uuid.UUID `json:"purchase_category_id" validate:"required"`
|
||||||
Description *string `json:"description,omitempty" validate:"omitempty"`
|
Description *string `json:"description,omitempty" validate:"omitempty"`
|
||||||
Quantity float64 `json:"quantity" validate:"required,gt=0"`
|
Quantity *float64 `json:"quantity,omitempty" validate:"omitempty,gt=0"`
|
||||||
UnitID uuid.UUID `json:"unit_id" validate:"required"`
|
UnitID *uuid.UUID `json:"unit_id,omitempty" validate:"omitempty"`
|
||||||
Amount float64 `json:"amount" validate:"required,gte=0"`
|
Amount float64 `json:"amount" validate:"required,gte=0"`
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -41,6 +42,7 @@ type UpdatePurchaseOrderRequest struct {
|
|||||||
type UpdatePurchaseOrderItemRequest struct {
|
type UpdatePurchaseOrderItemRequest struct {
|
||||||
ID *uuid.UUID `json:"id,omitempty"` // For existing items
|
ID *uuid.UUID `json:"id,omitempty"` // For existing items
|
||||||
IngredientID *uuid.UUID `json:"ingredient_id,omitempty" validate:"omitempty"`
|
IngredientID *uuid.UUID `json:"ingredient_id,omitempty" validate:"omitempty"`
|
||||||
|
PurchaseCategoryID *uuid.UUID `json:"purchase_category_id,omitempty" validate:"omitempty"`
|
||||||
Description *string `json:"description,omitempty" validate:"omitempty"`
|
Description *string `json:"description,omitempty" validate:"omitempty"`
|
||||||
Quantity *float64 `json:"quantity,omitempty" validate:"omitempty,gt=0"`
|
Quantity *float64 `json:"quantity,omitempty" validate:"omitempty,gt=0"`
|
||||||
UnitID *uuid.UUID `json:"unit_id,omitempty" validate:"omitempty"`
|
UnitID *uuid.UUID `json:"unit_id,omitempty" validate:"omitempty"`
|
||||||
@@ -50,10 +52,11 @@ type UpdatePurchaseOrderItemRequest struct {
|
|||||||
type PurchaseOrderResponse struct {
|
type PurchaseOrderResponse struct {
|
||||||
ID uuid.UUID `json:"id"`
|
ID uuid.UUID `json:"id"`
|
||||||
OrganizationID uuid.UUID `json:"organization_id"`
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
VendorID uuid.UUID `json:"vendor_id"`
|
OutletID *uuid.UUID `json:"outlet_id"`
|
||||||
|
VendorID *uuid.UUID `json:"vendor_id"`
|
||||||
PONumber string `json:"po_number"`
|
PONumber string `json:"po_number"`
|
||||||
TransactionDate time.Time `json:"transaction_date"`
|
TransactionDate time.Time `json:"transaction_date"`
|
||||||
DueDate time.Time `json:"due_date"`
|
DueDate *time.Time `json:"due_date"`
|
||||||
Reference *string `json:"reference"`
|
Reference *string `json:"reference"`
|
||||||
Status string `json:"status"`
|
Status string `json:"status"`
|
||||||
Message *string `json:"message"`
|
Message *string `json:"message"`
|
||||||
@@ -68,14 +71,16 @@ type PurchaseOrderResponse struct {
|
|||||||
type PurchaseOrderItemResponse struct {
|
type PurchaseOrderItemResponse struct {
|
||||||
ID uuid.UUID `json:"id"`
|
ID uuid.UUID `json:"id"`
|
||||||
PurchaseOrderID uuid.UUID `json:"purchase_order_id"`
|
PurchaseOrderID uuid.UUID `json:"purchase_order_id"`
|
||||||
IngredientID uuid.UUID `json:"ingredient_id"`
|
IngredientID *uuid.UUID `json:"ingredient_id"`
|
||||||
|
PurchaseCategoryID uuid.UUID `json:"purchase_category_id"`
|
||||||
Description *string `json:"description"`
|
Description *string `json:"description"`
|
||||||
Quantity float64 `json:"quantity"`
|
Quantity *float64 `json:"quantity"`
|
||||||
UnitID uuid.UUID `json:"unit_id"`
|
UnitID *uuid.UUID `json:"unit_id"`
|
||||||
Amount float64 `json:"amount"`
|
Amount float64 `json:"amount"`
|
||||||
CreatedAt time.Time `json:"created_at"`
|
CreatedAt time.Time `json:"created_at"`
|
||||||
UpdatedAt time.Time `json:"updated_at"`
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
Ingredient *IngredientResponse `json:"ingredient,omitempty"`
|
Ingredient *IngredientResponse `json:"ingredient,omitempty"`
|
||||||
|
PurchaseCategory *PurchaseCategoryResponse `json:"purchase_category,omitempty"`
|
||||||
Unit *UnitResponse `json:"unit,omitempty"`
|
Unit *UnitResponse `json:"unit,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+102
-41
@@ -38,7 +38,11 @@ type PurchasingAnalytics struct {
|
|||||||
|
|
||||||
type PurchasingSummary struct {
|
type PurchasingSummary struct {
|
||||||
TotalPurchases float64 `json:"total_purchases"`
|
TotalPurchases float64 `json:"total_purchases"`
|
||||||
|
RawMaterialPurchases float64 `json:"raw_material_purchases"`
|
||||||
|
ExpensePurchases float64 `json:"expense_purchases"`
|
||||||
TotalPurchaseOrders int64 `json:"total_purchase_orders"`
|
TotalPurchaseOrders int64 `json:"total_purchase_orders"`
|
||||||
|
RawMaterialPurchaseOrders int64 `json:"raw_material_purchase_orders"`
|
||||||
|
ExpenseCount int64 `json:"expense_count"`
|
||||||
TotalQuantity float64 `json:"total_quantity"`
|
TotalQuantity float64 `json:"total_quantity"`
|
||||||
AveragePurchaseOrderValue float64 `json:"average_purchase_order_value"`
|
AveragePurchaseOrderValue float64 `json:"average_purchase_order_value"`
|
||||||
TotalIngredients int64 `json:"total_ingredients"`
|
TotalIngredients int64 `json:"total_ingredients"`
|
||||||
@@ -48,7 +52,11 @@ type PurchasingSummary struct {
|
|||||||
type PurchasingAnalyticsData struct {
|
type PurchasingAnalyticsData struct {
|
||||||
Date time.Time `json:"date"`
|
Date time.Time `json:"date"`
|
||||||
Purchases float64 `json:"purchases"`
|
Purchases float64 `json:"purchases"`
|
||||||
|
RawMaterialPurchases float64 `json:"raw_material_purchases"`
|
||||||
|
ExpensePurchases float64 `json:"expense_purchases"`
|
||||||
PurchaseOrders int64 `json:"purchase_orders"`
|
PurchaseOrders int64 `json:"purchase_orders"`
|
||||||
|
RawMaterialPurchaseOrders int64 `json:"raw_material_purchase_orders"`
|
||||||
|
ExpenseCount int64 `json:"expense_count"`
|
||||||
Quantity float64 `json:"quantity"`
|
Quantity float64 `json:"quantity"`
|
||||||
Ingredients int64 `json:"ingredients"`
|
Ingredients int64 `json:"ingredients"`
|
||||||
Vendors int64 `json:"vendors"`
|
Vendors int64 `json:"vendors"`
|
||||||
@@ -64,7 +72,7 @@ type PurchasingIngredientData struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type PurchasingVendorData struct {
|
type PurchasingVendorData struct {
|
||||||
VendorID uuid.UUID `json:"vendor_id"`
|
VendorID *uuid.UUID `json:"vendor_id"`
|
||||||
VendorName string `json:"vendor_name"`
|
VendorName string `json:"vendor_name"`
|
||||||
TotalCost float64 `json:"total_cost"`
|
TotalCost float64 `json:"total_cost"`
|
||||||
PurchaseOrderCount int64 `json:"purchase_order_count"`
|
PurchaseOrderCount int64 `json:"purchase_order_count"`
|
||||||
@@ -76,6 +84,7 @@ type ProductAnalytics struct {
|
|||||||
ProductID uuid.UUID `json:"product_id"`
|
ProductID uuid.UUID `json:"product_id"`
|
||||||
ProductName string `json:"product_name"`
|
ProductName string `json:"product_name"`
|
||||||
ProductSku string `json:"product_sku"`
|
ProductSku string `json:"product_sku"`
|
||||||
|
ProductPrice float64 `json:"product_price"`
|
||||||
CategoryID uuid.UUID `json:"category_id"`
|
CategoryID uuid.UUID `json:"category_id"`
|
||||||
CategoryName string `json:"category_name"`
|
CategoryName string `json:"category_name"`
|
||||||
CategoryOrder int `json:"category_order"`
|
CategoryOrder int `json:"category_order"`
|
||||||
@@ -113,54 +122,106 @@ type DashboardOverview struct {
|
|||||||
RefundedOrders int64 `json:"refunded_orders"`
|
RefundedOrders int64 `json:"refunded_orders"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProfitLossAnalytics represents profit and loss analytics data
|
|
||||||
type ProfitLossAnalytics struct {
|
type ProfitLossAnalytics struct {
|
||||||
Summary ProfitLossSummary `json:"summary"`
|
Summary ProfitLossSummary
|
||||||
Data []ProfitLossData `json:"data"`
|
Data []ProfitLossData
|
||||||
ProductData []ProductProfitData `json:"product_data"`
|
ProductData []ProductProfitData
|
||||||
|
TodayRevenue float64
|
||||||
|
TodayCost float64
|
||||||
|
MtdRevenue float64
|
||||||
|
MtdCost float64
|
||||||
|
TodayExpenseByCategory []ExpenseCategoryTotal
|
||||||
|
MtdExpenseByCategory []ExpenseCategoryTotal
|
||||||
|
OperationalExpenseItems []OperationalExpenseItem
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProfitLossSummary represents profit and loss summary data
|
|
||||||
type ProfitLossSummary struct {
|
type ProfitLossSummary struct {
|
||||||
TotalRevenue float64 `json:"total_revenue"`
|
TotalRevenue float64
|
||||||
TotalCost float64 `json:"total_cost"`
|
TotalCost float64
|
||||||
GrossProfit float64 `json:"gross_profit"`
|
GrossProfit float64
|
||||||
GrossProfitMargin float64 `json:"gross_profit_margin"`
|
GrossProfitMargin float64
|
||||||
TotalTax float64 `json:"total_tax"`
|
TotalTax float64
|
||||||
TotalDiscount float64 `json:"total_discount"`
|
TotalDiscount float64
|
||||||
NetProfit float64 `json:"net_profit"`
|
NetProfit float64
|
||||||
NetProfitMargin float64 `json:"net_profit_margin"`
|
NetProfitMargin float64
|
||||||
TotalOrders int64 `json:"total_orders"`
|
TotalOrders int64
|
||||||
AverageProfit float64 `json:"average_profit"`
|
AverageProfit float64
|
||||||
ProfitabilityRatio float64 `json:"profitability_ratio"`
|
ProfitabilityRatio float64
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProfitLossData represents profit and loss data by time period
|
|
||||||
type ProfitLossData struct {
|
type ProfitLossData struct {
|
||||||
Date time.Time `json:"date"`
|
Date time.Time
|
||||||
Revenue float64 `json:"revenue"`
|
Revenue float64
|
||||||
Cost float64 `json:"cost"`
|
Cost float64
|
||||||
GrossProfit float64 `json:"gross_profit"`
|
GrossProfit float64
|
||||||
GrossProfitMargin float64 `json:"gross_profit_margin"`
|
GrossProfitMargin float64
|
||||||
Tax float64 `json:"tax"`
|
Tax float64
|
||||||
Discount float64 `json:"discount"`
|
Discount float64
|
||||||
NetProfit float64 `json:"net_profit"`
|
NetProfit float64
|
||||||
NetProfitMargin float64 `json:"net_profit_margin"`
|
NetProfitMargin float64
|
||||||
Orders int64 `json:"orders"`
|
Orders int64
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProductProfitData represents profit data for individual products
|
|
||||||
type ProductProfitData struct {
|
type ProductProfitData struct {
|
||||||
ProductID uuid.UUID `json:"product_id"`
|
ProductID uuid.UUID
|
||||||
ProductName string `json:"product_name"`
|
ProductName string
|
||||||
CategoryID uuid.UUID `json:"category_id"`
|
CategoryID uuid.UUID
|
||||||
CategoryName string `json:"category_name"`
|
CategoryName string
|
||||||
QuantitySold int64 `json:"quantity_sold"`
|
QuantitySold int64
|
||||||
Revenue float64 `json:"revenue"`
|
Revenue float64
|
||||||
Cost float64 `json:"cost"`
|
Cost float64
|
||||||
GrossProfit float64 `json:"gross_profit"`
|
GrossProfit float64
|
||||||
GrossProfitMargin float64 `json:"gross_profit_margin"`
|
GrossProfitMargin float64
|
||||||
AveragePrice float64 `json:"average_price"`
|
AveragePrice float64
|
||||||
AverageCost float64 `json:"average_cost"`
|
AverageCost float64
|
||||||
ProfitPerUnit float64 `json:"profit_per_unit"`
|
ProfitPerUnit float64
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseCategoryTotal struct {
|
||||||
|
CategoryName string
|
||||||
|
Amount float64
|
||||||
|
}
|
||||||
|
|
||||||
|
type OperationalExpenseItem struct {
|
||||||
|
Item string
|
||||||
|
Amount float64
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryAnalytics struct {
|
||||||
|
SalesTotal float64
|
||||||
|
SalesCount int64
|
||||||
|
HPPBreakdown []ExclusiveSummaryCategoryTotal
|
||||||
|
OperationalExpenseBreakdown []ExclusiveSummaryCategoryTotal
|
||||||
|
DailySummary []ExclusiveSummaryDailySummary
|
||||||
|
DailyTransactions []ExclusiveSummaryDailyTransaction
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryCategoryTotal struct {
|
||||||
|
CategoryCode string
|
||||||
|
CategoryName string
|
||||||
|
Amount float64
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryDailySummary struct {
|
||||||
|
Date time.Time
|
||||||
|
TransactionCount int64
|
||||||
|
TotalCost float64
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryDailyTransaction struct {
|
||||||
|
Date time.Time
|
||||||
|
CategoryCode string
|
||||||
|
CategoryName string
|
||||||
|
Description string
|
||||||
|
Amount float64
|
||||||
|
Source string
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryBankBalance struct {
|
||||||
|
Bank string
|
||||||
|
OpeningBalance *float64
|
||||||
|
IncomingMutation *float64
|
||||||
|
OutgoingMutation *float64
|
||||||
|
ClosingBalance *float64
|
||||||
|
Notes *string
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ func GetAllEntities() []interface{} {
|
|||||||
&NotificationReceiver{},
|
&NotificationReceiver{},
|
||||||
&NotificationDelivery{},
|
&NotificationDelivery{},
|
||||||
&ProductOutletPrice{},
|
&ProductOutletPrice{},
|
||||||
|
&Expense{},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,90 @@
|
|||||||
|
package entities
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type Expense struct {
|
||||||
|
ID uuid.UUID `gorm:"type:uuid;primary_key;default:gen_random_uuid()" json:"id"`
|
||||||
|
OrganizationID uuid.UUID `gorm:"type:uuid;not null;index" json:"organization_id"`
|
||||||
|
OutletID uuid.UUID `gorm:"type:uuid;not null;index" json:"outlet_id"`
|
||||||
|
Receiver string `gorm:"not null;size:255" json:"receiver"`
|
||||||
|
TransactionDate time.Time `gorm:"type:date;not null" json:"transaction_date"`
|
||||||
|
CodeNumber string `gorm:"not null;size:50" json:"code_number"`
|
||||||
|
Status string `gorm:"not null;size:20;default:'draft'" json:"status"`
|
||||||
|
Description *string `gorm:"type:text" json:"description"`
|
||||||
|
Tax float64 `gorm:"type:decimal(15,2);not null;default:0" json:"tax"`
|
||||||
|
Total float64 `gorm:"type:decimal(15,2);not null;default:0" json:"total"`
|
||||||
|
Reserved1 *string `gorm:"type:text" json:"reserved1"`
|
||||||
|
CreatedAt time.Time `gorm:"autoCreateTime" json:"created_at"`
|
||||||
|
UpdatedAt time.Time `gorm:"autoUpdateTime" json:"updated_at"`
|
||||||
|
|
||||||
|
Organization *Organization `gorm:"foreignKey:OrganizationID" json:"organization,omitempty"`
|
||||||
|
Outlet *Outlet `gorm:"foreignKey:OutletID" json:"outlet,omitempty"`
|
||||||
|
Items []ExpenseItem `gorm:"foreignKey:ExpenseID" json:"items,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalytics struct {
|
||||||
|
Summary ExpenseAnalyticsSummary
|
||||||
|
Data []ExpenseAnalyticsData
|
||||||
|
CategoryData []ExpenseAnalyticsCategoryData
|
||||||
|
ChartOfAccountData []ExpenseAnalyticsChartOfAccountData
|
||||||
|
ItemData []ExpenseAnalyticsItemData
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsSummary struct {
|
||||||
|
TotalExpenses float64
|
||||||
|
TotalExpenseCount int64
|
||||||
|
TotalTax float64
|
||||||
|
AverageExpenseValue float64
|
||||||
|
TotalCategories int64
|
||||||
|
TotalItems int64
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsData struct {
|
||||||
|
Date time.Time
|
||||||
|
Expenses float64
|
||||||
|
ExpenseCount int64
|
||||||
|
Tax float64
|
||||||
|
Items int64
|
||||||
|
Categories int64
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsCategoryData struct {
|
||||||
|
PurchaseCategoryID uuid.UUID
|
||||||
|
PurchaseCategoryName string
|
||||||
|
PurchaseCategoryType string
|
||||||
|
TotalAmount float64
|
||||||
|
ExpenseCount int64
|
||||||
|
ItemCount int64
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsChartOfAccountData struct {
|
||||||
|
ChartOfAccountID uuid.UUID
|
||||||
|
ChartOfAccountName string
|
||||||
|
TotalAmount float64
|
||||||
|
ExpenseCount int64
|
||||||
|
ItemCount int64
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsItemData struct {
|
||||||
|
Item string
|
||||||
|
TotalAmount float64
|
||||||
|
ExpenseCount int64
|
||||||
|
ItemCount int64
|
||||||
|
}
|
||||||
|
|
||||||
|
func (e *Expense) BeforeCreate(tx *gorm.DB) error {
|
||||||
|
if e.ID == uuid.Nil {
|
||||||
|
e.ID = uuid.New()
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (Expense) TableName() string {
|
||||||
|
return "expenses"
|
||||||
|
}
|
||||||
@@ -0,0 +1,36 @@
|
|||||||
|
package entities
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type ExpenseItem struct {
|
||||||
|
ID uuid.UUID `gorm:"type:uuid;primary_key;default:gen_random_uuid()" json:"id"`
|
||||||
|
ExpenseID uuid.UUID `gorm:"type:uuid;not null;index" json:"expense_id"`
|
||||||
|
ChartOfAccountID uuid.UUID `gorm:"type:uuid;not null;index" json:"chart_of_account_id"`
|
||||||
|
PurchaseCategoryID uuid.UUID `gorm:"type:uuid;not null;index" json:"purchase_category_id"`
|
||||||
|
Item string `gorm:"not null;size:255" json:"item"`
|
||||||
|
Description *string `gorm:"type:text" json:"description"`
|
||||||
|
Amount float64 `gorm:"type:decimal(15,2);not null;default:0" json:"amount"`
|
||||||
|
CreatedAt time.Time `gorm:"autoCreateTime" json:"created_at"`
|
||||||
|
UpdatedAt time.Time `gorm:"autoUpdateTime" json:"updated_at"`
|
||||||
|
|
||||||
|
Expense *Expense `gorm:"foreignKey:ExpenseID" json:"expense,omitempty"`
|
||||||
|
ChartOfAccount *ChartOfAccount `gorm:"foreignKey:ChartOfAccountID" json:"chart_of_account,omitempty"`
|
||||||
|
PurchaseCategory *PurchaseCategory `gorm:"foreignKey:PurchaseCategoryID" json:"purchase_category,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
func (e *ExpenseItem) BeforeCreate(tx *gorm.DB) error {
|
||||||
|
if e.ID == uuid.Nil {
|
||||||
|
e.ID = uuid.New()
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (ExpenseItem) TableName() string {
|
||||||
|
return "expense_items"
|
||||||
|
}
|
||||||
@@ -39,4 +39,3 @@ func (iuc *IngredientUnitConverter) BeforeCreate() error {
|
|||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ type InventoryMovement struct {
|
|||||||
TotalCost float64 `gorm:"type:decimal(12,2);default:0.00" json:"total_cost"`
|
TotalCost float64 `gorm:"type:decimal(12,2);default:0.00" json:"total_cost"`
|
||||||
ReferenceType *InventoryMovementReferenceType `gorm:"size:50" json:"reference_type"`
|
ReferenceType *InventoryMovementReferenceType `gorm:"size:50" json:"reference_type"`
|
||||||
ReferenceID *uuid.UUID `gorm:"type:uuid;index" json:"reference_id"`
|
ReferenceID *uuid.UUID `gorm:"type:uuid;index" json:"reference_id"`
|
||||||
|
PurchaseOrderItemID *uuid.UUID `gorm:"type:uuid;index" json:"purchase_order_item_id"`
|
||||||
OrderID *uuid.UUID `gorm:"type:uuid;index" json:"order_id"`
|
OrderID *uuid.UUID `gorm:"type:uuid;index" json:"order_id"`
|
||||||
PaymentID *uuid.UUID `gorm:"type:uuid;index" json:"payment_id"`
|
PaymentID *uuid.UUID `gorm:"type:uuid;index" json:"payment_id"`
|
||||||
UserID uuid.UUID `gorm:"type:uuid;not null;index" json:"user_id" validate:"required"`
|
UserID uuid.UUID `gorm:"type:uuid;not null;index" json:"user_id" validate:"required"`
|
||||||
@@ -61,6 +62,7 @@ type InventoryMovement struct {
|
|||||||
Outlet Outlet `gorm:"foreignKey:OutletID" json:"outlet,omitempty"`
|
Outlet Outlet `gorm:"foreignKey:OutletID" json:"outlet,omitempty"`
|
||||||
Product *Product `gorm:"foreignKey:ItemID" json:"product,omitempty"`
|
Product *Product `gorm:"foreignKey:ItemID" json:"product,omitempty"`
|
||||||
Ingredient *Ingredient `gorm:"foreignKey:ItemID" json:"ingredient,omitempty"`
|
Ingredient *Ingredient `gorm:"foreignKey:ItemID" json:"ingredient,omitempty"`
|
||||||
|
PurchaseOrderItem *PurchaseOrderItem `gorm:"foreignKey:PurchaseOrderItemID" json:"purchase_order_item,omitempty"`
|
||||||
Order *Order `gorm:"foreignKey:OrderID" json:"order,omitempty"`
|
Order *Order `gorm:"foreignKey:OrderID" json:"order,omitempty"`
|
||||||
Payment *Payment `gorm:"foreignKey:PaymentID" json:"payment,omitempty"`
|
Payment *Payment `gorm:"foreignKey:PaymentID" json:"payment,omitempty"`
|
||||||
User User `gorm:"foreignKey:UserID" json:"user,omitempty"`
|
User User `gorm:"foreignKey:UserID" json:"user,omitempty"`
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ type Product struct {
|
|||||||
ProductRecipes []ProductRecipe `gorm:"foreignKey:ProductID" json:"product_recipes,omitempty"`
|
ProductRecipes []ProductRecipe `gorm:"foreignKey:ProductID" json:"product_recipes,omitempty"`
|
||||||
Inventory []Inventory `gorm:"foreignKey:ProductID" json:"inventory,omitempty"`
|
Inventory []Inventory `gorm:"foreignKey:ProductID" json:"inventory,omitempty"`
|
||||||
OrderItems []OrderItem `gorm:"foreignKey:ProductID" json:"order_items,omitempty"`
|
OrderItems []OrderItem `gorm:"foreignKey:ProductID" json:"order_items,omitempty"`
|
||||||
|
ProductOutletPrices []ProductOutletPrice `gorm:"foreignKey:ProductID" json:"product_outlet_prices,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *Product) BeforeCreate(tx *gorm.DB) error {
|
func (p *Product) BeforeCreate(tx *gorm.DB) error {
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ type ProductOutletPrice struct {
|
|||||||
ProductID uuid.UUID `gorm:"type:uuid;not null;index" json:"product_id"`
|
ProductID uuid.UUID `gorm:"type:uuid;not null;index" json:"product_id"`
|
||||||
OutletID uuid.UUID `gorm:"type:uuid;not null;index" json:"outlet_id"`
|
OutletID uuid.UUID `gorm:"type:uuid;not null;index" json:"outlet_id"`
|
||||||
Price float64 `gorm:"type:decimal(10,2);not null" json:"price"`
|
Price float64 `gorm:"type:decimal(10,2);not null" json:"price"`
|
||||||
|
PrintToChecker bool `gorm:"not null;default:true" json:"print_to_checker"`
|
||||||
CreatedAt time.Time `gorm:"autoCreateTime" json:"created_at"`
|
CreatedAt time.Time `gorm:"autoCreateTime" json:"created_at"`
|
||||||
UpdatedAt time.Time `gorm:"autoUpdateTime" json:"updated_at"`
|
UpdatedAt time.Time `gorm:"autoUpdateTime" json:"updated_at"`
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,71 @@
|
|||||||
|
package entities
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type PurchaseCategoryType string
|
||||||
|
|
||||||
|
const (
|
||||||
|
PurchaseCategoryTypeRawMaterial PurchaseCategoryType = "raw_material"
|
||||||
|
PurchaseCategoryTypeExpense PurchaseCategoryType = "expense"
|
||||||
|
)
|
||||||
|
|
||||||
|
type PurchaseCategoryPreset struct {
|
||||||
|
ID uuid.UUID `gorm:"type:uuid;primary_key;default:gen_random_uuid()" json:"id"`
|
||||||
|
ParentID *uuid.UUID `gorm:"type:uuid;index" json:"parent_id"`
|
||||||
|
Code string `gorm:"not null;unique;size:100" json:"code"`
|
||||||
|
Name string `gorm:"not null;size:255" json:"name"`
|
||||||
|
Type PurchaseCategoryType `gorm:"not null;size:20" json:"type"`
|
||||||
|
SortOrder int `gorm:"not null;default:0" json:"sort_order"`
|
||||||
|
IsActive bool `gorm:"not null;default:true" json:"is_active"`
|
||||||
|
CreatedAt time.Time `gorm:"autoCreateTime" json:"created_at"`
|
||||||
|
UpdatedAt time.Time `gorm:"autoUpdateTime" json:"updated_at"`
|
||||||
|
|
||||||
|
Parent *PurchaseCategoryPreset `gorm:"foreignKey:ParentID" json:"parent,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *PurchaseCategoryPreset) BeforeCreate(tx *gorm.DB) error {
|
||||||
|
if p.ID == uuid.Nil {
|
||||||
|
p.ID = uuid.New()
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (PurchaseCategoryPreset) TableName() string {
|
||||||
|
return "purchase_category_presets"
|
||||||
|
}
|
||||||
|
|
||||||
|
type PurchaseCategory struct {
|
||||||
|
ID uuid.UUID `gorm:"type:uuid;primary_key;default:gen_random_uuid()" json:"id"`
|
||||||
|
OrganizationID uuid.UUID `gorm:"type:uuid;not null;index" json:"organization_id"`
|
||||||
|
PresetID *uuid.UUID `gorm:"type:uuid;index" json:"preset_id"`
|
||||||
|
ParentID *uuid.UUID `gorm:"type:uuid;index" json:"parent_id"`
|
||||||
|
Code string `gorm:"not null;size:100" json:"code"`
|
||||||
|
Name string `gorm:"not null;size:255" json:"name"`
|
||||||
|
Type PurchaseCategoryType `gorm:"not null;size:20" json:"type"`
|
||||||
|
SortOrder int `gorm:"not null;default:0" json:"sort_order"`
|
||||||
|
IsSystem bool `gorm:"not null;default:false" json:"is_system"`
|
||||||
|
IsActive bool `gorm:"not null;default:true" json:"is_active"`
|
||||||
|
CreatedAt time.Time `gorm:"autoCreateTime" json:"created_at"`
|
||||||
|
UpdatedAt time.Time `gorm:"autoUpdateTime" json:"updated_at"`
|
||||||
|
|
||||||
|
Organization *Organization `gorm:"foreignKey:OrganizationID" json:"organization,omitempty"`
|
||||||
|
Preset *PurchaseCategoryPreset `gorm:"foreignKey:PresetID" json:"preset,omitempty"`
|
||||||
|
Parent *PurchaseCategory `gorm:"foreignKey:ParentID" json:"parent,omitempty"`
|
||||||
|
Children []PurchaseCategory `gorm:"foreignKey:ParentID" json:"children,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c *PurchaseCategory) BeforeCreate(tx *gorm.DB) error {
|
||||||
|
if c.ID == uuid.Nil {
|
||||||
|
c.ID = uuid.New()
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (PurchaseCategory) TableName() string {
|
||||||
|
return "purchase_categories"
|
||||||
|
}
|
||||||
@@ -11,10 +11,11 @@ import (
|
|||||||
type PurchaseOrder struct {
|
type PurchaseOrder struct {
|
||||||
ID uuid.UUID `gorm:"type:uuid;primary_key;default:gen_random_uuid()" json:"id"`
|
ID uuid.UUID `gorm:"type:uuid;primary_key;default:gen_random_uuid()" json:"id"`
|
||||||
OrganizationID uuid.UUID `gorm:"type:uuid;not null" json:"organization_id" validate:"required"`
|
OrganizationID uuid.UUID `gorm:"type:uuid;not null" json:"organization_id" validate:"required"`
|
||||||
VendorID uuid.UUID `gorm:"type:uuid;not null" json:"vendor_id" validate:"required"`
|
OutletID *uuid.UUID `gorm:"type:uuid;index" json:"outlet_id" validate:"omitempty"`
|
||||||
|
VendorID *uuid.UUID `gorm:"type:uuid" json:"vendor_id" validate:"omitempty"`
|
||||||
PONumber string `gorm:"not null;size:50" json:"po_number" validate:"required,min=1,max=50"`
|
PONumber string `gorm:"not null;size:50" json:"po_number" validate:"required,min=1,max=50"`
|
||||||
TransactionDate time.Time `gorm:"type:date;not null" json:"transaction_date" validate:"required"`
|
TransactionDate time.Time `gorm:"type:date;not null" json:"transaction_date" validate:"required"`
|
||||||
DueDate time.Time `gorm:"type:date;not null" json:"due_date" validate:"required"`
|
DueDate *time.Time `gorm:"type:date" json:"due_date" validate:"omitempty"`
|
||||||
Reference *string `gorm:"size:100" json:"reference" validate:"omitempty,max=100"`
|
Reference *string `gorm:"size:100" json:"reference" validate:"omitempty,max=100"`
|
||||||
Status string `gorm:"not null;size:20;default:'draft'" json:"status" validate:"required,oneof=draft sent approved received cancelled"`
|
Status string `gorm:"not null;size:20;default:'draft'" json:"status" validate:"required,oneof=draft sent approved received cancelled"`
|
||||||
Message *string `gorm:"type:text" json:"message" validate:"omitempty"`
|
Message *string `gorm:"type:text" json:"message" validate:"omitempty"`
|
||||||
@@ -23,6 +24,7 @@ type PurchaseOrder struct {
|
|||||||
UpdatedAt time.Time `gorm:"autoUpdateTime" json:"updated_at"`
|
UpdatedAt time.Time `gorm:"autoUpdateTime" json:"updated_at"`
|
||||||
|
|
||||||
Organization *Organization `gorm:"foreignKey:OrganizationID" json:"organization,omitempty"`
|
Organization *Organization `gorm:"foreignKey:OrganizationID" json:"organization,omitempty"`
|
||||||
|
Outlet *Outlet `gorm:"foreignKey:OutletID" json:"outlet,omitempty"`
|
||||||
Vendor *Vendor `gorm:"foreignKey:VendorID" json:"vendor,omitempty"`
|
Vendor *Vendor `gorm:"foreignKey:VendorID" json:"vendor,omitempty"`
|
||||||
Items []PurchaseOrderItem `gorm:"foreignKey:PurchaseOrderID" json:"items,omitempty"`
|
Items []PurchaseOrderItem `gorm:"foreignKey:PurchaseOrderID" json:"items,omitempty"`
|
||||||
Attachments []PurchaseOrderAttachment `gorm:"foreignKey:PurchaseOrderID" json:"attachments,omitempty"`
|
Attachments []PurchaseOrderAttachment `gorm:"foreignKey:PurchaseOrderID" json:"attachments,omitempty"`
|
||||||
@@ -43,16 +45,18 @@ func (PurchaseOrder) TableName() string {
|
|||||||
type PurchaseOrderItem struct {
|
type PurchaseOrderItem struct {
|
||||||
ID uuid.UUID `gorm:"type:uuid;primary_key;default:gen_random_uuid()" json:"id"`
|
ID uuid.UUID `gorm:"type:uuid;primary_key;default:gen_random_uuid()" json:"id"`
|
||||||
PurchaseOrderID uuid.UUID `gorm:"type:uuid;not null" json:"purchase_order_id" validate:"required"`
|
PurchaseOrderID uuid.UUID `gorm:"type:uuid;not null" json:"purchase_order_id" validate:"required"`
|
||||||
IngredientID uuid.UUID `gorm:"type:uuid;not null" json:"ingredient_id" validate:"required"`
|
IngredientID *uuid.UUID `gorm:"type:uuid" json:"ingredient_id" validate:"omitempty"`
|
||||||
|
PurchaseCategoryID uuid.UUID `gorm:"type:uuid;not null;index" json:"purchase_category_id" validate:"required"`
|
||||||
Description *string `gorm:"type:text" json:"description" validate:"omitempty"`
|
Description *string `gorm:"type:text" json:"description" validate:"omitempty"`
|
||||||
Quantity float64 `gorm:"type:decimal(10,3);not null" json:"quantity" validate:"required,gt=0"`
|
Quantity *float64 `gorm:"type:decimal(10,3)" json:"quantity" validate:"omitempty,gt=0"`
|
||||||
UnitID uuid.UUID `gorm:"type:uuid;not null" json:"unit_id" validate:"required"`
|
UnitID *uuid.UUID `gorm:"type:uuid" json:"unit_id" validate:"omitempty"`
|
||||||
Amount float64 `gorm:"type:decimal(15,2);not null" json:"amount" validate:"required,gte=0"`
|
Amount float64 `gorm:"type:decimal(15,2);not null" json:"amount" validate:"required,gte=0"`
|
||||||
CreatedAt time.Time `gorm:"autoCreateTime" json:"created_at"`
|
CreatedAt time.Time `gorm:"autoCreateTime" json:"created_at"`
|
||||||
UpdatedAt time.Time `gorm:"autoUpdateTime" json:"updated_at"`
|
UpdatedAt time.Time `gorm:"autoUpdateTime" json:"updated_at"`
|
||||||
|
|
||||||
PurchaseOrder *PurchaseOrder `gorm:"foreignKey:PurchaseOrderID" json:"purchase_order,omitempty"`
|
PurchaseOrder *PurchaseOrder `gorm:"foreignKey:PurchaseOrderID" json:"purchase_order,omitempty"`
|
||||||
Ingredient *Ingredient `gorm:"foreignKey:IngredientID" json:"ingredient,omitempty"`
|
Ingredient *Ingredient `gorm:"foreignKey:IngredientID" json:"ingredient,omitempty"`
|
||||||
|
PurchaseCategory *PurchaseCategory `gorm:"foreignKey:PurchaseCategoryID" json:"purchase_category,omitempty"`
|
||||||
Unit *Unit `gorm:"foreignKey:UnitID" json:"unit,omitempty"`
|
Unit *Unit `gorm:"foreignKey:UnitID" json:"unit,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -210,3 +210,87 @@ func (h *AnalyticsHandler) GetProfitLossAnalytics(c *gin.Context) {
|
|||||||
contractResp := transformer.ProfitLossAnalyticsModelToContract(response)
|
contractResp := transformer.ProfitLossAnalyticsModelToContract(response)
|
||||||
util.HandleResponse(c.Writer, c.Request, contract.BuildSuccessResponse(contractResp), "AnalyticsHandler::GetProfitLossAnalytics")
|
util.HandleResponse(c.Writer, c.Request, contract.BuildSuccessResponse(contractResp), "AnalyticsHandler::GetProfitLossAnalytics")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (h *AnalyticsHandler) GetExclusiveSummaryPeriod(c *gin.Context) {
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
contextInfo := appcontext.FromGinContext(ctx)
|
||||||
|
|
||||||
|
var req contract.ExclusiveSummaryPeriodRequest
|
||||||
|
if err := c.ShouldBindQuery(&req); err != nil {
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{contract.NewResponseError("invalid_request", "AnalyticsHandler::GetExclusiveSummaryPeriod", err.Error())}), "AnalyticsHandler::GetExclusiveSummaryPeriod")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
req.OrganizationID = contextInfo.OrganizationID
|
||||||
|
req.OutletID = h.resolveOutletID(c, contextInfo.OutletID)
|
||||||
|
modelReq, err := transformer.ExclusiveSummaryPeriodContractToModel(&req)
|
||||||
|
if err != nil {
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{contract.NewResponseError("invalid_request", "AnalyticsHandler::GetExclusiveSummaryPeriod", err.Error())}), "AnalyticsHandler::GetExclusiveSummaryPeriod")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
response, err := h.analyticsService.GetExclusiveSummaryPeriod(ctx, modelReq)
|
||||||
|
if err != nil {
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{contract.NewResponseError("internal_error", "AnalyticsHandler::GetExclusiveSummaryPeriod", err.Error())}), "AnalyticsHandler::GetExclusiveSummaryPeriod")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
contractResp := transformer.ExclusiveSummaryPeriodModelToContract(response)
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildSuccessResponse(contractResp), "AnalyticsHandler::GetExclusiveSummaryPeriod")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *AnalyticsHandler) GetExclusiveSummaryMonthly(c *gin.Context) {
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
contextInfo := appcontext.FromGinContext(ctx)
|
||||||
|
|
||||||
|
var req contract.ExclusiveSummaryMonthlyRequest
|
||||||
|
if err := c.ShouldBindQuery(&req); err != nil {
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{contract.NewResponseError("invalid_request", "AnalyticsHandler::GetExclusiveSummaryMonthly", err.Error())}), "AnalyticsHandler::GetExclusiveSummaryMonthly")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
req.OrganizationID = contextInfo.OrganizationID
|
||||||
|
req.OutletID = h.resolveOutletID(c, contextInfo.OutletID)
|
||||||
|
modelReq, err := transformer.ExclusiveSummaryMonthlyContractToModel(&req)
|
||||||
|
if err != nil {
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{contract.NewResponseError("invalid_request", "AnalyticsHandler::GetExclusiveSummaryMonthly", err.Error())}), "AnalyticsHandler::GetExclusiveSummaryMonthly")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
response, err := h.analyticsService.GetExclusiveSummaryMonthly(ctx, modelReq)
|
||||||
|
if err != nil {
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{contract.NewResponseError("internal_error", "AnalyticsHandler::GetExclusiveSummaryMonthly", err.Error())}), "AnalyticsHandler::GetExclusiveSummaryMonthly")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
contractResp := transformer.ExclusiveSummaryMonthlyModelToContract(response)
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildSuccessResponse(contractResp), "AnalyticsHandler::GetExclusiveSummaryMonthly")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *AnalyticsHandler) GetExclusiveSummaryMTD(c *gin.Context) {
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
contextInfo := appcontext.FromGinContext(ctx)
|
||||||
|
|
||||||
|
var req contract.ExclusiveSummaryMTDRequest
|
||||||
|
if err := c.ShouldBindQuery(&req); err != nil {
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{contract.NewResponseError("invalid_request", "AnalyticsHandler::GetExclusiveSummaryMTD", err.Error())}), "AnalyticsHandler::GetExclusiveSummaryMTD")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
req.OrganizationID = contextInfo.OrganizationID
|
||||||
|
req.OutletID = h.resolveOutletID(c, contextInfo.OutletID)
|
||||||
|
modelReq, err := transformer.ExclusiveSummaryMTDContractToModel(&req)
|
||||||
|
if err != nil {
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{contract.NewResponseError("invalid_request", "AnalyticsHandler::GetExclusiveSummaryMTD", err.Error())}), "AnalyticsHandler::GetExclusiveSummaryMTD")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
response, err := h.analyticsService.GetExclusiveSummaryMTD(ctx, modelReq)
|
||||||
|
if err != nil {
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{contract.NewResponseError("internal_error", "AnalyticsHandler::GetExclusiveSummaryMTD", err.Error())}), "AnalyticsHandler::GetExclusiveSummaryMTD")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
contractResp := transformer.ExclusiveSummaryPeriodModelToContract(response)
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildSuccessResponse(contractResp), "AnalyticsHandler::GetExclusiveSummaryMTD")
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
package handler
|
package handler
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"apskel-pos-be/internal/logger"
|
||||||
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
@@ -47,7 +49,7 @@ func (m *CommonMiddleware) Recovery(next http.Handler) http.Handler {
|
|||||||
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||||
defer func() {
|
defer func() {
|
||||||
if err := recover(); err != nil {
|
if err := recover(); err != nil {
|
||||||
|
logger.FromContext(r.Context()).Error("Recovery", fmt.Sprintf("panic recovered: %v", err))
|
||||||
http.Error(w, "Internal Server Error", http.StatusInternalServerError)
|
http.Error(w, "Internal Server Error", http.StatusInternalServerError)
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|||||||
@@ -0,0 +1,229 @@
|
|||||||
|
package handler
|
||||||
|
|
||||||
|
import (
|
||||||
|
"apskel-pos-be/internal/appcontext"
|
||||||
|
"apskel-pos-be/internal/util"
|
||||||
|
"strconv"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/constants"
|
||||||
|
"apskel-pos-be/internal/contract"
|
||||||
|
"apskel-pos-be/internal/logger"
|
||||||
|
"apskel-pos-be/internal/service"
|
||||||
|
"apskel-pos-be/internal/validator"
|
||||||
|
|
||||||
|
"github.com/gin-gonic/gin"
|
||||||
|
"github.com/google/uuid"
|
||||||
|
)
|
||||||
|
|
||||||
|
type ExpenseHandler struct {
|
||||||
|
expenseService service.ExpenseService
|
||||||
|
expenseValidator validator.ExpenseValidator
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewExpenseHandler(
|
||||||
|
expenseService service.ExpenseService,
|
||||||
|
expenseValidator validator.ExpenseValidator,
|
||||||
|
) *ExpenseHandler {
|
||||||
|
return &ExpenseHandler{
|
||||||
|
expenseService: expenseService,
|
||||||
|
expenseValidator: expenseValidator,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *ExpenseHandler) CreateExpense(c *gin.Context) {
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
contextInfo := appcontext.FromGinContext(ctx)
|
||||||
|
|
||||||
|
var req contract.CreateExpenseRequest
|
||||||
|
if err := c.ShouldBindJSON(&req); err != nil {
|
||||||
|
logger.FromContext(ctx).WithError(err).Error("ExpenseHandler::CreateExpense -> request binding failed")
|
||||||
|
validationResponseError := contract.NewResponseError(constants.MissingFieldErrorCode, constants.RequestEntity, err.Error())
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "ExpenseHandler::CreateExpense")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
validationError, validationErrorCode := h.expenseValidator.ValidateCreateExpenseRequest(&req)
|
||||||
|
if validationError != nil {
|
||||||
|
validationResponseError := contract.NewResponseError(validationErrorCode, constants.RequestEntity, validationError.Error())
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "ExpenseHandler::CreateExpense")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
expenseResponse := h.expenseService.CreateExpense(ctx, contextInfo, &req)
|
||||||
|
if expenseResponse.HasErrors() {
|
||||||
|
errorResp := expenseResponse.GetErrors()[0]
|
||||||
|
logger.FromContext(ctx).WithError(errorResp).Error("ExpenseHandler::CreateExpense -> Failed to create expense from service")
|
||||||
|
}
|
||||||
|
|
||||||
|
util.HandleResponse(c.Writer, c.Request, expenseResponse, "ExpenseHandler::CreateExpense")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *ExpenseHandler) UpdateExpense(c *gin.Context) {
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
contextInfo := appcontext.FromGinContext(ctx)
|
||||||
|
|
||||||
|
expenseIDStr := c.Param("id")
|
||||||
|
expenseID, err := uuid.Parse(expenseIDStr)
|
||||||
|
if err != nil {
|
||||||
|
logger.FromContext(ctx).WithError(err).Error("ExpenseHandler::UpdateExpense -> Invalid expense ID")
|
||||||
|
validationResponseError := contract.NewResponseError(constants.MalformedFieldErrorCode, constants.RequestEntity, "Invalid expense ID")
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "ExpenseHandler::UpdateExpense")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
var req contract.UpdateExpenseRequest
|
||||||
|
if err := c.ShouldBindJSON(&req); err != nil {
|
||||||
|
logger.FromContext(ctx).WithError(err).Error("ExpenseHandler::UpdateExpense -> request binding failed")
|
||||||
|
validationResponseError := contract.NewResponseError(constants.MissingFieldErrorCode, constants.RequestEntity, "Invalid request body")
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "ExpenseHandler::UpdateExpense")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
validationError, validationErrorCode := h.expenseValidator.ValidateUpdateExpenseRequest(&req)
|
||||||
|
if validationError != nil {
|
||||||
|
validationResponseError := contract.NewResponseError(validationErrorCode, constants.RequestEntity, validationError.Error())
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "ExpenseHandler::UpdateExpense")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
expenseResponse := h.expenseService.UpdateExpense(ctx, contextInfo, expenseID, &req)
|
||||||
|
if expenseResponse.HasErrors() {
|
||||||
|
errorResp := expenseResponse.GetErrors()[0]
|
||||||
|
logger.FromContext(ctx).WithError(errorResp).Error("ExpenseHandler::UpdateExpense -> Failed to update expense from service")
|
||||||
|
}
|
||||||
|
|
||||||
|
util.HandleResponse(c.Writer, c.Request, expenseResponse, "ExpenseHandler::UpdateExpense")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *ExpenseHandler) DeleteExpense(c *gin.Context) {
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
contextInfo := appcontext.FromGinContext(ctx)
|
||||||
|
|
||||||
|
expenseIDStr := c.Param("id")
|
||||||
|
expenseID, err := uuid.Parse(expenseIDStr)
|
||||||
|
if err != nil {
|
||||||
|
logger.FromContext(ctx).WithError(err).Error("ExpenseHandler::DeleteExpense -> Invalid expense ID")
|
||||||
|
validationResponseError := contract.NewResponseError(constants.MalformedFieldErrorCode, constants.RequestEntity, "Invalid expense ID")
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "ExpenseHandler::DeleteExpense")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
expenseResponse := h.expenseService.DeleteExpense(ctx, contextInfo, expenseID)
|
||||||
|
if expenseResponse.HasErrors() {
|
||||||
|
errorResp := expenseResponse.GetErrors()[0]
|
||||||
|
logger.FromContext(ctx).WithError(errorResp).Error("ExpenseHandler::DeleteExpense -> Failed to delete expense from service")
|
||||||
|
}
|
||||||
|
|
||||||
|
util.HandleResponse(c.Writer, c.Request, expenseResponse, "ExpenseHandler::DeleteExpense")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *ExpenseHandler) GetExpense(c *gin.Context) {
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
contextInfo := appcontext.FromGinContext(ctx)
|
||||||
|
|
||||||
|
expenseIDStr := c.Param("id")
|
||||||
|
expenseID, err := uuid.Parse(expenseIDStr)
|
||||||
|
if err != nil {
|
||||||
|
logger.FromContext(ctx).WithError(err).Error("ExpenseHandler::GetExpense -> Invalid expense ID")
|
||||||
|
validationResponseError := contract.NewResponseError(constants.MalformedFieldErrorCode, constants.RequestEntity, "Invalid expense ID")
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "ExpenseHandler::GetExpense")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
expenseResponse := h.expenseService.GetExpenseByID(ctx, contextInfo, expenseID)
|
||||||
|
if expenseResponse.HasErrors() {
|
||||||
|
errorResp := expenseResponse.GetErrors()[0]
|
||||||
|
logger.FromContext(ctx).WithError(errorResp).Error("ExpenseHandler::GetExpense -> Failed to get expense from service")
|
||||||
|
}
|
||||||
|
|
||||||
|
util.HandleResponse(c.Writer, c.Request, expenseResponse, "ExpenseHandler::GetExpense")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *ExpenseHandler) ListExpenses(c *gin.Context) {
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
contextInfo := appcontext.FromGinContext(ctx)
|
||||||
|
|
||||||
|
req := &contract.ListExpenseRequest{
|
||||||
|
Page: 1,
|
||||||
|
Limit: 10,
|
||||||
|
}
|
||||||
|
|
||||||
|
if pageStr := c.Query("page"); pageStr != "" {
|
||||||
|
if page, err := strconv.Atoi(pageStr); err == nil {
|
||||||
|
req.Page = page
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if limitStr := c.Query("limit"); limitStr != "" {
|
||||||
|
if limit, err := strconv.Atoi(limitStr); err == nil {
|
||||||
|
req.Limit = limit
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if search := c.Query("search"); search != "" {
|
||||||
|
req.Search = search
|
||||||
|
}
|
||||||
|
|
||||||
|
if status := c.Query("status"); status != "" {
|
||||||
|
req.Status = status
|
||||||
|
}
|
||||||
|
|
||||||
|
// Prioritize outlet_id from context (e.g. outlet-scoped user),
|
||||||
|
// fall back to query param if context has no outlet.
|
||||||
|
if contextInfo.OutletID != uuid.Nil {
|
||||||
|
req.OutletID = contextInfo.OutletID.String()
|
||||||
|
} else if outletID := c.Query("outlet_id"); outletID != "" {
|
||||||
|
req.OutletID = outletID
|
||||||
|
}
|
||||||
|
|
||||||
|
if startDate := c.Query("start_date"); startDate != "" {
|
||||||
|
req.StartDate = startDate
|
||||||
|
}
|
||||||
|
|
||||||
|
if endDate := c.Query("end_date"); endDate != "" {
|
||||||
|
req.EndDate = endDate
|
||||||
|
}
|
||||||
|
|
||||||
|
validationError, validationErrorCode := h.expenseValidator.ValidateListExpenseRequest(req)
|
||||||
|
if validationError != nil {
|
||||||
|
validationResponseError := contract.NewResponseError(validationErrorCode, constants.RequestEntity, validationError.Error())
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "ExpenseHandler::ListExpenses")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
expenseResponse := h.expenseService.ListExpenses(ctx, contextInfo, req)
|
||||||
|
if expenseResponse.HasErrors() {
|
||||||
|
errorResp := expenseResponse.GetErrors()[0]
|
||||||
|
logger.FromContext(ctx).WithError(errorResp).Error("ExpenseHandler::ListExpenses -> Failed to list expenses from service")
|
||||||
|
}
|
||||||
|
|
||||||
|
util.HandleResponse(c.Writer, c.Request, expenseResponse, "ExpenseHandler::ListExpenses")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *ExpenseHandler) GetExpenseAnalytics(c *gin.Context) {
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
contextInfo := appcontext.FromGinContext(ctx)
|
||||||
|
|
||||||
|
var req contract.ExpenseAnalyticsRequest
|
||||||
|
if err := c.ShouldBindQuery(&req); err != nil {
|
||||||
|
logger.FromContext(ctx).WithError(err).Error("ExpenseHandler::GetExpenseAnalytics -> request binding failed")
|
||||||
|
validationResponseError := contract.NewResponseError(constants.MalformedFieldErrorCode, constants.RequestEntity, err.Error())
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "ExpenseHandler::GetExpenseAnalytics")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
if contextInfo.OutletID != uuid.Nil {
|
||||||
|
outletID := contextInfo.OutletID.String()
|
||||||
|
req.OutletID = &outletID
|
||||||
|
} else if outletID := c.Query("outlet_id"); outletID != "" {
|
||||||
|
req.OutletID = &outletID
|
||||||
|
}
|
||||||
|
|
||||||
|
expenseResponse := h.expenseService.GetExpenseAnalytics(ctx, contextInfo, &req)
|
||||||
|
if expenseResponse.HasErrors() {
|
||||||
|
errorResp := expenseResponse.GetErrors()[0]
|
||||||
|
logger.FromContext(ctx).WithError(errorResp).Error("ExpenseHandler::GetExpenseAnalytics -> Failed to get expense analytics from service")
|
||||||
|
}
|
||||||
|
|
||||||
|
util.HandleResponse(c.Writer, c.Request, expenseResponse, "ExpenseHandler::GetExpenseAnalytics")
|
||||||
|
}
|
||||||
@@ -275,4 +275,3 @@ func (h *IngredientUnitConverterHandler) GetUnitsByIngredientID(c *gin.Context)
|
|||||||
|
|
||||||
util.HandleResponse(c.Writer, c.Request, unitsResponse, "IngredientUnitConverterHandler::GetUnitsByIngredientID")
|
util.HandleResponse(c.Writer, c.Request, unitsResponse, "IngredientUnitConverterHandler::GetUnitsByIngredientID")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,160 @@
|
|||||||
|
package handler
|
||||||
|
|
||||||
|
import (
|
||||||
|
"strconv"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/appcontext"
|
||||||
|
"apskel-pos-be/internal/constants"
|
||||||
|
"apskel-pos-be/internal/contract"
|
||||||
|
"apskel-pos-be/internal/logger"
|
||||||
|
"apskel-pos-be/internal/service"
|
||||||
|
"apskel-pos-be/internal/util"
|
||||||
|
"apskel-pos-be/internal/validator"
|
||||||
|
|
||||||
|
"github.com/gin-gonic/gin"
|
||||||
|
"github.com/google/uuid"
|
||||||
|
)
|
||||||
|
|
||||||
|
type PurchaseCategoryHandler struct {
|
||||||
|
purchaseCategoryService service.PurchaseCategoryService
|
||||||
|
purchaseCategoryValidator validator.PurchaseCategoryValidator
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewPurchaseCategoryHandler(purchaseCategoryService service.PurchaseCategoryService, purchaseCategoryValidator validator.PurchaseCategoryValidator) *PurchaseCategoryHandler {
|
||||||
|
return &PurchaseCategoryHandler{
|
||||||
|
purchaseCategoryService: purchaseCategoryService,
|
||||||
|
purchaseCategoryValidator: purchaseCategoryValidator,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *PurchaseCategoryHandler) CreatePurchaseCategory(c *gin.Context) {
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
contextInfo := appcontext.FromGinContext(ctx)
|
||||||
|
|
||||||
|
var req contract.CreatePurchaseCategoryRequest
|
||||||
|
if err := c.ShouldBindJSON(&req); err != nil {
|
||||||
|
logger.FromContext(ctx).WithError(err).Error("PurchaseCategoryHandler::CreatePurchaseCategory -> request binding failed")
|
||||||
|
validationResponseError := contract.NewResponseError(constants.MissingFieldErrorCode, constants.RequestEntity, err.Error())
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "PurchaseCategoryHandler::CreatePurchaseCategory")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
if validationError, validationErrorCode := h.purchaseCategoryValidator.ValidateCreatePurchaseCategoryRequest(&req); validationError != nil {
|
||||||
|
validationResponseError := contract.NewResponseError(validationErrorCode, constants.RequestEntity, validationError.Error())
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "PurchaseCategoryHandler::CreatePurchaseCategory")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
response := h.purchaseCategoryService.CreatePurchaseCategory(ctx, contextInfo, &req)
|
||||||
|
util.HandleResponse(c.Writer, c.Request, response, "PurchaseCategoryHandler::CreatePurchaseCategory")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *PurchaseCategoryHandler) UpdatePurchaseCategory(c *gin.Context) {
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
contextInfo := appcontext.FromGinContext(ctx)
|
||||||
|
|
||||||
|
categoryID, err := uuid.Parse(c.Param("id"))
|
||||||
|
if err != nil {
|
||||||
|
validationResponseError := contract.NewResponseError(constants.MalformedFieldErrorCode, constants.RequestEntity, "Invalid purchase category ID")
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "PurchaseCategoryHandler::UpdatePurchaseCategory")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
var req contract.UpdatePurchaseCategoryRequest
|
||||||
|
if err := c.ShouldBindJSON(&req); err != nil {
|
||||||
|
logger.FromContext(ctx).WithError(err).Error("PurchaseCategoryHandler::UpdatePurchaseCategory -> request binding failed")
|
||||||
|
validationResponseError := contract.NewResponseError(constants.MissingFieldErrorCode, constants.RequestEntity, err.Error())
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "PurchaseCategoryHandler::UpdatePurchaseCategory")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
if validationError, validationErrorCode := h.purchaseCategoryValidator.ValidateUpdatePurchaseCategoryRequest(&req); validationError != nil {
|
||||||
|
validationResponseError := contract.NewResponseError(validationErrorCode, constants.RequestEntity, validationError.Error())
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "PurchaseCategoryHandler::UpdatePurchaseCategory")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
response := h.purchaseCategoryService.UpdatePurchaseCategory(ctx, contextInfo, categoryID, &req)
|
||||||
|
util.HandleResponse(c.Writer, c.Request, response, "PurchaseCategoryHandler::UpdatePurchaseCategory")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *PurchaseCategoryHandler) DeletePurchaseCategory(c *gin.Context) {
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
contextInfo := appcontext.FromGinContext(ctx)
|
||||||
|
|
||||||
|
categoryID, err := uuid.Parse(c.Param("id"))
|
||||||
|
if err != nil {
|
||||||
|
validationResponseError := contract.NewResponseError(constants.MalformedFieldErrorCode, constants.RequestEntity, "Invalid purchase category ID")
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "PurchaseCategoryHandler::DeletePurchaseCategory")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
response := h.purchaseCategoryService.DeletePurchaseCategory(ctx, contextInfo, categoryID)
|
||||||
|
util.HandleResponse(c.Writer, c.Request, response, "PurchaseCategoryHandler::DeletePurchaseCategory")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *PurchaseCategoryHandler) GetPurchaseCategory(c *gin.Context) {
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
contextInfo := appcontext.FromGinContext(ctx)
|
||||||
|
|
||||||
|
categoryID, err := uuid.Parse(c.Param("id"))
|
||||||
|
if err != nil {
|
||||||
|
validationResponseError := contract.NewResponseError(constants.MalformedFieldErrorCode, constants.RequestEntity, "Invalid purchase category ID")
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "PurchaseCategoryHandler::GetPurchaseCategory")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
response := h.purchaseCategoryService.GetPurchaseCategoryByID(ctx, contextInfo, categoryID)
|
||||||
|
util.HandleResponse(c.Writer, c.Request, response, "PurchaseCategoryHandler::GetPurchaseCategory")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *PurchaseCategoryHandler) ListPurchaseCategories(c *gin.Context) {
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
contextInfo := appcontext.FromGinContext(ctx)
|
||||||
|
|
||||||
|
req := &contract.ListPurchaseCategoriesRequest{
|
||||||
|
Page: 1,
|
||||||
|
Limit: 100,
|
||||||
|
}
|
||||||
|
|
||||||
|
if pageStr := c.Query("page"); pageStr != "" {
|
||||||
|
if page, err := strconv.Atoi(pageStr); err == nil {
|
||||||
|
req.Page = page
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if limitStr := c.Query("limit"); limitStr != "" {
|
||||||
|
if limit, err := strconv.Atoi(limitStr); err == nil {
|
||||||
|
req.Limit = limit
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if parentIDStr := c.Query("parent_id"); parentIDStr != "" {
|
||||||
|
if parentID, err := uuid.Parse(parentIDStr); err == nil {
|
||||||
|
req.ParentID = &parentID
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if categoryType := c.Query("type"); categoryType != "" {
|
||||||
|
req.Type = categoryType
|
||||||
|
}
|
||||||
|
|
||||||
|
if search := c.Query("search"); search != "" {
|
||||||
|
req.Search = search
|
||||||
|
}
|
||||||
|
|
||||||
|
if isActiveStr := c.Query("is_active"); isActiveStr != "" {
|
||||||
|
if isActive, err := strconv.ParseBool(isActiveStr); err == nil {
|
||||||
|
req.IsActive = &isActive
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if validationError, validationErrorCode := h.purchaseCategoryValidator.ValidateListPurchaseCategoriesRequest(req); validationError != nil {
|
||||||
|
validationResponseError := contract.NewResponseError(validationErrorCode, constants.RequestEntity, validationError.Error())
|
||||||
|
util.HandleResponse(c.Writer, c.Request, contract.BuildErrorResponse([]*contract.ResponseError{validationResponseError}), "PurchaseCategoryHandler::ListPurchaseCategories")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
response := h.purchaseCategoryService.ListPurchaseCategories(ctx, contextInfo, req)
|
||||||
|
util.HandleResponse(c.Writer, c.Request, response, "PurchaseCategoryHandler::ListPurchaseCategories")
|
||||||
|
}
|
||||||
@@ -0,0 +1,135 @@
|
|||||||
|
package mappers
|
||||||
|
|
||||||
|
import (
|
||||||
|
"apskel-pos-be/internal/entities"
|
||||||
|
"apskel-pos-be/internal/models"
|
||||||
|
)
|
||||||
|
|
||||||
|
func ExpenseEntityToModel(entity *entities.Expense) *models.Expense {
|
||||||
|
if entity == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return &models.Expense{
|
||||||
|
ID: entity.ID,
|
||||||
|
OrganizationID: entity.OrganizationID,
|
||||||
|
OutletID: entity.OutletID,
|
||||||
|
Receiver: entity.Receiver,
|
||||||
|
TransactionDate: entity.TransactionDate,
|
||||||
|
CodeNumber: entity.CodeNumber,
|
||||||
|
Status: entity.Status,
|
||||||
|
Description: entity.Description,
|
||||||
|
Tax: entity.Tax,
|
||||||
|
Total: entity.Total,
|
||||||
|
Reserved1: entity.Reserved1,
|
||||||
|
CreatedAt: entity.CreatedAt,
|
||||||
|
UpdatedAt: entity.UpdatedAt,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExpenseModelToEntity(model *models.Expense) *entities.Expense {
|
||||||
|
if model == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return &entities.Expense{
|
||||||
|
ID: model.ID,
|
||||||
|
OrganizationID: model.OrganizationID,
|
||||||
|
OutletID: model.OutletID,
|
||||||
|
Receiver: model.Receiver,
|
||||||
|
TransactionDate: model.TransactionDate,
|
||||||
|
CodeNumber: model.CodeNumber,
|
||||||
|
Status: model.Status,
|
||||||
|
Description: model.Description,
|
||||||
|
Tax: model.Tax,
|
||||||
|
Total: model.Total,
|
||||||
|
Reserved1: model.Reserved1,
|
||||||
|
CreatedAt: model.CreatedAt,
|
||||||
|
UpdatedAt: model.UpdatedAt,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExpenseEntityToResponse(entity *entities.Expense) *models.ExpenseResponse {
|
||||||
|
if entity == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
resp := &models.ExpenseResponse{
|
||||||
|
ID: entity.ID,
|
||||||
|
OrganizationID: entity.OrganizationID,
|
||||||
|
OutletID: entity.OutletID,
|
||||||
|
Receiver: entity.Receiver,
|
||||||
|
TransactionDate: entity.TransactionDate,
|
||||||
|
CodeNumber: entity.CodeNumber,
|
||||||
|
Status: entity.Status,
|
||||||
|
Description: entity.Description,
|
||||||
|
Tax: entity.Tax,
|
||||||
|
Total: entity.Total,
|
||||||
|
Reserved1: entity.Reserved1,
|
||||||
|
CreatedAt: entity.CreatedAt,
|
||||||
|
UpdatedAt: entity.UpdatedAt,
|
||||||
|
}
|
||||||
|
|
||||||
|
if entity.Items != nil {
|
||||||
|
resp.Items = ExpenseItemEntitiesToResponses(entity.Items)
|
||||||
|
}
|
||||||
|
|
||||||
|
return resp
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExpenseEntitiesToResponses(entities []*entities.Expense) []*models.ExpenseResponse {
|
||||||
|
if entities == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
responses := make([]*models.ExpenseResponse, len(entities))
|
||||||
|
for i, entity := range entities {
|
||||||
|
responses[i] = ExpenseEntityToResponse(entity)
|
||||||
|
}
|
||||||
|
return responses
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExpenseItemEntityToResponse(entity *entities.ExpenseItem) *models.ExpenseItemResponse {
|
||||||
|
if entity == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
response := &models.ExpenseItemResponse{
|
||||||
|
ID: entity.ID,
|
||||||
|
ExpenseID: entity.ExpenseID,
|
||||||
|
ChartOfAccountID: entity.ChartOfAccountID,
|
||||||
|
PurchaseCategoryID: entity.PurchaseCategoryID,
|
||||||
|
Item: entity.Item,
|
||||||
|
Description: entity.Description,
|
||||||
|
Amount: entity.Amount,
|
||||||
|
CreatedAt: entity.CreatedAt,
|
||||||
|
UpdatedAt: entity.UpdatedAt,
|
||||||
|
}
|
||||||
|
|
||||||
|
if entity.ChartOfAccount != nil {
|
||||||
|
response.ChartOfAccountName = entity.ChartOfAccount.Name
|
||||||
|
}
|
||||||
|
|
||||||
|
if entity.PurchaseCategory != nil {
|
||||||
|
response.PurchaseCategoryName = entity.PurchaseCategory.Name
|
||||||
|
response.PurchaseCategoryType = string(entity.PurchaseCategory.Type)
|
||||||
|
response.PurchaseCategory = PurchaseCategoryEntityToResponse(entity.PurchaseCategory)
|
||||||
|
}
|
||||||
|
|
||||||
|
return response
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExpenseItemEntitiesToResponses(entities []entities.ExpenseItem) []models.ExpenseItemResponse {
|
||||||
|
if entities == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
responses := make([]models.ExpenseItemResponse, len(entities))
|
||||||
|
for i, entity := range entities {
|
||||||
|
response := ExpenseItemEntityToResponse(&entity)
|
||||||
|
if response != nil {
|
||||||
|
responses[i] = *response
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return responses
|
||||||
|
}
|
||||||
@@ -82,7 +82,7 @@ func OrderEntityToResponse(order *entities.Order) *models.OrderResponse {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for i, item := range order.OrderItems {
|
for i, item := range order.OrderItems {
|
||||||
resp := OrderItemEntityToResponse(&item)
|
resp := OrderItemEntityToResponse(&item, order.OutletID)
|
||||||
if resp != nil {
|
if resp != nil {
|
||||||
resp.PaidQuantity = paidQtyByOrderItem[item.ID]
|
resp.PaidQuantity = paidQtyByOrderItem[item.ID]
|
||||||
response.OrderItems[i] = *resp
|
response.OrderItems[i] = *resp
|
||||||
@@ -101,11 +101,20 @@ func OrderEntityToResponse(order *entities.Order) *models.OrderResponse {
|
|||||||
return response
|
return response
|
||||||
}
|
}
|
||||||
|
|
||||||
func OrderItemEntityToResponse(item *entities.OrderItem) *models.OrderItemResponse {
|
func OrderItemEntityToResponse(item *entities.OrderItem, outletID uuid.UUID) *models.OrderItemResponse {
|
||||||
if item == nil {
|
if item == nil {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Resolve print_to_checker from preloaded outlet prices
|
||||||
|
printToChecker := true // default
|
||||||
|
for _, op := range item.Product.ProductOutletPrices {
|
||||||
|
if op.OutletID == outletID {
|
||||||
|
printToChecker = op.PrintToChecker
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
response := &models.OrderItemResponse{
|
response := &models.OrderItemResponse{
|
||||||
ID: item.ID,
|
ID: item.ID,
|
||||||
OrderID: item.OrderID,
|
OrderID: item.OrderID,
|
||||||
@@ -130,10 +139,19 @@ func OrderItemEntityToResponse(item *entities.OrderItem) *models.OrderItemRespon
|
|||||||
CreatedAt: item.CreatedAt,
|
CreatedAt: item.CreatedAt,
|
||||||
UpdatedAt: item.UpdatedAt,
|
UpdatedAt: item.UpdatedAt,
|
||||||
PrinterType: item.Product.PrinterType,
|
PrinterType: item.Product.PrinterType,
|
||||||
|
PrintToChecker: printToChecker,
|
||||||
}
|
}
|
||||||
|
|
||||||
if item.Product.ID != uuid.Nil {
|
if item.Product.ID != uuid.Nil {
|
||||||
response.ProductName = item.Product.Name
|
response.ProductName = item.Product.Name
|
||||||
|
if item.Product.CategoryID != uuid.Nil {
|
||||||
|
categoryID := item.Product.CategoryID
|
||||||
|
response.CategoryID = &categoryID
|
||||||
|
}
|
||||||
|
if item.Product.Category.ID != uuid.Nil {
|
||||||
|
categoryName := item.Product.Category.Name
|
||||||
|
response.CategoryName = &categoryName
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if item.ProductVariant != nil {
|
if item.ProductVariant != nil {
|
||||||
@@ -316,14 +334,14 @@ func OrderEntitiesToResponses(orders []*entities.Order) []models.OrderResponse {
|
|||||||
return responses
|
return responses
|
||||||
}
|
}
|
||||||
|
|
||||||
func OrderItemEntitiesToResponses(items []*entities.OrderItem) []models.OrderItemResponse {
|
func OrderItemEntitiesToResponses(items []*entities.OrderItem, outletID uuid.UUID) []models.OrderItemResponse {
|
||||||
if items == nil {
|
if items == nil {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
responses := make([]models.OrderItemResponse, len(items))
|
responses := make([]models.OrderItemResponse, len(items))
|
||||||
for i, item := range items {
|
for i, item := range items {
|
||||||
response := OrderItemEntityToResponse(item)
|
response := OrderItemEntityToResponse(item, outletID)
|
||||||
if response != nil {
|
if response != nil {
|
||||||
responses[i] = *response
|
responses[i] = *response
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ func TestOrderItemEntityToResponse_WithProductNames(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Act
|
// Act
|
||||||
result := OrderItemEntityToResponse(orderItem)
|
result := OrderItemEntityToResponse(orderItem, uuid.Nil)
|
||||||
|
|
||||||
// Assert
|
// Assert
|
||||||
assert.NotNil(t, result)
|
assert.NotNil(t, result)
|
||||||
@@ -89,7 +89,7 @@ func TestOrderItemEntityToResponse_WithoutProductVariant(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Act
|
// Act
|
||||||
result := OrderItemEntityToResponse(orderItem)
|
result := OrderItemEntityToResponse(orderItem, uuid.Nil)
|
||||||
|
|
||||||
// Assert
|
// Assert
|
||||||
assert.NotNil(t, result)
|
assert.NotNil(t, result)
|
||||||
@@ -129,7 +129,7 @@ func TestOrderItemEntityToResponse_WithoutProductPreload(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Act
|
// Act
|
||||||
result := OrderItemEntityToResponse(orderItem)
|
result := OrderItemEntityToResponse(orderItem, uuid.Nil)
|
||||||
|
|
||||||
// Assert
|
// Assert
|
||||||
assert.NotNil(t, result)
|
assert.NotNil(t, result)
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ func ProductOutletPriceEntityToModel(entity *entities.ProductOutletPrice) *model
|
|||||||
ProductID: entity.ProductID,
|
ProductID: entity.ProductID,
|
||||||
OutletID: entity.OutletID,
|
OutletID: entity.OutletID,
|
||||||
Price: entity.Price,
|
Price: entity.Price,
|
||||||
|
PrintToChecker: entity.PrintToChecker,
|
||||||
CreatedAt: entity.CreatedAt,
|
CreatedAt: entity.CreatedAt,
|
||||||
UpdatedAt: entity.UpdatedAt,
|
UpdatedAt: entity.UpdatedAt,
|
||||||
}
|
}
|
||||||
@@ -30,6 +31,7 @@ func ProductOutletPriceModelToEntity(model *models.ProductOutletPrice) *entities
|
|||||||
ProductID: model.ProductID,
|
ProductID: model.ProductID,
|
||||||
OutletID: model.OutletID,
|
OutletID: model.OutletID,
|
||||||
Price: model.Price,
|
Price: model.Price,
|
||||||
|
PrintToChecker: model.PrintToChecker,
|
||||||
CreatedAt: model.CreatedAt,
|
CreatedAt: model.CreatedAt,
|
||||||
UpdatedAt: model.UpdatedAt,
|
UpdatedAt: model.UpdatedAt,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,53 @@
|
|||||||
|
package mappers
|
||||||
|
|
||||||
|
import (
|
||||||
|
"apskel-pos-be/internal/entities"
|
||||||
|
"apskel-pos-be/internal/models"
|
||||||
|
)
|
||||||
|
|
||||||
|
func CreatePurchaseCategoryRequestToEntity(req *models.CreatePurchaseCategoryRequest) *entities.PurchaseCategory {
|
||||||
|
if req == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return &entities.PurchaseCategory{
|
||||||
|
OrganizationID: req.OrganizationID,
|
||||||
|
ParentID: req.ParentID,
|
||||||
|
Name: req.Name,
|
||||||
|
Type: entities.PurchaseCategoryType(req.Type),
|
||||||
|
SortOrder: req.SortOrder,
|
||||||
|
IsActive: req.IsActive,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func PurchaseCategoryEntityToResponse(entity *entities.PurchaseCategory) *models.PurchaseCategoryResponse {
|
||||||
|
if entity == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return &models.PurchaseCategoryResponse{
|
||||||
|
ID: entity.ID,
|
||||||
|
OrganizationID: entity.OrganizationID,
|
||||||
|
PresetID: entity.PresetID,
|
||||||
|
ParentID: entity.ParentID,
|
||||||
|
Code: entity.Code,
|
||||||
|
Name: entity.Name,
|
||||||
|
Type: string(entity.Type),
|
||||||
|
SortOrder: entity.SortOrder,
|
||||||
|
IsSystem: entity.IsSystem,
|
||||||
|
IsActive: entity.IsActive,
|
||||||
|
CreatedAt: entity.CreatedAt,
|
||||||
|
UpdatedAt: entity.UpdatedAt,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func PurchaseCategoryEntitiesToResponses(categoryEntities []*entities.PurchaseCategory) []models.PurchaseCategoryResponse {
|
||||||
|
responses := make([]models.PurchaseCategoryResponse, len(categoryEntities))
|
||||||
|
for i, entity := range categoryEntities {
|
||||||
|
response := PurchaseCategoryEntityToResponse(entity)
|
||||||
|
if response != nil {
|
||||||
|
responses[i] = *response
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return responses
|
||||||
|
}
|
||||||
@@ -13,6 +13,7 @@ func PurchaseOrderEntityToModel(entity *entities.PurchaseOrder) *models.Purchase
|
|||||||
return &models.PurchaseOrder{
|
return &models.PurchaseOrder{
|
||||||
ID: entity.ID,
|
ID: entity.ID,
|
||||||
OrganizationID: entity.OrganizationID,
|
OrganizationID: entity.OrganizationID,
|
||||||
|
OutletID: entity.OutletID,
|
||||||
VendorID: entity.VendorID,
|
VendorID: entity.VendorID,
|
||||||
PONumber: entity.PONumber,
|
PONumber: entity.PONumber,
|
||||||
TransactionDate: entity.TransactionDate,
|
TransactionDate: entity.TransactionDate,
|
||||||
@@ -34,6 +35,7 @@ func PurchaseOrderModelToEntity(model *models.PurchaseOrder) *entities.PurchaseO
|
|||||||
return &entities.PurchaseOrder{
|
return &entities.PurchaseOrder{
|
||||||
ID: model.ID,
|
ID: model.ID,
|
||||||
OrganizationID: model.OrganizationID,
|
OrganizationID: model.OrganizationID,
|
||||||
|
OutletID: model.OutletID,
|
||||||
VendorID: model.VendorID,
|
VendorID: model.VendorID,
|
||||||
PONumber: model.PONumber,
|
PONumber: model.PONumber,
|
||||||
TransactionDate: model.TransactionDate,
|
TransactionDate: model.TransactionDate,
|
||||||
@@ -55,6 +57,7 @@ func PurchaseOrderEntityToResponse(entity *entities.PurchaseOrder) *models.Purch
|
|||||||
response := &models.PurchaseOrderResponse{
|
response := &models.PurchaseOrderResponse{
|
||||||
ID: entity.ID,
|
ID: entity.ID,
|
||||||
OrganizationID: entity.OrganizationID,
|
OrganizationID: entity.OrganizationID,
|
||||||
|
OutletID: entity.OutletID,
|
||||||
VendorID: entity.VendorID,
|
VendorID: entity.VendorID,
|
||||||
PONumber: entity.PONumber,
|
PONumber: entity.PONumber,
|
||||||
TransactionDate: entity.TransactionDate,
|
TransactionDate: entity.TransactionDate,
|
||||||
@@ -94,6 +97,7 @@ func PurchaseOrderItemEntityToModel(entity *entities.PurchaseOrderItem) *models.
|
|||||||
ID: entity.ID,
|
ID: entity.ID,
|
||||||
PurchaseOrderID: entity.PurchaseOrderID,
|
PurchaseOrderID: entity.PurchaseOrderID,
|
||||||
IngredientID: entity.IngredientID,
|
IngredientID: entity.IngredientID,
|
||||||
|
PurchaseCategoryID: entity.PurchaseCategoryID,
|
||||||
Description: entity.Description,
|
Description: entity.Description,
|
||||||
Quantity: entity.Quantity,
|
Quantity: entity.Quantity,
|
||||||
UnitID: entity.UnitID,
|
UnitID: entity.UnitID,
|
||||||
@@ -112,6 +116,7 @@ func PurchaseOrderItemModelToEntity(model *models.PurchaseOrderItem) *entities.P
|
|||||||
ID: model.ID,
|
ID: model.ID,
|
||||||
PurchaseOrderID: model.PurchaseOrderID,
|
PurchaseOrderID: model.PurchaseOrderID,
|
||||||
IngredientID: model.IngredientID,
|
IngredientID: model.IngredientID,
|
||||||
|
PurchaseCategoryID: model.PurchaseCategoryID,
|
||||||
Description: model.Description,
|
Description: model.Description,
|
||||||
Quantity: model.Quantity,
|
Quantity: model.Quantity,
|
||||||
UnitID: model.UnitID,
|
UnitID: model.UnitID,
|
||||||
@@ -130,6 +135,7 @@ func PurchaseOrderItemEntityToResponse(entity *entities.PurchaseOrderItem) *mode
|
|||||||
ID: entity.ID,
|
ID: entity.ID,
|
||||||
PurchaseOrderID: entity.PurchaseOrderID,
|
PurchaseOrderID: entity.PurchaseOrderID,
|
||||||
IngredientID: entity.IngredientID,
|
IngredientID: entity.IngredientID,
|
||||||
|
PurchaseCategoryID: entity.PurchaseCategoryID,
|
||||||
Description: entity.Description,
|
Description: entity.Description,
|
||||||
Quantity: entity.Quantity,
|
Quantity: entity.Quantity,
|
||||||
UnitID: entity.UnitID,
|
UnitID: entity.UnitID,
|
||||||
@@ -146,6 +152,10 @@ func PurchaseOrderItemEntityToResponse(entity *entities.PurchaseOrderItem) *mode
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if entity.PurchaseCategory != nil {
|
||||||
|
response.PurchaseCategory = PurchaseCategoryEntityToResponse(entity.PurchaseCategory)
|
||||||
|
}
|
||||||
|
|
||||||
// Map unit if present
|
// Map unit if present
|
||||||
if entity.Unit != nil {
|
if entity.Unit != nil {
|
||||||
response.Unit = &models.UnitResponse{
|
response.Unit = &models.UnitResponse{
|
||||||
|
|||||||
@@ -0,0 +1,137 @@
|
|||||||
|
package middleware
|
||||||
|
|
||||||
|
import (
|
||||||
|
"bytes"
|
||||||
|
"context"
|
||||||
|
"encoding/json"
|
||||||
|
"fmt"
|
||||||
|
"net/http"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/gin-gonic/gin"
|
||||||
|
"github.com/redis/go-redis/v9"
|
||||||
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
IdempotencyKeyHeader = "X-Idempotency-Key"
|
||||||
|
idempotencyTTL = 24 * time.Hour
|
||||||
|
idempotencyPrefix = "idempotency:"
|
||||||
|
)
|
||||||
|
|
||||||
|
type cachedResponse struct {
|
||||||
|
StatusCode int `json:"status_code"`
|
||||||
|
Headers map[string]string `json:"headers"`
|
||||||
|
Body string `json:"body"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// IdempotencyMiddleware returns a Gin middleware that ensures idempotent processing
|
||||||
|
// for mutating operations. Client must send X-Idempotency-Key header.
|
||||||
|
func IdempotencyMiddleware(redisClient *redis.Client) gin.HandlerFunc {
|
||||||
|
return func(c *gin.Context) {
|
||||||
|
key := c.GetHeader(IdempotencyKeyHeader)
|
||||||
|
if key == "" {
|
||||||
|
c.AbortWithStatusJSON(http.StatusBadRequest, gin.H{
|
||||||
|
"success": false,
|
||||||
|
"errors": []gin.H{
|
||||||
|
{
|
||||||
|
"code": "missing_idempotency_key",
|
||||||
|
"entity": "IdempotencyMiddleware",
|
||||||
|
"cause": "X-Idempotency-Key header is required",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
redisKey := fmt.Sprintf("%s%s", idempotencyPrefix, key)
|
||||||
|
ctx := context.Background()
|
||||||
|
|
||||||
|
fmt.Printf("[DEBUG] IdempotencyMiddleware: key=%s redisKey=%s\n", key, redisKey)
|
||||||
|
|
||||||
|
// Check if key already exists (request was already processed)
|
||||||
|
cached, err := redisClient.Get(ctx, redisKey).Result()
|
||||||
|
if err == nil {
|
||||||
|
// Key exists — return cached response
|
||||||
|
fmt.Printf("[DEBUG] IdempotencyMiddleware: cache HIT for key=%s\n", key)
|
||||||
|
var resp cachedResponse
|
||||||
|
if err := json.Unmarshal([]byte(cached), &resp); err == nil {
|
||||||
|
for k, v := range resp.Headers {
|
||||||
|
c.Writer.Header().Set(k, v)
|
||||||
|
}
|
||||||
|
c.Writer.Header().Set("X-Idempotent-Replay", "true")
|
||||||
|
c.Data(resp.StatusCode, "application/json", []byte(resp.Body))
|
||||||
|
c.Abort()
|
||||||
|
return
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
fmt.Printf("[DEBUG] IdempotencyMiddleware: cache MISS for key=%s err=%v\n", key, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Mark key as in-progress to prevent concurrent duplicates
|
||||||
|
set, err := redisClient.SetNX(ctx, redisKey, "processing", idempotencyTTL).Result()
|
||||||
|
if err != nil {
|
||||||
|
// Redis error — proceed without idempotency (fail open)
|
||||||
|
c.Next()
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if !set {
|
||||||
|
// Another request with the same key is being processed
|
||||||
|
c.AbortWithStatusJSON(http.StatusConflict, gin.H{
|
||||||
|
"success": false,
|
||||||
|
"errors": []gin.H{
|
||||||
|
{
|
||||||
|
"code": "request_in_progress",
|
||||||
|
"entity": "IdempotencyMiddleware",
|
||||||
|
"cause": "A request with this idempotency key is already being processed",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
// Capture response using a custom writer
|
||||||
|
writer := &responseCapture{
|
||||||
|
ResponseWriter: c.Writer,
|
||||||
|
body: &bytes.Buffer{},
|
||||||
|
}
|
||||||
|
c.Writer = writer
|
||||||
|
|
||||||
|
c.Next()
|
||||||
|
|
||||||
|
// After handler completes, cache the response only if successful (2xx)
|
||||||
|
statusCode := writer.Status()
|
||||||
|
if statusCode >= 200 && statusCode < 300 {
|
||||||
|
resp := cachedResponse{
|
||||||
|
StatusCode: statusCode,
|
||||||
|
Headers: map[string]string{
|
||||||
|
"Content-Type": writer.Header().Get("Content-Type"),
|
||||||
|
},
|
||||||
|
Body: writer.body.String(),
|
||||||
|
}
|
||||||
|
|
||||||
|
respJSON, err := json.Marshal(resp)
|
||||||
|
if err == nil {
|
||||||
|
redisClient.Set(ctx, redisKey, string(respJSON), idempotencyTTL)
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// Remove the in-progress key so the client can retry with the same key
|
||||||
|
redisClient.Del(ctx, redisKey)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// responseCapture wraps gin.ResponseWriter to capture the response body
|
||||||
|
type responseCapture struct {
|
||||||
|
gin.ResponseWriter
|
||||||
|
body *bytes.Buffer
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *responseCapture) Write(b []byte) (int, error) {
|
||||||
|
w.body.Write(b)
|
||||||
|
return w.ResponseWriter.Write(b)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *responseCapture) WriteString(s string) (int, error) {
|
||||||
|
w.body.WriteString(s)
|
||||||
|
return w.ResponseWriter.WriteString(s)
|
||||||
|
}
|
||||||
@@ -113,7 +113,11 @@ type PurchasingAnalyticsResponse struct {
|
|||||||
// PurchasingSummary represents the summary of purchasing analytics
|
// PurchasingSummary represents the summary of purchasing analytics
|
||||||
type PurchasingSummary struct {
|
type PurchasingSummary struct {
|
||||||
TotalPurchases float64 `json:"total_purchases"`
|
TotalPurchases float64 `json:"total_purchases"`
|
||||||
|
RawMaterialPurchases float64 `json:"raw_material_purchases"`
|
||||||
|
ExpensePurchases float64 `json:"expense_purchases"`
|
||||||
TotalPurchaseOrders int64 `json:"total_purchase_orders"`
|
TotalPurchaseOrders int64 `json:"total_purchase_orders"`
|
||||||
|
RawMaterialPurchaseOrders int64 `json:"raw_material_purchase_orders"`
|
||||||
|
ExpenseCount int64 `json:"expense_count"`
|
||||||
TotalQuantity float64 `json:"total_quantity"`
|
TotalQuantity float64 `json:"total_quantity"`
|
||||||
AveragePurchaseOrderValue float64 `json:"average_purchase_order_value"`
|
AveragePurchaseOrderValue float64 `json:"average_purchase_order_value"`
|
||||||
TotalIngredients int64 `json:"total_ingredients"`
|
TotalIngredients int64 `json:"total_ingredients"`
|
||||||
@@ -124,7 +128,11 @@ type PurchasingSummary struct {
|
|||||||
type PurchasingAnalyticsData struct {
|
type PurchasingAnalyticsData struct {
|
||||||
Date time.Time `json:"date"`
|
Date time.Time `json:"date"`
|
||||||
Purchases float64 `json:"purchases"`
|
Purchases float64 `json:"purchases"`
|
||||||
|
RawMaterialPurchases float64 `json:"raw_material_purchases"`
|
||||||
|
ExpensePurchases float64 `json:"expense_purchases"`
|
||||||
PurchaseOrders int64 `json:"purchase_orders"`
|
PurchaseOrders int64 `json:"purchase_orders"`
|
||||||
|
RawMaterialPurchaseOrders int64 `json:"raw_material_purchase_orders"`
|
||||||
|
ExpenseCount int64 `json:"expense_count"`
|
||||||
Quantity float64 `json:"quantity"`
|
Quantity float64 `json:"quantity"`
|
||||||
Ingredients int64 `json:"ingredients"`
|
Ingredients int64 `json:"ingredients"`
|
||||||
Vendors int64 `json:"vendors"`
|
Vendors int64 `json:"vendors"`
|
||||||
@@ -142,7 +150,7 @@ type PurchasingIngredientData struct {
|
|||||||
|
|
||||||
// PurchasingVendorData represents purchasing analytics for a vendor
|
// PurchasingVendorData represents purchasing analytics for a vendor
|
||||||
type PurchasingVendorData struct {
|
type PurchasingVendorData struct {
|
||||||
VendorID uuid.UUID `json:"vendor_id"`
|
VendorID *uuid.UUID `json:"vendor_id"`
|
||||||
VendorName string `json:"vendor_name"`
|
VendorName string `json:"vendor_name"`
|
||||||
TotalCost float64 `json:"total_cost"`
|
TotalCost float64 `json:"total_cost"`
|
||||||
PurchaseOrderCount int64 `json:"purchase_order_count"`
|
PurchaseOrderCount int64 `json:"purchase_order_count"`
|
||||||
@@ -172,6 +180,7 @@ type ProductAnalyticsData struct {
|
|||||||
ProductID uuid.UUID `json:"product_id"`
|
ProductID uuid.UUID `json:"product_id"`
|
||||||
ProductName string `json:"product_name"`
|
ProductName string `json:"product_name"`
|
||||||
ProductSku string `json:"product_sku"`
|
ProductSku string `json:"product_sku"`
|
||||||
|
ProductPrice float64 `json:"product_price"`
|
||||||
CategoryID uuid.UUID `json:"category_id"`
|
CategoryID uuid.UUID `json:"category_id"`
|
||||||
CategoryName string `json:"category_name"`
|
CategoryName string `json:"category_name"`
|
||||||
CategoryOrder int `json:"category_order"`
|
CategoryOrder int `json:"category_order"`
|
||||||
@@ -246,7 +255,6 @@ type DashboardOverview struct {
|
|||||||
RefundedOrders int64 `json:"refunded_orders"`
|
RefundedOrders int64 `json:"refunded_orders"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProfitLossAnalyticsRequest represents the request for profit and loss analytics
|
|
||||||
type ProfitLossAnalyticsRequest struct {
|
type ProfitLossAnalyticsRequest struct {
|
||||||
OrganizationID uuid.UUID `validate:"required"`
|
OrganizationID uuid.UUID `validate:"required"`
|
||||||
OutletID *uuid.UUID `validate:"omitempty"`
|
OutletID *uuid.UUID `validate:"omitempty"`
|
||||||
@@ -255,7 +263,6 @@ type ProfitLossAnalyticsRequest struct {
|
|||||||
GroupBy string `validate:"omitempty,oneof=day hour week month"`
|
GroupBy string `validate:"omitempty,oneof=day hour week month"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProfitLossAnalyticsResponse represents the response for profit and loss analytics
|
|
||||||
type ProfitLossAnalyticsResponse struct {
|
type ProfitLossAnalyticsResponse struct {
|
||||||
OrganizationID uuid.UUID `json:"organization_id"`
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
OutletID *uuid.UUID `json:"outlet_id,omitempty"`
|
OutletID *uuid.UUID `json:"outlet_id,omitempty"`
|
||||||
@@ -265,9 +272,11 @@ type ProfitLossAnalyticsResponse struct {
|
|||||||
Summary ProfitLossSummary `json:"summary"`
|
Summary ProfitLossSummary `json:"summary"`
|
||||||
Data []ProfitLossData `json:"data"`
|
Data []ProfitLossData `json:"data"`
|
||||||
ProductData []ProductProfitData `json:"product_data"`
|
ProductData []ProductProfitData `json:"product_data"`
|
||||||
|
MainSummary []ProfitLossSummaryRow `json:"main_summary"`
|
||||||
|
OperationalExpenses []OperationalExpenseItem `json:"operational_expenses"`
|
||||||
|
OperationalExpensesTotal float64 `json:"operational_expenses_total"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProfitLossSummary represents the summary of profit and loss analytics
|
|
||||||
type ProfitLossSummary struct {
|
type ProfitLossSummary struct {
|
||||||
TotalRevenue float64 `json:"total_revenue"`
|
TotalRevenue float64 `json:"total_revenue"`
|
||||||
TotalCost float64 `json:"total_cost"`
|
TotalCost float64 `json:"total_cost"`
|
||||||
@@ -282,7 +291,6 @@ type ProfitLossSummary struct {
|
|||||||
ProfitabilityRatio float64 `json:"profitability_ratio"`
|
ProfitabilityRatio float64 `json:"profitability_ratio"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProfitLossData represents individual profit and loss data point by time period
|
|
||||||
type ProfitLossData struct {
|
type ProfitLossData struct {
|
||||||
Date time.Time `json:"date"`
|
Date time.Time `json:"date"`
|
||||||
Revenue float64 `json:"revenue"`
|
Revenue float64 `json:"revenue"`
|
||||||
@@ -296,7 +304,6 @@ type ProfitLossData struct {
|
|||||||
Orders int64 `json:"orders"`
|
Orders int64 `json:"orders"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProductProfitData represents profit data for individual products
|
|
||||||
type ProductProfitData struct {
|
type ProductProfitData struct {
|
||||||
ProductID uuid.UUID `json:"product_id"`
|
ProductID uuid.UUID `json:"product_id"`
|
||||||
ProductName string `json:"product_name"`
|
ProductName string `json:"product_name"`
|
||||||
@@ -311,3 +318,137 @@ type ProductProfitData struct {
|
|||||||
AverageCost float64 `json:"average_cost"`
|
AverageCost float64 `json:"average_cost"`
|
||||||
ProfitPerUnit float64 `json:"profit_per_unit"`
|
ProfitPerUnit float64 `json:"profit_per_unit"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type ProfitLossSummaryRow struct {
|
||||||
|
ID string `json:"id"`
|
||||||
|
Label string `json:"label"`
|
||||||
|
IsBold bool `json:"is_bold"`
|
||||||
|
TodayNominal float64 `json:"today_nominal"`
|
||||||
|
TodayPct float64 `json:"today_pct"`
|
||||||
|
MtdNominal float64 `json:"mtd_nominal"`
|
||||||
|
MtdPct float64 `json:"mtd_pct"`
|
||||||
|
SubItems []ProfitLossSummaryRow `json:"sub_items,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type OperationalExpenseItem struct {
|
||||||
|
Item string `json:"item"`
|
||||||
|
Nominal float64 `json:"nominal"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryPeriodRequest struct {
|
||||||
|
OrganizationID uuid.UUID `validate:"required"`
|
||||||
|
OutletID *uuid.UUID `validate:"omitempty"`
|
||||||
|
DateFrom time.Time `validate:"required"`
|
||||||
|
DateTo time.Time `validate:"required"`
|
||||||
|
ExcludeGajiStaffFromReimburse bool `validate:"omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryMonthlyRequest struct {
|
||||||
|
OrganizationID uuid.UUID `validate:"required"`
|
||||||
|
OutletID *uuid.UUID `validate:"omitempty"`
|
||||||
|
Month time.Time `validate:"required"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryMTDRequest struct {
|
||||||
|
OrganizationID uuid.UUID `validate:"required"`
|
||||||
|
OutletID *uuid.UUID `validate:"omitempty"`
|
||||||
|
DateTo time.Time `validate:"required"`
|
||||||
|
ExcludeGajiStaffFromReimburse bool `validate:"omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryPeriodResponse struct {
|
||||||
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
|
OutletID *uuid.UUID `json:"outlet_id,omitempty"`
|
||||||
|
Period ExclusiveSummaryPeriodRange `json:"period"`
|
||||||
|
Summary ExclusiveSummaryPeriodSummary `json:"summary"`
|
||||||
|
Reimburse ExclusiveSummaryReimburse `json:"reimburse"`
|
||||||
|
HPPBreakdown []ExclusiveSummaryCategoryBreakdown `json:"hpp_breakdown"`
|
||||||
|
OperationalExpenseBreakdown []ExclusiveSummaryCategoryBreakdown `json:"operational_expense_breakdown"`
|
||||||
|
DailySummary []ExclusiveSummaryDailySummary `json:"daily_summary"`
|
||||||
|
DailyTransactions []ExclusiveSummaryDailyTransaction `json:"daily_transactions"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryPeriodRange struct {
|
||||||
|
DateFrom time.Time `json:"date_from"`
|
||||||
|
DateTo time.Time `json:"date_to"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryPeriodSummary struct {
|
||||||
|
Sales float64 `json:"sales"`
|
||||||
|
HPP float64 `json:"hpp"`
|
||||||
|
GrossProfit float64 `json:"gross_profit"`
|
||||||
|
SalaryTotal float64 `json:"salary_total"`
|
||||||
|
SalaryDW float64 `json:"salary_dw"`
|
||||||
|
SalaryStaff float64 `json:"salary_staff"`
|
||||||
|
SalaryOther float64 `json:"salary_other"`
|
||||||
|
OtherOperationalExpenses float64 `json:"other_operational_expenses"`
|
||||||
|
OperationalExpensesTotal float64 `json:"operational_expenses_total"`
|
||||||
|
TotalCost float64 `json:"total_cost"`
|
||||||
|
NetProfit float64 `json:"net_profit"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryReimburse struct {
|
||||||
|
TotalCost float64 `json:"total_cost"`
|
||||||
|
ExcludedSalaryStaff float64 `json:"excluded_salary_staff"`
|
||||||
|
TotalReimburse float64 `json:"total_reimburse"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryCategoryBreakdown struct {
|
||||||
|
CategoryCode string `json:"category_code"`
|
||||||
|
CategoryName string `json:"category_name"`
|
||||||
|
Amount float64 `json:"amount"`
|
||||||
|
Percentage float64 `json:"percentage"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryDailySummary struct {
|
||||||
|
Date time.Time `json:"date"`
|
||||||
|
TransactionCount int64 `json:"transaction_count"`
|
||||||
|
TotalCost float64 `json:"total_cost"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryDailyTransaction struct {
|
||||||
|
Date time.Time `json:"date"`
|
||||||
|
CategoryCode string `json:"category_code"`
|
||||||
|
CategoryName string `json:"category_name"`
|
||||||
|
Description string `json:"description"`
|
||||||
|
Amount float64 `json:"amount"`
|
||||||
|
Source string `json:"source"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryMonthlyResponse struct {
|
||||||
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
|
OutletID *uuid.UUID `json:"outlet_id,omitempty"`
|
||||||
|
Month string `json:"month"`
|
||||||
|
Summary ExclusiveSummaryMonthlySummary `json:"summary"`
|
||||||
|
Periods []ExclusiveSummaryMonthlyPeriod `json:"periods"`
|
||||||
|
BankBalance []ExclusiveSummaryBankBalance `json:"bank_balance"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryMonthlySummary struct {
|
||||||
|
TotalSales float64 `json:"total_sales"`
|
||||||
|
HPP float64 `json:"hpp"`
|
||||||
|
GrossProfit float64 `json:"gross_profit"`
|
||||||
|
OperationalExpensesTotal float64 `json:"operational_expenses_total"`
|
||||||
|
TotalCost float64 `json:"total_cost"`
|
||||||
|
NetProfit float64 `json:"net_profit"`
|
||||||
|
NetProfitMargin float64 `json:"net_profit_margin"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryMonthlyPeriod struct {
|
||||||
|
Label string `json:"label"`
|
||||||
|
DateFrom time.Time `json:"date_from"`
|
||||||
|
DateTo time.Time `json:"date_to"`
|
||||||
|
Sales float64 `json:"sales"`
|
||||||
|
HPP float64 `json:"hpp"`
|
||||||
|
GrossProfit float64 `json:"gross_profit"`
|
||||||
|
GrossMargin float64 `json:"gross_margin"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExclusiveSummaryBankBalance struct {
|
||||||
|
Bank string `json:"bank"`
|
||||||
|
OpeningBalance *float64 `json:"opening_balance"`
|
||||||
|
IncomingMutation *float64 `json:"incoming_mutation"`
|
||||||
|
OutgoingMutation *float64 `json:"outgoing_mutation"`
|
||||||
|
ClosingBalance *float64 `json:"closing_balance"`
|
||||||
|
Notes *string `json:"notes"`
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,190 @@
|
|||||||
|
package models
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
)
|
||||||
|
|
||||||
|
type Expense struct {
|
||||||
|
ID uuid.UUID `json:"id"`
|
||||||
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
|
OutletID uuid.UUID `json:"outlet_id"`
|
||||||
|
Receiver string `json:"receiver"`
|
||||||
|
TransactionDate time.Time `json:"transaction_date"`
|
||||||
|
CodeNumber string `json:"code_number"`
|
||||||
|
Status string `json:"status"`
|
||||||
|
Description *string `json:"description"`
|
||||||
|
Tax float64 `json:"tax"`
|
||||||
|
Total float64 `json:"total"`
|
||||||
|
Reserved1 *string `json:"reserved1"`
|
||||||
|
CreatedAt time.Time `json:"created_at"`
|
||||||
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseItem struct {
|
||||||
|
ID uuid.UUID `json:"id"`
|
||||||
|
ExpenseID uuid.UUID `json:"expense_id"`
|
||||||
|
ChartOfAccountID uuid.UUID `json:"chart_of_account_id"`
|
||||||
|
PurchaseCategoryID uuid.UUID `json:"purchase_category_id"`
|
||||||
|
Item string `json:"item"`
|
||||||
|
Description *string `json:"description"`
|
||||||
|
Amount float64 `json:"amount"`
|
||||||
|
CreatedAt time.Time `json:"created_at"`
|
||||||
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseResponse struct {
|
||||||
|
ID uuid.UUID `json:"id"`
|
||||||
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
|
OutletID uuid.UUID `json:"outlet_id"`
|
||||||
|
Receiver string `json:"receiver"`
|
||||||
|
TransactionDate time.Time `json:"transaction_date"`
|
||||||
|
CodeNumber string `json:"code_number"`
|
||||||
|
Status string `json:"status"`
|
||||||
|
Description *string `json:"description"`
|
||||||
|
Tax float64 `json:"tax"`
|
||||||
|
Total float64 `json:"total"`
|
||||||
|
Reserved1 *string `json:"reserved1"`
|
||||||
|
CreatedAt time.Time `json:"created_at"`
|
||||||
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
|
Items []ExpenseItemResponse `json:"items,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseItemResponse struct {
|
||||||
|
ID uuid.UUID `json:"id"`
|
||||||
|
ExpenseID uuid.UUID `json:"expense_id"`
|
||||||
|
ChartOfAccountID uuid.UUID `json:"chart_of_account_id"`
|
||||||
|
ChartOfAccountName string `json:"chart_of_account_name,omitempty"`
|
||||||
|
PurchaseCategoryID uuid.UUID `json:"purchase_category_id"`
|
||||||
|
PurchaseCategoryName string `json:"purchase_category_name,omitempty"`
|
||||||
|
PurchaseCategoryType string `json:"purchase_category_type,omitempty"`
|
||||||
|
PurchaseCategory *PurchaseCategoryResponse `json:"purchase_category,omitempty"`
|
||||||
|
Item string `json:"item"`
|
||||||
|
Description *string `json:"description"`
|
||||||
|
Amount float64 `json:"amount"`
|
||||||
|
CreatedAt time.Time `json:"created_at"`
|
||||||
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type CreateExpenseRequest struct {
|
||||||
|
Receiver string `json:"receiver"`
|
||||||
|
TransactionDate string `json:"transaction_date"`
|
||||||
|
CodeNumber string `json:"code_number"`
|
||||||
|
OutletID string `json:"outlet_id"`
|
||||||
|
Status *string `json:"status,omitempty"`
|
||||||
|
Description *string `json:"description"`
|
||||||
|
Tax float64 `json:"tax"`
|
||||||
|
Total float64 `json:"total"`
|
||||||
|
Items []CreateExpenseItemRequest `json:"items"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type CreateExpenseItemRequest struct {
|
||||||
|
ChartOfAccountID string `json:"chart_of_account_id"`
|
||||||
|
PurchaseCategoryID string `json:"purchase_category_id"`
|
||||||
|
Item string `json:"item"`
|
||||||
|
Description *string `json:"description,omitempty"`
|
||||||
|
Amount float64 `json:"amount"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type UpdateExpenseRequest struct {
|
||||||
|
Receiver *string `json:"receiver,omitempty"`
|
||||||
|
TransactionDate *string `json:"transaction_date,omitempty"`
|
||||||
|
CodeNumber *string `json:"code_number,omitempty"`
|
||||||
|
OutletID *string `json:"outlet_id,omitempty"`
|
||||||
|
Status *string `json:"status,omitempty"`
|
||||||
|
Description *string `json:"description,omitempty"`
|
||||||
|
Tax *float64 `json:"tax,omitempty"`
|
||||||
|
Total *float64 `json:"total,omitempty"`
|
||||||
|
Reserved1 *string `json:"reserved1,omitempty"`
|
||||||
|
Items []UpdateExpenseItemRequest `json:"items,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type UpdateExpenseItemRequest struct {
|
||||||
|
ChartOfAccountID *string `json:"chart_of_account_id,omitempty"`
|
||||||
|
PurchaseCategoryID *string `json:"purchase_category_id,omitempty"`
|
||||||
|
Item *string `json:"item,omitempty"`
|
||||||
|
Description *string `json:"description,omitempty"`
|
||||||
|
Amount *float64 `json:"amount,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ListExpenseRequest struct {
|
||||||
|
Page int `json:"page"`
|
||||||
|
Limit int `json:"limit"`
|
||||||
|
Search string `json:"search,omitempty"`
|
||||||
|
OutletID string `json:"outlet_id,omitempty"`
|
||||||
|
Status string `json:"status,omitempty"`
|
||||||
|
StartDate string `json:"start_date,omitempty"`
|
||||||
|
EndDate string `json:"end_date,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ListExpenseResponse struct {
|
||||||
|
Expenses []*ExpenseResponse `json:"expenses"`
|
||||||
|
TotalCount int `json:"total_count"`
|
||||||
|
Page int `json:"page"`
|
||||||
|
Limit int `json:"limit"`
|
||||||
|
TotalPages int `json:"total_pages"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsRequest struct {
|
||||||
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
|
OutletID *uuid.UUID `json:"outlet_id,omitempty"`
|
||||||
|
DateFrom time.Time `json:"date_from"`
|
||||||
|
DateTo time.Time `json:"date_to"`
|
||||||
|
GroupBy string `json:"group_by"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsResponse struct {
|
||||||
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
|
OutletID *uuid.UUID `json:"outlet_id,omitempty"`
|
||||||
|
DateFrom time.Time `json:"date_from"`
|
||||||
|
DateTo time.Time `json:"date_to"`
|
||||||
|
GroupBy string `json:"group_by"`
|
||||||
|
Summary ExpenseAnalyticsSummary `json:"summary"`
|
||||||
|
Data []ExpenseAnalyticsData `json:"data"`
|
||||||
|
CategoryData []ExpenseAnalyticsCategoryData `json:"category_data"`
|
||||||
|
ChartOfAccountData []ExpenseAnalyticsChartOfAccountData `json:"chart_of_account_data"`
|
||||||
|
ItemData []ExpenseAnalyticsItemData `json:"item_data"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsSummary struct {
|
||||||
|
TotalExpenses float64 `json:"total_expenses"`
|
||||||
|
TotalExpenseCount int64 `json:"total_expense_count"`
|
||||||
|
TotalTax float64 `json:"total_tax"`
|
||||||
|
AverageExpenseValue float64 `json:"average_expense_value"`
|
||||||
|
TotalCategories int64 `json:"total_categories"`
|
||||||
|
TotalItems int64 `json:"total_items"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsData struct {
|
||||||
|
Date time.Time `json:"date"`
|
||||||
|
Expenses float64 `json:"expenses"`
|
||||||
|
ExpenseCount int64 `json:"expense_count"`
|
||||||
|
Tax float64 `json:"tax"`
|
||||||
|
Items int64 `json:"items"`
|
||||||
|
Categories int64 `json:"categories"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsCategoryData struct {
|
||||||
|
PurchaseCategoryID uuid.UUID `json:"purchase_category_id"`
|
||||||
|
PurchaseCategoryName string `json:"purchase_category_name"`
|
||||||
|
PurchaseCategoryType string `json:"purchase_category_type"`
|
||||||
|
TotalAmount float64 `json:"total_amount"`
|
||||||
|
ExpenseCount int64 `json:"expense_count"`
|
||||||
|
ItemCount int64 `json:"item_count"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsChartOfAccountData struct {
|
||||||
|
ChartOfAccountID uuid.UUID `json:"chart_of_account_id"`
|
||||||
|
ChartOfAccountName string `json:"chart_of_account_name"`
|
||||||
|
TotalAmount float64 `json:"total_amount"`
|
||||||
|
ExpenseCount int64 `json:"expense_count"`
|
||||||
|
ItemCount int64 `json:"item_count"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseAnalyticsItemData struct {
|
||||||
|
Item string `json:"item"`
|
||||||
|
TotalAmount float64 `json:"total_amount"`
|
||||||
|
ExpenseCount int64 `json:"expense_count"`
|
||||||
|
ItemCount int64 `json:"item_count"`
|
||||||
|
}
|
||||||
@@ -101,4 +101,3 @@ type IngredientUnitsResponse struct {
|
|||||||
BaseUnitName string `json:"base_unit_name"`
|
BaseUnitName string `json:"base_unit_name"`
|
||||||
Units []*UnitResponse `json:"units"`
|
Units []*UnitResponse `json:"units"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -188,6 +188,8 @@ type OrderItemResponse struct {
|
|||||||
ProductName string
|
ProductName string
|
||||||
ProductVariantID *uuid.UUID
|
ProductVariantID *uuid.UUID
|
||||||
ProductVariantName *string
|
ProductVariantName *string
|
||||||
|
CategoryID *uuid.UUID
|
||||||
|
CategoryName *string
|
||||||
Quantity int
|
Quantity int
|
||||||
UnitPrice float64
|
UnitPrice float64
|
||||||
TotalPrice float64
|
TotalPrice float64
|
||||||
@@ -207,6 +209,7 @@ type OrderItemResponse struct {
|
|||||||
CreatedAt time.Time
|
CreatedAt time.Time
|
||||||
UpdatedAt time.Time
|
UpdatedAt time.Time
|
||||||
PrinterType string
|
PrinterType string
|
||||||
|
PrintToChecker bool
|
||||||
PaidQuantity int
|
PaidQuantity int
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ type CreateProductRequest struct {
|
|||||||
BusinessType constants.BusinessType `validate:"required"`
|
BusinessType constants.BusinessType `validate:"required"`
|
||||||
ImageURL *string `validate:"omitempty,max=500"`
|
ImageURL *string `validate:"omitempty,max=500"`
|
||||||
PrinterType *string `validate:"omitempty,max=50"`
|
PrinterType *string `validate:"omitempty,max=50"`
|
||||||
|
PrintToChecker *bool `validate:"omitempty"`
|
||||||
UnitID *uuid.UUID `validate:"omitempty"`
|
UnitID *uuid.UUID `validate:"omitempty"`
|
||||||
HasIngredients bool `validate:"omitempty"`
|
HasIngredients bool `validate:"omitempty"`
|
||||||
Metadata map[string]interface{}
|
Metadata map[string]interface{}
|
||||||
@@ -70,6 +71,7 @@ type UpdateProductRequest struct {
|
|||||||
Cost *float64 `validate:"omitempty,min=0"`
|
Cost *float64 `validate:"omitempty,min=0"`
|
||||||
ImageURL *string `validate:"omitempty,max=500"`
|
ImageURL *string `validate:"omitempty,max=500"`
|
||||||
PrinterType *string `validate:"omitempty,max=50"`
|
PrinterType *string `validate:"omitempty,max=50"`
|
||||||
|
PrintToChecker *bool `validate:"omitempty"`
|
||||||
UnitID *uuid.UUID `validate:"omitempty"`
|
UnitID *uuid.UUID `validate:"omitempty"`
|
||||||
HasIngredients *bool `validate:"omitempty"`
|
HasIngredients *bool `validate:"omitempty"`
|
||||||
Metadata map[string]interface{}
|
Metadata map[string]interface{}
|
||||||
@@ -108,6 +110,7 @@ type ProductResponse struct {
|
|||||||
BusinessType constants.BusinessType
|
BusinessType constants.BusinessType
|
||||||
ImageURL *string
|
ImageURL *string
|
||||||
PrinterType string
|
PrinterType string
|
||||||
|
PrintToChecker bool
|
||||||
UnitID *uuid.UUID
|
UnitID *uuid.UUID
|
||||||
HasIngredients bool
|
HasIngredients bool
|
||||||
Metadata map[string]interface{}
|
Metadata map[string]interface{}
|
||||||
@@ -121,6 +124,7 @@ type OutletPrice struct {
|
|||||||
OutletID uuid.UUID
|
OutletID uuid.UUID
|
||||||
OutletName string
|
OutletName string
|
||||||
Price float64
|
Price float64
|
||||||
|
PrintToChecker bool
|
||||||
}
|
}
|
||||||
|
|
||||||
type ProductVariantResponse struct {
|
type ProductVariantResponse struct {
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ type ProductOutletPrice struct {
|
|||||||
ProductID uuid.UUID
|
ProductID uuid.UUID
|
||||||
OutletID uuid.UUID
|
OutletID uuid.UUID
|
||||||
Price float64
|
Price float64
|
||||||
|
PrintToChecker bool
|
||||||
CreatedAt time.Time
|
CreatedAt time.Time
|
||||||
UpdatedAt time.Time
|
UpdatedAt time.Time
|
||||||
}
|
}
|
||||||
@@ -19,10 +20,12 @@ type CreateProductOutletPriceRequest struct {
|
|||||||
ProductID uuid.UUID `validate:"required"`
|
ProductID uuid.UUID `validate:"required"`
|
||||||
OutletID uuid.UUID `validate:"required"`
|
OutletID uuid.UUID `validate:"required"`
|
||||||
Price float64 `validate:"required,min=0"`
|
Price float64 `validate:"required,min=0"`
|
||||||
|
PrintToChecker bool
|
||||||
}
|
}
|
||||||
|
|
||||||
type UpdateProductOutletPriceRequest struct {
|
type UpdateProductOutletPriceRequest struct {
|
||||||
Price *float64 `validate:"required,min=0"`
|
Price *float64 `validate:"required,min=0"`
|
||||||
|
PrintToChecker *bool
|
||||||
}
|
}
|
||||||
|
|
||||||
type ProductOutletPriceResponse struct {
|
type ProductOutletPriceResponse struct {
|
||||||
|
|||||||
@@ -0,0 +1,51 @@
|
|||||||
|
package models
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
)
|
||||||
|
|
||||||
|
type PurchaseCategoryResponse struct {
|
||||||
|
ID uuid.UUID
|
||||||
|
OrganizationID uuid.UUID
|
||||||
|
PresetID *uuid.UUID
|
||||||
|
ParentID *uuid.UUID
|
||||||
|
Code string
|
||||||
|
Name string
|
||||||
|
Type string
|
||||||
|
SortOrder int
|
||||||
|
IsSystem bool
|
||||||
|
IsActive bool
|
||||||
|
CreatedAt time.Time
|
||||||
|
UpdatedAt time.Time
|
||||||
|
}
|
||||||
|
|
||||||
|
type CreatePurchaseCategoryRequest struct {
|
||||||
|
OrganizationID uuid.UUID
|
||||||
|
ParentID *uuid.UUID
|
||||||
|
Code *string
|
||||||
|
Name string
|
||||||
|
Type string
|
||||||
|
SortOrder int
|
||||||
|
IsActive bool
|
||||||
|
}
|
||||||
|
|
||||||
|
type UpdatePurchaseCategoryRequest struct {
|
||||||
|
ParentID *uuid.UUID
|
||||||
|
Code *string
|
||||||
|
Name *string
|
||||||
|
Type *string
|
||||||
|
SortOrder *int
|
||||||
|
IsActive *bool
|
||||||
|
}
|
||||||
|
|
||||||
|
type ListPurchaseCategoriesRequest struct {
|
||||||
|
OrganizationID uuid.UUID
|
||||||
|
ParentID *uuid.UUID
|
||||||
|
Type string
|
||||||
|
Search string
|
||||||
|
IsActive *bool
|
||||||
|
Page int
|
||||||
|
Limit int
|
||||||
|
}
|
||||||
@@ -9,10 +9,11 @@ import (
|
|||||||
type PurchaseOrder struct {
|
type PurchaseOrder struct {
|
||||||
ID uuid.UUID `json:"id"`
|
ID uuid.UUID `json:"id"`
|
||||||
OrganizationID uuid.UUID `json:"organization_id"`
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
VendorID uuid.UUID `json:"vendor_id"`
|
OutletID *uuid.UUID `json:"outlet_id"`
|
||||||
|
VendorID *uuid.UUID `json:"vendor_id"`
|
||||||
PONumber string `json:"po_number"`
|
PONumber string `json:"po_number"`
|
||||||
TransactionDate time.Time `json:"transaction_date"`
|
TransactionDate time.Time `json:"transaction_date"`
|
||||||
DueDate time.Time `json:"due_date"`
|
DueDate *time.Time `json:"due_date"`
|
||||||
Reference *string `json:"reference"`
|
Reference *string `json:"reference"`
|
||||||
Status string `json:"status"`
|
Status string `json:"status"`
|
||||||
Message *string `json:"message"`
|
Message *string `json:"message"`
|
||||||
@@ -24,10 +25,11 @@ type PurchaseOrder struct {
|
|||||||
type PurchaseOrderItem struct {
|
type PurchaseOrderItem struct {
|
||||||
ID uuid.UUID `json:"id"`
|
ID uuid.UUID `json:"id"`
|
||||||
PurchaseOrderID uuid.UUID `json:"purchase_order_id"`
|
PurchaseOrderID uuid.UUID `json:"purchase_order_id"`
|
||||||
IngredientID uuid.UUID `json:"ingredient_id"`
|
IngredientID *uuid.UUID `json:"ingredient_id"`
|
||||||
|
PurchaseCategoryID uuid.UUID `json:"purchase_category_id"`
|
||||||
Description *string `json:"description"`
|
Description *string `json:"description"`
|
||||||
Quantity float64 `json:"quantity"`
|
Quantity *float64 `json:"quantity"`
|
||||||
UnitID uuid.UUID `json:"unit_id"`
|
UnitID *uuid.UUID `json:"unit_id"`
|
||||||
Amount float64 `json:"amount"`
|
Amount float64 `json:"amount"`
|
||||||
CreatedAt time.Time `json:"created_at"`
|
CreatedAt time.Time `json:"created_at"`
|
||||||
UpdatedAt time.Time `json:"updated_at"`
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
@@ -43,10 +45,11 @@ type PurchaseOrderAttachment struct {
|
|||||||
type PurchaseOrderResponse struct {
|
type PurchaseOrderResponse struct {
|
||||||
ID uuid.UUID `json:"id"`
|
ID uuid.UUID `json:"id"`
|
||||||
OrganizationID uuid.UUID `json:"organization_id"`
|
OrganizationID uuid.UUID `json:"organization_id"`
|
||||||
VendorID uuid.UUID `json:"vendor_id"`
|
OutletID *uuid.UUID `json:"outlet_id"`
|
||||||
|
VendorID *uuid.UUID `json:"vendor_id"`
|
||||||
PONumber string `json:"po_number"`
|
PONumber string `json:"po_number"`
|
||||||
TransactionDate time.Time `json:"transaction_date"`
|
TransactionDate time.Time `json:"transaction_date"`
|
||||||
DueDate time.Time `json:"due_date"`
|
DueDate *time.Time `json:"due_date"`
|
||||||
Reference *string `json:"reference"`
|
Reference *string `json:"reference"`
|
||||||
Status string `json:"status"`
|
Status string `json:"status"`
|
||||||
Message *string `json:"message"`
|
Message *string `json:"message"`
|
||||||
@@ -61,14 +64,16 @@ type PurchaseOrderResponse struct {
|
|||||||
type PurchaseOrderItemResponse struct {
|
type PurchaseOrderItemResponse struct {
|
||||||
ID uuid.UUID `json:"id"`
|
ID uuid.UUID `json:"id"`
|
||||||
PurchaseOrderID uuid.UUID `json:"purchase_order_id"`
|
PurchaseOrderID uuid.UUID `json:"purchase_order_id"`
|
||||||
IngredientID uuid.UUID `json:"ingredient_id"`
|
IngredientID *uuid.UUID `json:"ingredient_id"`
|
||||||
|
PurchaseCategoryID uuid.UUID `json:"purchase_category_id"`
|
||||||
Description *string `json:"description"`
|
Description *string `json:"description"`
|
||||||
Quantity float64 `json:"quantity"`
|
Quantity *float64 `json:"quantity"`
|
||||||
UnitID uuid.UUID `json:"unit_id"`
|
UnitID *uuid.UUID `json:"unit_id"`
|
||||||
Amount float64 `json:"amount"`
|
Amount float64 `json:"amount"`
|
||||||
CreatedAt time.Time `json:"created_at"`
|
CreatedAt time.Time `json:"created_at"`
|
||||||
UpdatedAt time.Time `json:"updated_at"`
|
UpdatedAt time.Time `json:"updated_at"`
|
||||||
Ingredient *IngredientResponse `json:"ingredient,omitempty"`
|
Ingredient *IngredientResponse `json:"ingredient,omitempty"`
|
||||||
|
PurchaseCategory *PurchaseCategoryResponse `json:"purchase_category,omitempty"`
|
||||||
Unit *UnitResponse `json:"unit,omitempty"`
|
Unit *UnitResponse `json:"unit,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -81,10 +86,11 @@ type PurchaseOrderAttachmentResponse struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type CreatePurchaseOrderRequest struct {
|
type CreatePurchaseOrderRequest struct {
|
||||||
VendorID uuid.UUID `json:"vendor_id"`
|
VendorID *uuid.UUID `json:"vendor_id,omitempty"`
|
||||||
|
OutletID *uuid.UUID `json:"outlet_id,omitempty"`
|
||||||
PONumber string `json:"po_number"`
|
PONumber string `json:"po_number"`
|
||||||
TransactionDate time.Time `json:"transaction_date"`
|
TransactionDate time.Time `json:"transaction_date"`
|
||||||
DueDate time.Time `json:"due_date"`
|
DueDate *time.Time `json:"due_date,omitempty"`
|
||||||
Reference *string `json:"reference,omitempty"`
|
Reference *string `json:"reference,omitempty"`
|
||||||
Status *string `json:"status,omitempty"`
|
Status *string `json:"status,omitempty"`
|
||||||
Message *string `json:"message,omitempty"`
|
Message *string `json:"message,omitempty"`
|
||||||
@@ -93,10 +99,11 @@ type CreatePurchaseOrderRequest struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type CreatePurchaseOrderItemRequest struct {
|
type CreatePurchaseOrderItemRequest struct {
|
||||||
IngredientID uuid.UUID `json:"ingredient_id"`
|
IngredientID *uuid.UUID `json:"ingredient_id,omitempty"`
|
||||||
|
PurchaseCategoryID uuid.UUID `json:"purchase_category_id"`
|
||||||
Description *string `json:"description,omitempty"`
|
Description *string `json:"description,omitempty"`
|
||||||
Quantity float64 `json:"quantity"`
|
Quantity *float64 `json:"quantity,omitempty"`
|
||||||
UnitID uuid.UUID `json:"unit_id"`
|
UnitID *uuid.UUID `json:"unit_id,omitempty"`
|
||||||
Amount float64 `json:"amount"`
|
Amount float64 `json:"amount"`
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -115,6 +122,7 @@ type UpdatePurchaseOrderRequest struct {
|
|||||||
type UpdatePurchaseOrderItemRequest struct {
|
type UpdatePurchaseOrderItemRequest struct {
|
||||||
ID *uuid.UUID `json:"id,omitempty"` // For existing items
|
ID *uuid.UUID `json:"id,omitempty"` // For existing items
|
||||||
IngredientID *uuid.UUID `json:"ingredient_id,omitempty"`
|
IngredientID *uuid.UUID `json:"ingredient_id,omitempty"`
|
||||||
|
PurchaseCategoryID *uuid.UUID `json:"purchase_category_id,omitempty"`
|
||||||
Description *string `json:"description,omitempty"`
|
Description *string `json:"description,omitempty"`
|
||||||
Quantity *float64 `json:"quantity,omitempty"`
|
Quantity *float64 `json:"quantity,omitempty"`
|
||||||
UnitID *uuid.UUID `json:"unit_id,omitempty"`
|
UnitID *uuid.UUID `json:"unit_id,omitempty"`
|
||||||
|
|||||||
@@ -3,8 +3,10 @@ package processor
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/entities"
|
||||||
"apskel-pos-be/internal/models"
|
"apskel-pos-be/internal/models"
|
||||||
"apskel-pos-be/internal/repository"
|
"apskel-pos-be/internal/repository"
|
||||||
)
|
)
|
||||||
@@ -17,15 +19,20 @@ type AnalyticsProcessor interface {
|
|||||||
GetProductAnalyticsPerCategory(ctx context.Context, req *models.ProductAnalyticsPerCategoryRequest) (*models.ProductAnalyticsPerCategoryResponse, error)
|
GetProductAnalyticsPerCategory(ctx context.Context, req *models.ProductAnalyticsPerCategoryRequest) (*models.ProductAnalyticsPerCategoryResponse, error)
|
||||||
GetDashboardAnalytics(ctx context.Context, req *models.DashboardAnalyticsRequest) (*models.DashboardAnalyticsResponse, error)
|
GetDashboardAnalytics(ctx context.Context, req *models.DashboardAnalyticsRequest) (*models.DashboardAnalyticsResponse, error)
|
||||||
GetProfitLossAnalytics(ctx context.Context, req *models.ProfitLossAnalyticsRequest) (*models.ProfitLossAnalyticsResponse, error)
|
GetProfitLossAnalytics(ctx context.Context, req *models.ProfitLossAnalyticsRequest) (*models.ProfitLossAnalyticsResponse, error)
|
||||||
|
GetExclusiveSummaryPeriod(ctx context.Context, req *models.ExclusiveSummaryPeriodRequest) (*models.ExclusiveSummaryPeriodResponse, error)
|
||||||
|
GetExclusiveSummaryMonthly(ctx context.Context, req *models.ExclusiveSummaryMonthlyRequest) (*models.ExclusiveSummaryMonthlyResponse, error)
|
||||||
|
GetExclusiveSummaryMTD(ctx context.Context, req *models.ExclusiveSummaryMTDRequest) (*models.ExclusiveSummaryPeriodResponse, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
type AnalyticsProcessorImpl struct {
|
type AnalyticsProcessorImpl struct {
|
||||||
analyticsRepo repository.AnalyticsRepository
|
analyticsRepo repository.AnalyticsRepository
|
||||||
|
expenseRepo ExpenseRepository
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewAnalyticsProcessorImpl(analyticsRepo repository.AnalyticsRepository) *AnalyticsProcessorImpl {
|
func NewAnalyticsProcessorImpl(analyticsRepo repository.AnalyticsRepository, expenseRepo ExpenseRepository) *AnalyticsProcessorImpl {
|
||||||
return &AnalyticsProcessorImpl{
|
return &AnalyticsProcessorImpl{
|
||||||
analyticsRepo: analyticsRepo,
|
analyticsRepo: analyticsRepo,
|
||||||
|
expenseRepo: expenseRepo,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -184,7 +191,11 @@ func (p *AnalyticsProcessorImpl) GetPurchasingAnalytics(ctx context.Context, req
|
|||||||
data[i] = models.PurchasingAnalyticsData{
|
data[i] = models.PurchasingAnalyticsData{
|
||||||
Date: item.Date,
|
Date: item.Date,
|
||||||
Purchases: item.Purchases,
|
Purchases: item.Purchases,
|
||||||
|
RawMaterialPurchases: item.RawMaterialPurchases,
|
||||||
|
ExpensePurchases: item.ExpensePurchases,
|
||||||
PurchaseOrders: item.PurchaseOrders,
|
PurchaseOrders: item.PurchaseOrders,
|
||||||
|
RawMaterialPurchaseOrders: item.RawMaterialPurchaseOrders,
|
||||||
|
ExpenseCount: item.ExpenseCount,
|
||||||
Quantity: item.Quantity,
|
Quantity: item.Quantity,
|
||||||
Ingredients: item.Ingredients,
|
Ingredients: item.Ingredients,
|
||||||
Vendors: item.Vendors,
|
Vendors: item.Vendors,
|
||||||
@@ -224,7 +235,11 @@ func (p *AnalyticsProcessorImpl) GetPurchasingAnalytics(ctx context.Context, req
|
|||||||
GroupBy: req.GroupBy,
|
GroupBy: req.GroupBy,
|
||||||
Summary: models.PurchasingSummary{
|
Summary: models.PurchasingSummary{
|
||||||
TotalPurchases: result.Summary.TotalPurchases,
|
TotalPurchases: result.Summary.TotalPurchases,
|
||||||
|
RawMaterialPurchases: result.Summary.RawMaterialPurchases,
|
||||||
|
ExpensePurchases: result.Summary.ExpensePurchases,
|
||||||
TotalPurchaseOrders: result.Summary.TotalPurchaseOrders,
|
TotalPurchaseOrders: result.Summary.TotalPurchaseOrders,
|
||||||
|
RawMaterialPurchaseOrders: result.Summary.RawMaterialPurchaseOrders,
|
||||||
|
ExpenseCount: result.Summary.ExpenseCount,
|
||||||
TotalQuantity: result.Summary.TotalQuantity,
|
TotalQuantity: result.Summary.TotalQuantity,
|
||||||
AveragePurchaseOrderValue: result.Summary.AveragePurchaseOrderValue,
|
AveragePurchaseOrderValue: result.Summary.AveragePurchaseOrderValue,
|
||||||
TotalIngredients: result.Summary.TotalIngredients,
|
TotalIngredients: result.Summary.TotalIngredients,
|
||||||
@@ -260,6 +275,7 @@ func (p *AnalyticsProcessorImpl) GetProductAnalytics(ctx context.Context, req *m
|
|||||||
ProductID: data.ProductID,
|
ProductID: data.ProductID,
|
||||||
ProductName: data.ProductName,
|
ProductName: data.ProductName,
|
||||||
ProductSku: data.ProductSku,
|
ProductSku: data.ProductSku,
|
||||||
|
ProductPrice: data.ProductPrice,
|
||||||
CategoryID: data.CategoryID,
|
CategoryID: data.CategoryID,
|
||||||
CategoryName: data.CategoryName,
|
CategoryName: data.CategoryName,
|
||||||
CategoryOrder: data.CategoryOrder,
|
CategoryOrder: data.CategoryOrder,
|
||||||
@@ -394,17 +410,27 @@ func (p *AnalyticsProcessorImpl) GetDashboardAnalytics(ctx context.Context, req
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (p *AnalyticsProcessorImpl) GetProfitLossAnalytics(ctx context.Context, req *models.ProfitLossAnalyticsRequest) (*models.ProfitLossAnalyticsResponse, error) {
|
func (p *AnalyticsProcessorImpl) GetProfitLossAnalytics(ctx context.Context, req *models.ProfitLossAnalyticsRequest) (*models.ProfitLossAnalyticsResponse, error) {
|
||||||
|
if req.DateFrom.IsZero() {
|
||||||
|
return nil, fmt.Errorf("date_from is required")
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.DateTo.IsZero() {
|
||||||
|
return nil, fmt.Errorf("date_to is required")
|
||||||
|
}
|
||||||
|
|
||||||
if req.DateFrom.After(req.DateTo) {
|
if req.DateFrom.After(req.DateTo) {
|
||||||
return nil, fmt.Errorf("date_from cannot be after date_to")
|
return nil, fmt.Errorf("date_from cannot be after date_to")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get analytics data from repository
|
if req.GroupBy == "" {
|
||||||
|
req.GroupBy = "day"
|
||||||
|
}
|
||||||
|
|
||||||
result, err := p.analyticsRepo.GetProfitLossAnalytics(ctx, req.OrganizationID, req.OutletID, req.DateFrom, req.DateTo, req.GroupBy)
|
result, err := p.analyticsRepo.GetProfitLossAnalytics(ctx, req.OrganizationID, req.OutletID, req.DateFrom, req.DateTo, req.GroupBy)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("failed to get profit/loss analytics: %w", err)
|
return nil, fmt.Errorf("failed to get profit/loss analytics: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Transform entities to models
|
|
||||||
data := make([]models.ProfitLossData, len(result.Data))
|
data := make([]models.ProfitLossData, len(result.Data))
|
||||||
for i, item := range result.Data {
|
for i, item := range result.Data {
|
||||||
data[i] = models.ProfitLossData{
|
data[i] = models.ProfitLossData{
|
||||||
@@ -439,6 +465,145 @@ func (p *AnalyticsProcessorImpl) GetProfitLossAnalytics(ctx context.Context, req
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type categoryAmount struct {
|
||||||
|
Name string
|
||||||
|
TodayAmt float64
|
||||||
|
MtdAmt float64
|
||||||
|
}
|
||||||
|
|
||||||
|
categoryMap := make(map[string]*categoryAmount)
|
||||||
|
var categoryOrder []string
|
||||||
|
|
||||||
|
for _, cat := range result.TodayExpenseByCategory {
|
||||||
|
name := cat.CategoryName
|
||||||
|
if _, exists := categoryMap[name]; !exists {
|
||||||
|
categoryMap[name] = &categoryAmount{Name: name}
|
||||||
|
categoryOrder = append(categoryOrder, name)
|
||||||
|
}
|
||||||
|
categoryMap[name].TodayAmt = cat.Amount
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, cat := range result.MtdExpenseByCategory {
|
||||||
|
name := cat.CategoryName
|
||||||
|
if _, exists := categoryMap[name]; !exists {
|
||||||
|
categoryMap[name] = &categoryAmount{Name: name}
|
||||||
|
categoryOrder = append(categoryOrder, name)
|
||||||
|
}
|
||||||
|
categoryMap[name].MtdAmt = cat.Amount
|
||||||
|
}
|
||||||
|
|
||||||
|
var todayTotalOps float64
|
||||||
|
var mtdTotalOps float64
|
||||||
|
var todayGaji float64
|
||||||
|
var mtdGaji float64
|
||||||
|
for _, cat := range categoryMap {
|
||||||
|
if isSalaryExpenseCategory(cat.Name) {
|
||||||
|
todayGaji += cat.TodayAmt
|
||||||
|
mtdGaji += cat.MtdAmt
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
todayTotalOps += cat.TodayAmt
|
||||||
|
mtdTotalOps += cat.MtdAmt
|
||||||
|
}
|
||||||
|
|
||||||
|
todayGrossProfit := result.TodayRevenue - result.TodayCost
|
||||||
|
mtdGrossProfit := result.MtdRevenue - result.MtdCost
|
||||||
|
|
||||||
|
todayProfitBeforeGaji := todayGrossProfit - todayTotalOps
|
||||||
|
mtdProfitBeforeGaji := mtdGrossProfit - mtdTotalOps
|
||||||
|
|
||||||
|
todayNetProfit := todayProfitBeforeGaji - todayGaji
|
||||||
|
mtdNetProfit := mtdProfitBeforeGaji - mtdGaji
|
||||||
|
|
||||||
|
todayPct := func(nominal float64) float64 {
|
||||||
|
if result.TodayRevenue == 0 {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
return (nominal / result.TodayRevenue) * 100
|
||||||
|
}
|
||||||
|
mtdPct := func(nominal float64) float64 {
|
||||||
|
if result.MtdRevenue == 0 {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
return (nominal / result.MtdRevenue) * 100
|
||||||
|
}
|
||||||
|
|
||||||
|
opsSubItems := make([]models.ProfitLossSummaryRow, 0, len(categoryOrder)+1)
|
||||||
|
opsCategoryCount := 0
|
||||||
|
for _, name := range categoryOrder {
|
||||||
|
cat := categoryMap[name]
|
||||||
|
if isSalaryExpenseCategory(cat.Name) {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
opsCategoryCount++
|
||||||
|
opsSubItems = append(opsSubItems, models.ProfitLossSummaryRow{
|
||||||
|
ID: fmt.Sprintf("by_%s", slugify(name)),
|
||||||
|
Label: fmt.Sprintf("%d. %s", opsCategoryCount, cat.Name),
|
||||||
|
TodayNominal: cat.TodayAmt,
|
||||||
|
TodayPct: todayPct(cat.TodayAmt),
|
||||||
|
MtdNominal: cat.MtdAmt,
|
||||||
|
MtdPct: mtdPct(cat.MtdAmt),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
opsSubItems = append(opsSubItems, models.ProfitLossSummaryRow{
|
||||||
|
ID: "total_biaya_ops",
|
||||||
|
Label: fmt.Sprintf("Total Biaya OPS (%d kategori)", opsCategoryCount),
|
||||||
|
IsBold: true,
|
||||||
|
TodayNominal: todayTotalOps,
|
||||||
|
TodayPct: todayPct(todayTotalOps),
|
||||||
|
MtdNominal: mtdTotalOps,
|
||||||
|
MtdPct: mtdPct(mtdTotalOps),
|
||||||
|
})
|
||||||
|
|
||||||
|
mainSummary := []models.ProfitLossSummaryRow{
|
||||||
|
{
|
||||||
|
ID: "total_omset", Label: "TOTAL OMSET",
|
||||||
|
TodayNominal: result.TodayRevenue, TodayPct: todayPct(result.TodayRevenue),
|
||||||
|
MtdNominal: result.MtdRevenue, MtdPct: mtdPct(result.MtdRevenue),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ID: "hpp", Label: "HPP",
|
||||||
|
TodayNominal: result.TodayCost, TodayPct: todayPct(result.TodayCost),
|
||||||
|
MtdNominal: result.MtdCost, MtdPct: mtdPct(result.MtdCost),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ID: "laba_kotor", Label: "Laba Kotor (1-2)",
|
||||||
|
TodayNominal: todayGrossProfit, TodayPct: todayPct(todayGrossProfit),
|
||||||
|
MtdNominal: mtdGrossProfit, MtdPct: mtdPct(mtdGrossProfit),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ID: "biaya_ops", Label: "BIAYA OPS",
|
||||||
|
TodayNominal: todayTotalOps, TodayPct: todayPct(todayTotalOps),
|
||||||
|
MtdNominal: mtdTotalOps, MtdPct: mtdPct(mtdTotalOps),
|
||||||
|
SubItems: opsSubItems,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ID: "laba_rugi_sblm_gaji", Label: "Laba/Rugi sblm Gaji (3-4)",
|
||||||
|
TodayNominal: todayProfitBeforeGaji, TodayPct: todayPct(todayProfitBeforeGaji),
|
||||||
|
MtdNominal: mtdProfitBeforeGaji, MtdPct: mtdPct(mtdProfitBeforeGaji),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ID: "biaya_gaji", Label: "BIAYA GAJI",
|
||||||
|
TodayNominal: todayGaji, TodayPct: todayPct(todayGaji),
|
||||||
|
MtdNominal: mtdGaji, MtdPct: mtdPct(mtdGaji),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ID: "laba_rugi", Label: "Laba/Rugi (5-6)", IsBold: true,
|
||||||
|
TodayNominal: todayNetProfit, TodayPct: todayPct(todayNetProfit),
|
||||||
|
MtdNominal: mtdNetProfit, MtdPct: mtdPct(mtdNetProfit),
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
opsItems := make([]models.OperationalExpenseItem, len(result.OperationalExpenseItems))
|
||||||
|
var opsTotal float64
|
||||||
|
for i, item := range result.OperationalExpenseItems {
|
||||||
|
opsItems[i] = models.OperationalExpenseItem{
|
||||||
|
Item: item.Item,
|
||||||
|
Nominal: item.Amount,
|
||||||
|
}
|
||||||
|
opsTotal += item.Amount
|
||||||
|
}
|
||||||
|
|
||||||
return &models.ProfitLossAnalyticsResponse{
|
return &models.ProfitLossAnalyticsResponse{
|
||||||
OrganizationID: req.OrganizationID,
|
OrganizationID: req.OrganizationID,
|
||||||
OutletID: req.OutletID,
|
OutletID: req.OutletID,
|
||||||
@@ -460,5 +625,308 @@ func (p *AnalyticsProcessorImpl) GetProfitLossAnalytics(ctx context.Context, req
|
|||||||
},
|
},
|
||||||
Data: data,
|
Data: data,
|
||||||
ProductData: productData,
|
ProductData: productData,
|
||||||
|
MainSummary: mainSummary,
|
||||||
|
OperationalExpenses: opsItems,
|
||||||
|
OperationalExpensesTotal: opsTotal,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func isSalaryExpenseCategory(name string) bool {
|
||||||
|
name = strings.ToLower(name)
|
||||||
|
return strings.Contains(name, "gaji") || strings.Contains(name, "salary")
|
||||||
|
}
|
||||||
|
|
||||||
|
func slugify(s string) string {
|
||||||
|
result := make([]byte, 0, len(s))
|
||||||
|
for i := 0; i < len(s); i++ {
|
||||||
|
c := s[i]
|
||||||
|
switch {
|
||||||
|
case c >= 'a' && c <= 'z':
|
||||||
|
result = append(result, c)
|
||||||
|
case c >= 'A' && c <= 'Z':
|
||||||
|
result = append(result, c+32)
|
||||||
|
case c >= '0' && c <= '9':
|
||||||
|
result = append(result, c)
|
||||||
|
default:
|
||||||
|
if len(result) == 0 || result[len(result)-1] != '_' {
|
||||||
|
result = append(result, '_')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return string(result)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *AnalyticsProcessorImpl) GetExclusiveSummaryPeriod(ctx context.Context, req *models.ExclusiveSummaryPeriodRequest) (*models.ExclusiveSummaryPeriodResponse, error) {
|
||||||
|
if req.DateFrom.After(req.DateTo) {
|
||||||
|
return nil, fmt.Errorf("date_from cannot be after date_to")
|
||||||
|
}
|
||||||
|
|
||||||
|
return p.buildExclusiveSummaryPeriod(ctx, req)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *AnalyticsProcessorImpl) GetExclusiveSummaryMonthly(ctx context.Context, req *models.ExclusiveSummaryMonthlyRequest) (*models.ExclusiveSummaryMonthlyResponse, error) {
|
||||||
|
monthStart := time.Date(req.Month.Year(), req.Month.Month(), 1, 0, 0, 0, 0, req.Month.Location())
|
||||||
|
monthEnd := monthStart.AddDate(0, 1, 0).Add(-time.Nanosecond)
|
||||||
|
|
||||||
|
fullPeriod, err := p.buildExclusiveSummaryPeriod(ctx, &models.ExclusiveSummaryPeriodRequest{
|
||||||
|
OrganizationID: req.OrganizationID,
|
||||||
|
OutletID: req.OutletID,
|
||||||
|
DateFrom: monthStart,
|
||||||
|
DateTo: monthEnd,
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
periods := make([]models.ExclusiveSummaryMonthlyPeriod, 0)
|
||||||
|
for _, bucket := range buildExclusiveSummaryMonthlyBuckets(monthStart) {
|
||||||
|
period, err := p.buildExclusiveSummaryPeriod(ctx, &models.ExclusiveSummaryPeriodRequest{
|
||||||
|
OrganizationID: req.OrganizationID,
|
||||||
|
OutletID: req.OutletID,
|
||||||
|
DateFrom: bucket.DateFrom,
|
||||||
|
DateTo: bucket.DateTo,
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
periods = append(periods, models.ExclusiveSummaryMonthlyPeriod{
|
||||||
|
Label: bucket.Label,
|
||||||
|
DateFrom: bucket.DateFrom,
|
||||||
|
DateTo: bucket.DateTo,
|
||||||
|
Sales: period.Summary.Sales,
|
||||||
|
HPP: period.Summary.HPP,
|
||||||
|
GrossProfit: period.Summary.GrossProfit,
|
||||||
|
GrossMargin: percentage(period.Summary.GrossProfit, period.Summary.Sales),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
bankBalances, err := p.analyticsRepo.GetExclusiveSummaryBankBalances(ctx, req.OrganizationID, req.OutletID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to get exclusive summary bank balances: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
bankBalance := make([]models.ExclusiveSummaryBankBalance, len(bankBalances))
|
||||||
|
for i, item := range bankBalances {
|
||||||
|
bankBalance[i] = models.ExclusiveSummaryBankBalance{
|
||||||
|
Bank: item.Bank,
|
||||||
|
OpeningBalance: item.OpeningBalance,
|
||||||
|
IncomingMutation: item.IncomingMutation,
|
||||||
|
OutgoingMutation: item.OutgoingMutation,
|
||||||
|
ClosingBalance: item.ClosingBalance,
|
||||||
|
Notes: item.Notes,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return &models.ExclusiveSummaryMonthlyResponse{
|
||||||
|
OrganizationID: req.OrganizationID,
|
||||||
|
OutletID: req.OutletID,
|
||||||
|
Month: monthStart.Format("2006-01"),
|
||||||
|
Summary: models.ExclusiveSummaryMonthlySummary{
|
||||||
|
TotalSales: fullPeriod.Summary.Sales,
|
||||||
|
HPP: fullPeriod.Summary.HPP,
|
||||||
|
GrossProfit: fullPeriod.Summary.GrossProfit,
|
||||||
|
OperationalExpensesTotal: fullPeriod.Summary.OperationalExpensesTotal,
|
||||||
|
TotalCost: fullPeriod.Summary.TotalCost,
|
||||||
|
NetProfit: fullPeriod.Summary.NetProfit,
|
||||||
|
NetProfitMargin: percentage(fullPeriod.Summary.NetProfit, fullPeriod.Summary.Sales),
|
||||||
|
},
|
||||||
|
Periods: periods,
|
||||||
|
BankBalance: bankBalance,
|
||||||
|
}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *AnalyticsProcessorImpl) GetExclusiveSummaryMTD(ctx context.Context, req *models.ExclusiveSummaryMTDRequest) (*models.ExclusiveSummaryPeriodResponse, error) {
|
||||||
|
mtdStart := time.Date(req.DateTo.Year(), req.DateTo.Month(), 1, 0, 0, 0, 0, req.DateTo.Location())
|
||||||
|
|
||||||
|
return p.buildExclusiveSummaryPeriod(ctx, &models.ExclusiveSummaryPeriodRequest{
|
||||||
|
OrganizationID: req.OrganizationID,
|
||||||
|
OutletID: req.OutletID,
|
||||||
|
DateFrom: mtdStart,
|
||||||
|
DateTo: req.DateTo,
|
||||||
|
ExcludeGajiStaffFromReimburse: req.ExcludeGajiStaffFromReimburse,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *AnalyticsProcessorImpl) buildExclusiveSummaryPeriod(ctx context.Context, req *models.ExclusiveSummaryPeriodRequest) (*models.ExclusiveSummaryPeriodResponse, error) {
|
||||||
|
result, err := p.analyticsRepo.GetExclusiveSummaryAnalytics(ctx, req.OrganizationID, req.OutletID, req.DateFrom, req.DateTo)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to get exclusive summary analytics: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
hppBreakdown, hppTotal := exclusiveSummaryCategoryBreakdown(result.HPPBreakdown)
|
||||||
|
operationalBreakdown, operationalTotal := exclusiveSummaryCategoryBreakdown(result.OperationalExpenseBreakdown)
|
||||||
|
salaryDW, salaryStaff, salaryOther := exclusiveSummarySalaryBreakdown(result.DailyTransactions)
|
||||||
|
salaryTotal := salaryDW + salaryStaff + salaryOther
|
||||||
|
otherOperationalExpenses := operationalTotal - salaryTotal
|
||||||
|
if otherOperationalExpenses < 0 {
|
||||||
|
otherOperationalExpenses = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
grossProfit := result.SalesTotal - hppTotal
|
||||||
|
totalCost := hppTotal + operationalTotal
|
||||||
|
netProfit := result.SalesTotal - totalCost
|
||||||
|
excludedSalaryStaff := 0.0
|
||||||
|
if req.ExcludeGajiStaffFromReimburse {
|
||||||
|
excludedSalaryStaff = salaryStaff
|
||||||
|
}
|
||||||
|
|
||||||
|
dailySummary := make([]models.ExclusiveSummaryDailySummary, len(result.DailySummary))
|
||||||
|
for i, item := range result.DailySummary {
|
||||||
|
dailySummary[i] = models.ExclusiveSummaryDailySummary{
|
||||||
|
Date: item.Date,
|
||||||
|
TransactionCount: item.TransactionCount,
|
||||||
|
TotalCost: item.TotalCost,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
dailyTransactions := make([]models.ExclusiveSummaryDailyTransaction, len(result.DailyTransactions))
|
||||||
|
for i, item := range result.DailyTransactions {
|
||||||
|
dailyTransactions[i] = models.ExclusiveSummaryDailyTransaction{
|
||||||
|
Date: item.Date,
|
||||||
|
CategoryCode: item.CategoryCode,
|
||||||
|
CategoryName: item.CategoryName,
|
||||||
|
Description: item.Description,
|
||||||
|
Amount: item.Amount,
|
||||||
|
Source: item.Source,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return &models.ExclusiveSummaryPeriodResponse{
|
||||||
|
OrganizationID: req.OrganizationID,
|
||||||
|
OutletID: req.OutletID,
|
||||||
|
Period: models.ExclusiveSummaryPeriodRange{
|
||||||
|
DateFrom: req.DateFrom,
|
||||||
|
DateTo: req.DateTo,
|
||||||
|
},
|
||||||
|
Summary: models.ExclusiveSummaryPeriodSummary{
|
||||||
|
Sales: result.SalesTotal,
|
||||||
|
HPP: hppTotal,
|
||||||
|
GrossProfit: grossProfit,
|
||||||
|
SalaryTotal: salaryTotal,
|
||||||
|
SalaryDW: salaryDW,
|
||||||
|
SalaryStaff: salaryStaff,
|
||||||
|
SalaryOther: salaryOther,
|
||||||
|
OtherOperationalExpenses: otherOperationalExpenses,
|
||||||
|
OperationalExpensesTotal: operationalTotal,
|
||||||
|
TotalCost: totalCost,
|
||||||
|
NetProfit: netProfit,
|
||||||
|
},
|
||||||
|
Reimburse: models.ExclusiveSummaryReimburse{
|
||||||
|
TotalCost: totalCost,
|
||||||
|
ExcludedSalaryStaff: excludedSalaryStaff,
|
||||||
|
TotalReimburse: totalCost - excludedSalaryStaff,
|
||||||
|
},
|
||||||
|
HPPBreakdown: hppBreakdown,
|
||||||
|
OperationalExpenseBreakdown: operationalBreakdown,
|
||||||
|
DailySummary: dailySummary,
|
||||||
|
DailyTransactions: dailyTransactions,
|
||||||
|
}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func exclusiveSummaryCategoryBreakdown(items []entities.ExclusiveSummaryCategoryTotal) ([]models.ExclusiveSummaryCategoryBreakdown, float64) {
|
||||||
|
var total float64
|
||||||
|
for _, item := range items {
|
||||||
|
total += item.Amount
|
||||||
|
}
|
||||||
|
|
||||||
|
breakdown := make([]models.ExclusiveSummaryCategoryBreakdown, len(items))
|
||||||
|
for i, item := range items {
|
||||||
|
breakdown[i] = models.ExclusiveSummaryCategoryBreakdown{
|
||||||
|
CategoryCode: item.CategoryCode,
|
||||||
|
CategoryName: item.CategoryName,
|
||||||
|
Amount: item.Amount,
|
||||||
|
Percentage: percentage(item.Amount, total),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return breakdown, total
|
||||||
|
}
|
||||||
|
|
||||||
|
func exclusiveSummarySalaryBreakdown(transactions []entities.ExclusiveSummaryDailyTransaction) (float64, float64, float64) {
|
||||||
|
var salaryDW float64
|
||||||
|
var salaryStaff float64
|
||||||
|
var salaryOther float64
|
||||||
|
|
||||||
|
for _, transaction := range transactions {
|
||||||
|
if !isExclusiveSummarySalary(transaction.CategoryCode, transaction.CategoryName, transaction.Description) {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
classification := strings.ToLower(transaction.CategoryCode + " " + transaction.CategoryName + " " + transaction.Description)
|
||||||
|
switch {
|
||||||
|
case strings.Contains(classification, "staff") || strings.Contains(classification, "kary") || strings.Contains(classification, "karyawan"):
|
||||||
|
salaryStaff += transaction.Amount
|
||||||
|
case strings.Contains(classification, "dw"):
|
||||||
|
salaryDW += transaction.Amount
|
||||||
|
default:
|
||||||
|
salaryOther += transaction.Amount
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return salaryDW, salaryStaff, salaryOther
|
||||||
|
}
|
||||||
|
|
||||||
|
func isExclusiveSummarySalary(parts ...string) bool {
|
||||||
|
text := strings.ToLower(strings.Join(parts, " "))
|
||||||
|
return strings.Contains(text, "gaji") || strings.Contains(text, "salary")
|
||||||
|
}
|
||||||
|
|
||||||
|
func percentage(numerator, denominator float64) float64 {
|
||||||
|
if denominator == 0 {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
return (numerator / denominator) * 100
|
||||||
|
}
|
||||||
|
|
||||||
|
type exclusiveSummaryMonthlyBucket struct {
|
||||||
|
Label string
|
||||||
|
DateFrom time.Time
|
||||||
|
DateTo time.Time
|
||||||
|
}
|
||||||
|
|
||||||
|
func buildExclusiveSummaryMonthlyBuckets(monthStart time.Time) []exclusiveSummaryMonthlyBucket {
|
||||||
|
monthEnd := monthStart.AddDate(0, 1, 0).Add(-time.Nanosecond)
|
||||||
|
buckets := make([]exclusiveSummaryMonthlyBucket, 0, 6)
|
||||||
|
currentStart := monthStart
|
||||||
|
|
||||||
|
for !currentStart.After(monthEnd) {
|
||||||
|
currentEnd := currentStart
|
||||||
|
for currentEnd.Weekday() != time.Sunday && currentEnd.Day() < monthEnd.Day() {
|
||||||
|
currentEnd = currentEnd.AddDate(0, 0, 1)
|
||||||
|
}
|
||||||
|
|
||||||
|
bucketEnd := time.Date(currentEnd.Year(), currentEnd.Month(), currentEnd.Day(), 23, 59, 59, int(time.Second-time.Nanosecond), currentEnd.Location())
|
||||||
|
if bucketEnd.After(monthEnd) {
|
||||||
|
bucketEnd = monthEnd
|
||||||
|
}
|
||||||
|
|
||||||
|
buckets = append(buckets, exclusiveSummaryMonthlyBucket{
|
||||||
|
Label: fmt.Sprintf("%d - %d %s", currentStart.Day(), bucketEnd.Day(), indonesianMonthName(currentStart.Month())),
|
||||||
|
DateFrom: currentStart,
|
||||||
|
DateTo: bucketEnd,
|
||||||
|
})
|
||||||
|
|
||||||
|
currentStart = time.Date(bucketEnd.Year(), bucketEnd.Month(), bucketEnd.Day(), 0, 0, 0, 0, bucketEnd.Location()).AddDate(0, 0, 1)
|
||||||
|
}
|
||||||
|
|
||||||
|
return buckets
|
||||||
|
}
|
||||||
|
|
||||||
|
func indonesianMonthName(month time.Month) string {
|
||||||
|
names := map[time.Month]string{
|
||||||
|
time.January: "Januari",
|
||||||
|
time.February: "Februari",
|
||||||
|
time.March: "Maret",
|
||||||
|
time.April: "April",
|
||||||
|
time.May: "Mei",
|
||||||
|
time.June: "Juni",
|
||||||
|
time.July: "Juli",
|
||||||
|
time.August: "Agustus",
|
||||||
|
time.September: "September",
|
||||||
|
time.October: "Oktober",
|
||||||
|
time.November: "November",
|
||||||
|
time.December: "Desember",
|
||||||
|
}
|
||||||
|
return names[month]
|
||||||
|
}
|
||||||
|
|||||||
@@ -14,6 +14,13 @@ import (
|
|||||||
|
|
||||||
type analyticsRepositoryStub struct {
|
type analyticsRepositoryStub struct {
|
||||||
purchasingResult *entities.PurchasingAnalytics
|
purchasingResult *entities.PurchasingAnalytics
|
||||||
|
profitLossResult *entities.ProfitLossAnalytics
|
||||||
|
exclusiveSummaryResults []*entities.ExclusiveSummaryAnalytics
|
||||||
|
bankBalances []entities.ExclusiveSummaryBankBalance
|
||||||
|
profitLossGroup string
|
||||||
|
exclusiveSummaryCalls int
|
||||||
|
exclusiveSummaryFrom []time.Time
|
||||||
|
exclusiveSummaryTo []time.Time
|
||||||
}
|
}
|
||||||
|
|
||||||
func (analyticsRepositoryStub) GetPaymentMethodAnalytics(context.Context, uuid.UUID, *uuid.UUID, time.Time, time.Time) ([]*entities.PaymentMethodAnalytics, error) {
|
func (analyticsRepositoryStub) GetPaymentMethodAnalytics(context.Context, uuid.UUID, *uuid.UUID, time.Time, time.Time) ([]*entities.PaymentMethodAnalytics, error) {
|
||||||
@@ -40,22 +47,75 @@ func (analyticsRepositoryStub) GetDashboardOverview(context.Context, uuid.UUID,
|
|||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (analyticsRepositoryStub) GetProfitLossAnalytics(context.Context, uuid.UUID, *uuid.UUID, time.Time, time.Time, string) (*entities.ProfitLossAnalytics, error) {
|
func (s analyticsRepositoryStub) GetProfitLossAnalytics(_ context.Context, _ uuid.UUID, _ *uuid.UUID, _, _ time.Time, groupBy string) (*entities.ProfitLossAnalytics, error) {
|
||||||
|
s.profitLossGroup = groupBy
|
||||||
|
return s.profitLossResult, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *analyticsRepositoryStub) GetExclusiveSummaryAnalytics(_ context.Context, _ uuid.UUID, _ *uuid.UUID, dateFrom, dateTo time.Time) (*entities.ExclusiveSummaryAnalytics, error) {
|
||||||
|
s.exclusiveSummaryFrom = append(s.exclusiveSummaryFrom, dateFrom)
|
||||||
|
s.exclusiveSummaryTo = append(s.exclusiveSummaryTo, dateTo)
|
||||||
|
if s.exclusiveSummaryCalls < len(s.exclusiveSummaryResults) {
|
||||||
|
result := s.exclusiveSummaryResults[s.exclusiveSummaryCalls]
|
||||||
|
s.exclusiveSummaryCalls++
|
||||||
|
return result, nil
|
||||||
|
}
|
||||||
|
s.exclusiveSummaryCalls++
|
||||||
|
return &entities.ExclusiveSummaryAnalytics{}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *analyticsRepositoryStub) GetExclusiveSummaryBankBalances(context.Context, uuid.UUID, *uuid.UUID) ([]entities.ExclusiveSummaryBankBalance, error) {
|
||||||
|
return s.bankBalances, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
type expenseRepositoryStub struct{}
|
||||||
|
|
||||||
|
func (expenseRepositoryStub) Create(context.Context, *entities.Expense) error { return nil }
|
||||||
|
func (expenseRepositoryStub) GetByID(context.Context, uuid.UUID) (*entities.Expense, error) {
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
func (expenseRepositoryStub) GetByIDAndOrganizationID(context.Context, uuid.UUID, uuid.UUID) (*entities.Expense, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
func (expenseRepositoryStub) Update(context.Context, *entities.Expense) error { return nil }
|
||||||
|
func (expenseRepositoryStub) Delete(context.Context, uuid.UUID) error { return nil }
|
||||||
|
func (expenseRepositoryStub) List(context.Context, uuid.UUID, map[string]interface{}, int, int) ([]*entities.Expense, int64, error) {
|
||||||
|
return nil, 0, nil
|
||||||
|
}
|
||||||
|
func (expenseRepositoryStub) GetAnalytics(context.Context, uuid.UUID, *uuid.UUID, time.Time, time.Time, string) (*entities.ExpenseAnalytics, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
func (expenseRepositoryStub) CreateItem(context.Context, *entities.ExpenseItem) error { return nil }
|
||||||
|
func (expenseRepositoryStub) DeleteItemsByExpenseID(context.Context, uuid.UUID) error { return nil }
|
||||||
|
|
||||||
func TestAnalyticsProcessorGetPurchasingAnalyticsPassesOutletName(t *testing.T) {
|
func TestAnalyticsProcessorGetPurchasingAnalyticsPassesOutletName(t *testing.T) {
|
||||||
outletID := uuid.New()
|
outletID := uuid.New()
|
||||||
outletName := "Main Outlet"
|
outletName := "Main Outlet"
|
||||||
now := time.Date(2026, 5, 1, 0, 0, 0, 0, time.UTC)
|
now := time.Date(2026, 5, 1, 0, 0, 0, 0, time.UTC)
|
||||||
processor := NewAnalyticsProcessorImpl(analyticsRepositoryStub{
|
processor := NewAnalyticsProcessorImpl(&analyticsRepositoryStub{
|
||||||
purchasingResult: &entities.PurchasingAnalytics{
|
purchasingResult: &entities.PurchasingAnalytics{
|
||||||
OutletName: &outletName,
|
OutletName: &outletName,
|
||||||
Summary: entities.PurchasingSummary{
|
Summary: entities.PurchasingSummary{
|
||||||
TotalPurchases: 125,
|
TotalPurchases: 300,
|
||||||
|
RawMaterialPurchases: 125,
|
||||||
|
ExpensePurchases: 175,
|
||||||
|
TotalPurchaseOrders: 3,
|
||||||
|
RawMaterialPurchaseOrders: 1,
|
||||||
|
ExpenseCount: 2,
|
||||||
|
},
|
||||||
|
Data: []entities.PurchasingAnalyticsData{
|
||||||
|
{
|
||||||
|
Date: now,
|
||||||
|
Purchases: 300,
|
||||||
|
RawMaterialPurchases: 125,
|
||||||
|
ExpensePurchases: 175,
|
||||||
|
PurchaseOrders: 3,
|
||||||
|
RawMaterialPurchaseOrders: 1,
|
||||||
|
ExpenseCount: 2,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
},
|
||||||
|
}, expenseRepositoryStub{})
|
||||||
|
|
||||||
result, err := processor.GetPurchasingAnalytics(context.Background(), &models.PurchasingAnalyticsRequest{
|
result, err := processor.GetPurchasingAnalytics(context.Background(), &models.PurchasingAnalyticsRequest{
|
||||||
OrganizationID: uuid.New(),
|
OrganizationID: uuid.New(),
|
||||||
@@ -69,5 +129,320 @@ func TestAnalyticsProcessorGetPurchasingAnalyticsPassesOutletName(t *testing.T)
|
|||||||
require.Equal(t, &outletID, result.OutletID)
|
require.Equal(t, &outletID, result.OutletID)
|
||||||
require.NotNil(t, result.OutletName)
|
require.NotNil(t, result.OutletName)
|
||||||
require.Equal(t, outletName, *result.OutletName)
|
require.Equal(t, outletName, *result.OutletName)
|
||||||
require.Equal(t, float64(125), result.Summary.TotalPurchases)
|
require.Equal(t, float64(300), result.Summary.TotalPurchases)
|
||||||
|
require.Equal(t, float64(125), result.Summary.RawMaterialPurchases)
|
||||||
|
require.Equal(t, float64(175), result.Summary.ExpensePurchases)
|
||||||
|
require.Equal(t, int64(3), result.Summary.TotalPurchaseOrders)
|
||||||
|
require.Equal(t, int64(1), result.Summary.RawMaterialPurchaseOrders)
|
||||||
|
require.Equal(t, int64(2), result.Summary.ExpenseCount)
|
||||||
|
require.Len(t, result.Data, 1)
|
||||||
|
require.Equal(t, float64(300), result.Data[0].Purchases)
|
||||||
|
require.Equal(t, float64(125), result.Data[0].RawMaterialPurchases)
|
||||||
|
require.Equal(t, float64(175), result.Data[0].ExpensePurchases)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestAnalyticsProcessorGetProfitLossAnalyticsMapsOverviewAndReportFields(t *testing.T) {
|
||||||
|
productID := uuid.New()
|
||||||
|
categoryID := uuid.New()
|
||||||
|
now := time.Date(2026, 5, 1, 0, 0, 0, 0, time.UTC)
|
||||||
|
processor := NewAnalyticsProcessorImpl(&analyticsRepositoryStub{
|
||||||
|
profitLossResult: &entities.ProfitLossAnalytics{
|
||||||
|
Summary: entities.ProfitLossSummary{
|
||||||
|
TotalRevenue: 1000,
|
||||||
|
TotalCost: 400,
|
||||||
|
GrossProfit: 600,
|
||||||
|
GrossProfitMargin: 60,
|
||||||
|
TotalTax: 50,
|
||||||
|
TotalDiscount: 25,
|
||||||
|
NetProfit: 575,
|
||||||
|
NetProfitMargin: 57.5,
|
||||||
|
TotalOrders: 10,
|
||||||
|
AverageProfit: 57.5,
|
||||||
|
ProfitabilityRatio: 150,
|
||||||
|
},
|
||||||
|
Data: []entities.ProfitLossData{
|
||||||
|
{
|
||||||
|
Date: now,
|
||||||
|
Revenue: 1000,
|
||||||
|
Cost: 400,
|
||||||
|
GrossProfit: 600,
|
||||||
|
GrossProfitMargin: 60,
|
||||||
|
Tax: 50,
|
||||||
|
Discount: 25,
|
||||||
|
NetProfit: 575,
|
||||||
|
NetProfitMargin: 57.5,
|
||||||
|
Orders: 10,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
ProductData: []entities.ProductProfitData{
|
||||||
|
{
|
||||||
|
ProductID: productID,
|
||||||
|
ProductName: "Nasi",
|
||||||
|
CategoryID: categoryID,
|
||||||
|
CategoryName: "Food",
|
||||||
|
QuantitySold: 5,
|
||||||
|
Revenue: 500,
|
||||||
|
Cost: 200,
|
||||||
|
GrossProfit: 300,
|
||||||
|
GrossProfitMargin: 60,
|
||||||
|
AveragePrice: 100,
|
||||||
|
AverageCost: 40,
|
||||||
|
ProfitPerUnit: 60,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
TodayRevenue: 1000,
|
||||||
|
TodayCost: 400,
|
||||||
|
MtdRevenue: 2000,
|
||||||
|
MtdCost: 800,
|
||||||
|
},
|
||||||
|
}, expenseRepositoryStub{})
|
||||||
|
|
||||||
|
result, err := processor.GetProfitLossAnalytics(context.Background(), &models.ProfitLossAnalyticsRequest{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
DateFrom: now,
|
||||||
|
DateTo: now,
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.NotNil(t, result)
|
||||||
|
require.Equal(t, "day", result.GroupBy)
|
||||||
|
require.Equal(t, float64(1000), result.Summary.TotalRevenue)
|
||||||
|
require.Len(t, result.Data, 1)
|
||||||
|
require.Equal(t, float64(575), result.Data[0].NetProfit)
|
||||||
|
require.Len(t, result.ProductData, 1)
|
||||||
|
require.Equal(t, productID, result.ProductData[0].ProductID)
|
||||||
|
require.NotEmpty(t, result.MainSummary)
|
||||||
|
require.Equal(t, "total_omset", result.MainSummary[0].ID)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestAnalyticsProcessorGetProfitLossAnalyticsDynamicExpenseCategories(t *testing.T) {
|
||||||
|
now := time.Date(2026, 5, 1, 0, 0, 0, 0, time.UTC)
|
||||||
|
processor := NewAnalyticsProcessorImpl(&analyticsRepositoryStub{
|
||||||
|
profitLossResult: &entities.ProfitLossAnalytics{
|
||||||
|
Summary: entities.ProfitLossSummary{
|
||||||
|
TotalRevenue: 10000,
|
||||||
|
TotalCost: 4000,
|
||||||
|
},
|
||||||
|
TodayRevenue: 10000,
|
||||||
|
TodayCost: 4000,
|
||||||
|
MtdRevenue: 20000,
|
||||||
|
MtdCost: 8000,
|
||||||
|
TodayExpenseByCategory: []entities.ExpenseCategoryTotal{
|
||||||
|
{CategoryName: "Gaji", Amount: 1500},
|
||||||
|
{CategoryName: "Promosi", Amount: 300},
|
||||||
|
{CategoryName: "Sewa", Amount: 500},
|
||||||
|
},
|
||||||
|
MtdExpenseByCategory: []entities.ExpenseCategoryTotal{
|
||||||
|
{CategoryName: "Gaji", Amount: 3000},
|
||||||
|
{CategoryName: "Promosi", Amount: 600},
|
||||||
|
{CategoryName: "Sewa", Amount: 1000},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}, expenseRepositoryStub{})
|
||||||
|
|
||||||
|
result, err := processor.GetProfitLossAnalytics(context.Background(), &models.ProfitLossAnalyticsRequest{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
DateFrom: now,
|
||||||
|
DateTo: now,
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.NotNil(t, result)
|
||||||
|
|
||||||
|
require.Len(t, result.MainSummary, 7)
|
||||||
|
|
||||||
|
require.Equal(t, "total_omset", result.MainSummary[0].ID)
|
||||||
|
require.Equal(t, float64(10000), result.MainSummary[0].TodayNominal)
|
||||||
|
require.Equal(t, float64(20000), result.MainSummary[0].MtdNominal)
|
||||||
|
|
||||||
|
require.Equal(t, "hpp", result.MainSummary[1].ID)
|
||||||
|
require.Equal(t, float64(4000), result.MainSummary[1].TodayNominal)
|
||||||
|
require.Equal(t, float64(8000), result.MainSummary[1].MtdNominal)
|
||||||
|
|
||||||
|
require.Equal(t, "laba_kotor", result.MainSummary[2].ID)
|
||||||
|
require.Equal(t, float64(6000), result.MainSummary[2].TodayNominal)
|
||||||
|
require.Equal(t, float64(12000), result.MainSummary[2].MtdNominal)
|
||||||
|
|
||||||
|
require.Equal(t, "biaya_ops", result.MainSummary[3].ID)
|
||||||
|
require.Equal(t, float64(800), result.MainSummary[3].TodayNominal)
|
||||||
|
require.Equal(t, float64(1600), result.MainSummary[3].MtdNominal)
|
||||||
|
require.Len(t, result.MainSummary[3].SubItems, 3) // 2 operational categories + 1 total
|
||||||
|
|
||||||
|
require.Equal(t, "by_promosi", result.MainSummary[3].SubItems[0].ID)
|
||||||
|
require.Equal(t, float64(300), result.MainSummary[3].SubItems[0].TodayNominal)
|
||||||
|
require.Equal(t, float64(600), result.MainSummary[3].SubItems[0].MtdNominal)
|
||||||
|
|
||||||
|
require.Equal(t, "by_sewa", result.MainSummary[3].SubItems[1].ID)
|
||||||
|
require.Equal(t, float64(500), result.MainSummary[3].SubItems[1].TodayNominal)
|
||||||
|
require.Equal(t, float64(1000), result.MainSummary[3].SubItems[1].MtdNominal)
|
||||||
|
|
||||||
|
require.Equal(t, "total_biaya_ops", result.MainSummary[3].SubItems[2].ID)
|
||||||
|
require.True(t, result.MainSummary[3].SubItems[2].IsBold)
|
||||||
|
require.Equal(t, float64(800), result.MainSummary[3].SubItems[2].TodayNominal)
|
||||||
|
require.Equal(t, float64(1600), result.MainSummary[3].SubItems[2].MtdNominal)
|
||||||
|
|
||||||
|
require.Equal(t, "laba_rugi_sblm_gaji", result.MainSummary[4].ID)
|
||||||
|
require.Equal(t, float64(5200), result.MainSummary[4].TodayNominal)
|
||||||
|
require.Equal(t, float64(10400), result.MainSummary[4].MtdNominal)
|
||||||
|
|
||||||
|
require.Equal(t, "biaya_gaji", result.MainSummary[5].ID)
|
||||||
|
require.Equal(t, float64(1500), result.MainSummary[5].TodayNominal)
|
||||||
|
require.Equal(t, float64(3000), result.MainSummary[5].MtdNominal)
|
||||||
|
|
||||||
|
require.Equal(t, "laba_rugi", result.MainSummary[6].ID)
|
||||||
|
require.Equal(t, float64(3700), result.MainSummary[6].TodayNominal)
|
||||||
|
require.Equal(t, float64(7400), result.MainSummary[6].MtdNominal)
|
||||||
|
require.True(t, result.MainSummary[6].IsBold)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestAnalyticsProcessorGetExclusiveSummaryPeriodCalculatesTotalsAndReimburse(t *testing.T) {
|
||||||
|
now := time.Date(2026, 5, 26, 0, 0, 0, 0, time.UTC)
|
||||||
|
processor := NewAnalyticsProcessorImpl(&analyticsRepositoryStub{
|
||||||
|
exclusiveSummaryResults: []*entities.ExclusiveSummaryAnalytics{
|
||||||
|
{
|
||||||
|
SalesTotal: 1000,
|
||||||
|
HPPBreakdown: []entities.ExclusiveSummaryCategoryTotal{
|
||||||
|
{CategoryCode: "RAW", CategoryName: "Raw", Amount: 400},
|
||||||
|
},
|
||||||
|
OperationalExpenseBreakdown: []entities.ExclusiveSummaryCategoryTotal{
|
||||||
|
{CategoryCode: "GAJI", CategoryName: "Gaji", Amount: 250},
|
||||||
|
{CategoryCode: "OPS", CategoryName: "Operasional", Amount: 100},
|
||||||
|
},
|
||||||
|
DailySummary: []entities.ExclusiveSummaryDailySummary{
|
||||||
|
{Date: now, TransactionCount: 3, TotalCost: 750},
|
||||||
|
},
|
||||||
|
DailyTransactions: []entities.ExclusiveSummaryDailyTransaction{
|
||||||
|
{Date: now, CategoryCode: "RAW", CategoryName: "Raw", Description: "beras", Amount: 400, Source: "purchase_order"},
|
||||||
|
{Date: now, CategoryCode: "GAJI", CategoryName: "Gaji", Description: "gaji karyawan", Amount: 200, Source: "purchase_order"},
|
||||||
|
{Date: now, CategoryCode: "GAJI", CategoryName: "Gaji", Description: "DW", Amount: 50, Source: "purchase_order"},
|
||||||
|
{Date: now, CategoryCode: "OPS", CategoryName: "Operasional", Description: "atk", Amount: 100, Source: "purchase_order"},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}, expenseRepositoryStub{})
|
||||||
|
|
||||||
|
result, err := processor.GetExclusiveSummaryPeriod(context.Background(), &models.ExclusiveSummaryPeriodRequest{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
DateFrom: now,
|
||||||
|
DateTo: now,
|
||||||
|
ExcludeGajiStaffFromReimburse: true,
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.NotNil(t, result)
|
||||||
|
require.Equal(t, float64(1000), result.Summary.Sales)
|
||||||
|
require.Equal(t, float64(400), result.Summary.HPP)
|
||||||
|
require.Equal(t, float64(600), result.Summary.GrossProfit)
|
||||||
|
require.Equal(t, float64(350), result.Summary.OperationalExpensesTotal)
|
||||||
|
require.Equal(t, float64(750), result.Summary.TotalCost)
|
||||||
|
require.Equal(t, float64(250), result.Summary.NetProfit)
|
||||||
|
require.Equal(t, float64(250), result.Summary.SalaryTotal)
|
||||||
|
require.Equal(t, float64(50), result.Summary.SalaryDW)
|
||||||
|
require.Equal(t, float64(200), result.Summary.SalaryStaff)
|
||||||
|
require.Equal(t, float64(100), result.Summary.OtherOperationalExpenses)
|
||||||
|
require.Equal(t, float64(200), result.Reimburse.ExcludedSalaryStaff)
|
||||||
|
require.Equal(t, float64(550), result.Reimburse.TotalReimburse)
|
||||||
|
require.Len(t, result.HPPBreakdown, 1)
|
||||||
|
require.Equal(t, float64(100), result.HPPBreakdown[0].Percentage)
|
||||||
|
require.Len(t, result.DailySummary, 1)
|
||||||
|
require.Len(t, result.DailyTransactions, 4)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestAnalyticsProcessorGetExclusiveSummaryMonthlyBuildsSummaryAndBuckets(t *testing.T) {
|
||||||
|
location, err := time.LoadLocation("Asia/Jakarta")
|
||||||
|
require.NoError(t, err)
|
||||||
|
month := time.Date(2026, 5, 1, 0, 0, 0, 0, location)
|
||||||
|
openingBalance := 5000000.0
|
||||||
|
closingBalance := 5000000.0
|
||||||
|
notes := "Main cash account for daily transactions"
|
||||||
|
stub := &analyticsRepositoryStub{
|
||||||
|
exclusiveSummaryResults: []*entities.ExclusiveSummaryAnalytics{
|
||||||
|
{SalesTotal: 1000, HPPBreakdown: []entities.ExclusiveSummaryCategoryTotal{{Amount: 400}}, OperationalExpenseBreakdown: []entities.ExclusiveSummaryCategoryTotal{{Amount: 100}}},
|
||||||
|
{SalesTotal: 100, HPPBreakdown: []entities.ExclusiveSummaryCategoryTotal{{Amount: 40}}},
|
||||||
|
{SalesTotal: 200, HPPBreakdown: []entities.ExclusiveSummaryCategoryTotal{{Amount: 80}}},
|
||||||
|
{SalesTotal: 300, HPPBreakdown: []entities.ExclusiveSummaryCategoryTotal{{Amount: 120}}},
|
||||||
|
{SalesTotal: 400, HPPBreakdown: []entities.ExclusiveSummaryCategoryTotal{{Amount: 160}}},
|
||||||
|
{SalesTotal: 500, HPPBreakdown: []entities.ExclusiveSummaryCategoryTotal{{Amount: 200}}},
|
||||||
|
},
|
||||||
|
bankBalances: []entities.ExclusiveSummaryBankBalance{
|
||||||
|
{Bank: "Cash and Bank", OpeningBalance: &openingBalance, ClosingBalance: &closingBalance, Notes: ¬es},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
processor := NewAnalyticsProcessorImpl(stub, expenseRepositoryStub{})
|
||||||
|
|
||||||
|
result, err := processor.GetExclusiveSummaryMonthly(context.Background(), &models.ExclusiveSummaryMonthlyRequest{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
Month: month,
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.NotNil(t, result)
|
||||||
|
require.Equal(t, "2026-05", result.Month)
|
||||||
|
require.Equal(t, float64(1000), result.Summary.TotalSales)
|
||||||
|
require.Equal(t, float64(400), result.Summary.HPP)
|
||||||
|
require.Equal(t, float64(500), result.Summary.NetProfit)
|
||||||
|
require.InDelta(t, float64(50), result.Summary.NetProfitMargin, 0.0001)
|
||||||
|
require.Len(t, result.Periods, 5)
|
||||||
|
require.Equal(t, "1 - 3 Mei", result.Periods[0].Label)
|
||||||
|
require.Equal(t, "25 - 31 Mei", result.Periods[4].Label)
|
||||||
|
require.Len(t, result.BankBalance, 1)
|
||||||
|
require.Equal(t, "Cash and Bank", result.BankBalance[0].Bank)
|
||||||
|
require.NotNil(t, result.BankBalance[0].OpeningBalance)
|
||||||
|
require.Equal(t, openingBalance, *result.BankBalance[0].OpeningBalance)
|
||||||
|
require.NotNil(t, result.BankBalance[0].ClosingBalance)
|
||||||
|
require.Equal(t, closingBalance, *result.BankBalance[0].ClosingBalance)
|
||||||
|
require.Nil(t, result.BankBalance[0].IncomingMutation)
|
||||||
|
require.Nil(t, result.BankBalance[0].OutgoingMutation)
|
||||||
|
require.NotNil(t, result.BankBalance[0].Notes)
|
||||||
|
require.Equal(t, notes, *result.BankBalance[0].Notes)
|
||||||
|
require.Equal(t, 6, stub.exclusiveSummaryCalls)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestAnalyticsProcessorGetExclusiveSummaryMTDBuildsMonthToDateBreakdown(t *testing.T) {
|
||||||
|
location, err := time.LoadLocation("Asia/Jakarta")
|
||||||
|
require.NoError(t, err)
|
||||||
|
dateTo := time.Date(2026, 6, 18, 23, 59, 59, int(time.Second-time.Nanosecond), location)
|
||||||
|
stub := &analyticsRepositoryStub{
|
||||||
|
exclusiveSummaryResults: []*entities.ExclusiveSummaryAnalytics{
|
||||||
|
{
|
||||||
|
SalesTotal: 1000,
|
||||||
|
HPPBreakdown: []entities.ExclusiveSummaryCategoryTotal{
|
||||||
|
{CategoryCode: "RAW", CategoryName: "Raw Material", Amount: 400},
|
||||||
|
},
|
||||||
|
OperationalExpenseBreakdown: []entities.ExclusiveSummaryCategoryTotal{
|
||||||
|
{CategoryCode: "OPS", CategoryName: "Operational", Amount: 100},
|
||||||
|
},
|
||||||
|
DailySummary: []entities.ExclusiveSummaryDailySummary{
|
||||||
|
{Date: dateTo, TransactionCount: 2, TotalCost: 500},
|
||||||
|
},
|
||||||
|
DailyTransactions: []entities.ExclusiveSummaryDailyTransaction{
|
||||||
|
{Date: dateTo, CategoryCode: "RAW", CategoryName: "Raw Material", Description: "beras", Amount: 400, Source: "purchase_order"},
|
||||||
|
{Date: dateTo, CategoryCode: "OPS", CategoryName: "Operational", Description: "atk", Amount: 100, Source: "expense"},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
processor := NewAnalyticsProcessorImpl(stub, expenseRepositoryStub{})
|
||||||
|
|
||||||
|
result, err := processor.GetExclusiveSummaryMTD(context.Background(), &models.ExclusiveSummaryMTDRequest{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
DateTo: dateTo,
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.NotNil(t, result)
|
||||||
|
require.Len(t, stub.exclusiveSummaryFrom, 1)
|
||||||
|
require.Equal(t, time.Date(2026, 6, 1, 0, 0, 0, 0, location), stub.exclusiveSummaryFrom[0])
|
||||||
|
require.Equal(t, dateTo, stub.exclusiveSummaryTo[0])
|
||||||
|
require.Equal(t, stub.exclusiveSummaryFrom[0], result.Period.DateFrom)
|
||||||
|
require.Equal(t, dateTo, result.Period.DateTo)
|
||||||
|
require.Equal(t, float64(1000), result.Summary.Sales)
|
||||||
|
require.Equal(t, float64(400), result.Summary.HPP)
|
||||||
|
require.Equal(t, float64(500), result.Summary.TotalCost)
|
||||||
|
require.Equal(t, float64(500), result.Summary.NetProfit)
|
||||||
|
require.Len(t, result.HPPBreakdown, 1)
|
||||||
|
require.Equal(t, float64(100), result.HPPBreakdown[0].Percentage)
|
||||||
|
require.Len(t, result.OperationalExpenseBreakdown, 1)
|
||||||
|
require.Len(t, result.DailySummary, 1)
|
||||||
|
require.Len(t, result.DailyTransactions, 2)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,352 @@
|
|||||||
|
package processor
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"fmt"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/constants"
|
||||||
|
"apskel-pos-be/internal/entities"
|
||||||
|
"apskel-pos-be/internal/mappers"
|
||||||
|
"apskel-pos-be/internal/models"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
)
|
||||||
|
|
||||||
|
type ExpenseProcessor interface {
|
||||||
|
CreateExpense(ctx context.Context, organizationID uuid.UUID, req *models.CreateExpenseRequest) (*models.ExpenseResponse, error)
|
||||||
|
UpdateExpense(ctx context.Context, id, organizationID uuid.UUID, req *models.UpdateExpenseRequest) (*models.ExpenseResponse, error)
|
||||||
|
DeleteExpense(ctx context.Context, id, organizationID uuid.UUID) error
|
||||||
|
GetExpenseByID(ctx context.Context, id, organizationID uuid.UUID) (*models.ExpenseResponse, error)
|
||||||
|
ListExpenses(ctx context.Context, organizationID uuid.UUID, filters map[string]interface{}, page, limit int) ([]*models.ExpenseResponse, int, error)
|
||||||
|
GetExpenseAnalytics(ctx context.Context, req *models.ExpenseAnalyticsRequest) (*models.ExpenseAnalyticsResponse, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseProcessorImpl struct {
|
||||||
|
expenseRepo ExpenseRepository
|
||||||
|
purchaseCategoryRepo PurchaseCategoryRepository
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewExpenseProcessorImpl(expenseRepo ExpenseRepository, purchaseCategoryRepo PurchaseCategoryRepository) *ExpenseProcessorImpl {
|
||||||
|
return &ExpenseProcessorImpl{
|
||||||
|
expenseRepo: expenseRepo,
|
||||||
|
purchaseCategoryRepo: purchaseCategoryRepo,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *ExpenseProcessorImpl) CreateExpense(ctx context.Context, organizationID uuid.UUID, req *models.CreateExpenseRequest) (*models.ExpenseResponse, error) {
|
||||||
|
outletID, err := uuid.Parse(req.OutletID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("invalid outlet_id: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
transactionDate, err := time.Parse("2006-01-02", req.TransactionDate)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("invalid transaction_date format, expected YYYY-MM-DD: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
status := string(constants.ExpenseStatusDraft)
|
||||||
|
if req.Status != nil {
|
||||||
|
status = *req.Status
|
||||||
|
}
|
||||||
|
|
||||||
|
items := make([]entities.ExpenseItem, len(req.Items))
|
||||||
|
for i, itemReq := range req.Items {
|
||||||
|
chartOfAccountID, err := uuid.Parse(itemReq.ChartOfAccountID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("invalid chart_of_account_id for item: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
purchaseCategoryID, err := uuid.Parse(itemReq.PurchaseCategoryID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("invalid purchase_category_id for item: %w", err)
|
||||||
|
}
|
||||||
|
if err := p.validateExpensePurchaseCategory(ctx, purchaseCategoryID, organizationID); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
items[i] = entities.ExpenseItem{
|
||||||
|
ChartOfAccountID: chartOfAccountID,
|
||||||
|
PurchaseCategoryID: purchaseCategoryID,
|
||||||
|
Item: itemReq.Item,
|
||||||
|
Description: itemReq.Description,
|
||||||
|
Amount: itemReq.Amount,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
expenseEntity := &entities.Expense{
|
||||||
|
OrganizationID: organizationID,
|
||||||
|
OutletID: outletID,
|
||||||
|
Receiver: req.Receiver,
|
||||||
|
TransactionDate: transactionDate,
|
||||||
|
CodeNumber: req.CodeNumber,
|
||||||
|
Status: status,
|
||||||
|
Description: req.Description,
|
||||||
|
Tax: req.Tax,
|
||||||
|
Total: req.Total,
|
||||||
|
}
|
||||||
|
|
||||||
|
err = p.expenseRepo.Create(ctx, expenseEntity)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to create expense: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
for i := range items {
|
||||||
|
items[i].ExpenseID = expenseEntity.ID
|
||||||
|
|
||||||
|
err = p.expenseRepo.CreateItem(ctx, &items[i])
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to create expense item: %w", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
created, err := p.expenseRepo.GetByID(ctx, expenseEntity.ID)
|
||||||
|
if err != nil {
|
||||||
|
return mappers.ExpenseEntityToResponse(expenseEntity), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return mappers.ExpenseEntityToResponse(created), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *ExpenseProcessorImpl) UpdateExpense(ctx context.Context, id, organizationID uuid.UUID, req *models.UpdateExpenseRequest) (*models.ExpenseResponse, error) {
|
||||||
|
expenseEntity, err := p.expenseRepo.GetByIDAndOrganizationID(ctx, id, organizationID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("expense not found: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Receiver != nil {
|
||||||
|
expenseEntity.Receiver = *req.Receiver
|
||||||
|
}
|
||||||
|
if req.TransactionDate != nil {
|
||||||
|
parsedDate, err := time.Parse("2006-01-02", *req.TransactionDate)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("invalid transaction_date format, expected YYYY-MM-DD: %w", err)
|
||||||
|
}
|
||||||
|
expenseEntity.TransactionDate = parsedDate
|
||||||
|
}
|
||||||
|
if req.CodeNumber != nil {
|
||||||
|
expenseEntity.CodeNumber = *req.CodeNumber
|
||||||
|
}
|
||||||
|
if req.Status != nil {
|
||||||
|
expenseEntity.Status = *req.Status
|
||||||
|
}
|
||||||
|
if req.OutletID != nil {
|
||||||
|
outletID, err := uuid.Parse(*req.OutletID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("invalid outlet_id: %w", err)
|
||||||
|
}
|
||||||
|
expenseEntity.OutletID = outletID
|
||||||
|
}
|
||||||
|
if req.Description != nil {
|
||||||
|
expenseEntity.Description = req.Description
|
||||||
|
}
|
||||||
|
if req.Tax != nil {
|
||||||
|
expenseEntity.Tax = *req.Tax
|
||||||
|
}
|
||||||
|
if req.Total != nil {
|
||||||
|
expenseEntity.Total = *req.Total
|
||||||
|
}
|
||||||
|
if req.Reserved1 != nil {
|
||||||
|
expenseEntity.Reserved1 = req.Reserved1
|
||||||
|
}
|
||||||
|
|
||||||
|
var items []entities.ExpenseItem
|
||||||
|
if req.Items != nil {
|
||||||
|
items = make([]entities.ExpenseItem, len(req.Items))
|
||||||
|
for i, itemReq := range req.Items {
|
||||||
|
chartOfAccountID := uuid.Nil
|
||||||
|
if itemReq.ChartOfAccountID != nil {
|
||||||
|
chartOfAccountID, err = uuid.Parse(*itemReq.ChartOfAccountID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("invalid chart_of_account_id for item: %w", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if itemReq.PurchaseCategoryID == nil {
|
||||||
|
return nil, fmt.Errorf("purchase_category_id is required for item")
|
||||||
|
}
|
||||||
|
purchaseCategoryID, err := uuid.Parse(*itemReq.PurchaseCategoryID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("invalid purchase_category_id for item: %w", err)
|
||||||
|
}
|
||||||
|
if err := p.validateExpensePurchaseCategory(ctx, purchaseCategoryID, organizationID); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
amount := 0.0
|
||||||
|
if itemReq.Amount != nil {
|
||||||
|
amount = *itemReq.Amount
|
||||||
|
}
|
||||||
|
item := ""
|
||||||
|
if itemReq.Item != nil {
|
||||||
|
item = *itemReq.Item
|
||||||
|
}
|
||||||
|
|
||||||
|
items[i] = entities.ExpenseItem{
|
||||||
|
ExpenseID: expenseEntity.ID,
|
||||||
|
ChartOfAccountID: chartOfAccountID,
|
||||||
|
PurchaseCategoryID: purchaseCategoryID,
|
||||||
|
Item: item,
|
||||||
|
Description: itemReq.Description,
|
||||||
|
Amount: amount,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
err = p.expenseRepo.DeleteItemsByExpenseID(ctx, expenseEntity.ID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to delete existing items: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
for i := range items {
|
||||||
|
err = p.expenseRepo.CreateItem(ctx, &items[i])
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to create expense item: %w", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
err = p.expenseRepo.Update(ctx, expenseEntity)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to update expense: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
updated, err := p.expenseRepo.GetByID(ctx, id)
|
||||||
|
if err != nil {
|
||||||
|
return mappers.ExpenseEntityToResponse(expenseEntity), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return mappers.ExpenseEntityToResponse(updated), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *ExpenseProcessorImpl) DeleteExpense(ctx context.Context, id, organizationID uuid.UUID) error {
|
||||||
|
_, err := p.expenseRepo.GetByIDAndOrganizationID(ctx, id, organizationID)
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("expense not found: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
err = p.expenseRepo.Delete(ctx, id)
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("failed to delete expense: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *ExpenseProcessorImpl) GetExpenseByID(ctx context.Context, id, organizationID uuid.UUID) (*models.ExpenseResponse, error) {
|
||||||
|
expenseEntity, err := p.expenseRepo.GetByIDAndOrganizationID(ctx, id, organizationID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("expense not found: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return mappers.ExpenseEntityToResponse(expenseEntity), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *ExpenseProcessorImpl) ListExpenses(ctx context.Context, organizationID uuid.UUID, filters map[string]interface{}, page, limit int) ([]*models.ExpenseResponse, int, error) {
|
||||||
|
offset := (page - 1) * limit
|
||||||
|
expenseEntities, total, err := p.expenseRepo.List(ctx, organizationID, filters, limit, offset)
|
||||||
|
if err != nil {
|
||||||
|
return nil, 0, fmt.Errorf("failed to list expenses: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
expenseResponses := mappers.ExpenseEntitiesToResponses(expenseEntities)
|
||||||
|
totalPages := int((total + int64(limit) - 1) / int64(limit))
|
||||||
|
|
||||||
|
return expenseResponses, totalPages, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *ExpenseProcessorImpl) GetExpenseAnalytics(ctx context.Context, req *models.ExpenseAnalyticsRequest) (*models.ExpenseAnalyticsResponse, error) {
|
||||||
|
if req.DateFrom.After(req.DateTo) {
|
||||||
|
return nil, fmt.Errorf("date_from cannot be after date_to")
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.GroupBy == "" {
|
||||||
|
req.GroupBy = "day"
|
||||||
|
}
|
||||||
|
|
||||||
|
result, err := p.expenseRepo.GetAnalytics(ctx, req.OrganizationID, req.OutletID, req.DateFrom, req.DateTo, req.GroupBy)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to get expense analytics: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
data := make([]models.ExpenseAnalyticsData, len(result.Data))
|
||||||
|
for i, item := range result.Data {
|
||||||
|
data[i] = models.ExpenseAnalyticsData{
|
||||||
|
Date: item.Date,
|
||||||
|
Expenses: item.Expenses,
|
||||||
|
ExpenseCount: item.ExpenseCount,
|
||||||
|
Tax: item.Tax,
|
||||||
|
Items: item.Items,
|
||||||
|
Categories: item.Categories,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
categoryData := make([]models.ExpenseAnalyticsCategoryData, len(result.CategoryData))
|
||||||
|
for i, item := range result.CategoryData {
|
||||||
|
categoryData[i] = models.ExpenseAnalyticsCategoryData{
|
||||||
|
PurchaseCategoryID: item.PurchaseCategoryID,
|
||||||
|
PurchaseCategoryName: item.PurchaseCategoryName,
|
||||||
|
PurchaseCategoryType: item.PurchaseCategoryType,
|
||||||
|
TotalAmount: item.TotalAmount,
|
||||||
|
ExpenseCount: item.ExpenseCount,
|
||||||
|
ItemCount: item.ItemCount,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
chartOfAccountData := make([]models.ExpenseAnalyticsChartOfAccountData, len(result.ChartOfAccountData))
|
||||||
|
for i, item := range result.ChartOfAccountData {
|
||||||
|
chartOfAccountData[i] = models.ExpenseAnalyticsChartOfAccountData{
|
||||||
|
ChartOfAccountID: item.ChartOfAccountID,
|
||||||
|
ChartOfAccountName: item.ChartOfAccountName,
|
||||||
|
TotalAmount: item.TotalAmount,
|
||||||
|
ExpenseCount: item.ExpenseCount,
|
||||||
|
ItemCount: item.ItemCount,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
itemData := make([]models.ExpenseAnalyticsItemData, len(result.ItemData))
|
||||||
|
for i, item := range result.ItemData {
|
||||||
|
itemData[i] = models.ExpenseAnalyticsItemData{
|
||||||
|
Item: item.Item,
|
||||||
|
TotalAmount: item.TotalAmount,
|
||||||
|
ExpenseCount: item.ExpenseCount,
|
||||||
|
ItemCount: item.ItemCount,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return &models.ExpenseAnalyticsResponse{
|
||||||
|
OrganizationID: req.OrganizationID,
|
||||||
|
OutletID: req.OutletID,
|
||||||
|
DateFrom: req.DateFrom,
|
||||||
|
DateTo: req.DateTo,
|
||||||
|
GroupBy: req.GroupBy,
|
||||||
|
Summary: models.ExpenseAnalyticsSummary{
|
||||||
|
TotalExpenses: result.Summary.TotalExpenses,
|
||||||
|
TotalExpenseCount: result.Summary.TotalExpenseCount,
|
||||||
|
TotalTax: result.Summary.TotalTax,
|
||||||
|
AverageExpenseValue: result.Summary.AverageExpenseValue,
|
||||||
|
TotalCategories: result.Summary.TotalCategories,
|
||||||
|
TotalItems: result.Summary.TotalItems,
|
||||||
|
},
|
||||||
|
Data: data,
|
||||||
|
CategoryData: categoryData,
|
||||||
|
ChartOfAccountData: chartOfAccountData,
|
||||||
|
ItemData: itemData,
|
||||||
|
}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *ExpenseProcessorImpl) validateExpensePurchaseCategory(ctx context.Context, categoryID, organizationID uuid.UUID) error {
|
||||||
|
category, err := p.purchaseCategoryRepo.GetByIDAndOrganizationID(ctx, categoryID, organizationID)
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("purchase category not found: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
if !category.IsActive {
|
||||||
|
return fmt.Errorf("purchase category is inactive")
|
||||||
|
}
|
||||||
|
|
||||||
|
if category.Type != entities.PurchaseCategoryTypeExpense {
|
||||||
|
return fmt.Errorf("purchase category must be expense")
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
@@ -0,0 +1,291 @@
|
|||||||
|
package processor
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"testing"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/entities"
|
||||||
|
"apskel-pos-be/internal/models"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
"github.com/stretchr/testify/require"
|
||||||
|
)
|
||||||
|
|
||||||
|
type expenseRepositoryCaptureStub struct {
|
||||||
|
createdExpense *entities.Expense
|
||||||
|
createdItems []*entities.ExpenseItem
|
||||||
|
analytics *entities.ExpenseAnalytics
|
||||||
|
}
|
||||||
|
|
||||||
|
type expensePurchaseCategoryRepositoryStub struct {
|
||||||
|
category *entities.PurchaseCategory
|
||||||
|
}
|
||||||
|
|
||||||
|
func (*expensePurchaseCategoryRepositoryStub) Create(context.Context, *entities.PurchaseCategory) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *expensePurchaseCategoryRepositoryStub) GetByIDAndOrganizationID(context.Context, uuid.UUID, uuid.UUID) (*entities.PurchaseCategory, error) {
|
||||||
|
return s.category, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (*expensePurchaseCategoryRepositoryStub) Update(context.Context, *entities.PurchaseCategory) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (*expensePurchaseCategoryRepositoryStub) SoftDelete(context.Context, uuid.UUID, uuid.UUID) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (*expensePurchaseCategoryRepositoryStub) List(context.Context, uuid.UUID, map[string]interface{}, int, int) ([]*entities.PurchaseCategory, int64, error) {
|
||||||
|
return nil, 0, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (*expensePurchaseCategoryRepositoryStub) ExistsByCode(context.Context, uuid.UUID, string, *uuid.UUID) (bool, error) {
|
||||||
|
return false, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func newExpensePurchaseCategoryRepo(categoryID uuid.UUID, categoryType entities.PurchaseCategoryType) *expensePurchaseCategoryRepositoryStub {
|
||||||
|
return &expensePurchaseCategoryRepositoryStub{
|
||||||
|
category: &entities.PurchaseCategory{
|
||||||
|
ID: categoryID,
|
||||||
|
Name: "Operational",
|
||||||
|
Type: categoryType,
|
||||||
|
IsActive: true,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *expenseRepositoryCaptureStub) Create(_ context.Context, expense *entities.Expense) error {
|
||||||
|
if expense.ID == uuid.Nil {
|
||||||
|
expense.ID = uuid.New()
|
||||||
|
}
|
||||||
|
s.createdExpense = expense
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *expenseRepositoryCaptureStub) GetByID(context.Context, uuid.UUID) (*entities.Expense, error) {
|
||||||
|
if s.createdExpense == nil {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
items := make([]entities.ExpenseItem, len(s.createdItems))
|
||||||
|
for i, item := range s.createdItems {
|
||||||
|
items[i] = *item
|
||||||
|
}
|
||||||
|
s.createdExpense.Items = items
|
||||||
|
return s.createdExpense, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (*expenseRepositoryCaptureStub) GetByIDAndOrganizationID(context.Context, uuid.UUID, uuid.UUID) (*entities.Expense, error) {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
func (*expenseRepositoryCaptureStub) Update(context.Context, *entities.Expense) error { return nil }
|
||||||
|
func (*expenseRepositoryCaptureStub) Delete(context.Context, uuid.UUID) error { return nil }
|
||||||
|
func (*expenseRepositoryCaptureStub) List(context.Context, uuid.UUID, map[string]interface{}, int, int) ([]*entities.Expense, int64, error) {
|
||||||
|
return nil, 0, nil
|
||||||
|
}
|
||||||
|
func (s *expenseRepositoryCaptureStub) GetAnalytics(context.Context, uuid.UUID, *uuid.UUID, time.Time, time.Time, string) (*entities.ExpenseAnalytics, error) {
|
||||||
|
return s.analytics, nil
|
||||||
|
}
|
||||||
|
func (s *expenseRepositoryCaptureStub) CreateItem(_ context.Context, item *entities.ExpenseItem) error {
|
||||||
|
if item.ID == uuid.Nil {
|
||||||
|
item.ID = uuid.New()
|
||||||
|
}
|
||||||
|
s.createdItems = append(s.createdItems, item)
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
func (*expenseRepositoryCaptureStub) DeleteItemsByExpenseID(context.Context, uuid.UUID) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestExpenseProcessorCreatePersistsItemName(t *testing.T) {
|
||||||
|
repo := &expenseRepositoryCaptureStub{}
|
||||||
|
purchaseCategoryID := uuid.New()
|
||||||
|
p := NewExpenseProcessorImpl(repo, newExpensePurchaseCategoryRepo(purchaseCategoryID, entities.PurchaseCategoryTypeExpense))
|
||||||
|
chartOfAccountID := uuid.New()
|
||||||
|
|
||||||
|
resp, err := p.CreateExpense(context.Background(), uuid.New(), &models.CreateExpenseRequest{
|
||||||
|
Receiver: "Cashier",
|
||||||
|
TransactionDate: "2026-05-29",
|
||||||
|
CodeNumber: "EXP-001",
|
||||||
|
OutletID: uuid.NewString(),
|
||||||
|
Total: 10000,
|
||||||
|
Items: []models.CreateExpenseItemRequest{
|
||||||
|
{
|
||||||
|
ChartOfAccountID: chartOfAccountID.String(),
|
||||||
|
PurchaseCategoryID: purchaseCategoryID.String(),
|
||||||
|
Item: "Cleaning supplies",
|
||||||
|
Amount: 10000,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.NotNil(t, resp)
|
||||||
|
require.Len(t, repo.createdItems, 1)
|
||||||
|
require.Equal(t, "Cleaning supplies", repo.createdItems[0].Item)
|
||||||
|
require.Equal(t, purchaseCategoryID, repo.createdItems[0].PurchaseCategoryID)
|
||||||
|
require.Len(t, resp.Items, 1)
|
||||||
|
require.Equal(t, "Cleaning supplies", resp.Items[0].Item)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestExpenseProcessorCreateDefaultsStatusToDraft(t *testing.T) {
|
||||||
|
repo := &expenseRepositoryCaptureStub{}
|
||||||
|
purchaseCategoryID := uuid.New()
|
||||||
|
p := NewExpenseProcessorImpl(repo, newExpensePurchaseCategoryRepo(purchaseCategoryID, entities.PurchaseCategoryTypeExpense))
|
||||||
|
|
||||||
|
resp, err := p.CreateExpense(context.Background(), uuid.New(), &models.CreateExpenseRequest{
|
||||||
|
Receiver: "Cashier",
|
||||||
|
TransactionDate: "2026-05-29",
|
||||||
|
CodeNumber: "EXP-001",
|
||||||
|
OutletID: uuid.NewString(),
|
||||||
|
Total: 10000,
|
||||||
|
Items: []models.CreateExpenseItemRequest{
|
||||||
|
{
|
||||||
|
ChartOfAccountID: uuid.NewString(),
|
||||||
|
PurchaseCategoryID: purchaseCategoryID.String(),
|
||||||
|
Item: "Cleaning supplies",
|
||||||
|
Amount: 10000,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.NotNil(t, resp)
|
||||||
|
require.Equal(t, "draft", repo.createdExpense.Status)
|
||||||
|
require.Equal(t, "draft", resp.Status)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestExpenseProcessorCreatePersistsProvidedStatus(t *testing.T) {
|
||||||
|
repo := &expenseRepositoryCaptureStub{}
|
||||||
|
purchaseCategoryID := uuid.New()
|
||||||
|
p := NewExpenseProcessorImpl(repo, newExpensePurchaseCategoryRepo(purchaseCategoryID, entities.PurchaseCategoryTypeExpense))
|
||||||
|
status := "approved"
|
||||||
|
|
||||||
|
resp, err := p.CreateExpense(context.Background(), uuid.New(), &models.CreateExpenseRequest{
|
||||||
|
Receiver: "Cashier",
|
||||||
|
TransactionDate: "2026-05-29",
|
||||||
|
CodeNumber: "EXP-001",
|
||||||
|
OutletID: uuid.NewString(),
|
||||||
|
Status: &status,
|
||||||
|
Total: 10000,
|
||||||
|
Items: []models.CreateExpenseItemRequest{
|
||||||
|
{
|
||||||
|
ChartOfAccountID: uuid.NewString(),
|
||||||
|
PurchaseCategoryID: purchaseCategoryID.String(),
|
||||||
|
Item: "Cleaning supplies",
|
||||||
|
Amount: 10000,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.NotNil(t, resp)
|
||||||
|
require.Equal(t, "approved", repo.createdExpense.Status)
|
||||||
|
require.Equal(t, "approved", resp.Status)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestExpenseProcessorCreateRejectsRawMaterialPurchaseCategory(t *testing.T) {
|
||||||
|
repo := &expenseRepositoryCaptureStub{}
|
||||||
|
purchaseCategoryID := uuid.New()
|
||||||
|
p := NewExpenseProcessorImpl(repo, newExpensePurchaseCategoryRepo(purchaseCategoryID, entities.PurchaseCategoryTypeRawMaterial))
|
||||||
|
|
||||||
|
resp, err := p.CreateExpense(context.Background(), uuid.New(), &models.CreateExpenseRequest{
|
||||||
|
Receiver: "Cashier",
|
||||||
|
TransactionDate: "2026-05-29",
|
||||||
|
CodeNumber: "EXP-001",
|
||||||
|
OutletID: uuid.NewString(),
|
||||||
|
Total: 10000,
|
||||||
|
Items: []models.CreateExpenseItemRequest{
|
||||||
|
{
|
||||||
|
ChartOfAccountID: uuid.NewString(),
|
||||||
|
PurchaseCategoryID: purchaseCategoryID.String(),
|
||||||
|
Item: "Cleaning supplies",
|
||||||
|
Amount: 10000,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
require.Error(t, err)
|
||||||
|
require.Nil(t, resp)
|
||||||
|
require.Contains(t, err.Error(), "expense")
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestExpenseProcessorGetExpenseAnalyticsDefaultsGroupByAndMapsResponse(t *testing.T) {
|
||||||
|
coaID := uuid.New()
|
||||||
|
purchaseCategoryID := uuid.New()
|
||||||
|
outletID := uuid.New()
|
||||||
|
now := time.Date(2026, 5, 1, 0, 0, 0, 0, time.UTC)
|
||||||
|
repo := &expenseRepositoryCaptureStub{
|
||||||
|
analytics: &entities.ExpenseAnalytics{
|
||||||
|
Summary: entities.ExpenseAnalyticsSummary{
|
||||||
|
TotalExpenses: 100000,
|
||||||
|
TotalExpenseCount: 2,
|
||||||
|
TotalTax: 10000,
|
||||||
|
AverageExpenseValue: 50000,
|
||||||
|
TotalCategories: 1,
|
||||||
|
TotalItems: 2,
|
||||||
|
},
|
||||||
|
Data: []entities.ExpenseAnalyticsData{
|
||||||
|
{
|
||||||
|
Date: now,
|
||||||
|
Expenses: 100000,
|
||||||
|
ExpenseCount: 2,
|
||||||
|
Tax: 10000,
|
||||||
|
Items: 2,
|
||||||
|
Categories: 1,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
CategoryData: []entities.ExpenseAnalyticsCategoryData{
|
||||||
|
{
|
||||||
|
PurchaseCategoryID: purchaseCategoryID,
|
||||||
|
PurchaseCategoryName: "Operational Supplies",
|
||||||
|
PurchaseCategoryType: "expense",
|
||||||
|
TotalAmount: 100000,
|
||||||
|
ExpenseCount: 2,
|
||||||
|
ItemCount: 2,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
ChartOfAccountData: []entities.ExpenseAnalyticsChartOfAccountData{
|
||||||
|
{
|
||||||
|
ChartOfAccountID: coaID,
|
||||||
|
ChartOfAccountName: "Operational",
|
||||||
|
TotalAmount: 100000,
|
||||||
|
ExpenseCount: 2,
|
||||||
|
ItemCount: 2,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
ItemData: []entities.ExpenseAnalyticsItemData{
|
||||||
|
{
|
||||||
|
Item: "Cleaning supplies",
|
||||||
|
TotalAmount: 100000,
|
||||||
|
ExpenseCount: 2,
|
||||||
|
ItemCount: 2,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
p := NewExpenseProcessorImpl(repo, newExpensePurchaseCategoryRepo(purchaseCategoryID, entities.PurchaseCategoryTypeExpense))
|
||||||
|
|
||||||
|
resp, err := p.GetExpenseAnalytics(context.Background(), &models.ExpenseAnalyticsRequest{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
OutletID: &outletID,
|
||||||
|
DateFrom: now,
|
||||||
|
DateTo: now,
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.NotNil(t, resp)
|
||||||
|
require.Equal(t, "day", resp.GroupBy)
|
||||||
|
require.Equal(t, &outletID, resp.OutletID)
|
||||||
|
require.Equal(t, float64(100000), resp.Summary.TotalExpenses)
|
||||||
|
require.Len(t, resp.Data, 1)
|
||||||
|
require.Equal(t, int64(2), resp.Data[0].ExpenseCount)
|
||||||
|
require.Len(t, resp.CategoryData, 1)
|
||||||
|
require.Equal(t, purchaseCategoryID, resp.CategoryData[0].PurchaseCategoryID)
|
||||||
|
require.Len(t, resp.ChartOfAccountData, 1)
|
||||||
|
require.Equal(t, coaID, resp.ChartOfAccountData[0].ChartOfAccountID)
|
||||||
|
require.Len(t, resp.ItemData, 1)
|
||||||
|
require.Equal(t, "Cleaning supplies", resp.ItemData[0].Item)
|
||||||
|
}
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
package processor
|
||||||
|
|
||||||
|
import (
|
||||||
|
"apskel-pos-be/internal/entities"
|
||||||
|
"context"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
)
|
||||||
|
|
||||||
|
type ExpenseRepository interface {
|
||||||
|
Create(ctx context.Context, expense *entities.Expense) error
|
||||||
|
GetByID(ctx context.Context, id uuid.UUID) (*entities.Expense, error)
|
||||||
|
GetByIDAndOrganizationID(ctx context.Context, id, organizationID uuid.UUID) (*entities.Expense, error)
|
||||||
|
Update(ctx context.Context, expense *entities.Expense) error
|
||||||
|
Delete(ctx context.Context, id uuid.UUID) error
|
||||||
|
List(ctx context.Context, organizationID uuid.UUID, filters map[string]interface{}, limit, offset int) ([]*entities.Expense, int64, error)
|
||||||
|
GetAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time, groupBy string) (*entities.ExpenseAnalytics, error)
|
||||||
|
CreateItem(ctx context.Context, item *entities.ExpenseItem) error
|
||||||
|
DeleteItemsByExpenseID(ctx context.Context, expenseID uuid.UUID) error
|
||||||
|
}
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
package processor
|
package processor
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"apskel-pos-be/internal/constants"
|
|
||||||
"context"
|
"context"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
@@ -87,7 +86,7 @@ type CustomerRepository interface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type InventoryMovementService interface {
|
type InventoryMovementService interface {
|
||||||
CreateIngredientMovement(ctx context.Context, ingredientID, organizationID, outletID, userID uuid.UUID, movementType entities.InventoryMovementType, quantity float64, unitCost float64, reason string, referenceType *entities.InventoryMovementReferenceType, referenceID *uuid.UUID) error
|
CreateIngredientMovement(ctx context.Context, ingredientID, organizationID, outletID, userID uuid.UUID, movementType entities.InventoryMovementType, quantity float64, unitCost float64, reason string, referenceType *entities.InventoryMovementReferenceType, referenceID *uuid.UUID, purchaseOrderItemID *uuid.UUID) error
|
||||||
CreateProductMovement(ctx context.Context, productID, organizationID, outletID, userID uuid.UUID, movementType entities.InventoryMovementType, quantity float64, unitCost float64, reason string, referenceType *entities.InventoryMovementReferenceType, referenceID *uuid.UUID) error
|
CreateProductMovement(ctx context.Context, productID, organizationID, outletID, userID uuid.UUID, movementType entities.InventoryMovementType, quantity float64, unitCost float64, reason string, referenceType *entities.InventoryMovementReferenceType, referenceID *uuid.UUID) error
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -339,7 +338,7 @@ func (p *OrderProcessorImpl) AddToOrder(ctx context.Context, orderID uuid.UUID,
|
|||||||
ProductID: itemReq.ProductID,
|
ProductID: itemReq.ProductID,
|
||||||
ProductVariantID: itemReq.ProductVariantID,
|
ProductVariantID: itemReq.ProductVariantID,
|
||||||
Quantity: itemReq.Quantity,
|
Quantity: itemReq.Quantity,
|
||||||
UnitPrice: unitPrice, // Use price from database
|
UnitPrice: unitPrice,
|
||||||
TotalPrice: itemTotalPrice,
|
TotalPrice: itemTotalPrice,
|
||||||
UnitCost: unitCost,
|
UnitCost: unitCost,
|
||||||
TotalCost: itemTotalCost,
|
TotalCost: itemTotalCost,
|
||||||
@@ -388,31 +387,10 @@ func (p *OrderProcessorImpl) AddToOrder(ctx context.Context, orderID uuid.UUID,
|
|||||||
return nil, fmt.Errorf("failed to create order item: %w", err)
|
return nil, fmt.Errorf("failed to create order item: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
itemResponse := models.OrderItemResponse{
|
itemResponse := mappers.OrderItemEntityToResponse(orderItem, order.OutletID)
|
||||||
ID: orderItem.ID,
|
if itemResponse != nil {
|
||||||
OrderID: orderItem.OrderID,
|
addedItemResponses = append(addedItemResponses, *itemResponse)
|
||||||
ProductID: orderItem.ProductID,
|
|
||||||
ProductVariantID: orderItem.ProductVariantID,
|
|
||||||
Quantity: orderItem.Quantity,
|
|
||||||
UnitPrice: orderItem.UnitPrice,
|
|
||||||
TotalPrice: orderItem.TotalPrice,
|
|
||||||
UnitCost: orderItem.UnitCost,
|
|
||||||
TotalCost: orderItem.TotalCost,
|
|
||||||
RefundAmount: orderItem.RefundAmount,
|
|
||||||
RefundQuantity: orderItem.RefundQuantity,
|
|
||||||
IsPartiallyRefunded: orderItem.IsPartiallyRefunded,
|
|
||||||
IsFullyRefunded: orderItem.IsFullyRefunded,
|
|
||||||
RefundReason: orderItem.RefundReason,
|
|
||||||
RefundedAt: orderItem.RefundedAt,
|
|
||||||
RefundedBy: orderItem.RefundedBy,
|
|
||||||
Modifiers: []map[string]interface{}(orderItem.Modifiers),
|
|
||||||
Notes: orderItem.Notes,
|
|
||||||
Metadata: map[string]interface{}(orderItem.Metadata),
|
|
||||||
Status: constants.OrderItemStatus(orderItem.Status),
|
|
||||||
CreatedAt: orderItem.CreatedAt,
|
|
||||||
UpdatedAt: orderItem.UpdatedAt,
|
|
||||||
}
|
}
|
||||||
addedItemResponses = append(addedItemResponses, itemResponse)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
orderWithRelations, err := p.orderRepo.GetWithRelations(ctx, orderID)
|
orderWithRelations, err := p.orderRepo.GetWithRelations(ctx, orderID)
|
||||||
@@ -616,6 +594,10 @@ func (p *OrderProcessorImpl) VoidOrder(ctx context.Context, req *models.VoidOrde
|
|||||||
return fmt.Errorf("order item does not belong to this order")
|
return fmt.Errorf("order item does not belong to this order")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if orderItem.Status == entities.OrderItemStatusCancelled {
|
||||||
|
return fmt.Errorf("order item %s is already cancelled", orderItemID)
|
||||||
|
}
|
||||||
|
|
||||||
if itemVoid.Quantity > orderItem.Quantity {
|
if itemVoid.Quantity > orderItem.Quantity {
|
||||||
return fmt.Errorf("void quantity cannot exceed original quantity for item %d", itemVoid.OrderItemID)
|
return fmt.Errorf("void quantity cannot exceed original quantity for item %d", itemVoid.OrderItemID)
|
||||||
}
|
}
|
||||||
@@ -636,9 +618,15 @@ func (p *OrderProcessorImpl) VoidOrder(ctx context.Context, req *models.VoidOrde
|
|||||||
return fmt.Errorf("outlet not found: %w", err)
|
return fmt.Errorf("outlet not found: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Reload order to get latest state
|
||||||
|
order, err = p.orderRepo.GetByID(ctx, req.OrderID)
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("failed to reload order: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
order.Subtotal -= totalVoidedAmount
|
order.Subtotal -= totalVoidedAmount
|
||||||
order.TotalCost -= totalVoidedCost
|
order.TotalCost -= totalVoidedCost
|
||||||
order.TaxAmount = order.Subtotal * outlet.TaxRate // Recalculate tax using outlet's tax rate
|
order.TaxAmount = order.Subtotal * outlet.TaxRate
|
||||||
order.TotalAmount = order.Subtotal + order.TaxAmount - order.DiscountAmount
|
order.TotalAmount = order.Subtotal + order.TaxAmount - order.DiscountAmount
|
||||||
|
|
||||||
if err := p.orderRepo.Update(ctx, order); err != nil {
|
if err := p.orderRepo.Update(ctx, order); err != nil {
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ func (p *ProductOutletPriceProcessorImpl) Upsert(ctx context.Context, req *model
|
|||||||
ProductID: req.ProductID,
|
ProductID: req.ProductID,
|
||||||
OutletID: req.OutletID,
|
OutletID: req.OutletID,
|
||||||
Price: req.Price,
|
Price: req.Price,
|
||||||
|
PrintToChecker: req.PrintToChecker,
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := p.repo.Upsert(ctx, entity); err != nil {
|
if err := p.repo.Upsert(ctx, entity); err != nil {
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"apskel-pos-be/internal/entities"
|
"apskel-pos-be/internal/entities"
|
||||||
|
"apskel-pos-be/internal/logger"
|
||||||
"apskel-pos-be/internal/mappers"
|
"apskel-pos-be/internal/mappers"
|
||||||
"apskel-pos-be/internal/models"
|
"apskel-pos-be/internal/models"
|
||||||
"apskel-pos-be/internal/repository"
|
"apskel-pos-be/internal/repository"
|
||||||
@@ -125,10 +126,15 @@ func (p *ProductProcessorImpl) CreateProduct(ctx context.Context, req *models.Cr
|
|||||||
|
|
||||||
// Upsert outlet-specific price if outlet context is present
|
// Upsert outlet-specific price if outlet context is present
|
||||||
if req.OutletID != uuid.Nil {
|
if req.OutletID != uuid.Nil {
|
||||||
|
printToChecker := true // default
|
||||||
|
if req.PrintToChecker != nil {
|
||||||
|
printToChecker = *req.PrintToChecker
|
||||||
|
}
|
||||||
outletPriceEntity := &entities.ProductOutletPrice{
|
outletPriceEntity := &entities.ProductOutletPrice{
|
||||||
ProductID: productEntity.ID,
|
ProductID: productEntity.ID,
|
||||||
OutletID: req.OutletID,
|
OutletID: req.OutletID,
|
||||||
Price: req.Price,
|
Price: req.Price,
|
||||||
|
PrintToChecker: printToChecker,
|
||||||
}
|
}
|
||||||
if err := p.outletPriceRepo.Upsert(ctx, outletPriceEntity); err != nil {
|
if err := p.outletPriceRepo.Upsert(ctx, outletPriceEntity); err != nil {
|
||||||
return nil, fmt.Errorf("failed to assign outlet price: %w", err)
|
return nil, fmt.Errorf("failed to assign outlet price: %w", err)
|
||||||
@@ -196,16 +202,39 @@ func (p *ProductProcessorImpl) UpdateProduct(ctx context.Context, id uuid.UUID,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Upsert outlet-specific price if outlet context is present
|
// Upsert outlet-specific price if outlet context is present and price or print_to_checker is provided
|
||||||
if req.OutletID != uuid.Nil && req.Price != nil {
|
if req.OutletID != uuid.Nil && (req.Price != nil || req.PrintToChecker != nil) {
|
||||||
|
// Fetch existing outlet price to use as fallback for fields not provided
|
||||||
|
existing, _ := p.outletPriceRepo.GetByProductAndOutlet(ctx, id, req.OutletID)
|
||||||
|
|
||||||
|
price := float64(0)
|
||||||
|
if existing != nil {
|
||||||
|
price = existing.Price
|
||||||
|
}
|
||||||
|
if req.Price != nil {
|
||||||
|
price = *req.Price
|
||||||
|
}
|
||||||
|
|
||||||
|
printToChecker := true // default
|
||||||
|
if existing != nil {
|
||||||
|
printToChecker = existing.PrintToChecker
|
||||||
|
}
|
||||||
|
if req.PrintToChecker != nil {
|
||||||
|
printToChecker = *req.PrintToChecker
|
||||||
|
}
|
||||||
|
|
||||||
outletPriceEntity := &entities.ProductOutletPrice{
|
outletPriceEntity := &entities.ProductOutletPrice{
|
||||||
ProductID: id,
|
ProductID: id,
|
||||||
OutletID: req.OutletID,
|
OutletID: req.OutletID,
|
||||||
Price: *req.Price,
|
Price: price,
|
||||||
|
PrintToChecker: printToChecker,
|
||||||
}
|
}
|
||||||
|
logger.FromContext(ctx).Infof("ProductProcessor::UpdateProduct -> upserting outlet price: productID=%s outletID=%s price=%f printToChecker=%v", id, req.OutletID, price, printToChecker)
|
||||||
if err := p.outletPriceRepo.Upsert(ctx, outletPriceEntity); err != nil {
|
if err := p.outletPriceRepo.Upsert(ctx, outletPriceEntity); err != nil {
|
||||||
return nil, fmt.Errorf("failed to assign outlet price: %w", err)
|
return nil, fmt.Errorf("failed to assign outlet price: %w", err)
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
logger.FromContext(ctx).Infof("ProductProcessor::UpdateProduct -> skipping outlet price upsert: outletID=%s price=%v printToChecker=%v", req.OutletID, req.Price, req.PrintToChecker)
|
||||||
}
|
}
|
||||||
|
|
||||||
productWithCategory, err := p.productRepo.GetWithCategory(ctx, id)
|
productWithCategory, err := p.productRepo.GetWithCategory(ctx, id)
|
||||||
@@ -256,6 +285,7 @@ func (p *ProductProcessorImpl) GetProductByID(ctx context.Context, id uuid.UUID,
|
|||||||
outletPrice, err := p.outletPriceRepo.GetByProductAndOutlet(ctx, id, outletID)
|
outletPrice, err := p.outletPriceRepo.GetByProductAndOutlet(ctx, id, outletID)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
response.OutletPrice = &outletPrice.Price
|
response.OutletPrice = &outletPrice.Price
|
||||||
|
response.PrintToChecker = outletPrice.PrintToChecker
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// No outlet context — return all outlet prices for this product
|
// No outlet context — return all outlet prices for this product
|
||||||
@@ -267,6 +297,7 @@ func (p *ProductProcessorImpl) GetProductByID(ctx context.Context, id uuid.UUID,
|
|||||||
OutletID: op.OutletID,
|
OutletID: op.OutletID,
|
||||||
OutletName: op.Outlet.Name,
|
OutletName: op.Outlet.Name,
|
||||||
Price: op.Price,
|
Price: op.Price,
|
||||||
|
PrintToChecker: op.PrintToChecker,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
response.OutletPrices = prices
|
response.OutletPrices = prices
|
||||||
@@ -303,12 +334,37 @@ func (p *ProductProcessorImpl) ListProducts(ctx context.Context, filters map[str
|
|||||||
}
|
}
|
||||||
|
|
||||||
responses := make([]models.ProductResponse, len(productEntities))
|
responses := make([]models.ProductResponse, len(productEntities))
|
||||||
|
if outletID != uuid.Nil && len(productEntities) > 0 {
|
||||||
|
// Bulk-fetch outlet prices to populate OutletPrice and PrintToChecker per product
|
||||||
|
productIDs := make([]uuid.UUID, len(productEntities))
|
||||||
|
for i, e := range productEntities {
|
||||||
|
productIDs[i] = e.ID
|
||||||
|
}
|
||||||
|
outletPrices, opErr := p.outletPriceRepo.GetByProductsAndOutlet(ctx, productIDs, outletID)
|
||||||
|
priceMap := make(map[uuid.UUID]*entities.ProductOutletPrice)
|
||||||
|
if opErr == nil {
|
||||||
|
for _, op := range outletPrices {
|
||||||
|
priceMap[op.ProductID] = op
|
||||||
|
}
|
||||||
|
}
|
||||||
|
for i, entity := range productEntities {
|
||||||
|
response := mappers.ProductEntityToResponse(entity)
|
||||||
|
if response != nil {
|
||||||
|
if op, ok := priceMap[entity.ID]; ok {
|
||||||
|
response.OutletPrice = &op.Price
|
||||||
|
response.PrintToChecker = op.PrintToChecker
|
||||||
|
}
|
||||||
|
responses[i] = *response
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
for i, entity := range productEntities {
|
for i, entity := range productEntities {
|
||||||
response := mappers.ProductEntityToResponse(entity)
|
response := mappers.ProductEntityToResponse(entity)
|
||||||
if response != nil {
|
if response != nil {
|
||||||
responses[i] = *response
|
responses[i] = *response
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return responses, int(total), nil
|
return responses, int(total), nil
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,210 @@
|
|||||||
|
package processor
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"fmt"
|
||||||
|
"strings"
|
||||||
|
"unicode"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/entities"
|
||||||
|
"apskel-pos-be/internal/mappers"
|
||||||
|
"apskel-pos-be/internal/models"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
)
|
||||||
|
|
||||||
|
type PurchaseCategoryProcessor interface {
|
||||||
|
CreatePurchaseCategory(ctx context.Context, req *models.CreatePurchaseCategoryRequest) (*models.PurchaseCategoryResponse, error)
|
||||||
|
UpdatePurchaseCategory(ctx context.Context, id, organizationID uuid.UUID, req *models.UpdatePurchaseCategoryRequest) (*models.PurchaseCategoryResponse, error)
|
||||||
|
DeletePurchaseCategory(ctx context.Context, id, organizationID uuid.UUID) error
|
||||||
|
GetPurchaseCategoryByID(ctx context.Context, id, organizationID uuid.UUID) (*models.PurchaseCategoryResponse, error)
|
||||||
|
ListPurchaseCategories(ctx context.Context, req *models.ListPurchaseCategoriesRequest) ([]models.PurchaseCategoryResponse, int, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
type PurchaseCategoryRepository interface {
|
||||||
|
Create(ctx context.Context, category *entities.PurchaseCategory) error
|
||||||
|
GetByIDAndOrganizationID(ctx context.Context, id, organizationID uuid.UUID) (*entities.PurchaseCategory, error)
|
||||||
|
Update(ctx context.Context, category *entities.PurchaseCategory) error
|
||||||
|
SoftDelete(ctx context.Context, id, organizationID uuid.UUID) error
|
||||||
|
List(ctx context.Context, organizationID uuid.UUID, filters map[string]interface{}, limit, offset int) ([]*entities.PurchaseCategory, int64, error)
|
||||||
|
ExistsByCode(ctx context.Context, organizationID uuid.UUID, code string, excludeID *uuid.UUID) (bool, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
type PurchaseCategoryProcessorImpl struct {
|
||||||
|
purchaseCategoryRepo PurchaseCategoryRepository
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewPurchaseCategoryProcessorImpl(purchaseCategoryRepo PurchaseCategoryRepository) *PurchaseCategoryProcessorImpl {
|
||||||
|
return &PurchaseCategoryProcessorImpl{purchaseCategoryRepo: purchaseCategoryRepo}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *PurchaseCategoryProcessorImpl) CreatePurchaseCategory(ctx context.Context, req *models.CreatePurchaseCategoryRequest) (*models.PurchaseCategoryResponse, error) {
|
||||||
|
code := ""
|
||||||
|
if req.Code != nil && strings.TrimSpace(*req.Code) != "" {
|
||||||
|
code = normalizePurchaseCategoryCode(*req.Code)
|
||||||
|
} else {
|
||||||
|
code = normalizePurchaseCategoryCode(req.Name)
|
||||||
|
}
|
||||||
|
|
||||||
|
if code == "" {
|
||||||
|
return nil, fmt.Errorf("purchase category code cannot be empty")
|
||||||
|
}
|
||||||
|
|
||||||
|
exists, err := p.purchaseCategoryRepo.ExistsByCode(ctx, req.OrganizationID, code, nil)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to check purchase category code uniqueness: %w", err)
|
||||||
|
}
|
||||||
|
if exists {
|
||||||
|
return nil, fmt.Errorf("purchase category with code '%s' already exists", code)
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.ParentID != nil {
|
||||||
|
parent, err := p.purchaseCategoryRepo.GetByIDAndOrganizationID(ctx, *req.ParentID, req.OrganizationID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("parent purchase category not found: %w", err)
|
||||||
|
}
|
||||||
|
if string(parent.Type) != req.Type {
|
||||||
|
return nil, fmt.Errorf("parent purchase category type must match child type")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
category := mappers.CreatePurchaseCategoryRequestToEntity(req)
|
||||||
|
category.Code = code
|
||||||
|
|
||||||
|
if err := p.purchaseCategoryRepo.Create(ctx, category); err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to create purchase category: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return mappers.PurchaseCategoryEntityToResponse(category), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *PurchaseCategoryProcessorImpl) UpdatePurchaseCategory(ctx context.Context, id, organizationID uuid.UUID, req *models.UpdatePurchaseCategoryRequest) (*models.PurchaseCategoryResponse, error) {
|
||||||
|
category, err := p.purchaseCategoryRepo.GetByIDAndOrganizationID(ctx, id, organizationID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("purchase category not found: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
newType := string(category.Type)
|
||||||
|
if req.Type != nil {
|
||||||
|
newType = *req.Type
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.ParentID != nil {
|
||||||
|
if *req.ParentID == id {
|
||||||
|
return nil, fmt.Errorf("purchase category cannot be its own parent")
|
||||||
|
}
|
||||||
|
|
||||||
|
parent, err := p.purchaseCategoryRepo.GetByIDAndOrganizationID(ctx, *req.ParentID, organizationID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("parent purchase category not found: %w", err)
|
||||||
|
}
|
||||||
|
if string(parent.Type) != newType {
|
||||||
|
return nil, fmt.Errorf("parent purchase category type must match child type")
|
||||||
|
}
|
||||||
|
category.ParentID = req.ParentID
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Code != nil {
|
||||||
|
code := normalizePurchaseCategoryCode(*req.Code)
|
||||||
|
if code == "" {
|
||||||
|
return nil, fmt.Errorf("purchase category code cannot be empty")
|
||||||
|
}
|
||||||
|
|
||||||
|
if code != category.Code {
|
||||||
|
exists, err := p.purchaseCategoryRepo.ExistsByCode(ctx, organizationID, code, &id)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to check purchase category code uniqueness: %w", err)
|
||||||
|
}
|
||||||
|
if exists {
|
||||||
|
return nil, fmt.Errorf("purchase category with code '%s' already exists", code)
|
||||||
|
}
|
||||||
|
category.Code = code
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Name != nil {
|
||||||
|
category.Name = strings.TrimSpace(*req.Name)
|
||||||
|
}
|
||||||
|
if req.Type != nil {
|
||||||
|
category.Type = entities.PurchaseCategoryType(*req.Type)
|
||||||
|
}
|
||||||
|
if req.SortOrder != nil {
|
||||||
|
category.SortOrder = *req.SortOrder
|
||||||
|
}
|
||||||
|
if req.IsActive != nil {
|
||||||
|
category.IsActive = *req.IsActive
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := p.purchaseCategoryRepo.Update(ctx, category); err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to update purchase category: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return mappers.PurchaseCategoryEntityToResponse(category), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *PurchaseCategoryProcessorImpl) DeletePurchaseCategory(ctx context.Context, id, organizationID uuid.UUID) error {
|
||||||
|
_, err := p.purchaseCategoryRepo.GetByIDAndOrganizationID(ctx, id, organizationID)
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("purchase category not found: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := p.purchaseCategoryRepo.SoftDelete(ctx, id, organizationID); err != nil {
|
||||||
|
return fmt.Errorf("failed to delete purchase category: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *PurchaseCategoryProcessorImpl) GetPurchaseCategoryByID(ctx context.Context, id, organizationID uuid.UUID) (*models.PurchaseCategoryResponse, error) {
|
||||||
|
category, err := p.purchaseCategoryRepo.GetByIDAndOrganizationID(ctx, id, organizationID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("purchase category not found: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return mappers.PurchaseCategoryEntityToResponse(category), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (p *PurchaseCategoryProcessorImpl) ListPurchaseCategories(ctx context.Context, req *models.ListPurchaseCategoriesRequest) ([]models.PurchaseCategoryResponse, int, error) {
|
||||||
|
filters := make(map[string]interface{})
|
||||||
|
if req.ParentID != nil {
|
||||||
|
filters["parent_id"] = *req.ParentID
|
||||||
|
}
|
||||||
|
if req.Type != "" {
|
||||||
|
filters["type"] = req.Type
|
||||||
|
}
|
||||||
|
if req.Search != "" {
|
||||||
|
filters["search"] = req.Search
|
||||||
|
}
|
||||||
|
if req.IsActive != nil {
|
||||||
|
filters["is_active"] = *req.IsActive
|
||||||
|
}
|
||||||
|
|
||||||
|
offset := (req.Page - 1) * req.Limit
|
||||||
|
categories, total, err := p.purchaseCategoryRepo.List(ctx, req.OrganizationID, filters, req.Limit, offset)
|
||||||
|
if err != nil {
|
||||||
|
return nil, 0, fmt.Errorf("failed to list purchase categories: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return mappers.PurchaseCategoryEntitiesToResponses(categories), int(total), nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func normalizePurchaseCategoryCode(value string) string {
|
||||||
|
value = strings.TrimSpace(strings.ToLower(value))
|
||||||
|
var builder strings.Builder
|
||||||
|
lastUnderscore := false
|
||||||
|
|
||||||
|
for _, r := range value {
|
||||||
|
if unicode.IsLetter(r) || unicode.IsDigit(r) {
|
||||||
|
builder.WriteRune(r)
|
||||||
|
lastUnderscore = false
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
if !lastUnderscore {
|
||||||
|
builder.WriteRune('_')
|
||||||
|
lastUnderscore = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return strings.Trim(builder.String(), "_")
|
||||||
|
}
|
||||||
@@ -11,8 +11,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type PurchaseOrderProcessor interface {
|
type PurchaseOrderProcessor interface {
|
||||||
CreatePurchaseOrder(ctx context.Context, organizationID uuid.UUID, req *models.CreatePurchaseOrderRequest) (*models.PurchaseOrderResponse, error)
|
CreatePurchaseOrder(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, req *models.CreatePurchaseOrderRequest) (*models.PurchaseOrderResponse, error)
|
||||||
UpdatePurchaseOrder(ctx context.Context, id, organizationID uuid.UUID, req *models.UpdatePurchaseOrderRequest) (*models.PurchaseOrderResponse, error)
|
UpdatePurchaseOrder(ctx context.Context, id, organizationID uuid.UUID, outletID *uuid.UUID, req *models.UpdatePurchaseOrderRequest) (*models.PurchaseOrderResponse, error)
|
||||||
DeletePurchaseOrder(ctx context.Context, id, organizationID uuid.UUID) error
|
DeletePurchaseOrder(ctx context.Context, id, organizationID uuid.UUID) error
|
||||||
GetPurchaseOrderByID(ctx context.Context, id, organizationID uuid.UUID) (*models.PurchaseOrderResponse, error)
|
GetPurchaseOrderByID(ctx context.Context, id, organizationID uuid.UUID) (*models.PurchaseOrderResponse, error)
|
||||||
ListPurchaseOrders(ctx context.Context, organizationID uuid.UUID, filters map[string]interface{}, page, limit int) ([]*models.PurchaseOrderResponse, int, error)
|
ListPurchaseOrders(ctx context.Context, organizationID uuid.UUID, filters map[string]interface{}, page, limit int) ([]*models.PurchaseOrderResponse, int, error)
|
||||||
@@ -25,6 +25,7 @@ type PurchaseOrderProcessorImpl struct {
|
|||||||
purchaseOrderRepo PurchaseOrderRepository
|
purchaseOrderRepo PurchaseOrderRepository
|
||||||
vendorRepo VendorRepository
|
vendorRepo VendorRepository
|
||||||
ingredientRepo IngredientRepository
|
ingredientRepo IngredientRepository
|
||||||
|
purchaseCategoryRepo PurchaseCategoryRepository
|
||||||
unitRepo UnitRepository
|
unitRepo UnitRepository
|
||||||
fileRepo FileRepository
|
fileRepo FileRepository
|
||||||
inventoryMovementService InventoryMovementService
|
inventoryMovementService InventoryMovementService
|
||||||
@@ -35,6 +36,7 @@ func NewPurchaseOrderProcessorImpl(
|
|||||||
purchaseOrderRepo PurchaseOrderRepository,
|
purchaseOrderRepo PurchaseOrderRepository,
|
||||||
vendorRepo VendorRepository,
|
vendorRepo VendorRepository,
|
||||||
ingredientRepo IngredientRepository,
|
ingredientRepo IngredientRepository,
|
||||||
|
purchaseCategoryRepo PurchaseCategoryRepository,
|
||||||
unitRepo UnitRepository,
|
unitRepo UnitRepository,
|
||||||
fileRepo FileRepository,
|
fileRepo FileRepository,
|
||||||
inventoryMovementService InventoryMovementService,
|
inventoryMovementService InventoryMovementService,
|
||||||
@@ -44,6 +46,7 @@ func NewPurchaseOrderProcessorImpl(
|
|||||||
purchaseOrderRepo: purchaseOrderRepo,
|
purchaseOrderRepo: purchaseOrderRepo,
|
||||||
vendorRepo: vendorRepo,
|
vendorRepo: vendorRepo,
|
||||||
ingredientRepo: ingredientRepo,
|
ingredientRepo: ingredientRepo,
|
||||||
|
purchaseCategoryRepo: purchaseCategoryRepo,
|
||||||
unitRepo: unitRepo,
|
unitRepo: unitRepo,
|
||||||
fileRepo: fileRepo,
|
fileRepo: fileRepo,
|
||||||
inventoryMovementService: inventoryMovementService,
|
inventoryMovementService: inventoryMovementService,
|
||||||
@@ -51,12 +54,14 @@ func NewPurchaseOrderProcessorImpl(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *PurchaseOrderProcessorImpl) CreatePurchaseOrder(ctx context.Context, organizationID uuid.UUID, req *models.CreatePurchaseOrderRequest) (*models.PurchaseOrderResponse, error) {
|
func (p *PurchaseOrderProcessorImpl) CreatePurchaseOrder(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, req *models.CreatePurchaseOrderRequest) (*models.PurchaseOrderResponse, error) {
|
||||||
// Check if vendor exists and belongs to organization
|
// Check if vendor exists and belongs to organization when provided.
|
||||||
_, err := p.vendorRepo.GetByIDAndOrganizationID(ctx, req.VendorID, organizationID)
|
if req.VendorID != nil {
|
||||||
|
_, err := p.vendorRepo.GetByIDAndOrganizationID(ctx, *req.VendorID, organizationID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("vendor not found: %w", err)
|
return nil, fmt.Errorf("vendor not found: %w", err)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Check if PO number already exists in organization
|
// Check if PO number already exists in organization
|
||||||
existingPO, err := p.purchaseOrderRepo.GetByPONumber(ctx, req.PONumber, organizationID)
|
existingPO, err := p.purchaseOrderRepo.GetByPONumber(ctx, req.PONumber, organizationID)
|
||||||
@@ -64,28 +69,53 @@ func (p *PurchaseOrderProcessorImpl) CreatePurchaseOrder(ctx context.Context, or
|
|||||||
return nil, fmt.Errorf("purchase order with PO number %s already exists in this organization", req.PONumber)
|
return nil, fmt.Errorf("purchase order with PO number %s already exists in this organization", req.PONumber)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Validate ingredients and units exist
|
// Validate categories and inventory fields per item type.
|
||||||
for i, item := range req.Items {
|
for i, item := range req.Items {
|
||||||
_, err := p.ingredientRepo.GetByID(ctx, item.IngredientID, organizationID)
|
category, err := p.validatePurchaseCategory(ctx, item.PurchaseCategoryID, organizationID, i)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
switch category.Type {
|
||||||
|
case entities.PurchaseCategoryTypeRawMaterial:
|
||||||
|
if item.IngredientID == nil {
|
||||||
|
return nil, fmt.Errorf("ingredient_id is required for raw_material item %d", i)
|
||||||
|
}
|
||||||
|
if item.Quantity == nil {
|
||||||
|
return nil, fmt.Errorf("quantity is required for raw_material item %d", i)
|
||||||
|
}
|
||||||
|
if item.UnitID == nil {
|
||||||
|
return nil, fmt.Errorf("unit_id is required for raw_material item %d", i)
|
||||||
|
}
|
||||||
|
|
||||||
|
_, err := p.ingredientRepo.GetByID(ctx, *item.IngredientID, organizationID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("ingredient not found for item %d: %w", i, err)
|
return nil, fmt.Errorf("ingredient not found for item %d: %w", i, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
_, err = p.unitRepo.GetByID(ctx, item.UnitID, organizationID)
|
_, err = p.unitRepo.GetByID(ctx, *item.UnitID, organizationID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("unit not found for item %d: %w", i, err)
|
return nil, fmt.Errorf("unit not found for item %d: %w", i, err)
|
||||||
}
|
}
|
||||||
|
case entities.PurchaseCategoryTypeExpense:
|
||||||
|
if item.IngredientID != nil || item.Quantity != nil || item.UnitID != nil {
|
||||||
|
return nil, fmt.Errorf("ingredient_id, quantity, and unit_id must be empty for expense item %d", i)
|
||||||
|
}
|
||||||
|
default:
|
||||||
|
return nil, fmt.Errorf("purchase category for item %d has unsupported type %s", i, category.Type)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Calculate total amount
|
// Calculate total amount
|
||||||
totalAmount := 0.0
|
totalAmount := 0.0
|
||||||
for _, item := range req.Items {
|
for _, item := range req.Items {
|
||||||
totalAmount += item.Amount
|
totalAmount += calculatePurchaseOrderItemTotal(item.Quantity, item.Amount)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create purchase order entity
|
// Create purchase order entity
|
||||||
poEntity := &entities.PurchaseOrder{
|
poEntity := &entities.PurchaseOrder{
|
||||||
OrganizationID: organizationID,
|
OrganizationID: organizationID,
|
||||||
|
OutletID: outletID,
|
||||||
VendorID: req.VendorID,
|
VendorID: req.VendorID,
|
||||||
PONumber: req.PONumber,
|
PONumber: req.PONumber,
|
||||||
TransactionDate: req.TransactionDate,
|
TransactionDate: req.TransactionDate,
|
||||||
@@ -111,6 +141,7 @@ func (p *PurchaseOrderProcessorImpl) CreatePurchaseOrder(ctx context.Context, or
|
|||||||
itemEntity := &entities.PurchaseOrderItem{
|
itemEntity := &entities.PurchaseOrderItem{
|
||||||
PurchaseOrderID: poEntity.ID,
|
PurchaseOrderID: poEntity.ID,
|
||||||
IngredientID: itemReq.IngredientID,
|
IngredientID: itemReq.IngredientID,
|
||||||
|
PurchaseCategoryID: itemReq.PurchaseCategoryID,
|
||||||
Description: itemReq.Description,
|
Description: itemReq.Description,
|
||||||
Quantity: itemReq.Quantity,
|
Quantity: itemReq.Quantity,
|
||||||
UnitID: itemReq.UnitID,
|
UnitID: itemReq.UnitID,
|
||||||
@@ -145,12 +176,15 @@ func (p *PurchaseOrderProcessorImpl) CreatePurchaseOrder(ctx context.Context, or
|
|||||||
return mappers.PurchaseOrderEntityToResponse(createdPO), nil
|
return mappers.PurchaseOrderEntityToResponse(createdPO), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *PurchaseOrderProcessorImpl) UpdatePurchaseOrder(ctx context.Context, id, organizationID uuid.UUID, req *models.UpdatePurchaseOrderRequest) (*models.PurchaseOrderResponse, error) {
|
func (p *PurchaseOrderProcessorImpl) UpdatePurchaseOrder(ctx context.Context, id, organizationID uuid.UUID, outletID *uuid.UUID, req *models.UpdatePurchaseOrderRequest) (*models.PurchaseOrderResponse, error) {
|
||||||
// Get existing purchase order
|
// Get existing purchase order
|
||||||
poEntity, err := p.purchaseOrderRepo.GetByIDAndOrganizationID(ctx, id, organizationID)
|
poEntity, err := p.purchaseOrderRepo.GetByIDAndOrganizationID(ctx, id, organizationID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("purchase order not found: %w", err)
|
return nil, fmt.Errorf("purchase order not found: %w", err)
|
||||||
}
|
}
|
||||||
|
if poEntity.OutletID == nil && outletID != nil {
|
||||||
|
poEntity.OutletID = outletID
|
||||||
|
}
|
||||||
|
|
||||||
// Check if vendor exists and belongs to organization (if vendor is being updated)
|
// Check if vendor exists and belongs to organization (if vendor is being updated)
|
||||||
if req.VendorID != nil {
|
if req.VendorID != nil {
|
||||||
@@ -158,7 +192,7 @@ func (p *PurchaseOrderProcessorImpl) UpdatePurchaseOrder(ctx context.Context, id
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("vendor not found: %w", err)
|
return nil, fmt.Errorf("vendor not found: %w", err)
|
||||||
}
|
}
|
||||||
poEntity.VendorID = *req.VendorID
|
poEntity.VendorID = req.VendorID
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if PO number already exists (if PO number is being updated)
|
// Check if PO number already exists (if PO number is being updated)
|
||||||
@@ -175,7 +209,7 @@ func (p *PurchaseOrderProcessorImpl) UpdatePurchaseOrder(ctx context.Context, id
|
|||||||
poEntity.TransactionDate = *req.TransactionDate
|
poEntity.TransactionDate = *req.TransactionDate
|
||||||
}
|
}
|
||||||
if req.DueDate != nil {
|
if req.DueDate != nil {
|
||||||
poEntity.DueDate = *req.DueDate
|
poEntity.DueDate = req.DueDate
|
||||||
}
|
}
|
||||||
if req.Reference != nil {
|
if req.Reference != nil {
|
||||||
poEntity.Reference = req.Reference
|
poEntity.Reference = req.Reference
|
||||||
@@ -189,68 +223,80 @@ func (p *PurchaseOrderProcessorImpl) UpdatePurchaseOrder(ctx context.Context, id
|
|||||||
|
|
||||||
// Update items if provided
|
// Update items if provided
|
||||||
if req.Items != nil {
|
if req.Items != nil {
|
||||||
// Delete existing items
|
|
||||||
err = p.purchaseOrderRepo.DeleteItemsByPurchaseOrderID(ctx, poEntity.ID)
|
|
||||||
if err != nil {
|
|
||||||
return nil, fmt.Errorf("failed to delete existing items: %w", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
// Create new items
|
|
||||||
totalAmount := 0.0
|
totalAmount := 0.0
|
||||||
for _, itemReq := range req.Items {
|
items := make([]*entities.PurchaseOrderItem, len(req.Items))
|
||||||
// Validate ingredients and units exist
|
for i, itemReq := range req.Items {
|
||||||
if itemReq.IngredientID != nil {
|
if itemReq.PurchaseCategoryID == nil {
|
||||||
_, err := p.ingredientRepo.GetByID(ctx, *itemReq.IngredientID, organizationID)
|
return nil, fmt.Errorf("purchase_category_id is required for item %d", i)
|
||||||
if err != nil {
|
|
||||||
return nil, fmt.Errorf("ingredient not found: %w", err)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if itemReq.UnitID != nil {
|
ingredientID := itemReq.IngredientID
|
||||||
_, err := p.unitRepo.GetByID(ctx, *itemReq.UnitID, organizationID)
|
purchaseCategoryID := *itemReq.PurchaseCategoryID
|
||||||
if err != nil {
|
unitID := itemReq.UnitID
|
||||||
return nil, fmt.Errorf("unit not found: %w", err)
|
quantity := itemReq.Quantity
|
||||||
}
|
amount := 0.0
|
||||||
}
|
|
||||||
|
|
||||||
// Use existing values if not provided
|
|
||||||
ingredientID := poEntity.Items[0].IngredientID // This is a simplified approach
|
|
||||||
unitID := poEntity.Items[0].UnitID
|
|
||||||
quantity := poEntity.Items[0].Quantity
|
|
||||||
amount := poEntity.Items[0].Amount
|
|
||||||
description := poEntity.Items[0].Description
|
|
||||||
|
|
||||||
if itemReq.IngredientID != nil {
|
|
||||||
ingredientID = *itemReq.IngredientID
|
|
||||||
}
|
|
||||||
if itemReq.UnitID != nil {
|
|
||||||
unitID = *itemReq.UnitID
|
|
||||||
}
|
|
||||||
if itemReq.Quantity != nil {
|
|
||||||
quantity = *itemReq.Quantity
|
|
||||||
}
|
|
||||||
if itemReq.Amount != nil {
|
if itemReq.Amount != nil {
|
||||||
amount = *itemReq.Amount
|
amount = *itemReq.Amount
|
||||||
}
|
}
|
||||||
if itemReq.Description != nil {
|
description := itemReq.Description
|
||||||
description = itemReq.Description
|
|
||||||
|
category, err := p.validatePurchaseCategory(ctx, purchaseCategoryID, organizationID, i)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
itemEntity := &entities.PurchaseOrderItem{
|
switch category.Type {
|
||||||
|
case entities.PurchaseCategoryTypeRawMaterial:
|
||||||
|
if ingredientID == nil {
|
||||||
|
return nil, fmt.Errorf("ingredient_id is required for raw_material item %d", i)
|
||||||
|
}
|
||||||
|
if quantity == nil {
|
||||||
|
return nil, fmt.Errorf("quantity is required for raw_material item %d", i)
|
||||||
|
}
|
||||||
|
if unitID == nil {
|
||||||
|
return nil, fmt.Errorf("unit_id is required for raw_material item %d", i)
|
||||||
|
}
|
||||||
|
|
||||||
|
_, err := p.ingredientRepo.GetByID(ctx, *ingredientID, organizationID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("ingredient not found: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
_, err = p.unitRepo.GetByID(ctx, *unitID, organizationID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("unit not found: %w", err)
|
||||||
|
}
|
||||||
|
case entities.PurchaseCategoryTypeExpense:
|
||||||
|
if ingredientID != nil || quantity != nil || unitID != nil {
|
||||||
|
return nil, fmt.Errorf("ingredient_id, quantity, and unit_id must be empty for expense item %d", i)
|
||||||
|
}
|
||||||
|
default:
|
||||||
|
return nil, fmt.Errorf("purchase category for item %d has unsupported type %s", i, category.Type)
|
||||||
|
}
|
||||||
|
|
||||||
|
items[i] = &entities.PurchaseOrderItem{
|
||||||
PurchaseOrderID: poEntity.ID,
|
PurchaseOrderID: poEntity.ID,
|
||||||
IngredientID: ingredientID,
|
IngredientID: ingredientID,
|
||||||
|
PurchaseCategoryID: purchaseCategoryID,
|
||||||
Description: description,
|
Description: description,
|
||||||
Quantity: quantity,
|
Quantity: quantity,
|
||||||
UnitID: unitID,
|
UnitID: unitID,
|
||||||
Amount: amount,
|
Amount: amount,
|
||||||
}
|
}
|
||||||
|
totalAmount += calculatePurchaseOrderItemTotal(quantity, amount)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Delete and recreate only after all replacement items are valid.
|
||||||
|
err = p.purchaseOrderRepo.DeleteItemsByPurchaseOrderID(ctx, poEntity.ID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to delete existing items: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, itemEntity := range items {
|
||||||
err = p.purchaseOrderRepo.CreateItem(ctx, itemEntity)
|
err = p.purchaseOrderRepo.CreateItem(ctx, itemEntity)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("failed to create purchase order item: %w", err)
|
return nil, fmt.Errorf("failed to create purchase order item: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
totalAmount += amount
|
|
||||||
}
|
}
|
||||||
|
|
||||||
poEntity.TotalAmount = totalAmount
|
poEntity.TotalAmount = totalAmount
|
||||||
@@ -379,19 +425,27 @@ func (p *PurchaseOrderProcessorImpl) UpdatePurchaseOrderStatus(ctx context.Conte
|
|||||||
|
|
||||||
// Update inventory for each item
|
// Update inventory for each item
|
||||||
for _, item := range poWithItems.Items {
|
for _, item := range poWithItems.Items {
|
||||||
|
if item.PurchaseCategory != nil && item.PurchaseCategory.Type == entities.PurchaseCategoryTypeExpense {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
if item.IngredientID == nil || item.UnitID == nil || item.Quantity == nil {
|
||||||
|
return nil, fmt.Errorf("purchase order item %s is missing raw material inventory fields", item.ID)
|
||||||
|
}
|
||||||
|
|
||||||
// Get ingredient to find its base unit
|
// Get ingredient to find its base unit
|
||||||
ingredient, err := p.ingredientRepo.GetByID(ctx, item.IngredientID, organizationID)
|
ingredient, err := p.ingredientRepo.GetByID(ctx, *item.IngredientID, organizationID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("failed to get ingredient %s: %w", item.IngredientID, err)
|
return nil, fmt.Errorf("failed to get ingredient %s: %w", *item.IngredientID, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Convert quantity to ingredient's base unit if needed
|
// Convert quantity to ingredient's base unit if needed
|
||||||
quantityToAdd := item.Quantity
|
quantityToAdd := *item.Quantity
|
||||||
if item.UnitID != ingredient.UnitID {
|
if *item.UnitID != ingredient.UnitID {
|
||||||
// Convert from purchase unit to ingredient's base unit
|
// Convert from purchase unit to ingredient's base unit
|
||||||
convertedQuantity, err := p.unitConverterRepo.ConvertQuantity(ctx, item.IngredientID, item.UnitID, ingredient.UnitID, organizationID, item.Quantity)
|
convertedQuantity, err := p.unitConverterRepo.ConvertQuantity(ctx, *item.IngredientID, *item.UnitID, ingredient.UnitID, organizationID, *item.Quantity)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("failed to convert quantity for ingredient %s from unit %s to %s: %w", item.IngredientID, item.UnitID, ingredient.UnitID, err)
|
return nil, fmt.Errorf("failed to convert quantity for ingredient %s from unit %s to %s: %w", *item.IngredientID, *item.UnitID, ingredient.UnitID, err)
|
||||||
}
|
}
|
||||||
quantityToAdd = convertedQuantity
|
quantityToAdd = convertedQuantity
|
||||||
}
|
}
|
||||||
@@ -399,7 +453,7 @@ func (p *PurchaseOrderProcessorImpl) UpdatePurchaseOrderStatus(ctx context.Conte
|
|||||||
// Calculate unit cost in ingredient's base unit
|
// Calculate unit cost in ingredient's base unit
|
||||||
unitCost := 0.0
|
unitCost := 0.0
|
||||||
if quantityToAdd > 0 {
|
if quantityToAdd > 0 {
|
||||||
unitCost = item.Amount / quantityToAdd
|
unitCost = calculatePurchaseOrderItemTotal(item.Quantity, item.Amount) / quantityToAdd
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create inventory movement for ingredient purchase
|
// Create inventory movement for ingredient purchase
|
||||||
@@ -409,7 +463,7 @@ func (p *PurchaseOrderProcessorImpl) UpdatePurchaseOrderStatus(ctx context.Conte
|
|||||||
|
|
||||||
err = p.inventoryMovementService.CreateIngredientMovement(
|
err = p.inventoryMovementService.CreateIngredientMovement(
|
||||||
ctx,
|
ctx,
|
||||||
item.IngredientID,
|
*item.IngredientID,
|
||||||
organizationID,
|
organizationID,
|
||||||
outletID,
|
outletID,
|
||||||
userID,
|
userID,
|
||||||
@@ -419,15 +473,21 @@ func (p *PurchaseOrderProcessorImpl) UpdatePurchaseOrderStatus(ctx context.Conte
|
|||||||
reason,
|
reason,
|
||||||
&referenceType,
|
&referenceType,
|
||||||
referenceID,
|
referenceID,
|
||||||
|
&item.ID,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("failed to create inventory movement for ingredient %s: %w", item.IngredientID, err)
|
return nil, fmt.Errorf("failed to create inventory movement for ingredient %s: %w", *item.IngredientID, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update the purchase order status
|
// Update the purchase order status
|
||||||
err = p.purchaseOrderRepo.UpdateStatus(ctx, id, status)
|
statusOutletID := po.OutletID
|
||||||
|
if statusOutletID == nil && outletID != uuid.Nil {
|
||||||
|
statusOutletID = &outletID
|
||||||
|
}
|
||||||
|
|
||||||
|
err = p.purchaseOrderRepo.UpdateStatusAndOutlet(ctx, id, status, statusOutletID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("failed to update purchase order status: %w", err)
|
return nil, fmt.Errorf("failed to update purchase order status: %w", err)
|
||||||
}
|
}
|
||||||
@@ -440,3 +500,28 @@ func (p *PurchaseOrderProcessorImpl) UpdatePurchaseOrderStatus(ctx context.Conte
|
|||||||
|
|
||||||
return mappers.PurchaseOrderEntityToResponse(updatedPO), nil
|
return mappers.PurchaseOrderEntityToResponse(updatedPO), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (p *PurchaseOrderProcessorImpl) validatePurchaseCategory(ctx context.Context, categoryID, organizationID uuid.UUID, itemIndex int) (*entities.PurchaseCategory, error) {
|
||||||
|
category, err := p.purchaseCategoryRepo.GetByIDAndOrganizationID(ctx, categoryID, organizationID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("purchase category not found for item %d: %w", itemIndex, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
if !category.IsActive {
|
||||||
|
return nil, fmt.Errorf("purchase category for item %d is inactive", itemIndex)
|
||||||
|
}
|
||||||
|
|
||||||
|
if category.Type != entities.PurchaseCategoryTypeRawMaterial && category.Type != entities.PurchaseCategoryTypeExpense {
|
||||||
|
return nil, fmt.Errorf("purchase category for item %d must be raw_material or expense", itemIndex)
|
||||||
|
}
|
||||||
|
|
||||||
|
return category, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func calculatePurchaseOrderItemTotal(quantity *float64, amount float64) float64 {
|
||||||
|
if quantity == nil {
|
||||||
|
return amount
|
||||||
|
}
|
||||||
|
|
||||||
|
return *quantity * amount
|
||||||
|
}
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ type PurchaseOrderRepository interface {
|
|||||||
GetByStatus(ctx context.Context, organizationID uuid.UUID, status string) ([]*entities.PurchaseOrder, error)
|
GetByStatus(ctx context.Context, organizationID uuid.UUID, status string) ([]*entities.PurchaseOrder, error)
|
||||||
GetOverdue(ctx context.Context, organizationID uuid.UUID) ([]*entities.PurchaseOrder, error)
|
GetOverdue(ctx context.Context, organizationID uuid.UUID) ([]*entities.PurchaseOrder, error)
|
||||||
UpdateStatus(ctx context.Context, id uuid.UUID, status string) error
|
UpdateStatus(ctx context.Context, id uuid.UUID, status string) error
|
||||||
|
UpdateStatusAndOutlet(ctx context.Context, id uuid.UUID, status string, outletID *uuid.UUID) error
|
||||||
UpdateTotalAmount(ctx context.Context, id uuid.UUID, totalAmount float64) error
|
UpdateTotalAmount(ctx context.Context, id uuid.UUID, totalAmount float64) error
|
||||||
CreateItem(ctx context.Context, item *entities.PurchaseOrderItem) error
|
CreateItem(ctx context.Context, item *entities.PurchaseOrderItem) error
|
||||||
UpdateItem(ctx context.Context, item *entities.PurchaseOrderItem) error
|
UpdateItem(ctx context.Context, item *entities.PurchaseOrderItem) error
|
||||||
|
|||||||
@@ -22,8 +22,6 @@ const (
|
|||||||
MetadataKeyLastSplitQuantities = "last_split_quantities"
|
MetadataKeyLastSplitQuantities = "last_split_quantities"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
type SplitBillValidation struct {
|
type SplitBillValidation struct {
|
||||||
OrderItems map[uuid.UUID]*entities.OrderItem
|
OrderItems map[uuid.UUID]*entities.OrderItem
|
||||||
PaidQuantities map[uuid.UUID]int
|
PaidQuantities map[uuid.UUID]int
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ package repository
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"sort"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"apskel-pos-be/internal/entities"
|
"apskel-pos-be/internal/entities"
|
||||||
@@ -18,6 +19,8 @@ type AnalyticsRepository interface {
|
|||||||
GetProductAnalyticsPerCategory(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) ([]*entities.ProductAnalyticsPerCategory, error)
|
GetProductAnalyticsPerCategory(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) ([]*entities.ProductAnalyticsPerCategory, error)
|
||||||
GetDashboardOverview(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) (*entities.DashboardOverview, error)
|
GetDashboardOverview(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) (*entities.DashboardOverview, error)
|
||||||
GetProfitLossAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time, groupBy string) (*entities.ProfitLossAnalytics, error)
|
GetProfitLossAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time, groupBy string) (*entities.ProfitLossAnalytics, error)
|
||||||
|
GetExclusiveSummaryAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) (*entities.ExclusiveSummaryAnalytics, error)
|
||||||
|
GetExclusiveSummaryBankBalances(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID) ([]entities.ExclusiveSummaryBankBalance, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
type AnalyticsRepositoryImpl struct {
|
type AnalyticsRepositoryImpl struct {
|
||||||
@@ -37,6 +40,18 @@ func (r *AnalyticsRepositoryImpl) resolveOutletID(query *gorm.DB, outletID *uuid
|
|||||||
return query
|
return query
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func purchaseOrderItemTotalAmountSQL() string {
|
||||||
|
return "CASE WHEN pc.type = '" + string(entities.PurchaseCategoryTypeRawMaterial) + "' THEN COALESCE(poi.quantity, 0) * poi.amount ELSE poi.amount END"
|
||||||
|
}
|
||||||
|
|
||||||
|
func purchaseOrderRawMaterialAmountSQL() string {
|
||||||
|
return "CASE WHEN pc.type = '" + string(entities.PurchaseCategoryTypeRawMaterial) + "' THEN " + purchaseOrderItemTotalAmountSQL() + " ELSE 0 END"
|
||||||
|
}
|
||||||
|
|
||||||
|
func purchaseOrderExpenseAmountSQL() string {
|
||||||
|
return "CASE WHEN pc.type = '" + string(entities.PurchaseCategoryTypeExpense) + "' THEN " + purchaseOrderItemTotalAmountSQL() + " ELSE 0 END"
|
||||||
|
}
|
||||||
|
|
||||||
func (r *AnalyticsRepositoryImpl) GetPaymentMethodAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) ([]*entities.PaymentMethodAnalytics, error) {
|
func (r *AnalyticsRepositoryImpl) GetPaymentMethodAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) ([]*entities.PaymentMethodAnalytics, error) {
|
||||||
var results []*entities.PaymentMethodAnalytics
|
var results []*entities.PaymentMethodAnalytics
|
||||||
|
|
||||||
@@ -124,7 +139,6 @@ func (r *AnalyticsRepositoryImpl) GetSalesAnalytics(ctx context.Context, organiz
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (r *AnalyticsRepositoryImpl) GetPurchasingAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time, groupBy string) (*entities.PurchasingAnalytics, error) {
|
func (r *AnalyticsRepositoryImpl) GetPurchasingAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time, groupBy string) (*entities.PurchasingAnalytics, error) {
|
||||||
var summary entities.PurchasingSummary
|
|
||||||
var outletName *string
|
var outletName *string
|
||||||
|
|
||||||
if outletID != nil {
|
if outletID != nil {
|
||||||
@@ -144,29 +158,37 @@ func (r *AnalyticsRepositoryImpl) GetPurchasingAnalytics(ctx context.Context, or
|
|||||||
outletName = &outlet.Name
|
outletName = &outlet.Name
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return r.getPurchaseOrderPurchasingAnalytics(ctx, organizationID, outletID, outletName, dateFrom, dateTo, groupBy)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) getPurchaseOrderPurchasingAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, outletName *string, dateFrom, dateTo time.Time, groupBy string) (*entities.PurchasingAnalytics, error) {
|
||||||
|
var summary entities.PurchasingSummary
|
||||||
summaryQuery := r.db.WithContext(ctx).
|
summaryQuery := r.db.WithContext(ctx).
|
||||||
Table("inventory_movements im").
|
Table("purchase_orders po").
|
||||||
Select(`
|
Select(`
|
||||||
COALESCE(SUM(im.total_cost), 0) as total_purchases,
|
COALESCE(SUM(`+purchaseOrderItemTotalAmountSQL()+`), 0) as total_purchases,
|
||||||
COUNT(DISTINCT im.reference_id) as total_purchase_orders,
|
COALESCE(SUM(`+purchaseOrderRawMaterialAmountSQL()+`), 0) as raw_material_purchases,
|
||||||
COALESCE(SUM(im.quantity), 0) as total_quantity,
|
COALESCE(SUM(`+purchaseOrderExpenseAmountSQL()+`), 0) as expense_purchases,
|
||||||
|
COUNT(DISTINCT po.id) as total_purchase_orders,
|
||||||
|
COUNT(DISTINCT CASE WHEN pc.type = '`+string(entities.PurchaseCategoryTypeRawMaterial)+`' THEN po.id END) as raw_material_purchase_orders,
|
||||||
|
COUNT(CASE WHEN pc.type = '`+string(entities.PurchaseCategoryTypeExpense)+`' THEN poi.id END) as expense_count,
|
||||||
|
COALESCE(SUM(poi.quantity), 0) as total_quantity,
|
||||||
CASE
|
CASE
|
||||||
WHEN COUNT(DISTINCT im.reference_id) > 0
|
WHEN COUNT(DISTINCT po.id) > 0
|
||||||
THEN COALESCE(SUM(im.total_cost), 0) / COUNT(DISTINCT im.reference_id)
|
THEN COALESCE(SUM(`+purchaseOrderItemTotalAmountSQL()+`), 0) / COUNT(DISTINCT po.id)
|
||||||
ELSE 0
|
ELSE 0
|
||||||
END as average_purchase_order_value,
|
END as average_purchase_order_value,
|
||||||
COUNT(DISTINCT im.item_id) as total_ingredients,
|
COUNT(DISTINCT i.id) as total_ingredients,
|
||||||
COUNT(DISTINCT po.vendor_id) as total_vendors
|
COUNT(DISTINCT COALESCE(po.vendor_id::text, 'no-vendor')) as total_vendors
|
||||||
`).
|
`).
|
||||||
Joins("LEFT JOIN purchase_orders po ON im.reference_id = po.id").
|
Joins("LEFT JOIN purchase_order_items poi ON poi.purchase_order_id = po.id").
|
||||||
Where("im.organization_id = ?", organizationID).
|
Joins("LEFT JOIN purchase_categories pc ON poi.purchase_category_id = pc.id").
|
||||||
Where("im.movement_type = ?", entities.InventoryMovementTypePurchase).
|
Joins("LEFT JOIN ingredients i ON poi.ingredient_id = i.id").
|
||||||
Where("im.item_type = ?", "INGREDIENT").
|
Joins("LEFT JOIN units u ON poi.unit_id = u.id").
|
||||||
Where("im.reference_type = ?", entities.InventoryMovementReferenceTypePurchaseOrder).
|
Where("po.organization_id = ?", organizationID).
|
||||||
Where("im.created_at >= ? AND im.created_at <= ?", dateFrom, dateTo)
|
Where("po.status != ?", "cancelled").
|
||||||
|
Where("po.transaction_date >= ? AND po.transaction_date <= ?", dateFrom, dateTo)
|
||||||
summaryQuery = r.resolveOutletID(summaryQuery, outletID, "im.outlet_id")
|
summaryQuery = r.applyPurchaseOrderItemOutletFilter(summaryQuery, outletID)
|
||||||
|
|
||||||
if err := summaryQuery.Scan(&summary).Error; err != nil {
|
if err := summaryQuery.Scan(&summary).Error; err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
@@ -175,36 +197,41 @@ func (r *AnalyticsRepositoryImpl) GetPurchasingAnalytics(ctx context.Context, or
|
|||||||
var dateFormat string
|
var dateFormat string
|
||||||
switch groupBy {
|
switch groupBy {
|
||||||
case "hour":
|
case "hour":
|
||||||
dateFormat = "DATE_TRUNC('hour', im.created_at)"
|
dateFormat = "DATE_TRUNC('hour', po.created_at)"
|
||||||
case "week":
|
case "week":
|
||||||
dateFormat = "DATE_TRUNC('week', im.created_at)"
|
dateFormat = "DATE_TRUNC('week', po.transaction_date::timestamp)"
|
||||||
case "month":
|
case "month":
|
||||||
dateFormat = "DATE_TRUNC('month', im.created_at)"
|
dateFormat = "DATE_TRUNC('month', po.transaction_date::timestamp)"
|
||||||
default:
|
default:
|
||||||
dateFormat = "DATE_TRUNC('day', im.created_at)"
|
dateFormat = "DATE_TRUNC('day', po.transaction_date::timestamp)"
|
||||||
}
|
}
|
||||||
|
|
||||||
var data []entities.PurchasingAnalyticsData
|
var data []entities.PurchasingAnalyticsData
|
||||||
dataQuery := r.db.WithContext(ctx).
|
dataQuery := r.db.WithContext(ctx).
|
||||||
Table("inventory_movements im").
|
Table("purchase_orders po").
|
||||||
Select(`
|
Select(`
|
||||||
`+dateFormat+` as date,
|
`+dateFormat+` as date,
|
||||||
COALESCE(SUM(im.total_cost), 0) as purchases,
|
COALESCE(SUM(`+purchaseOrderItemTotalAmountSQL()+`), 0) as purchases,
|
||||||
COUNT(DISTINCT im.reference_id) as purchase_orders,
|
COALESCE(SUM(`+purchaseOrderRawMaterialAmountSQL()+`), 0) as raw_material_purchases,
|
||||||
COALESCE(SUM(im.quantity), 0) as quantity,
|
COALESCE(SUM(`+purchaseOrderExpenseAmountSQL()+`), 0) as expense_purchases,
|
||||||
COUNT(DISTINCT im.item_id) as ingredients,
|
COUNT(DISTINCT po.id) as purchase_orders,
|
||||||
COUNT(DISTINCT po.vendor_id) as vendors
|
COUNT(DISTINCT CASE WHEN pc.type = '`+string(entities.PurchaseCategoryTypeRawMaterial)+`' THEN po.id END) as raw_material_purchase_orders,
|
||||||
|
COUNT(CASE WHEN pc.type = '`+string(entities.PurchaseCategoryTypeExpense)+`' THEN poi.id END) as expense_count,
|
||||||
|
COALESCE(SUM(poi.quantity), 0) as quantity,
|
||||||
|
COUNT(DISTINCT i.id) as ingredients,
|
||||||
|
COUNT(DISTINCT COALESCE(po.vendor_id::text, 'no-vendor')) as vendors
|
||||||
`).
|
`).
|
||||||
Joins("LEFT JOIN purchase_orders po ON im.reference_id = po.id").
|
Joins("LEFT JOIN purchase_order_items poi ON poi.purchase_order_id = po.id").
|
||||||
Where("im.organization_id = ?", organizationID).
|
Joins("LEFT JOIN purchase_categories pc ON poi.purchase_category_id = pc.id").
|
||||||
Where("im.movement_type = ?", entities.InventoryMovementTypePurchase).
|
Joins("LEFT JOIN ingredients i ON poi.ingredient_id = i.id").
|
||||||
Where("im.item_type = ?", "INGREDIENT").
|
Joins("LEFT JOIN units u ON poi.unit_id = u.id").
|
||||||
Where("im.reference_type = ?", entities.InventoryMovementReferenceTypePurchaseOrder).
|
Where("po.organization_id = ?", organizationID).
|
||||||
Where("im.created_at >= ? AND im.created_at <= ?", dateFrom, dateTo).
|
Where("po.status != ?", "cancelled").
|
||||||
|
Where("pc.type = ?", entities.PurchaseCategoryTypeRawMaterial).
|
||||||
|
Where("po.transaction_date >= ? AND po.transaction_date <= ?", dateFrom, dateTo).
|
||||||
Group(dateFormat).
|
Group(dateFormat).
|
||||||
Order(dateFormat)
|
Order(dateFormat)
|
||||||
|
dataQuery = r.applyPurchaseOrderItemOutletFilter(dataQuery, outletID)
|
||||||
dataQuery = r.resolveOutletID(dataQuery, outletID, "im.outlet_id")
|
|
||||||
|
|
||||||
if err := dataQuery.Scan(&data).Error; err != nil {
|
if err := dataQuery.Scan(&data).Error; err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
@@ -212,29 +239,29 @@ func (r *AnalyticsRepositoryImpl) GetPurchasingAnalytics(ctx context.Context, or
|
|||||||
|
|
||||||
var ingredientData []entities.PurchasingIngredientData
|
var ingredientData []entities.PurchasingIngredientData
|
||||||
ingredientQuery := r.db.WithContext(ctx).
|
ingredientQuery := r.db.WithContext(ctx).
|
||||||
Table("inventory_movements im").
|
Table("purchase_order_items poi").
|
||||||
Select(`
|
Select(`
|
||||||
i.id as ingredient_id,
|
i.id as ingredient_id,
|
||||||
i.name as ingredient_name,
|
i.name as ingredient_name,
|
||||||
COALESCE(SUM(im.quantity), 0) as quantity,
|
COALESCE(SUM(poi.quantity), 0) as quantity,
|
||||||
COALESCE(SUM(im.total_cost), 0) as total_cost,
|
COALESCE(SUM(`+purchaseOrderItemTotalAmountSQL()+`), 0) as total_cost,
|
||||||
CASE
|
CASE
|
||||||
WHEN SUM(im.quantity) > 0
|
WHEN SUM(poi.quantity) > 0
|
||||||
THEN COALESCE(SUM(im.total_cost), 0) / SUM(im.quantity)
|
THEN COALESCE(SUM(`+purchaseOrderItemTotalAmountSQL()+`), 0) / SUM(poi.quantity)
|
||||||
ELSE 0
|
ELSE 0
|
||||||
END as average_unit_cost,
|
END as average_unit_cost,
|
||||||
COUNT(DISTINCT im.reference_id) as purchase_order_count
|
COUNT(DISTINCT po.id) as purchase_order_count
|
||||||
`).
|
`).
|
||||||
Joins("JOIN ingredients i ON im.item_id = i.id").
|
Joins("JOIN purchase_orders po ON poi.purchase_order_id = po.id").
|
||||||
Where("im.organization_id = ?", organizationID).
|
Joins("JOIN purchase_categories pc ON poi.purchase_category_id = pc.id").
|
||||||
Where("im.movement_type = ?", entities.InventoryMovementTypePurchase).
|
Joins("JOIN ingredients i ON poi.ingredient_id = i.id").
|
||||||
Where("im.item_type = ?", "INGREDIENT").
|
Joins("LEFT JOIN units u ON poi.unit_id = u.id").
|
||||||
Where("im.reference_type = ?", entities.InventoryMovementReferenceTypePurchaseOrder).
|
Where("po.organization_id = ?", organizationID).
|
||||||
Where("im.created_at >= ? AND im.created_at <= ?", dateFrom, dateTo).
|
Where("po.status != ?", "cancelled").
|
||||||
|
Where("po.transaction_date >= ? AND po.transaction_date <= ?", dateFrom, dateTo).
|
||||||
Group("i.id, i.name").
|
Group("i.id, i.name").
|
||||||
Order("total_cost DESC")
|
Order("total_cost DESC")
|
||||||
|
ingredientQuery = r.applyPurchaseOrderItemOutletFilter(ingredientQuery, outletID)
|
||||||
ingredientQuery = r.resolveOutletID(ingredientQuery, outletID, "im.outlet_id")
|
|
||||||
|
|
||||||
if err := ingredientQuery.Scan(&ingredientData).Error; err != nil {
|
if err := ingredientQuery.Scan(&ingredientData).Error; err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
@@ -242,26 +269,26 @@ func (r *AnalyticsRepositoryImpl) GetPurchasingAnalytics(ctx context.Context, or
|
|||||||
|
|
||||||
var vendorData []entities.PurchasingVendorData
|
var vendorData []entities.PurchasingVendorData
|
||||||
vendorQuery := r.db.WithContext(ctx).
|
vendorQuery := r.db.WithContext(ctx).
|
||||||
Table("inventory_movements im").
|
Table("purchase_orders po").
|
||||||
Select(`
|
Select(`
|
||||||
v.id as vendor_id,
|
v.id as vendor_id,
|
||||||
v.name as vendor_name,
|
COALESCE(v.name, 'No Vendor') as vendor_name,
|
||||||
COALESCE(SUM(im.total_cost), 0) as total_cost,
|
COALESCE(SUM(`+purchaseOrderItemTotalAmountSQL()+`), 0) as total_cost,
|
||||||
COUNT(DISTINCT im.reference_id) as purchase_order_count,
|
COUNT(DISTINCT po.id) as purchase_order_count,
|
||||||
COUNT(DISTINCT im.item_id) as ingredient_count,
|
COUNT(DISTINCT i.id) as ingredient_count,
|
||||||
COALESCE(SUM(im.quantity), 0) as quantity
|
COALESCE(SUM(poi.quantity), 0) as quantity
|
||||||
`).
|
`).
|
||||||
Joins("JOIN purchase_orders po ON im.reference_id = po.id").
|
Joins("LEFT JOIN vendors v ON po.vendor_id = v.id").
|
||||||
Joins("JOIN vendors v ON po.vendor_id = v.id").
|
Joins("LEFT JOIN purchase_order_items poi ON poi.purchase_order_id = po.id").
|
||||||
Where("im.organization_id = ?", organizationID).
|
Joins("LEFT JOIN purchase_categories pc ON poi.purchase_category_id = pc.id").
|
||||||
Where("im.movement_type = ?", entities.InventoryMovementTypePurchase).
|
Joins("LEFT JOIN ingredients i ON poi.ingredient_id = i.id").
|
||||||
Where("im.item_type = ?", "INGREDIENT").
|
Joins("LEFT JOIN units u ON poi.unit_id = u.id").
|
||||||
Where("im.reference_type = ?", entities.InventoryMovementReferenceTypePurchaseOrder).
|
Where("po.organization_id = ?", organizationID).
|
||||||
Where("im.created_at >= ? AND im.created_at <= ?", dateFrom, dateTo).
|
Where("po.status != ?", "cancelled").
|
||||||
Group("v.id, v.name").
|
Where("po.transaction_date >= ? AND po.transaction_date <= ?", dateFrom, dateTo).
|
||||||
|
Group("v.id, COALESCE(v.name, 'No Vendor')").
|
||||||
Order("total_cost DESC")
|
Order("total_cost DESC")
|
||||||
|
vendorQuery = r.applyPurchaseOrderItemOutletFilter(vendorQuery, outletID)
|
||||||
vendorQuery = r.resolveOutletID(vendorQuery, outletID, "im.outlet_id")
|
|
||||||
|
|
||||||
if err := vendorQuery.Scan(&vendorData).Error; err != nil {
|
if err := vendorQuery.Scan(&vendorData).Error; err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
@@ -276,6 +303,13 @@ func (r *AnalyticsRepositoryImpl) GetPurchasingAnalytics(ctx context.Context, or
|
|||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) applyPurchaseOrderItemOutletFilter(query *gorm.DB, outletID *uuid.UUID) *gorm.DB {
|
||||||
|
if outletID == nil {
|
||||||
|
return query
|
||||||
|
}
|
||||||
|
return query.Where("po.outlet_id = ?", *outletID)
|
||||||
|
}
|
||||||
|
|
||||||
func (r *AnalyticsRepositoryImpl) GetProductAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time, limit int) ([]*entities.ProductAnalytics, error) {
|
func (r *AnalyticsRepositoryImpl) GetProductAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time, limit int) ([]*entities.ProductAnalytics, error) {
|
||||||
var results []*entities.ProductAnalytics
|
var results []*entities.ProductAnalytics
|
||||||
|
|
||||||
@@ -284,6 +318,13 @@ func (r *AnalyticsRepositoryImpl) GetProductAnalytics(ctx context.Context, organ
|
|||||||
Select(`
|
Select(`
|
||||||
p.id as product_id,
|
p.id as product_id,
|
||||||
p.name as product_name,
|
p.name as product_name,
|
||||||
|
p.sku as product_sku,
|
||||||
|
COALESCE(
|
||||||
|
NULLIF(pop.price, 0),
|
||||||
|
(SELECT price FROM product_outlet_prices WHERE product_id = p.id ORDER BY updated_at DESC LIMIT 1),
|
||||||
|
NULLIF(p.price, 0),
|
||||||
|
0
|
||||||
|
) as product_price,
|
||||||
c.id as category_id,
|
c.id as category_id,
|
||||||
c.name as category_name,
|
c.name as category_name,
|
||||||
c.order as category_order,
|
c.order as category_order,
|
||||||
@@ -317,6 +358,7 @@ func (r *AnalyticsRepositoryImpl) GetProductAnalytics(ctx context.Context, organ
|
|||||||
Joins("JOIN products p ON oi.product_id = p.id").
|
Joins("JOIN products p ON oi.product_id = p.id").
|
||||||
Joins("JOIN categories c ON p.category_id = c.id").
|
Joins("JOIN categories c ON p.category_id = c.id").
|
||||||
Joins("JOIN orders o ON oi.order_id = o.id").
|
Joins("JOIN orders o ON oi.order_id = o.id").
|
||||||
|
Joins("LEFT JOIN product_outlet_prices pop ON pop.product_id = p.id AND pop.outlet_id = o.outlet_id").
|
||||||
Joins("LEFT JOIN (?) mahpp ON mahpp.product_id = p.id",
|
Joins("LEFT JOIN (?) mahpp ON mahpp.product_id = p.id",
|
||||||
r.db.Table("product_recipes pr2").
|
r.db.Table("product_recipes pr2").
|
||||||
Select("pr2.product_id, SUM(pr2.quantity * (1 + COALESCE(pr2.waste_percentage, 0)/100.0) * COALESCE(ma.moving_avg_cost, ing.cost)) as hpp_per_unit").
|
Select("pr2.product_id, SUM(pr2.quantity * (1 + COALESCE(pr2.waste_percentage, 0)/100.0) * COALESCE(ma.moving_avg_cost, ing.cost)) as hpp_per_unit").
|
||||||
@@ -342,7 +384,7 @@ func (r *AnalyticsRepositoryImpl) GetProductAnalytics(ctx context.Context, organ
|
|||||||
query = r.resolveOutletID(query, outletID, "o.outlet_id")
|
query = r.resolveOutletID(query, outletID, "o.outlet_id")
|
||||||
|
|
||||||
err := query.
|
err := query.
|
||||||
Group("p.id, p.name, p.cost, c.id, c.name, c.order, mahpp.hpp_per_unit").
|
Group("p.id, p.name, p.sku, p.price, p.cost, pop.price, c.id, c.name, c.order, mahpp.hpp_per_unit").
|
||||||
Order("revenue DESC").
|
Order("revenue DESC").
|
||||||
Limit(limit).
|
Limit(limit).
|
||||||
Scan(&results).Error
|
Scan(&results).Error
|
||||||
@@ -433,9 +475,11 @@ func (r *AnalyticsRepositoryImpl) GetDashboardOverview(ctx context.Context, orga
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (r *AnalyticsRepositoryImpl) GetProfitLossAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time, groupBy string) (*entities.ProfitLossAnalytics, error) {
|
func (r *AnalyticsRepositoryImpl) GetProfitLossAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time, groupBy string) (*entities.ProfitLossAnalytics, error) {
|
||||||
// Summary query
|
mtdStart := time.Date(dateTo.Year(), dateTo.Month(), 1, 0, 0, 0, 0, dateTo.Location())
|
||||||
var summary entities.ProfitLossSummary
|
todayStart := time.Date(dateTo.Year(), dateTo.Month(), dateTo.Day(), 0, 0, 0, 0, dateTo.Location())
|
||||||
|
todayEnd := todayStart.Add(24 * time.Hour).Add(-time.Nanosecond)
|
||||||
|
|
||||||
|
var summary entities.ProfitLossSummary
|
||||||
summaryQuery := r.db.WithContext(ctx).
|
summaryQuery := r.db.WithContext(ctx).
|
||||||
Table("orders o").
|
Table("orders o").
|
||||||
Select(`
|
Select(`
|
||||||
@@ -472,15 +516,16 @@ func (r *AnalyticsRepositoryImpl) GetProfitLossAnalytics(ctx context.Context, or
|
|||||||
Where("o.payment_status = ?", entities.PaymentStatusCompleted).
|
Where("o.payment_status = ?", entities.PaymentStatusCompleted).
|
||||||
Where("o.is_void = false AND o.is_refund = false").
|
Where("o.is_void = false AND o.is_refund = false").
|
||||||
Where("o.created_at >= ? AND o.created_at <= ?", dateFrom, dateTo)
|
Where("o.created_at >= ? AND o.created_at <= ?", dateFrom, dateTo)
|
||||||
|
|
||||||
summaryQuery = r.resolveOutletID(summaryQuery, outletID, "o.outlet_id")
|
summaryQuery = r.resolveOutletID(summaryQuery, outletID, "o.outlet_id")
|
||||||
|
if err := summaryQuery.Scan(&summary).Error; err != nil {
|
||||||
err := summaryQuery.Scan(&summary).Error
|
return nil, err
|
||||||
|
}
|
||||||
|
periodHPP, err := r.getPurchaseOrderRawMaterialTotal(ctx, organizationID, outletID, dateFrom, dateTo)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
applyProfitLossSummaryCost(&summary, periodHPP)
|
||||||
|
|
||||||
// Time series data query
|
|
||||||
var timeFormat string
|
var timeFormat string
|
||||||
switch groupBy {
|
switch groupBy {
|
||||||
case "hour":
|
case "hour":
|
||||||
@@ -489,12 +534,11 @@ func (r *AnalyticsRepositoryImpl) GetProfitLossAnalytics(ctx context.Context, or
|
|||||||
timeFormat = "DATE_TRUNC('week', o.created_at)"
|
timeFormat = "DATE_TRUNC('week', o.created_at)"
|
||||||
case "month":
|
case "month":
|
||||||
timeFormat = "DATE_TRUNC('month', o.created_at)"
|
timeFormat = "DATE_TRUNC('month', o.created_at)"
|
||||||
default: // day
|
default:
|
||||||
timeFormat = "DATE_TRUNC('day', o.created_at)"
|
timeFormat = "DATE_TRUNC('day', o.created_at)"
|
||||||
}
|
}
|
||||||
|
|
||||||
var data []entities.ProfitLossData
|
var data []entities.ProfitLossData
|
||||||
|
|
||||||
dataQuery := r.db.WithContext(ctx).
|
dataQuery := r.db.WithContext(ctx).
|
||||||
Table("orders o").
|
Table("orders o").
|
||||||
Select(`
|
Select(`
|
||||||
@@ -524,17 +568,17 @@ func (r *AnalyticsRepositoryImpl) GetProfitLossAnalytics(ctx context.Context, or
|
|||||||
Where("o.created_at >= ? AND o.created_at <= ?", dateFrom, dateTo).
|
Where("o.created_at >= ? AND o.created_at <= ?", dateFrom, dateTo).
|
||||||
Group(timeFormat).
|
Group(timeFormat).
|
||||||
Order(timeFormat)
|
Order(timeFormat)
|
||||||
|
|
||||||
dataQuery = r.resolveOutletID(dataQuery, outletID, "o.outlet_id")
|
dataQuery = r.resolveOutletID(dataQuery, outletID, "o.outlet_id")
|
||||||
|
if err := dataQuery.Scan(&data).Error; err != nil {
|
||||||
err = dataQuery.Scan(&data).Error
|
return nil, err
|
||||||
|
}
|
||||||
|
poCostData, err := r.getPurchaseOrderRawMaterialCostByPeriod(ctx, organizationID, outletID, dateFrom, dateTo, groupBy)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
data = mergeProfitLossDataWithPurchaseOrderCost(data, poCostData)
|
||||||
|
|
||||||
// Product profit data query
|
|
||||||
var productData []entities.ProductProfitData
|
var productData []entities.ProductProfitData
|
||||||
|
|
||||||
productQuery := r.db.WithContext(ctx).
|
productQuery := r.db.WithContext(ctx).
|
||||||
Table("order_items oi").
|
Table("order_items oi").
|
||||||
Select(`
|
Select(`
|
||||||
@@ -567,17 +611,557 @@ func (r *AnalyticsRepositoryImpl) GetProfitLossAnalytics(ctx context.Context, or
|
|||||||
Group("p.id, p.name, c.id, c.name").
|
Group("p.id, p.name, c.id, c.name").
|
||||||
Order("p.name ASC").
|
Order("p.name ASC").
|
||||||
Limit(1000)
|
Limit(1000)
|
||||||
|
|
||||||
productQuery = r.resolveOutletID(productQuery, outletID, "o.outlet_id")
|
productQuery = r.resolveOutletID(productQuery, outletID, "o.outlet_id")
|
||||||
|
if err := productQuery.Scan(&productData).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
err = productQuery.Scan(&productData).Error
|
type revenueCostResult struct {
|
||||||
|
Revenue float64
|
||||||
|
Cost float64
|
||||||
|
}
|
||||||
|
|
||||||
|
var todayRC revenueCostResult
|
||||||
|
todayQuery := r.db.WithContext(ctx).
|
||||||
|
Table("orders o").
|
||||||
|
Select(`
|
||||||
|
COALESCE(SUM(o.total_amount), 0) as revenue,
|
||||||
|
COALESCE(SUM(o.total_cost), 0) as cost
|
||||||
|
`).
|
||||||
|
Where("o.organization_id = ?", organizationID).
|
||||||
|
Where("o.status = ?", entities.OrderStatusCompleted).
|
||||||
|
Where("o.payment_status = ?", entities.PaymentStatusCompleted).
|
||||||
|
Where("o.is_void = false AND o.is_refund = false").
|
||||||
|
Where("o.created_at >= ? AND o.created_at <= ?", todayStart, todayEnd)
|
||||||
|
todayQuery = r.resolveOutletID(todayQuery, outletID, "o.outlet_id")
|
||||||
|
if err := todayQuery.Scan(&todayRC).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
todayHPP, err := r.getPurchaseOrderRawMaterialTotal(ctx, organizationID, outletID, todayStart, todayEnd)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
todayRC.Cost = todayHPP
|
||||||
|
|
||||||
|
var mtdRC revenueCostResult
|
||||||
|
mtdQuery := r.db.WithContext(ctx).
|
||||||
|
Table("orders o").
|
||||||
|
Select(`
|
||||||
|
COALESCE(SUM(o.total_amount), 0) as revenue,
|
||||||
|
COALESCE(SUM(o.total_cost), 0) as cost
|
||||||
|
`).
|
||||||
|
Where("o.organization_id = ?", organizationID).
|
||||||
|
Where("o.status = ?", entities.OrderStatusCompleted).
|
||||||
|
Where("o.payment_status = ?", entities.PaymentStatusCompleted).
|
||||||
|
Where("o.is_void = false AND o.is_refund = false").
|
||||||
|
Where("o.created_at >= ? AND o.created_at <= ?", mtdStart, todayEnd)
|
||||||
|
mtdQuery = r.resolveOutletID(mtdQuery, outletID, "o.outlet_id")
|
||||||
|
if err := mtdQuery.Scan(&mtdRC).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
mtdHPP, err := r.getPurchaseOrderRawMaterialTotal(ctx, organizationID, outletID, mtdStart, todayEnd)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
mtdRC.Cost = mtdHPP
|
||||||
|
|
||||||
|
todayExpenseByCategory, err := r.getExpenseByCategory(ctx, organizationID, outletID, todayStart, todayEnd)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
todayPOExpenseByCategory, err := r.getPurchaseOrderExpenseByCategory(ctx, organizationID, outletID, todayStart, todayEnd)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
todayExpenseByCategory = mergeExpenseCategoryTotals(todayExpenseByCategory, todayPOExpenseByCategory)
|
||||||
|
|
||||||
|
mtdExpenseByCategory, err := r.getExpenseByCategory(ctx, organizationID, outletID, mtdStart, todayEnd)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
mtdPOExpenseByCategory, err := r.getPurchaseOrderExpenseByCategory(ctx, organizationID, outletID, mtdStart, todayEnd)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
mtdExpenseByCategory = mergeExpenseCategoryTotals(mtdExpenseByCategory, mtdPOExpenseByCategory)
|
||||||
|
|
||||||
|
opsItems, err := r.getOperationalExpenseItems(ctx, organizationID, outletID, mtdStart, todayEnd)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
poOpsItems, err := r.getPurchaseOrderExpenseItems(ctx, organizationID, outletID, mtdStart, todayEnd)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
opsItems = mergeOperationalExpenseItems(opsItems, poOpsItems)
|
||||||
|
|
||||||
return &entities.ProfitLossAnalytics{
|
return &entities.ProfitLossAnalytics{
|
||||||
Summary: summary,
|
Summary: summary,
|
||||||
Data: data,
|
Data: data,
|
||||||
ProductData: productData,
|
ProductData: productData,
|
||||||
|
TodayRevenue: todayRC.Revenue,
|
||||||
|
TodayCost: todayRC.Cost,
|
||||||
|
MtdRevenue: mtdRC.Revenue,
|
||||||
|
MtdCost: mtdRC.Cost,
|
||||||
|
TodayExpenseByCategory: todayExpenseByCategory,
|
||||||
|
MtdExpenseByCategory: mtdExpenseByCategory,
|
||||||
|
OperationalExpenseItems: opsItems,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) getPurchaseOrderRawMaterialTotal(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) (float64, error) {
|
||||||
|
type totalResult struct {
|
||||||
|
Total float64
|
||||||
|
}
|
||||||
|
var result totalResult
|
||||||
|
|
||||||
|
query := r.db.WithContext(ctx).
|
||||||
|
Table("purchase_order_items poi").
|
||||||
|
Select(`COALESCE(SUM(`+purchaseOrderItemTotalAmountSQL()+`), 0) as total`).
|
||||||
|
Joins("JOIN purchase_orders po ON poi.purchase_order_id = po.id").
|
||||||
|
Joins("JOIN purchase_categories pc ON poi.purchase_category_id = pc.id").
|
||||||
|
Where("po.organization_id = ?", organizationID).
|
||||||
|
Where("po.status = ?", "received").
|
||||||
|
Where("pc.type = ?", entities.PurchaseCategoryTypeRawMaterial).
|
||||||
|
Where("po.transaction_date >= ? AND po.transaction_date <= ?", dateFrom, dateTo)
|
||||||
|
query = r.applyPurchaseOrderItemOutletFilter(query, outletID)
|
||||||
|
|
||||||
|
if err := query.Scan(&result).Error; err != nil {
|
||||||
|
return 0, err
|
||||||
|
}
|
||||||
|
return result.Total, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) getPurchaseOrderRawMaterialCostByPeriod(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time, groupBy string) ([]entities.ProfitLossData, error) {
|
||||||
|
var dateFormat string
|
||||||
|
switch groupBy {
|
||||||
|
case "hour":
|
||||||
|
dateFormat = "DATE_TRUNC('hour', po.transaction_date::timestamp)"
|
||||||
|
case "week":
|
||||||
|
dateFormat = "DATE_TRUNC('week', po.transaction_date::timestamp)"
|
||||||
|
case "month":
|
||||||
|
dateFormat = "DATE_TRUNC('month', po.transaction_date::timestamp)"
|
||||||
|
default:
|
||||||
|
dateFormat = "DATE_TRUNC('day', po.transaction_date::timestamp)"
|
||||||
|
}
|
||||||
|
|
||||||
|
var results []entities.ProfitLossData
|
||||||
|
query := r.db.WithContext(ctx).
|
||||||
|
Table("purchase_order_items poi").
|
||||||
|
Select(`
|
||||||
|
`+dateFormat+` as date,
|
||||||
|
COALESCE(SUM(`+purchaseOrderItemTotalAmountSQL()+`), 0) as cost
|
||||||
|
`).
|
||||||
|
Joins("JOIN purchase_orders po ON poi.purchase_order_id = po.id").
|
||||||
|
Joins("JOIN purchase_categories pc ON poi.purchase_category_id = pc.id").
|
||||||
|
Where("po.organization_id = ?", organizationID).
|
||||||
|
Where("po.status = ?", "received").
|
||||||
|
Where("pc.type = ?", entities.PurchaseCategoryTypeRawMaterial).
|
||||||
|
Where("po.transaction_date >= ? AND po.transaction_date <= ?", dateFrom, dateTo).
|
||||||
|
Group(dateFormat).
|
||||||
|
Order(dateFormat)
|
||||||
|
query = r.applyPurchaseOrderItemOutletFilter(query, outletID)
|
||||||
|
|
||||||
|
if err := query.Scan(&results).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
return results, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func applyProfitLossSummaryCost(summary *entities.ProfitLossSummary, cost float64) {
|
||||||
|
summary.TotalCost = cost
|
||||||
|
summary.GrossProfit = summary.TotalRevenue - cost
|
||||||
|
summary.GrossProfitMargin = ratio(summary.GrossProfit, summary.TotalRevenue)
|
||||||
|
summary.NetProfit = summary.TotalRevenue - cost - summary.TotalDiscount
|
||||||
|
summary.NetProfitMargin = ratio(summary.NetProfit, summary.TotalRevenue)
|
||||||
|
if summary.TotalOrders > 0 {
|
||||||
|
summary.AverageProfit = summary.NetProfit / float64(summary.TotalOrders)
|
||||||
|
} else {
|
||||||
|
summary.AverageProfit = 0
|
||||||
|
}
|
||||||
|
summary.ProfitabilityRatio = ratio(summary.GrossProfit, cost)
|
||||||
|
}
|
||||||
|
|
||||||
|
func mergeProfitLossDataWithPurchaseOrderCost(data, costs []entities.ProfitLossData) []entities.ProfitLossData {
|
||||||
|
indexByDate := make(map[time.Time]int, len(data))
|
||||||
|
for i, item := range data {
|
||||||
|
data[i].Cost = 0
|
||||||
|
indexByDate[item.Date] = i
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, cost := range costs {
|
||||||
|
if i, ok := indexByDate[cost.Date]; ok {
|
||||||
|
data[i].Cost = cost.Cost
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
indexByDate[cost.Date] = len(data)
|
||||||
|
data = append(data, entities.ProfitLossData{Date: cost.Date, Cost: cost.Cost})
|
||||||
|
}
|
||||||
|
|
||||||
|
for i := range data {
|
||||||
|
data[i].GrossProfit = data[i].Revenue - data[i].Cost
|
||||||
|
data[i].GrossProfitMargin = ratio(data[i].GrossProfit, data[i].Revenue)
|
||||||
|
data[i].NetProfit = data[i].Revenue - data[i].Cost - data[i].Discount
|
||||||
|
data[i].NetProfitMargin = ratio(data[i].NetProfit, data[i].Revenue)
|
||||||
|
}
|
||||||
|
|
||||||
|
sort.Slice(data, func(i, j int) bool {
|
||||||
|
return data[i].Date.Before(data[j].Date)
|
||||||
|
})
|
||||||
|
return data
|
||||||
|
}
|
||||||
|
|
||||||
|
func ratio(numerator, denominator float64) float64 {
|
||||||
|
if denominator == 0 {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
return (numerator / denominator) * 100
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) getPurchaseOrderExpenseByCategory(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) ([]entities.ExpenseCategoryTotal, error) {
|
||||||
|
var results []entities.ExpenseCategoryTotal
|
||||||
|
|
||||||
|
query := r.db.WithContext(ctx).
|
||||||
|
Table("purchase_order_items poi").
|
||||||
|
Select(`
|
||||||
|
pc.name as category_name,
|
||||||
|
COALESCE(SUM(`+purchaseOrderItemTotalAmountSQL()+`), 0) as amount
|
||||||
|
`).
|
||||||
|
Joins("JOIN purchase_orders po ON poi.purchase_order_id = po.id").
|
||||||
|
Joins("JOIN purchase_categories pc ON poi.purchase_category_id = pc.id").
|
||||||
|
Where("po.organization_id = ?", organizationID).
|
||||||
|
Where("po.status = ?", "received").
|
||||||
|
Where("pc.type = ?", entities.PurchaseCategoryTypeExpense).
|
||||||
|
Where("po.transaction_date >= ? AND po.transaction_date <= ?", dateFrom, dateTo).
|
||||||
|
Group("pc.id, pc.name, pc.sort_order").
|
||||||
|
Order("pc.sort_order ASC, pc.name ASC")
|
||||||
|
query = r.applyPurchaseOrderItemOutletFilter(query, outletID)
|
||||||
|
|
||||||
|
if err := query.Scan(&results).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
return results, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) getPurchaseOrderExpenseItems(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) ([]entities.OperationalExpenseItem, error) {
|
||||||
|
var results []entities.OperationalExpenseItem
|
||||||
|
|
||||||
|
query := r.db.WithContext(ctx).
|
||||||
|
Table("purchase_order_items poi").
|
||||||
|
Select(`
|
||||||
|
COALESCE(NULLIF(poi.description, ''), pc.name) as item,
|
||||||
|
COALESCE(SUM(`+purchaseOrderItemTotalAmountSQL()+`), 0) as amount
|
||||||
|
`).
|
||||||
|
Joins("JOIN purchase_orders po ON poi.purchase_order_id = po.id").
|
||||||
|
Joins("JOIN purchase_categories pc ON poi.purchase_category_id = pc.id").
|
||||||
|
Where("po.organization_id = ?", organizationID).
|
||||||
|
Where("po.status = ?", "received").
|
||||||
|
Where("pc.type = ?", entities.PurchaseCategoryTypeExpense).
|
||||||
|
Where("po.transaction_date >= ? AND po.transaction_date <= ?", dateFrom, dateTo).
|
||||||
|
Group("COALESCE(NULLIF(poi.description, ''), pc.name)").
|
||||||
|
Order("amount DESC")
|
||||||
|
query = r.applyPurchaseOrderItemOutletFilter(query, outletID)
|
||||||
|
|
||||||
|
if err := query.Scan(&results).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
return results, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func mergeExpenseCategoryTotals(base, extra []entities.ExpenseCategoryTotal) []entities.ExpenseCategoryTotal {
|
||||||
|
indexByName := make(map[string]int, len(base))
|
||||||
|
for i, item := range base {
|
||||||
|
indexByName[item.CategoryName] = i
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, item := range extra {
|
||||||
|
if i, ok := indexByName[item.CategoryName]; ok {
|
||||||
|
base[i].Amount += item.Amount
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
indexByName[item.CategoryName] = len(base)
|
||||||
|
base = append(base, item)
|
||||||
|
}
|
||||||
|
return base
|
||||||
|
}
|
||||||
|
|
||||||
|
func mergeOperationalExpenseItems(base, extra []entities.OperationalExpenseItem) []entities.OperationalExpenseItem {
|
||||||
|
indexByName := make(map[string]int, len(base))
|
||||||
|
for i, item := range base {
|
||||||
|
indexByName[item.Item] = i
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, item := range extra {
|
||||||
|
if i, ok := indexByName[item.Item]; ok {
|
||||||
|
base[i].Amount += item.Amount
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
indexByName[item.Item] = len(base)
|
||||||
|
base = append(base, item)
|
||||||
|
}
|
||||||
|
return base
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) getExpenseByCategory(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) ([]entities.ExpenseCategoryTotal, error) {
|
||||||
|
var results []entities.ExpenseCategoryTotal
|
||||||
|
|
||||||
|
query := r.db.WithContext(ctx).
|
||||||
|
Table("expense_items ei").
|
||||||
|
Select(`COALESCE(parent_coa.name, coa.name, 'Lain-lain') as category_name, COALESCE(SUM(ei.amount), 0) as amount`).
|
||||||
|
Joins("JOIN expenses e ON ei.expense_id = e.id").
|
||||||
|
Joins("JOIN chart_of_accounts coa ON ei.chart_of_account_id = coa.id").
|
||||||
|
Joins("LEFT JOIN chart_of_accounts parent_coa ON coa.parent_id = parent_coa.id").
|
||||||
|
Where("e.organization_id = ?", organizationID).
|
||||||
|
Where("e.status = ?", "approved").
|
||||||
|
Where("e.transaction_date >= ? AND e.transaction_date <= ?", dateFrom, dateTo)
|
||||||
|
|
||||||
|
if outletID != nil {
|
||||||
|
query = query.Where("e.outlet_id = ?", *outletID)
|
||||||
|
}
|
||||||
|
|
||||||
|
err := query.
|
||||||
|
Group("COALESCE(parent_coa.name, coa.name, 'Lain-lain')").
|
||||||
|
Order("COALESCE(parent_coa.name, coa.name, 'Lain-lain')").
|
||||||
|
Scan(&results).Error
|
||||||
|
|
||||||
|
return results, err
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) getOperationalExpenseItems(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) ([]entities.OperationalExpenseItem, error) {
|
||||||
|
var results []entities.OperationalExpenseItem
|
||||||
|
|
||||||
|
query := r.db.WithContext(ctx).
|
||||||
|
Table("expense_items ei").
|
||||||
|
Select(`COALESCE(NULLIF(ei.item, ''), ei.description, coa.name) as item, COALESCE(SUM(ei.amount), 0) as amount`).
|
||||||
|
Joins("JOIN expenses e ON ei.expense_id = e.id").
|
||||||
|
Joins("JOIN chart_of_accounts coa ON ei.chart_of_account_id = coa.id").
|
||||||
|
Where("e.organization_id = ?", organizationID).
|
||||||
|
Where("e.status = ?", "approved").
|
||||||
|
Where("e.transaction_date >= ? AND e.transaction_date <= ?", dateFrom, dateTo)
|
||||||
|
|
||||||
|
if outletID != nil {
|
||||||
|
query = query.Where("e.outlet_id = ?", *outletID)
|
||||||
|
}
|
||||||
|
|
||||||
|
err := query.
|
||||||
|
Group("COALESCE(NULLIF(ei.item, ''), ei.description, coa.name)").
|
||||||
|
Order("amount DESC").
|
||||||
|
Scan(&results).Error
|
||||||
|
|
||||||
|
return results, err
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) GetExclusiveSummaryAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) (*entities.ExclusiveSummaryAnalytics, error) {
|
||||||
|
type salesResult struct {
|
||||||
|
SalesTotal float64
|
||||||
|
SalesCount int64
|
||||||
|
}
|
||||||
|
|
||||||
|
var sales salesResult
|
||||||
|
salesQuery := r.db.WithContext(ctx).
|
||||||
|
Table("orders o").
|
||||||
|
Select(`
|
||||||
|
COALESCE(SUM(o.total_amount), 0) as sales_total,
|
||||||
|
COUNT(o.id) as sales_count
|
||||||
|
`).
|
||||||
|
Where("o.organization_id = ?", organizationID).
|
||||||
|
Where("o.status = ?", entities.OrderStatusCompleted).
|
||||||
|
Where("o.payment_status = ?", entities.PaymentStatusCompleted).
|
||||||
|
Where("o.is_void = false AND o.is_refund = false").
|
||||||
|
Where("o.created_at >= ? AND o.created_at <= ?", dateFrom, dateTo)
|
||||||
|
salesQuery = r.resolveOutletID(salesQuery, outletID, "o.outlet_id")
|
||||||
|
if err := salesQuery.Scan(&sales).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
hppBreakdown, err := r.getExclusiveSummaryHPPBreakdown(ctx, organizationID, outletID, dateFrom, dateTo)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
operationalExpenseBreakdown, err := r.getExclusiveSummaryOperationalExpenseBreakdown(ctx, organizationID, outletID, dateFrom, dateTo)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
dailySummary, err := r.getExclusiveSummaryDailySummary(ctx, organizationID, outletID, dateFrom, dateTo)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
dailyTransactions, err := r.getExclusiveSummaryDailyTransactions(ctx, organizationID, outletID, dateFrom, dateTo)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return &entities.ExclusiveSummaryAnalytics{
|
||||||
|
SalesTotal: sales.SalesTotal,
|
||||||
|
SalesCount: sales.SalesCount,
|
||||||
|
HPPBreakdown: hppBreakdown,
|
||||||
|
OperationalExpenseBreakdown: operationalExpenseBreakdown,
|
||||||
|
DailySummary: dailySummary,
|
||||||
|
DailyTransactions: dailyTransactions,
|
||||||
|
}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) getExclusiveSummaryHPPBreakdown(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) ([]entities.ExclusiveSummaryCategoryTotal, error) {
|
||||||
|
var results []entities.ExclusiveSummaryCategoryTotal
|
||||||
|
|
||||||
|
query := r.db.WithContext(ctx).
|
||||||
|
Table("purchase_order_items poi").
|
||||||
|
Select(`
|
||||||
|
pc.code as category_code,
|
||||||
|
pc.name as category_name,
|
||||||
|
COALESCE(SUM(`+purchaseOrderItemTotalAmountSQL()+`), 0) as amount
|
||||||
|
`).
|
||||||
|
Joins("JOIN purchase_orders po ON poi.purchase_order_id = po.id").
|
||||||
|
Joins("JOIN purchase_categories pc ON poi.purchase_category_id = pc.id").
|
||||||
|
Joins("LEFT JOIN ingredients i ON poi.ingredient_id = i.id").
|
||||||
|
Joins("LEFT JOIN units u ON poi.unit_id = u.id").
|
||||||
|
Where("po.organization_id = ?", organizationID).
|
||||||
|
Where("pc.type = ?", entities.PurchaseCategoryTypeRawMaterial).
|
||||||
|
Where("po.status = ?", "received").
|
||||||
|
Where("po.transaction_date >= ? AND po.transaction_date <= ?", dateFrom, dateTo)
|
||||||
|
query = r.applyPurchaseOrderItemOutletFilter(query, outletID)
|
||||||
|
|
||||||
|
err := query.
|
||||||
|
Group("pc.id, pc.code, pc.name, pc.sort_order").
|
||||||
|
Order("pc.sort_order ASC, pc.name ASC").
|
||||||
|
Scan(&results).Error
|
||||||
|
|
||||||
|
return results, err
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) getExclusiveSummaryOperationalExpenseBreakdown(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) ([]entities.ExclusiveSummaryCategoryTotal, error) {
|
||||||
|
var results []entities.ExclusiveSummaryCategoryTotal
|
||||||
|
|
||||||
|
query := r.db.WithContext(ctx).
|
||||||
|
Table("purchase_order_items poi").
|
||||||
|
Select(`
|
||||||
|
pc.code as category_code,
|
||||||
|
pc.name as category_name,
|
||||||
|
COALESCE(SUM(`+purchaseOrderItemTotalAmountSQL()+`), 0) as amount
|
||||||
|
`).
|
||||||
|
Joins("JOIN purchase_orders po ON poi.purchase_order_id = po.id").
|
||||||
|
Joins("JOIN purchase_categories pc ON poi.purchase_category_id = pc.id").
|
||||||
|
Where("po.organization_id = ?", organizationID).
|
||||||
|
Where("pc.type = ?", entities.PurchaseCategoryTypeExpense).
|
||||||
|
Where("po.status = ?", "received").
|
||||||
|
Where("po.transaction_date >= ? AND po.transaction_date <= ?", dateFrom, dateTo)
|
||||||
|
query = r.applyPurchaseOrderItemOutletFilter(query, outletID)
|
||||||
|
|
||||||
|
err := query.
|
||||||
|
Group("pc.id, pc.code, pc.name, pc.sort_order").
|
||||||
|
Order("pc.sort_order ASC, pc.name ASC").
|
||||||
|
Scan(&results).Error
|
||||||
|
|
||||||
|
return results, err
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) getExclusiveSummaryDailySummary(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) ([]entities.ExclusiveSummaryDailySummary, error) {
|
||||||
|
var results []entities.ExclusiveSummaryDailySummary
|
||||||
|
rawQuery, args := r.exclusiveSummaryPurchaseOrderItemQuery(organizationID, outletID, dateFrom, dateTo)
|
||||||
|
|
||||||
|
err := r.db.WithContext(ctx).Raw(`
|
||||||
|
SELECT date, COUNT(*) as transaction_count, COALESCE(SUM(amount), 0) as total_cost
|
||||||
|
FROM (`+rawQuery+`) transactions
|
||||||
|
GROUP BY date
|
||||||
|
ORDER BY date ASC
|
||||||
|
`, args...).Scan(&results).Error
|
||||||
|
|
||||||
|
return results, err
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) getExclusiveSummaryDailyTransactions(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) ([]entities.ExclusiveSummaryDailyTransaction, error) {
|
||||||
|
var results []entities.ExclusiveSummaryDailyTransaction
|
||||||
|
rawQuery, args := r.exclusiveSummaryPurchaseOrderItemQuery(organizationID, outletID, dateFrom, dateTo)
|
||||||
|
|
||||||
|
err := r.db.WithContext(ctx).Raw(`
|
||||||
|
SELECT date, category_code, category_name, description, amount, source
|
||||||
|
FROM (`+rawQuery+`) transactions
|
||||||
|
ORDER BY date ASC, category_name ASC, description ASC
|
||||||
|
`, args...).Scan(&results).Error
|
||||||
|
|
||||||
|
return results, err
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) exclusiveSummaryPurchaseOrderItemQuery(organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time) (string, []interface{}) {
|
||||||
|
outletFilter := ""
|
||||||
|
args := []interface{}{
|
||||||
|
organizationID,
|
||||||
|
"received",
|
||||||
|
dateFrom,
|
||||||
|
dateTo,
|
||||||
|
}
|
||||||
|
|
||||||
|
if outletID != nil {
|
||||||
|
outletFilter = "AND po.outlet_id = ?"
|
||||||
|
args = append(args, *outletID)
|
||||||
|
}
|
||||||
|
|
||||||
|
query := `
|
||||||
|
SELECT
|
||||||
|
DATE(po.transaction_date) as date,
|
||||||
|
pc.code as category_code,
|
||||||
|
pc.name as category_name,
|
||||||
|
COALESCE(NULLIF(poi.description, ''), i.name, pc.name) as description,
|
||||||
|
` + purchaseOrderItemTotalAmountSQL() + ` as amount,
|
||||||
|
'purchase_order' as source
|
||||||
|
FROM purchase_order_items poi
|
||||||
|
JOIN purchase_orders po ON poi.purchase_order_id = po.id
|
||||||
|
JOIN purchase_categories pc ON poi.purchase_category_id = pc.id
|
||||||
|
LEFT JOIN ingredients i ON poi.ingredient_id = i.id
|
||||||
|
LEFT JOIN units u ON poi.unit_id = u.id
|
||||||
|
WHERE po.organization_id = ?
|
||||||
|
AND po.status = ?
|
||||||
|
AND po.transaction_date >= ? AND po.transaction_date <= ?
|
||||||
|
` + outletFilter + `
|
||||||
|
`
|
||||||
|
|
||||||
|
return query, args
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *AnalyticsRepositoryImpl) GetExclusiveSummaryBankBalances(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID) ([]entities.ExclusiveSummaryBankBalance, error) {
|
||||||
|
type accountBalance struct {
|
||||||
|
Name string
|
||||||
|
OpeningBalance float64
|
||||||
|
CurrentBalance float64
|
||||||
|
Description *string
|
||||||
|
}
|
||||||
|
|
||||||
|
var accounts []accountBalance
|
||||||
|
query := r.db.WithContext(ctx).
|
||||||
|
Table("accounts").
|
||||||
|
Select("name, opening_balance, current_balance, description").
|
||||||
|
Where("organization_id = ?", organizationID).
|
||||||
|
Where("account_type IN ?", []entities.AccountType{entities.AccountTypeCash, entities.AccountTypeWallet, entities.AccountTypeBank}).
|
||||||
|
Where("is_active = ?", true)
|
||||||
|
|
||||||
|
if outletID != nil {
|
||||||
|
query = query.Where("outlet_id = ? OR outlet_id IS NULL", *outletID)
|
||||||
|
} else {
|
||||||
|
query = query.Where("outlet_id IS NULL")
|
||||||
|
}
|
||||||
|
|
||||||
|
err := query.
|
||||||
|
Order("number ASC, name ASC").
|
||||||
|
Scan(&accounts).Error
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
balances := make([]entities.ExclusiveSummaryBankBalance, len(accounts))
|
||||||
|
for i, account := range accounts {
|
||||||
|
openingBalance := account.OpeningBalance
|
||||||
|
closingBalance := account.CurrentBalance
|
||||||
|
balances[i] = entities.ExclusiveSummaryBankBalance{
|
||||||
|
Bank: account.Name,
|
||||||
|
OpeningBalance: &openingBalance,
|
||||||
|
ClosingBalance: &closingBalance,
|
||||||
|
Notes: account.Description,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return balances, nil
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,285 @@
|
|||||||
|
package repository
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"strings"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/entities"
|
||||||
|
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type ExpenseRepositoryImpl struct {
|
||||||
|
db *gorm.DB
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewExpenseRepositoryImpl(db *gorm.DB) *ExpenseRepositoryImpl {
|
||||||
|
return &ExpenseRepositoryImpl{
|
||||||
|
db: db,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *ExpenseRepositoryImpl) Create(ctx context.Context, expense *entities.Expense) error {
|
||||||
|
return r.db.WithContext(ctx).Create(expense).Error
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *ExpenseRepositoryImpl) GetByID(ctx context.Context, id uuid.UUID) (*entities.Expense, error) {
|
||||||
|
var expense entities.Expense
|
||||||
|
err := r.db.WithContext(ctx).
|
||||||
|
Preload("Items.ChartOfAccount").
|
||||||
|
Preload("Items.PurchaseCategory").
|
||||||
|
First(&expense, "id = ?", id).Error
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
return &expense, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *ExpenseRepositoryImpl) GetByIDAndOrganizationID(ctx context.Context, id, organizationID uuid.UUID) (*entities.Expense, error) {
|
||||||
|
var expense entities.Expense
|
||||||
|
err := r.db.WithContext(ctx).
|
||||||
|
Preload("Items.ChartOfAccount").
|
||||||
|
Preload("Items.PurchaseCategory").
|
||||||
|
Where("id = ? AND organization_id = ?", id, organizationID).
|
||||||
|
First(&expense).Error
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
return &expense, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *ExpenseRepositoryImpl) Update(ctx context.Context, expense *entities.Expense) error {
|
||||||
|
return r.db.WithContext(ctx).Save(expense).Error
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *ExpenseRepositoryImpl) Delete(ctx context.Context, id uuid.UUID) error {
|
||||||
|
return r.db.WithContext(ctx).Delete(&entities.Expense{}, "id = ?", id).Error
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *ExpenseRepositoryImpl) List(ctx context.Context, organizationID uuid.UUID, filters map[string]interface{}, limit, offset int) ([]*entities.Expense, int64, error) {
|
||||||
|
var expenses []*entities.Expense
|
||||||
|
var total int64
|
||||||
|
|
||||||
|
query := r.db.WithContext(ctx).Model(&entities.Expense{}).Where("organization_id = ?", organizationID)
|
||||||
|
|
||||||
|
for key, value := range filters {
|
||||||
|
switch key {
|
||||||
|
case "search":
|
||||||
|
if searchStr, ok := value.(string); ok && searchStr != "" {
|
||||||
|
searchPattern := "%" + strings.ToLower(searchStr) + "%"
|
||||||
|
query = query.Where(`
|
||||||
|
LOWER(receiver) LIKE ?
|
||||||
|
OR LOWER(code_number) LIKE ?
|
||||||
|
OR LOWER(description) LIKE ?
|
||||||
|
OR EXISTS (
|
||||||
|
SELECT 1
|
||||||
|
FROM expense_items ei
|
||||||
|
WHERE ei.expense_id = expenses.id
|
||||||
|
AND LOWER(ei.item) LIKE ?
|
||||||
|
)
|
||||||
|
`, searchPattern, searchPattern, searchPattern, searchPattern)
|
||||||
|
}
|
||||||
|
case "outlet_id":
|
||||||
|
if outletID, ok := value.(uuid.UUID); ok {
|
||||||
|
query = query.Where("outlet_id = ?", outletID)
|
||||||
|
}
|
||||||
|
case "status":
|
||||||
|
if status, ok := value.(string); ok && status != "" {
|
||||||
|
query = query.Where("status = ?", status)
|
||||||
|
}
|
||||||
|
case "start_date":
|
||||||
|
if startDate, ok := value.(time.Time); ok {
|
||||||
|
query = query.Where("transaction_date >= ?", startDate)
|
||||||
|
}
|
||||||
|
case "end_date":
|
||||||
|
if endDate, ok := value.(time.Time); ok {
|
||||||
|
query = query.Where("transaction_date <= ?", endDate)
|
||||||
|
}
|
||||||
|
default:
|
||||||
|
query = query.Where(key+" = ?", value)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := query.Count(&total).Error; err != nil {
|
||||||
|
return nil, 0, err
|
||||||
|
}
|
||||||
|
|
||||||
|
err := query.
|
||||||
|
Preload("Items.ChartOfAccount").
|
||||||
|
Preload("Items.PurchaseCategory").
|
||||||
|
Order("created_at DESC").
|
||||||
|
Limit(limit).
|
||||||
|
Offset(offset).
|
||||||
|
Find(&expenses).Error
|
||||||
|
return expenses, total, err
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *ExpenseRepositoryImpl) GetAnalytics(ctx context.Context, organizationID uuid.UUID, outletID *uuid.UUID, dateFrom, dateTo time.Time, groupBy string) (*entities.ExpenseAnalytics, error) {
|
||||||
|
var summary entities.ExpenseAnalyticsSummary
|
||||||
|
|
||||||
|
summaryQuery := r.db.WithContext(ctx).
|
||||||
|
Table("expenses e").
|
||||||
|
Select(`
|
||||||
|
COALESCE(SUM(e.total), 0) as total_expenses,
|
||||||
|
COUNT(e.id) as total_expense_count,
|
||||||
|
COALESCE(SUM(e.tax), 0) as total_tax,
|
||||||
|
COALESCE(AVG(e.total), 0) as average_expense_value
|
||||||
|
`).
|
||||||
|
Where("e.organization_id = ?", organizationID).
|
||||||
|
Where("e.status = ?", "approved").
|
||||||
|
Where("e.transaction_date >= ? AND e.transaction_date <= ?", dateFrom, dateTo)
|
||||||
|
if outletID != nil {
|
||||||
|
summaryQuery = summaryQuery.Where("e.outlet_id = ?", *outletID)
|
||||||
|
}
|
||||||
|
if err := summaryQuery.Scan(&summary).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
countsQuery := r.db.WithContext(ctx).
|
||||||
|
Table("expense_items ei").
|
||||||
|
Select(`
|
||||||
|
COUNT(ei.id) as total_items,
|
||||||
|
COUNT(DISTINCT ei.purchase_category_id) as total_categories
|
||||||
|
`).
|
||||||
|
Joins("JOIN expenses e ON ei.expense_id = e.id").
|
||||||
|
Where("e.organization_id = ?", organizationID).
|
||||||
|
Where("e.status = ?", "approved").
|
||||||
|
Where("e.transaction_date >= ? AND e.transaction_date <= ?", dateFrom, dateTo)
|
||||||
|
if outletID != nil {
|
||||||
|
countsQuery = countsQuery.Where("e.outlet_id = ?", *outletID)
|
||||||
|
}
|
||||||
|
if err := countsQuery.Scan(&summary).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
dateFormat := "DATE_TRUNC('day', e.transaction_date)"
|
||||||
|
switch groupBy {
|
||||||
|
case "hour":
|
||||||
|
dateFormat = "DATE_TRUNC('hour', e.transaction_date)"
|
||||||
|
case "week":
|
||||||
|
dateFormat = "DATE_TRUNC('week', e.transaction_date)"
|
||||||
|
case "month":
|
||||||
|
dateFormat = "DATE_TRUNC('month', e.transaction_date)"
|
||||||
|
}
|
||||||
|
|
||||||
|
var data []entities.ExpenseAnalyticsData
|
||||||
|
dataQuery := r.db.WithContext(ctx).
|
||||||
|
Table("expenses e").
|
||||||
|
Select(`
|
||||||
|
`+dateFormat+` as date,
|
||||||
|
COALESCE(SUM(e.total), 0) as expenses,
|
||||||
|
COUNT(e.id) as expense_count,
|
||||||
|
COALESCE(SUM(e.tax), 0) as tax,
|
||||||
|
COALESCE(SUM(item_counts.items), 0) as items,
|
||||||
|
COALESCE(SUM(item_counts.categories), 0) as categories
|
||||||
|
`).
|
||||||
|
Joins(`LEFT JOIN (
|
||||||
|
SELECT expense_id, COUNT(id) as items, COUNT(DISTINCT purchase_category_id) as categories
|
||||||
|
FROM expense_items
|
||||||
|
GROUP BY expense_id
|
||||||
|
) item_counts ON item_counts.expense_id = e.id`).
|
||||||
|
Where("e.organization_id = ?", organizationID).
|
||||||
|
Where("e.status = ?", "approved").
|
||||||
|
Where("e.transaction_date >= ? AND e.transaction_date <= ?", dateFrom, dateTo).
|
||||||
|
Group(dateFormat).
|
||||||
|
Order(dateFormat)
|
||||||
|
if outletID != nil {
|
||||||
|
dataQuery = dataQuery.Where("e.outlet_id = ?", *outletID)
|
||||||
|
}
|
||||||
|
if err := dataQuery.Scan(&data).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
var categoryData []entities.ExpenseAnalyticsCategoryData
|
||||||
|
categoryQuery := r.db.WithContext(ctx).
|
||||||
|
Table("expense_items ei").
|
||||||
|
Select(`
|
||||||
|
pc.id as purchase_category_id,
|
||||||
|
pc.name as purchase_category_name,
|
||||||
|
pc.type as purchase_category_type,
|
||||||
|
COALESCE(SUM(ei.amount), 0) as total_amount,
|
||||||
|
COUNT(DISTINCT e.id) as expense_count,
|
||||||
|
COUNT(ei.id) as item_count
|
||||||
|
`).
|
||||||
|
Joins("JOIN expenses e ON ei.expense_id = e.id").
|
||||||
|
Joins("JOIN purchase_categories pc ON ei.purchase_category_id = pc.id").
|
||||||
|
Where("e.organization_id = ?", organizationID).
|
||||||
|
Where("pc.type = ?", entities.PurchaseCategoryTypeExpense).
|
||||||
|
Where("e.status = ?", "approved").
|
||||||
|
Where("e.transaction_date >= ? AND e.transaction_date <= ?", dateFrom, dateTo).
|
||||||
|
Group("pc.id, pc.name, pc.type").
|
||||||
|
Order("total_amount DESC")
|
||||||
|
if outletID != nil {
|
||||||
|
categoryQuery = categoryQuery.Where("e.outlet_id = ?", *outletID)
|
||||||
|
}
|
||||||
|
if err := categoryQuery.Scan(&categoryData).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
var chartOfAccountData []entities.ExpenseAnalyticsChartOfAccountData
|
||||||
|
chartOfAccountQuery := r.db.WithContext(ctx).
|
||||||
|
Table("expense_items ei").
|
||||||
|
Select(`
|
||||||
|
COALESCE(parent_coa.id, coa.id) as chart_of_account_id,
|
||||||
|
COALESCE(parent_coa.name, coa.name, 'Lain-lain') as chart_of_account_name,
|
||||||
|
COALESCE(SUM(ei.amount), 0) as total_amount,
|
||||||
|
COUNT(DISTINCT e.id) as expense_count,
|
||||||
|
COUNT(ei.id) as item_count
|
||||||
|
`).
|
||||||
|
Joins("JOIN expenses e ON ei.expense_id = e.id").
|
||||||
|
Joins("JOIN chart_of_accounts coa ON ei.chart_of_account_id = coa.id").
|
||||||
|
Joins("LEFT JOIN chart_of_accounts parent_coa ON coa.parent_id = parent_coa.id").
|
||||||
|
Where("e.organization_id = ?", organizationID).
|
||||||
|
Where("e.status = ?", "approved").
|
||||||
|
Where("e.transaction_date >= ? AND e.transaction_date <= ?", dateFrom, dateTo).
|
||||||
|
Group("COALESCE(parent_coa.id, coa.id), COALESCE(parent_coa.name, coa.name, 'Lain-lain')").
|
||||||
|
Order("total_amount DESC")
|
||||||
|
if outletID != nil {
|
||||||
|
chartOfAccountQuery = chartOfAccountQuery.Where("e.outlet_id = ?", *outletID)
|
||||||
|
}
|
||||||
|
if err := chartOfAccountQuery.Scan(&chartOfAccountData).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
var itemData []entities.ExpenseAnalyticsItemData
|
||||||
|
itemQuery := r.db.WithContext(ctx).
|
||||||
|
Table("expense_items ei").
|
||||||
|
Select(`
|
||||||
|
COALESCE(NULLIF(ei.item, ''), ei.description, coa.name) as item,
|
||||||
|
COALESCE(SUM(ei.amount), 0) as total_amount,
|
||||||
|
COUNT(DISTINCT e.id) as expense_count,
|
||||||
|
COUNT(ei.id) as item_count
|
||||||
|
`).
|
||||||
|
Joins("JOIN expenses e ON ei.expense_id = e.id").
|
||||||
|
Joins("JOIN chart_of_accounts coa ON ei.chart_of_account_id = coa.id").
|
||||||
|
Where("e.organization_id = ?", organizationID).
|
||||||
|
Where("e.status = ?", "approved").
|
||||||
|
Where("e.transaction_date >= ? AND e.transaction_date <= ?", dateFrom, dateTo).
|
||||||
|
Group("COALESCE(NULLIF(ei.item, ''), ei.description, coa.name)").
|
||||||
|
Order("total_amount DESC")
|
||||||
|
if outletID != nil {
|
||||||
|
itemQuery = itemQuery.Where("e.outlet_id = ?", *outletID)
|
||||||
|
}
|
||||||
|
if err := itemQuery.Scan(&itemData).Error; err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return &entities.ExpenseAnalytics{
|
||||||
|
Summary: summary,
|
||||||
|
Data: data,
|
||||||
|
CategoryData: categoryData,
|
||||||
|
ChartOfAccountData: chartOfAccountData,
|
||||||
|
ItemData: itemData,
|
||||||
|
}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *ExpenseRepositoryImpl) CreateItem(ctx context.Context, item *entities.ExpenseItem) error {
|
||||||
|
return r.db.WithContext(ctx).Create(item).Error
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *ExpenseRepositoryImpl) DeleteItemsByExpenseID(ctx context.Context, expenseID uuid.UUID) error {
|
||||||
|
return r.db.WithContext(ctx).Delete(&entities.ExpenseItem{}, "expense_id = ?", expenseID).Error
|
||||||
|
}
|
||||||
@@ -173,4 +173,3 @@ func (r *IngredientUnitConverterRepositoryImpl) ConvertQuantity(ctx context.Cont
|
|||||||
// If no converter found, return error
|
// If no converter found, return error
|
||||||
return 0, fmt.Errorf("no conversion found between units %s and %s for ingredient %s", fromUnitID, toUnitID, ingredientID)
|
return 0, fmt.Errorf("no conversion found between units %s and %s for ingredient %s", fromUnitID, toUnitID, ingredientID)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -60,6 +60,8 @@ func (r *OrderRepositoryImpl) GetWithRelations(ctx context.Context, id uuid.UUID
|
|||||||
Preload("User").
|
Preload("User").
|
||||||
Preload("OrderItems").
|
Preload("OrderItems").
|
||||||
Preload("OrderItems.Product").
|
Preload("OrderItems.Product").
|
||||||
|
Preload("OrderItems.Product.Category").
|
||||||
|
Preload("OrderItems.Product.ProductOutletPrices").
|
||||||
Preload("OrderItems.ProductVariant").
|
Preload("OrderItems.ProductVariant").
|
||||||
Preload("Payments").
|
Preload("Payments").
|
||||||
Preload("Payments.PaymentMethod").
|
Preload("Payments.PaymentMethod").
|
||||||
@@ -139,6 +141,8 @@ func (r *OrderRepositoryImpl) List(ctx context.Context, filters map[string]inter
|
|||||||
Preload("User").
|
Preload("User").
|
||||||
Preload("OrderItems").
|
Preload("OrderItems").
|
||||||
Preload("OrderItems.Product").
|
Preload("OrderItems.Product").
|
||||||
|
Preload("OrderItems.Product.Category").
|
||||||
|
Preload("OrderItems.Product.ProductOutletPrices").
|
||||||
Preload("OrderItems.ProductVariant").
|
Preload("OrderItems.ProductVariant").
|
||||||
Preload("Payments").
|
Preload("Payments").
|
||||||
Preload("Payments.PaymentMethod").
|
Preload("Payments.PaymentMethod").
|
||||||
@@ -155,6 +159,8 @@ func (r *OrderRepositoryImpl) ListBySessionID(ctx context.Context, sessionID str
|
|||||||
Preload("User").
|
Preload("User").
|
||||||
Preload("OrderItems").
|
Preload("OrderItems").
|
||||||
Preload("OrderItems.Product").
|
Preload("OrderItems.Product").
|
||||||
|
Preload("OrderItems.Product.Category").
|
||||||
|
Preload("OrderItems.Product.ProductOutletPrices").
|
||||||
Preload("OrderItems.ProductVariant").
|
Preload("OrderItems.ProductVariant").
|
||||||
Preload("Payments").
|
Preload("Payments").
|
||||||
Preload("Payments.PaymentMethod").
|
Preload("Payments.PaymentMethod").
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ package repository
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/google/uuid"
|
"github.com/google/uuid"
|
||||||
|
|
||||||
"apskel-pos-be/internal/entities"
|
"apskel-pos-be/internal/entities"
|
||||||
@@ -110,3 +112,29 @@ func (r *OrganizationRepositoryImpl) GetTotalOmset(ctx context.Context, organiza
|
|||||||
Scan(&total).Error
|
Scan(&total).Error
|
||||||
return total, err
|
return total, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// GetTodayOmset returns the total revenue from completed orders for an organization on the current calendar day.
|
||||||
|
func (r *OrganizationRepositoryImpl) GetTodayOmset(ctx context.Context, organizationID uuid.UUID) (float64, error) {
|
||||||
|
var total float64
|
||||||
|
err := r.db.WithContext(ctx).
|
||||||
|
Table("orders").
|
||||||
|
Where(
|
||||||
|
"organization_id = ? AND payment_status = ? AND is_void = ? AND is_refund = ? AND created_at >= ? AND created_at < ?",
|
||||||
|
organizationID, "completed", false, false,
|
||||||
|
todayStart(), tomorrowStart(),
|
||||||
|
).
|
||||||
|
Select("COALESCE(SUM(total_amount), 0)").
|
||||||
|
Scan(&total).Error
|
||||||
|
return total, err
|
||||||
|
}
|
||||||
|
|
||||||
|
// todayStart returns midnight of the current local day.
|
||||||
|
func todayStart() time.Time {
|
||||||
|
now := time.Now()
|
||||||
|
return time.Date(now.Year(), now.Month(), now.Day(), 0, 0, 0, 0, now.Location())
|
||||||
|
}
|
||||||
|
|
||||||
|
// tomorrowStart returns midnight of the next local day.
|
||||||
|
func tomorrowStart() time.Time {
|
||||||
|
return todayStart().AddDate(0, 0, 1)
|
||||||
|
}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ package repository
|
|||||||
import (
|
import (
|
||||||
"apskel-pos-be/internal/entities"
|
"apskel-pos-be/internal/entities"
|
||||||
"context"
|
"context"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/google/uuid"
|
"github.com/google/uuid"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
@@ -103,3 +104,22 @@ func (r *OutletRepositoryImpl) Count(ctx context.Context, filters map[string]int
|
|||||||
err := query.Count(&count).Error
|
err := query.Count(&count).Error
|
||||||
return count, err
|
return count, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// GetTodayOmset returns the total revenue from completed orders for an outlet on the current calendar day.
|
||||||
|
func (r *OutletRepositoryImpl) GetTodayOmset(ctx context.Context, outletID uuid.UUID) (float64, error) {
|
||||||
|
var total float64
|
||||||
|
now := time.Now()
|
||||||
|
todayStart := time.Date(now.Year(), now.Month(), now.Day(), 0, 0, 0, 0, now.Location())
|
||||||
|
tomorrowStart := todayStart.AddDate(0, 0, 1)
|
||||||
|
|
||||||
|
err := r.db.WithContext(ctx).
|
||||||
|
Table("orders").
|
||||||
|
Where(
|
||||||
|
"outlet_id = ? AND payment_status = ? AND is_void = ? AND is_refund = ? AND created_at >= ? AND created_at < ?",
|
||||||
|
outletID, "completed", false, false,
|
||||||
|
todayStart, tomorrowStart,
|
||||||
|
).
|
||||||
|
Select("COALESCE(SUM(total_amount), 0)").
|
||||||
|
Scan(&total).Error
|
||||||
|
return total, err
|
||||||
|
}
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ import (
|
|||||||
|
|
||||||
"github.com/google/uuid"
|
"github.com/google/uuid"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
"gorm.io/gorm/clause"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type ProductOutletPriceRepository interface {
|
type ProductOutletPriceRepository interface {
|
||||||
@@ -53,10 +52,18 @@ func (r *ProductOutletPriceRepositoryImpl) GetByOutlet(ctx context.Context, outl
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (r *ProductOutletPriceRepositoryImpl) Upsert(ctx context.Context, price *entities.ProductOutletPrice) error {
|
func (r *ProductOutletPriceRepositoryImpl) Upsert(ctx context.Context, price *entities.ProductOutletPrice) error {
|
||||||
return r.db.WithContext(ctx).Clauses(clause.OnConflict{
|
if price.ID == uuid.Nil {
|
||||||
Columns: []clause.Column{{Name: "product_id"}, {Name: "outlet_id"}},
|
price.ID = uuid.New()
|
||||||
DoUpdates: clause.AssignmentColumns([]string{"price", "updated_at"}),
|
}
|
||||||
}).Create(price).Error
|
return r.db.WithContext(ctx).Exec(`
|
||||||
|
INSERT INTO product_outlet_prices (id, product_id, outlet_id, price, print_to_checker, created_at, updated_at)
|
||||||
|
VALUES (?, ?, ?, ?, ?, NOW(), NOW())
|
||||||
|
ON CONFLICT (product_id, outlet_id)
|
||||||
|
DO UPDATE SET
|
||||||
|
price = EXCLUDED.price,
|
||||||
|
print_to_checker = EXCLUDED.print_to_checker,
|
||||||
|
updated_at = NOW()
|
||||||
|
`, price.ID, price.ProductID, price.OutletID, price.Price, price.PrintToChecker).Error
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *ProductOutletPriceRepositoryImpl) Delete(ctx context.Context, id uuid.UUID) error {
|
func (r *ProductOutletPriceRepositoryImpl) Delete(ctx context.Context, id uuid.UUID) error {
|
||||||
|
|||||||
@@ -0,0 +1,91 @@
|
|||||||
|
package repository
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/entities"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
"gorm.io/gorm"
|
||||||
|
)
|
||||||
|
|
||||||
|
type PurchaseCategoryRepositoryImpl struct {
|
||||||
|
db *gorm.DB
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewPurchaseCategoryRepositoryImpl(db *gorm.DB) *PurchaseCategoryRepositoryImpl {
|
||||||
|
return &PurchaseCategoryRepositoryImpl{db: db}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *PurchaseCategoryRepositoryImpl) Create(ctx context.Context, category *entities.PurchaseCategory) error {
|
||||||
|
return r.db.WithContext(ctx).Create(category).Error
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *PurchaseCategoryRepositoryImpl) GetByIDAndOrganizationID(ctx context.Context, id, organizationID uuid.UUID) (*entities.PurchaseCategory, error) {
|
||||||
|
var category entities.PurchaseCategory
|
||||||
|
err := r.db.WithContext(ctx).
|
||||||
|
First(&category, "id = ? AND organization_id = ?", id, organizationID).Error
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
return &category, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *PurchaseCategoryRepositoryImpl) Update(ctx context.Context, category *entities.PurchaseCategory) error {
|
||||||
|
return r.db.WithContext(ctx).Save(category).Error
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *PurchaseCategoryRepositoryImpl) SoftDelete(ctx context.Context, id, organizationID uuid.UUID) error {
|
||||||
|
return r.db.WithContext(ctx).
|
||||||
|
Model(&entities.PurchaseCategory{}).
|
||||||
|
Where("id = ? AND organization_id = ?", id, organizationID).
|
||||||
|
Update("is_active", false).Error
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *PurchaseCategoryRepositoryImpl) List(ctx context.Context, organizationID uuid.UUID, filters map[string]interface{}, limit, offset int) ([]*entities.PurchaseCategory, int64, error) {
|
||||||
|
var categories []*entities.PurchaseCategory
|
||||||
|
var total int64
|
||||||
|
|
||||||
|
query := r.db.WithContext(ctx).
|
||||||
|
Model(&entities.PurchaseCategory{}).
|
||||||
|
Where("organization_id = ?", organizationID)
|
||||||
|
|
||||||
|
for key, value := range filters {
|
||||||
|
switch key {
|
||||||
|
case "search":
|
||||||
|
searchValue := "%" + value.(string) + "%"
|
||||||
|
query = query.Where("name ILIKE ? OR code ILIKE ?", searchValue, searchValue)
|
||||||
|
case "parent_id":
|
||||||
|
query = query.Where("parent_id = ?", value)
|
||||||
|
case "type":
|
||||||
|
query = query.Where("type = ?", value)
|
||||||
|
case "is_active":
|
||||||
|
query = query.Where("is_active = ?", value)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if err := query.Count(&total).Error; err != nil {
|
||||||
|
return nil, 0, err
|
||||||
|
}
|
||||||
|
|
||||||
|
err := query.
|
||||||
|
Order("parent_id NULLS FIRST, sort_order ASC, name ASC").
|
||||||
|
Limit(limit).
|
||||||
|
Offset(offset).
|
||||||
|
Find(&categories).Error
|
||||||
|
return categories, total, err
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *PurchaseCategoryRepositoryImpl) ExistsByCode(ctx context.Context, organizationID uuid.UUID, code string, excludeID *uuid.UUID) (bool, error) {
|
||||||
|
query := r.db.WithContext(ctx).
|
||||||
|
Model(&entities.PurchaseCategory{}).
|
||||||
|
Where("organization_id = ? AND code = ?", organizationID, code)
|
||||||
|
|
||||||
|
if excludeID != nil {
|
||||||
|
query = query.Where("id != ?", *excludeID)
|
||||||
|
}
|
||||||
|
|
||||||
|
var count int64
|
||||||
|
err := query.Count(&count).Error
|
||||||
|
return count > 0, err
|
||||||
|
}
|
||||||
@@ -31,6 +31,7 @@ func (r *PurchaseOrderRepositoryImpl) GetByID(ctx context.Context, id uuid.UUID)
|
|||||||
err := r.db.WithContext(ctx).
|
err := r.db.WithContext(ctx).
|
||||||
Preload("Vendor").
|
Preload("Vendor").
|
||||||
Preload("Items.Ingredient").
|
Preload("Items.Ingredient").
|
||||||
|
Preload("Items.PurchaseCategory").
|
||||||
Preload("Items.Unit").
|
Preload("Items.Unit").
|
||||||
Preload("Attachments.File").
|
Preload("Attachments.File").
|
||||||
First(&po, "id = ?", id).Error
|
First(&po, "id = ?", id).Error
|
||||||
@@ -45,6 +46,7 @@ func (r *PurchaseOrderRepositoryImpl) GetByIDAndOrganizationID(ctx context.Conte
|
|||||||
err := r.db.WithContext(ctx).
|
err := r.db.WithContext(ctx).
|
||||||
Preload("Vendor").
|
Preload("Vendor").
|
||||||
Preload("Items.Ingredient").
|
Preload("Items.Ingredient").
|
||||||
|
Preload("Items.PurchaseCategory").
|
||||||
Preload("Items.Unit").
|
Preload("Items.Unit").
|
||||||
Preload("Attachments.File").
|
Preload("Attachments.File").
|
||||||
Where("id = ? AND organization_id = ?", id, organizationID).
|
Where("id = ? AND organization_id = ?", id, organizationID).
|
||||||
@@ -105,6 +107,7 @@ func (r *PurchaseOrderRepositoryImpl) List(ctx context.Context, organizationID u
|
|||||||
err := query.
|
err := query.
|
||||||
Preload("Vendor").
|
Preload("Vendor").
|
||||||
Preload("Items.Ingredient").
|
Preload("Items.Ingredient").
|
||||||
|
Preload("Items.PurchaseCategory").
|
||||||
Preload("Items.Unit").
|
Preload("Items.Unit").
|
||||||
Preload("Attachments.File").
|
Preload("Attachments.File").
|
||||||
Order("created_at DESC").
|
Order("created_at DESC").
|
||||||
@@ -168,6 +171,7 @@ func (r *PurchaseOrderRepositoryImpl) GetByStatus(ctx context.Context, organizat
|
|||||||
Where("organization_id = ? AND status = ?", organizationID, status).
|
Where("organization_id = ? AND status = ?", organizationID, status).
|
||||||
Preload("Vendor").
|
Preload("Vendor").
|
||||||
Preload("Items.Ingredient").
|
Preload("Items.Ingredient").
|
||||||
|
Preload("Items.PurchaseCategory").
|
||||||
Preload("Items.Unit").
|
Preload("Items.Unit").
|
||||||
Find(&pos).Error
|
Find(&pos).Error
|
||||||
return pos, err
|
return pos, err
|
||||||
@@ -179,6 +183,7 @@ func (r *PurchaseOrderRepositoryImpl) GetOverdue(ctx context.Context, organizati
|
|||||||
Where("organization_id = ? AND due_date < ? AND status IN (?)", organizationID, time.Now(), []string{"draft", "sent", "approved"}).
|
Where("organization_id = ? AND due_date < ? AND status IN (?)", organizationID, time.Now(), []string{"draft", "sent", "approved"}).
|
||||||
Preload("Vendor").
|
Preload("Vendor").
|
||||||
Preload("Items.Ingredient").
|
Preload("Items.Ingredient").
|
||||||
|
Preload("Items.PurchaseCategory").
|
||||||
Preload("Items.Unit").
|
Preload("Items.Unit").
|
||||||
Find(&pos).Error
|
Find(&pos).Error
|
||||||
return pos, err
|
return pos, err
|
||||||
@@ -191,6 +196,18 @@ func (r *PurchaseOrderRepositoryImpl) UpdateStatus(ctx context.Context, id uuid.
|
|||||||
Update("status", status).Error
|
Update("status", status).Error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (r *PurchaseOrderRepositoryImpl) UpdateStatusAndOutlet(ctx context.Context, id uuid.UUID, status string, outletID *uuid.UUID) error {
|
||||||
|
updates := map[string]interface{}{"status": status}
|
||||||
|
if outletID != nil {
|
||||||
|
updates["outlet_id"] = *outletID
|
||||||
|
}
|
||||||
|
|
||||||
|
return r.db.WithContext(ctx).
|
||||||
|
Model(&entities.PurchaseOrder{}).
|
||||||
|
Where("id = ?", id).
|
||||||
|
Updates(updates).Error
|
||||||
|
}
|
||||||
|
|
||||||
func (r *PurchaseOrderRepositoryImpl) UpdateTotalAmount(ctx context.Context, id uuid.UUID, totalAmount float64) error {
|
func (r *PurchaseOrderRepositoryImpl) UpdateTotalAmount(ctx context.Context, id uuid.UUID, totalAmount float64) error {
|
||||||
return r.db.WithContext(ctx).
|
return r.db.WithContext(ctx).
|
||||||
Model(&entities.PurchaseOrder{}).
|
Model(&entities.PurchaseOrder{}).
|
||||||
@@ -219,6 +236,7 @@ func (r *PurchaseOrderRepositoryImpl) GetItemsByPurchaseOrderID(ctx context.Cont
|
|||||||
var items []*entities.PurchaseOrderItem
|
var items []*entities.PurchaseOrderItem
|
||||||
err := r.db.WithContext(ctx).
|
err := r.db.WithContext(ctx).
|
||||||
Preload("Ingredient").
|
Preload("Ingredient").
|
||||||
|
Preload("PurchaseCategory").
|
||||||
Preload("Unit").
|
Preload("Unit").
|
||||||
Where("purchase_order_id = ?", purchaseOrderID).
|
Where("purchase_order_id = ?", purchaseOrderID).
|
||||||
Find(&items).Error
|
Find(&items).Error
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ package repository
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"database/sql"
|
||||||
|
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
)
|
)
|
||||||
@@ -37,3 +38,15 @@ func (m *TxManager) WithTransaction(ctx context.Context, fn func(ctx context.Con
|
|||||||
return fn(ctxTx)
|
return fn(ctxTx)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// WithTransactionOptions runs fn inside a DB transaction with custom TxOptions (e.g. isolation level).
|
||||||
|
func (m *TxManager) WithTransactionOptions(ctx context.Context, opts *sql.TxOptions, fn func(ctx context.Context) error) error {
|
||||||
|
if m == nil || m.db == nil {
|
||||||
|
return fn(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
|
return m.db.WithContext(ctx).Transaction(func(tx *gorm.DB) error {
|
||||||
|
ctxTx := context.WithValue(ctx, txKey, tx)
|
||||||
|
return fn(ctxTx)
|
||||||
|
}, opts)
|
||||||
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ import (
|
|||||||
"apskel-pos-be/internal/validator"
|
"apskel-pos-be/internal/validator"
|
||||||
|
|
||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
||||||
|
"github.com/redis/go-redis/v9"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Router struct {
|
type Router struct {
|
||||||
@@ -35,6 +36,7 @@ type Router struct {
|
|||||||
productRecipeHandler *handler.ProductRecipeHandler
|
productRecipeHandler *handler.ProductRecipeHandler
|
||||||
vendorHandler *handler.VendorHandler
|
vendorHandler *handler.VendorHandler
|
||||||
purchaseOrderHandler *handler.PurchaseOrderHandler
|
purchaseOrderHandler *handler.PurchaseOrderHandler
|
||||||
|
purchaseCategoryHandler *handler.PurchaseCategoryHandler
|
||||||
unitConverterHandler *handler.IngredientUnitConverterHandler
|
unitConverterHandler *handler.IngredientUnitConverterHandler
|
||||||
chartOfAccountTypeHandler *handler.ChartOfAccountTypeHandler
|
chartOfAccountTypeHandler *handler.ChartOfAccountTypeHandler
|
||||||
chartOfAccountHandler *handler.ChartOfAccountHandler
|
chartOfAccountHandler *handler.ChartOfAccountHandler
|
||||||
@@ -50,11 +52,13 @@ type Router struct {
|
|||||||
notificationHandler *handler.NotificationHandler
|
notificationHandler *handler.NotificationHandler
|
||||||
selfOrderHandler *handler.SelfOrderHandler
|
selfOrderHandler *handler.SelfOrderHandler
|
||||||
productOutletPriceHandler *handler.ProductOutletPriceHandler
|
productOutletPriceHandler *handler.ProductOutletPriceHandler
|
||||||
|
expenseHandler *handler.ExpenseHandler
|
||||||
authMiddleware *middleware.AuthMiddleware
|
authMiddleware *middleware.AuthMiddleware
|
||||||
customerAuthMiddleware *middleware.CustomerAuthMiddleware
|
customerAuthMiddleware *middleware.CustomerAuthMiddleware
|
||||||
|
redisClient *redis.Client
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewRouter(cfg *config.Config, healthHandler *handler.HealthHandler, authService service.AuthService, authMiddleware *middleware.AuthMiddleware, userService *service.UserServiceImpl, userValidator *validator.UserValidatorImpl, organizationService service.OrganizationService, organizationValidator validator.OrganizationValidator, outletService service.OutletService, outletValidator validator.OutletValidator, outletSettingService service.OutletSettingService, categoryService service.CategoryService, categoryValidator validator.CategoryValidator, productService service.ProductService, productValidator validator.ProductValidator, productVariantService service.ProductVariantService, productVariantValidator validator.ProductVariantValidator, inventoryService service.InventoryService, inventoryValidator validator.InventoryValidator, orderService service.OrderService, orderValidator validator.OrderValidator, fileService service.FileService, fileValidator validator.FileValidator, customerService service.CustomerService, customerValidator validator.CustomerValidator, paymentMethodService service.PaymentMethodService, paymentMethodValidator validator.PaymentMethodValidator, analyticsService *service.AnalyticsServiceImpl, reportService service.ReportService, tableService *service.TableServiceImpl, tableValidator *validator.TableValidator, unitService handler.UnitService, ingredientService handler.IngredientService, productRecipeService service.ProductRecipeService, vendorService service.VendorService, vendorValidator validator.VendorValidator, purchaseOrderService service.PurchaseOrderService, purchaseOrderValidator validator.PurchaseOrderValidator, unitConverterService service.IngredientUnitConverterService, unitConverterValidator validator.IngredientUnitConverterValidator, chartOfAccountTypeService service.ChartOfAccountTypeService, chartOfAccountTypeValidator validator.ChartOfAccountTypeValidator, chartOfAccountService service.ChartOfAccountService, chartOfAccountValidator validator.ChartOfAccountValidator, accountService service.AccountService, accountValidator validator.AccountValidator, orderIngredientTransactionService service.OrderIngredientTransactionService, orderIngredientTransactionValidator validator.OrderIngredientTransactionValidator, gamificationService service.GamificationService, gamificationValidator validator.GamificationValidator, rewardService service.RewardService, rewardValidator validator.RewardValidator, campaignService service.CampaignService, campaignValidator validator.CampaignValidator, customerAuthService service.CustomerAuthService, customerAuthValidator validator.CustomerAuthValidator, customerPointsService service.CustomerPointsService, spinGameService service.SpinGameService, customerAuthMiddleware *middleware.CustomerAuthMiddleware, userDeviceService service.UserDeviceService, userDeviceValidator validator.UserDeviceValidator, notificationService service.NotificationService, notificationValidator validator.NotificationValidator, productOutletPriceService service.ProductOutletPriceService, productOutletPriceValidator validator.ProductOutletPriceValidator, selfOrderHandler *handler.SelfOrderHandler) *Router {
|
func NewRouter(cfg *config.Config, healthHandler *handler.HealthHandler, authService service.AuthService, authMiddleware *middleware.AuthMiddleware, userService *service.UserServiceImpl, userValidator *validator.UserValidatorImpl, organizationService service.OrganizationService, organizationValidator validator.OrganizationValidator, outletService service.OutletService, outletValidator validator.OutletValidator, outletSettingService service.OutletSettingService, categoryService service.CategoryService, categoryValidator validator.CategoryValidator, productService service.ProductService, productValidator validator.ProductValidator, productVariantService service.ProductVariantService, productVariantValidator validator.ProductVariantValidator, inventoryService service.InventoryService, inventoryValidator validator.InventoryValidator, orderService service.OrderService, orderValidator validator.OrderValidator, fileService service.FileService, fileValidator validator.FileValidator, customerService service.CustomerService, customerValidator validator.CustomerValidator, paymentMethodService service.PaymentMethodService, paymentMethodValidator validator.PaymentMethodValidator, analyticsService *service.AnalyticsServiceImpl, reportService service.ReportService, tableService *service.TableServiceImpl, tableValidator *validator.TableValidator, unitService handler.UnitService, ingredientService handler.IngredientService, productRecipeService service.ProductRecipeService, vendorService service.VendorService, vendorValidator validator.VendorValidator, purchaseOrderService service.PurchaseOrderService, purchaseOrderValidator validator.PurchaseOrderValidator, purchaseCategoryService service.PurchaseCategoryService, purchaseCategoryValidator validator.PurchaseCategoryValidator, unitConverterService service.IngredientUnitConverterService, unitConverterValidator validator.IngredientUnitConverterValidator, chartOfAccountTypeService service.ChartOfAccountTypeService, chartOfAccountTypeValidator validator.ChartOfAccountTypeValidator, chartOfAccountService service.ChartOfAccountService, chartOfAccountValidator validator.ChartOfAccountValidator, accountService service.AccountService, accountValidator validator.AccountValidator, orderIngredientTransactionService service.OrderIngredientTransactionService, orderIngredientTransactionValidator validator.OrderIngredientTransactionValidator, gamificationService service.GamificationService, gamificationValidator validator.GamificationValidator, rewardService service.RewardService, rewardValidator validator.RewardValidator, campaignService service.CampaignService, campaignValidator validator.CampaignValidator, customerAuthService service.CustomerAuthService, customerAuthValidator validator.CustomerAuthValidator, customerPointsService service.CustomerPointsService, spinGameService service.SpinGameService, customerAuthMiddleware *middleware.CustomerAuthMiddleware, userDeviceService service.UserDeviceService, userDeviceValidator validator.UserDeviceValidator, notificationService service.NotificationService, notificationValidator validator.NotificationValidator, productOutletPriceService service.ProductOutletPriceService, productOutletPriceValidator validator.ProductOutletPriceValidator, selfOrderHandler *handler.SelfOrderHandler, expenseService *service.ExpenseServiceImpl, expenseValidator *validator.ExpenseValidatorImpl, redisClient *redis.Client) *Router {
|
||||||
|
|
||||||
return &Router{
|
return &Router{
|
||||||
config: cfg,
|
config: cfg,
|
||||||
@@ -79,6 +83,7 @@ func NewRouter(cfg *config.Config, healthHandler *handler.HealthHandler, authSer
|
|||||||
productRecipeHandler: handler.NewProductRecipeHandler(productRecipeService),
|
productRecipeHandler: handler.NewProductRecipeHandler(productRecipeService),
|
||||||
vendorHandler: handler.NewVendorHandler(vendorService, vendorValidator),
|
vendorHandler: handler.NewVendorHandler(vendorService, vendorValidator),
|
||||||
purchaseOrderHandler: handler.NewPurchaseOrderHandler(purchaseOrderService, purchaseOrderValidator),
|
purchaseOrderHandler: handler.NewPurchaseOrderHandler(purchaseOrderService, purchaseOrderValidator),
|
||||||
|
purchaseCategoryHandler: handler.NewPurchaseCategoryHandler(purchaseCategoryService, purchaseCategoryValidator),
|
||||||
unitConverterHandler: handler.NewIngredientUnitConverterHandler(unitConverterService, unitConverterValidator),
|
unitConverterHandler: handler.NewIngredientUnitConverterHandler(unitConverterService, unitConverterValidator),
|
||||||
chartOfAccountTypeHandler: handler.NewChartOfAccountTypeHandler(chartOfAccountTypeService, chartOfAccountTypeValidator),
|
chartOfAccountTypeHandler: handler.NewChartOfAccountTypeHandler(chartOfAccountTypeService, chartOfAccountTypeValidator),
|
||||||
chartOfAccountHandler: handler.NewChartOfAccountHandler(chartOfAccountService, chartOfAccountValidator),
|
chartOfAccountHandler: handler.NewChartOfAccountHandler(chartOfAccountService, chartOfAccountValidator),
|
||||||
@@ -97,6 +102,8 @@ func NewRouter(cfg *config.Config, healthHandler *handler.HealthHandler, authSer
|
|||||||
notificationHandler: handler.NewNotificationHandler(notificationService, notificationValidator),
|
notificationHandler: handler.NewNotificationHandler(notificationService, notificationValidator),
|
||||||
selfOrderHandler: selfOrderHandler,
|
selfOrderHandler: selfOrderHandler,
|
||||||
productOutletPriceHandler: handler.NewProductOutletPriceHandler(productOutletPriceService, productOutletPriceValidator),
|
productOutletPriceHandler: handler.NewProductOutletPriceHandler(productOutletPriceService, productOutletPriceValidator),
|
||||||
|
expenseHandler: handler.NewExpenseHandler(expenseService, expenseValidator),
|
||||||
|
redisClient: redisClient,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -272,19 +279,19 @@ func (r *Router) addAppRoutes(rg *gin.Engine) {
|
|||||||
orders.GET("", r.orderHandler.ListOrders)
|
orders.GET("", r.orderHandler.ListOrders)
|
||||||
orders.GET("/:id", r.orderHandler.GetOrderByID)
|
orders.GET("/:id", r.orderHandler.GetOrderByID)
|
||||||
orders.POST("", r.orderHandler.CreateOrder)
|
orders.POST("", r.orderHandler.CreateOrder)
|
||||||
orders.POST("/:id/add-items", r.orderHandler.AddToOrder)
|
orders.POST("/:id/add-items", middleware.IdempotencyMiddleware(r.redisClient), r.orderHandler.AddToOrder)
|
||||||
orders.PUT("/:id", r.orderHandler.UpdateOrder)
|
orders.PUT("/:id", r.orderHandler.UpdateOrder)
|
||||||
orders.PUT("/:id/customer", r.orderHandler.SetOrderCustomer)
|
orders.PUT("/:id/customer", r.orderHandler.SetOrderCustomer)
|
||||||
orders.POST("/void", r.orderHandler.VoidOrder)
|
orders.POST("/void", middleware.IdempotencyMiddleware(r.redisClient), r.orderHandler.VoidOrder)
|
||||||
orders.POST("/:id/refund", r.orderHandler.RefundOrder)
|
orders.POST("/:id/refund", middleware.IdempotencyMiddleware(r.redisClient), r.orderHandler.RefundOrder)
|
||||||
orders.POST("/split-bill", r.orderHandler.SplitBill)
|
orders.POST("/split-bill", r.orderHandler.SplitBill)
|
||||||
}
|
}
|
||||||
|
|
||||||
payments := protected.Group("/payments")
|
payments := protected.Group("/payments")
|
||||||
payments.Use(r.authMiddleware.RequireAdminOrManager())
|
payments.Use(r.authMiddleware.RequireAdminOrManager())
|
||||||
{
|
{
|
||||||
payments.POST("", r.orderHandler.CreatePayment)
|
payments.POST("", middleware.IdempotencyMiddleware(r.redisClient), r.orderHandler.CreatePayment)
|
||||||
payments.POST("/:id/refund", r.orderHandler.RefundPayment)
|
payments.POST("/:id/refund", middleware.IdempotencyMiddleware(r.redisClient), r.orderHandler.RefundPayment)
|
||||||
}
|
}
|
||||||
|
|
||||||
paymentMethods := protected.Group("/payment-methods")
|
paymentMethods := protected.Group("/payment-methods")
|
||||||
@@ -330,6 +337,9 @@ func (r *Router) addAppRoutes(rg *gin.Engine) {
|
|||||||
analytics.GET("/categories", r.analyticsHandler.GetProductAnalyticsPerCategory)
|
analytics.GET("/categories", r.analyticsHandler.GetProductAnalyticsPerCategory)
|
||||||
analytics.GET("/dashboard", r.analyticsHandler.GetDashboardAnalytics)
|
analytics.GET("/dashboard", r.analyticsHandler.GetDashboardAnalytics)
|
||||||
analytics.GET("/profit-loss", r.analyticsHandler.GetProfitLossAnalytics)
|
analytics.GET("/profit-loss", r.analyticsHandler.GetProfitLossAnalytics)
|
||||||
|
analytics.GET("/exclusive-summary/period", r.analyticsHandler.GetExclusiveSummaryPeriod)
|
||||||
|
analytics.GET("/exclusive-summary/monthly", r.analyticsHandler.GetExclusiveSummaryMonthly)
|
||||||
|
analytics.GET("/exclusive-summary/mtd", r.analyticsHandler.GetExclusiveSummaryMTD)
|
||||||
}
|
}
|
||||||
|
|
||||||
tables := protected.Group("/tables")
|
tables := protected.Group("/tables")
|
||||||
@@ -382,6 +392,16 @@ func (r *Router) addAppRoutes(rg *gin.Engine) {
|
|||||||
purchaseOrders.DELETE("/:id", r.purchaseOrderHandler.DeletePurchaseOrder)
|
purchaseOrders.DELETE("/:id", r.purchaseOrderHandler.DeletePurchaseOrder)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
purchaseCategories := protected.Group("/purchase-categories")
|
||||||
|
purchaseCategories.Use(r.authMiddleware.RequireAdminOrManager())
|
||||||
|
{
|
||||||
|
purchaseCategories.POST("", r.purchaseCategoryHandler.CreatePurchaseCategory)
|
||||||
|
purchaseCategories.GET("", r.purchaseCategoryHandler.ListPurchaseCategories)
|
||||||
|
purchaseCategories.GET("/:id", r.purchaseCategoryHandler.GetPurchaseCategory)
|
||||||
|
purchaseCategories.PUT("/:id", r.purchaseCategoryHandler.UpdatePurchaseCategory)
|
||||||
|
purchaseCategories.DELETE("/:id", r.purchaseCategoryHandler.DeletePurchaseCategory)
|
||||||
|
}
|
||||||
|
|
||||||
unitConverters := protected.Group("/unit-converters")
|
unitConverters := protected.Group("/unit-converters")
|
||||||
unitConverters.Use(r.authMiddleware.RequireAdminOrManager())
|
unitConverters.Use(r.authMiddleware.RequireAdminOrManager())
|
||||||
{
|
{
|
||||||
@@ -444,6 +464,17 @@ func (r *Router) addAppRoutes(rg *gin.Engine) {
|
|||||||
accounts.GET("/:id/balance", r.accountHandler.GetAccountBalance)
|
accounts.GET("/:id/balance", r.accountHandler.GetAccountBalance)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
expenses := protected.Group("/expenses")
|
||||||
|
expenses.Use(r.authMiddleware.RequireAdminOrManager())
|
||||||
|
{
|
||||||
|
expenses.POST("", r.expenseHandler.CreateExpense)
|
||||||
|
expenses.GET("", r.expenseHandler.ListExpenses)
|
||||||
|
expenses.GET("/analytics", r.expenseHandler.GetExpenseAnalytics)
|
||||||
|
expenses.GET("/:id", r.expenseHandler.GetExpense)
|
||||||
|
expenses.PUT("/:id", r.expenseHandler.UpdateExpense)
|
||||||
|
expenses.DELETE("/:id", r.expenseHandler.DeleteExpense)
|
||||||
|
}
|
||||||
|
|
||||||
orderIngredientTransactions := protected.Group("/order-ingredient-transactions")
|
orderIngredientTransactions := protected.Group("/order-ingredient-transactions")
|
||||||
orderIngredientTransactions.Use(r.authMiddleware.RequireAdminOrManager())
|
orderIngredientTransactions.Use(r.authMiddleware.RequireAdminOrManager())
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -18,6 +18,9 @@ type AnalyticsService interface {
|
|||||||
GetProductAnalyticsPerCategory(ctx context.Context, req *models.ProductAnalyticsPerCategoryRequest) (*models.ProductAnalyticsPerCategoryResponse, error)
|
GetProductAnalyticsPerCategory(ctx context.Context, req *models.ProductAnalyticsPerCategoryRequest) (*models.ProductAnalyticsPerCategoryResponse, error)
|
||||||
GetDashboardAnalytics(ctx context.Context, req *models.DashboardAnalyticsRequest) (*models.DashboardAnalyticsResponse, error)
|
GetDashboardAnalytics(ctx context.Context, req *models.DashboardAnalyticsRequest) (*models.DashboardAnalyticsResponse, error)
|
||||||
GetProfitLossAnalytics(ctx context.Context, req *models.ProfitLossAnalyticsRequest) (*models.ProfitLossAnalyticsResponse, error)
|
GetProfitLossAnalytics(ctx context.Context, req *models.ProfitLossAnalyticsRequest) (*models.ProfitLossAnalyticsResponse, error)
|
||||||
|
GetExclusiveSummaryPeriod(ctx context.Context, req *models.ExclusiveSummaryPeriodRequest) (*models.ExclusiveSummaryPeriodResponse, error)
|
||||||
|
GetExclusiveSummaryMonthly(ctx context.Context, req *models.ExclusiveSummaryMonthlyRequest) (*models.ExclusiveSummaryMonthlyResponse, error)
|
||||||
|
GetExclusiveSummaryMTD(ctx context.Context, req *models.ExclusiveSummaryMTDRequest) (*models.ExclusiveSummaryPeriodResponse, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
type AnalyticsServiceImpl struct {
|
type AnalyticsServiceImpl struct {
|
||||||
@@ -134,18 +137,6 @@ func (s *AnalyticsServiceImpl) validatePaymentMethodAnalyticsRequest(req *models
|
|||||||
return fmt.Errorf("date_from cannot be after date_to")
|
return fmt.Errorf("date_from cannot be after date_to")
|
||||||
}
|
}
|
||||||
|
|
||||||
if req.GroupBy != "" {
|
|
||||||
validGroupBy := map[string]bool{
|
|
||||||
"day": true,
|
|
||||||
"hour": true,
|
|
||||||
"week": true,
|
|
||||||
"month": true,
|
|
||||||
}
|
|
||||||
if !validGroupBy[req.GroupBy] {
|
|
||||||
return fmt.Errorf("invalid group_by value: %s", req.GroupBy)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -318,8 +309,111 @@ func (s *AnalyticsServiceImpl) validateProfitLossAnalyticsRequest(req *models.Pr
|
|||||||
return fmt.Errorf("date_from cannot be after date_to")
|
return fmt.Errorf("date_from cannot be after date_to")
|
||||||
}
|
}
|
||||||
|
|
||||||
if req.GroupBy != "" && req.GroupBy != "hour" && req.GroupBy != "day" && req.GroupBy != "week" && req.GroupBy != "month" {
|
if req.GroupBy != "" {
|
||||||
return fmt.Errorf("invalid group_by value, must be one of: hour, day, week, month")
|
validGroupBy := map[string]bool{
|
||||||
|
"day": true,
|
||||||
|
"hour": true,
|
||||||
|
"week": true,
|
||||||
|
"month": true,
|
||||||
|
}
|
||||||
|
if !validGroupBy[req.GroupBy] {
|
||||||
|
return fmt.Errorf("invalid group_by value: %s", req.GroupBy)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *AnalyticsServiceImpl) GetExclusiveSummaryPeriod(ctx context.Context, req *models.ExclusiveSummaryPeriodRequest) (*models.ExclusiveSummaryPeriodResponse, error) {
|
||||||
|
if err := s.validateExclusiveSummaryPeriodRequest(req); err != nil {
|
||||||
|
return nil, fmt.Errorf("validation error: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
response, err := s.analyticsProcessor.GetExclusiveSummaryPeriod(ctx, req)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to get exclusive summary period: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return response, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *AnalyticsServiceImpl) GetExclusiveSummaryMonthly(ctx context.Context, req *models.ExclusiveSummaryMonthlyRequest) (*models.ExclusiveSummaryMonthlyResponse, error) {
|
||||||
|
if err := s.validateExclusiveSummaryMonthlyRequest(req); err != nil {
|
||||||
|
return nil, fmt.Errorf("validation error: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
response, err := s.analyticsProcessor.GetExclusiveSummaryMonthly(ctx, req)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to get exclusive summary monthly: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return response, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *AnalyticsServiceImpl) GetExclusiveSummaryMTD(ctx context.Context, req *models.ExclusiveSummaryMTDRequest) (*models.ExclusiveSummaryPeriodResponse, error) {
|
||||||
|
if err := s.validateExclusiveSummaryMTDRequest(req); err != nil {
|
||||||
|
return nil, fmt.Errorf("validation error: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
response, err := s.analyticsProcessor.GetExclusiveSummaryMTD(ctx, req)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("failed to get exclusive summary mtd: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return response, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *AnalyticsServiceImpl) validateExclusiveSummaryPeriodRequest(req *models.ExclusiveSummaryPeriodRequest) error {
|
||||||
|
if req == nil {
|
||||||
|
return fmt.Errorf("request cannot be nil")
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.OrganizationID == uuid.Nil {
|
||||||
|
return fmt.Errorf("organization_id is required")
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.DateFrom.IsZero() {
|
||||||
|
return fmt.Errorf("date_from is required")
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.DateTo.IsZero() {
|
||||||
|
return fmt.Errorf("date_to is required")
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.DateFrom.After(req.DateTo) {
|
||||||
|
return fmt.Errorf("date_from cannot be after date_to")
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *AnalyticsServiceImpl) validateExclusiveSummaryMTDRequest(req *models.ExclusiveSummaryMTDRequest) error {
|
||||||
|
if req == nil {
|
||||||
|
return fmt.Errorf("request cannot be nil")
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.OrganizationID == uuid.Nil {
|
||||||
|
return fmt.Errorf("organization_id is required")
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.DateTo.IsZero() {
|
||||||
|
return fmt.Errorf("date_to is required")
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *AnalyticsServiceImpl) validateExclusiveSummaryMonthlyRequest(req *models.ExclusiveSummaryMonthlyRequest) error {
|
||||||
|
if req == nil {
|
||||||
|
return fmt.Errorf("request cannot be nil")
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.OrganizationID == uuid.Nil {
|
||||||
|
return fmt.Errorf("organization_id is required")
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Month.IsZero() {
|
||||||
|
return fmt.Errorf("month is required")
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
@@ -41,6 +41,18 @@ func (analyticsProcessorStub) GetProfitLossAnalytics(context.Context, *models.Pr
|
|||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (analyticsProcessorStub) GetExclusiveSummaryPeriod(context.Context, *models.ExclusiveSummaryPeriodRequest) (*models.ExclusiveSummaryPeriodResponse, error) {
|
||||||
|
return &models.ExclusiveSummaryPeriodResponse{}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (analyticsProcessorStub) GetExclusiveSummaryMonthly(context.Context, *models.ExclusiveSummaryMonthlyRequest) (*models.ExclusiveSummaryMonthlyResponse, error) {
|
||||||
|
return &models.ExclusiveSummaryMonthlyResponse{}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (analyticsProcessorStub) GetExclusiveSummaryMTD(context.Context, *models.ExclusiveSummaryMTDRequest) (*models.ExclusiveSummaryPeriodResponse, error) {
|
||||||
|
return &models.ExclusiveSummaryPeriodResponse{}, nil
|
||||||
|
}
|
||||||
|
|
||||||
func TestAnalyticsServiceGetPurchasingAnalyticsValidation(t *testing.T) {
|
func TestAnalyticsServiceGetPurchasingAnalyticsValidation(t *testing.T) {
|
||||||
service := NewAnalyticsServiceImpl(analyticsProcessorStub{})
|
service := NewAnalyticsServiceImpl(analyticsProcessorStub{})
|
||||||
now := time.Date(2026, 5, 1, 0, 0, 0, 0, time.UTC)
|
now := time.Date(2026, 5, 1, 0, 0, 0, 0, time.UTC)
|
||||||
@@ -119,3 +131,171 @@ func TestAnalyticsServiceGetPurchasingAnalyticsAllowsEmptyGroupBy(t *testing.T)
|
|||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
require.NotNil(t, resp)
|
require.NotNil(t, resp)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestAnalyticsServiceGetProfitLossAnalyticsValidation(t *testing.T) {
|
||||||
|
service := NewAnalyticsServiceImpl(analyticsProcessorStub{})
|
||||||
|
now := time.Date(2026, 5, 1, 0, 0, 0, 0, time.UTC)
|
||||||
|
|
||||||
|
tests := []struct {
|
||||||
|
name string
|
||||||
|
req *models.ProfitLossAnalyticsRequest
|
||||||
|
wantErr string
|
||||||
|
}{
|
||||||
|
{
|
||||||
|
name: "missing date_from",
|
||||||
|
req: &models.ProfitLossAnalyticsRequest{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
DateTo: now,
|
||||||
|
},
|
||||||
|
wantErr: "date_from is required",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "missing date_to",
|
||||||
|
req: &models.ProfitLossAnalyticsRequest{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
DateFrom: now,
|
||||||
|
},
|
||||||
|
wantErr: "date_to is required",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "reversed dates",
|
||||||
|
req: &models.ProfitLossAnalyticsRequest{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
DateFrom: now.AddDate(0, 0, 1),
|
||||||
|
DateTo: now,
|
||||||
|
},
|
||||||
|
wantErr: "date_from cannot be after date_to",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "invalid group_by",
|
||||||
|
req: &models.ProfitLossAnalyticsRequest{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
DateFrom: now,
|
||||||
|
DateTo: now,
|
||||||
|
GroupBy: "quarter",
|
||||||
|
},
|
||||||
|
wantErr: "invalid group_by value: quarter",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, tt := range tests {
|
||||||
|
t.Run(tt.name, func(t *testing.T) {
|
||||||
|
resp, err := service.GetProfitLossAnalytics(context.Background(), tt.req)
|
||||||
|
|
||||||
|
require.Nil(t, resp)
|
||||||
|
require.Error(t, err)
|
||||||
|
require.Contains(t, err.Error(), tt.wantErr)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestAnalyticsServiceGetProfitLossAnalyticsAllowsEmptyGroupBy(t *testing.T) {
|
||||||
|
service := NewAnalyticsServiceImpl(analyticsProcessorStub{})
|
||||||
|
now := time.Date(2026, 5, 1, 0, 0, 0, 0, time.UTC)
|
||||||
|
|
||||||
|
resp, err := service.GetProfitLossAnalytics(context.Background(), &models.ProfitLossAnalyticsRequest{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
DateFrom: now,
|
||||||
|
DateTo: now,
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Nil(t, resp)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestAnalyticsServiceGetExclusiveSummaryPeriodValidation(t *testing.T) {
|
||||||
|
service := NewAnalyticsServiceImpl(analyticsProcessorStub{})
|
||||||
|
now := time.Date(2026, 5, 1, 0, 0, 0, 0, time.UTC)
|
||||||
|
|
||||||
|
tests := []struct {
|
||||||
|
name string
|
||||||
|
req *models.ExclusiveSummaryPeriodRequest
|
||||||
|
wantErr string
|
||||||
|
}{
|
||||||
|
{
|
||||||
|
name: "nil request",
|
||||||
|
req: nil,
|
||||||
|
wantErr: "request cannot be nil",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "missing organization",
|
||||||
|
req: &models.ExclusiveSummaryPeriodRequest{
|
||||||
|
DateFrom: now,
|
||||||
|
DateTo: now,
|
||||||
|
},
|
||||||
|
wantErr: "organization_id is required",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "reversed dates",
|
||||||
|
req: &models.ExclusiveSummaryPeriodRequest{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
DateFrom: now.AddDate(0, 0, 1),
|
||||||
|
DateTo: now,
|
||||||
|
},
|
||||||
|
wantErr: "date_from cannot be after date_to",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, tt := range tests {
|
||||||
|
t.Run(tt.name, func(t *testing.T) {
|
||||||
|
resp, err := service.GetExclusiveSummaryPeriod(context.Background(), tt.req)
|
||||||
|
|
||||||
|
require.Nil(t, resp)
|
||||||
|
require.Error(t, err)
|
||||||
|
require.Contains(t, err.Error(), tt.wantErr)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestAnalyticsServiceGetExclusiveSummaryMonthlyValidation(t *testing.T) {
|
||||||
|
service := NewAnalyticsServiceImpl(analyticsProcessorStub{})
|
||||||
|
|
||||||
|
resp, err := service.GetExclusiveSummaryMonthly(context.Background(), &models.ExclusiveSummaryMonthlyRequest{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
})
|
||||||
|
|
||||||
|
require.Nil(t, resp)
|
||||||
|
require.Error(t, err)
|
||||||
|
require.Contains(t, err.Error(), "month is required")
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestAnalyticsServiceGetExclusiveSummaryMTDValidation(t *testing.T) {
|
||||||
|
service := NewAnalyticsServiceImpl(analyticsProcessorStub{})
|
||||||
|
now := time.Date(2026, 6, 18, 23, 59, 59, 0, time.UTC)
|
||||||
|
|
||||||
|
tests := []struct {
|
||||||
|
name string
|
||||||
|
req *models.ExclusiveSummaryMTDRequest
|
||||||
|
wantErr string
|
||||||
|
}{
|
||||||
|
{
|
||||||
|
name: "nil request",
|
||||||
|
req: nil,
|
||||||
|
wantErr: "request cannot be nil",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "missing organization",
|
||||||
|
req: &models.ExclusiveSummaryMTDRequest{
|
||||||
|
DateTo: now,
|
||||||
|
},
|
||||||
|
wantErr: "organization_id is required",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "missing date_to",
|
||||||
|
req: &models.ExclusiveSummaryMTDRequest{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
},
|
||||||
|
wantErr: "date_to is required",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, tt := range tests {
|
||||||
|
t.Run(tt.name, func(t *testing.T) {
|
||||||
|
resp, err := service.GetExclusiveSummaryMTD(context.Background(), tt.req)
|
||||||
|
|
||||||
|
require.Nil(t, resp)
|
||||||
|
require.Error(t, err)
|
||||||
|
require.Contains(t, err.Error(), tt.wantErr)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,150 @@
|
|||||||
|
package service
|
||||||
|
|
||||||
|
import (
|
||||||
|
"apskel-pos-be/internal/appcontext"
|
||||||
|
"context"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/constants"
|
||||||
|
"apskel-pos-be/internal/contract"
|
||||||
|
"apskel-pos-be/internal/processor"
|
||||||
|
"apskel-pos-be/internal/transformer"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
)
|
||||||
|
|
||||||
|
type ExpenseService interface {
|
||||||
|
CreateExpense(ctx context.Context, apctx *appcontext.ContextInfo, req *contract.CreateExpenseRequest) *contract.Response
|
||||||
|
UpdateExpense(ctx context.Context, apctx *appcontext.ContextInfo, id uuid.UUID, req *contract.UpdateExpenseRequest) *contract.Response
|
||||||
|
DeleteExpense(ctx context.Context, apctx *appcontext.ContextInfo, id uuid.UUID) *contract.Response
|
||||||
|
GetExpenseByID(ctx context.Context, apctx *appcontext.ContextInfo, id uuid.UUID) *contract.Response
|
||||||
|
ListExpenses(ctx context.Context, apctx *appcontext.ContextInfo, req *contract.ListExpenseRequest) *contract.Response
|
||||||
|
GetExpenseAnalytics(ctx context.Context, apctx *appcontext.ContextInfo, req *contract.ExpenseAnalyticsRequest) *contract.Response
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseServiceImpl struct {
|
||||||
|
expenseProcessor processor.ExpenseProcessor
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewExpenseService(expenseProcessor processor.ExpenseProcessor) *ExpenseServiceImpl {
|
||||||
|
return &ExpenseServiceImpl{
|
||||||
|
expenseProcessor: expenseProcessor,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *ExpenseServiceImpl) CreateExpense(ctx context.Context, apctx *appcontext.ContextInfo, req *contract.CreateExpenseRequest) *contract.Response {
|
||||||
|
modelReq := transformer.CreateExpenseRequestToModel(req)
|
||||||
|
|
||||||
|
expenseResponse, err := s.expenseProcessor.CreateExpense(ctx, apctx.OrganizationID, modelReq)
|
||||||
|
if err != nil {
|
||||||
|
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.ExpenseServiceEntity, err.Error())
|
||||||
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
|
}
|
||||||
|
|
||||||
|
contractResponse := transformer.ExpenseModelResponseToResponse(expenseResponse)
|
||||||
|
return contract.BuildSuccessResponse(contractResponse)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *ExpenseServiceImpl) UpdateExpense(ctx context.Context, apctx *appcontext.ContextInfo, id uuid.UUID, req *contract.UpdateExpenseRequest) *contract.Response {
|
||||||
|
modelReq := transformer.UpdateExpenseRequestToModel(req)
|
||||||
|
|
||||||
|
expenseResponse, err := s.expenseProcessor.UpdateExpense(ctx, id, apctx.OrganizationID, modelReq)
|
||||||
|
if err != nil {
|
||||||
|
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.ExpenseServiceEntity, err.Error())
|
||||||
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
|
}
|
||||||
|
|
||||||
|
contractResponse := transformer.ExpenseModelResponseToResponse(expenseResponse)
|
||||||
|
return contract.BuildSuccessResponse(contractResponse)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *ExpenseServiceImpl) DeleteExpense(ctx context.Context, apctx *appcontext.ContextInfo, id uuid.UUID) *contract.Response {
|
||||||
|
err := s.expenseProcessor.DeleteExpense(ctx, id, apctx.OrganizationID)
|
||||||
|
if err != nil {
|
||||||
|
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.ExpenseServiceEntity, err.Error())
|
||||||
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
|
}
|
||||||
|
|
||||||
|
return contract.BuildSuccessResponse(map[string]interface{}{
|
||||||
|
"message": "Expense deleted successfully",
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *ExpenseServiceImpl) GetExpenseByID(ctx context.Context, apctx *appcontext.ContextInfo, id uuid.UUID) *contract.Response {
|
||||||
|
expenseResponse, err := s.expenseProcessor.GetExpenseByID(ctx, id, apctx.OrganizationID)
|
||||||
|
if err != nil {
|
||||||
|
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.ExpenseServiceEntity, err.Error())
|
||||||
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
|
}
|
||||||
|
|
||||||
|
contractResponse := transformer.ExpenseModelResponseToResponse(expenseResponse)
|
||||||
|
return contract.BuildSuccessResponse(contractResponse)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *ExpenseServiceImpl) ListExpenses(ctx context.Context, apctx *appcontext.ContextInfo, req *contract.ListExpenseRequest) *contract.Response {
|
||||||
|
modelReq := transformer.ListExpenseRequestToModel(req)
|
||||||
|
|
||||||
|
filters := make(map[string]interface{})
|
||||||
|
if modelReq.Search != "" {
|
||||||
|
filters["search"] = modelReq.Search
|
||||||
|
}
|
||||||
|
if modelReq.Status != "" {
|
||||||
|
filters["status"] = modelReq.Status
|
||||||
|
}
|
||||||
|
if modelReq.OutletID != "" {
|
||||||
|
outletID, err := uuid.Parse(modelReq.OutletID)
|
||||||
|
if err == nil {
|
||||||
|
filters["outlet_id"] = outletID
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if modelReq.StartDate != "" {
|
||||||
|
if startDate, err := time.Parse("2006-01-02", modelReq.StartDate); err == nil {
|
||||||
|
filters["start_date"] = startDate
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if modelReq.EndDate != "" {
|
||||||
|
if endDate, err := time.Parse("2006-01-02", modelReq.EndDate); err == nil {
|
||||||
|
// include the full end date day
|
||||||
|
filters["end_date"] = endDate.Add(24*time.Hour - time.Nanosecond)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
expenses, totalPages, err := s.expenseProcessor.ListExpenses(ctx, apctx.OrganizationID, filters, modelReq.Page, modelReq.Limit)
|
||||||
|
if err != nil {
|
||||||
|
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.ExpenseServiceEntity, err.Error())
|
||||||
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
|
}
|
||||||
|
|
||||||
|
contractResponses := transformer.ExpenseModelResponsesToResponses(expenses)
|
||||||
|
|
||||||
|
response := contract.ListExpenseResponse{
|
||||||
|
Expenses: contractResponses,
|
||||||
|
TotalCount: len(contractResponses),
|
||||||
|
Page: modelReq.Page,
|
||||||
|
Limit: modelReq.Limit,
|
||||||
|
TotalPages: totalPages,
|
||||||
|
}
|
||||||
|
|
||||||
|
return contract.BuildSuccessResponse(response)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *ExpenseServiceImpl) GetExpenseAnalytics(ctx context.Context, apctx *appcontext.ContextInfo, req *contract.ExpenseAnalyticsRequest) *contract.Response {
|
||||||
|
modelReq, err := transformer.ExpenseAnalyticsRequestToModel(req)
|
||||||
|
if err != nil {
|
||||||
|
errorResp := contract.NewResponseError(constants.MalformedFieldErrorCode, constants.ExpenseServiceEntity, err.Error())
|
||||||
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
|
}
|
||||||
|
|
||||||
|
modelReq.OrganizationID = apctx.OrganizationID
|
||||||
|
if apctx.OutletID != uuid.Nil {
|
||||||
|
modelReq.OutletID = &apctx.OutletID
|
||||||
|
}
|
||||||
|
|
||||||
|
response, err := s.expenseProcessor.GetExpenseAnalytics(ctx, modelReq)
|
||||||
|
if err != nil {
|
||||||
|
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.ExpenseServiceEntity, err.Error())
|
||||||
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
|
}
|
||||||
|
|
||||||
|
return contract.BuildSuccessResponse(transformer.ExpenseAnalyticsModelToContract(response))
|
||||||
|
}
|
||||||
@@ -160,4 +160,3 @@ func (s *IngredientUnitConverterServiceImpl) GetUnitsByIngredientID(ctx context.
|
|||||||
contractResponse := transformer.IngredientUnitsModelResponseToResponse(unitsResponse)
|
contractResponse := transformer.IngredientUnitsModelResponseToResponse(unitsResponse)
|
||||||
return contract.BuildSuccessResponse(contractResponse)
|
return contract.BuildSuccessResponse(contractResponse)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type InventoryMovementService interface {
|
type InventoryMovementService interface {
|
||||||
CreateIngredientMovement(ctx context.Context, ingredientID, organizationID, outletID, userID uuid.UUID, movementType entities.InventoryMovementType, quantity float64, unitCost float64, reason string, referenceType *entities.InventoryMovementReferenceType, referenceID *uuid.UUID) error
|
CreateIngredientMovement(ctx context.Context, ingredientID, organizationID, outletID, userID uuid.UUID, movementType entities.InventoryMovementType, quantity float64, unitCost float64, reason string, referenceType *entities.InventoryMovementReferenceType, referenceID *uuid.UUID, purchaseOrderItemID *uuid.UUID) error
|
||||||
CreateProductMovement(ctx context.Context, productID, organizationID, outletID, userID uuid.UUID, movementType entities.InventoryMovementType, quantity float64, unitCost float64, reason string, referenceType *entities.InventoryMovementReferenceType, referenceID *uuid.UUID) error
|
CreateProductMovement(ctx context.Context, productID, organizationID, outletID, userID uuid.UUID, movementType entities.InventoryMovementType, quantity float64, unitCost float64, reason string, referenceType *entities.InventoryMovementReferenceType, referenceID *uuid.UUID) error
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ func NewInventoryMovementService(inventoryMovementRepo repository.InventoryMovem
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *InventoryMovementServiceImpl) CreateIngredientMovement(ctx context.Context, ingredientID, organizationID, outletID, userID uuid.UUID, movementType entities.InventoryMovementType, quantity float64, unitCost float64, reason string, referenceType *entities.InventoryMovementReferenceType, referenceID *uuid.UUID) error {
|
func (s *InventoryMovementServiceImpl) CreateIngredientMovement(ctx context.Context, ingredientID, organizationID, outletID, userID uuid.UUID, movementType entities.InventoryMovementType, quantity float64, unitCost float64, reason string, referenceType *entities.InventoryMovementReferenceType, referenceID *uuid.UUID, purchaseOrderItemID *uuid.UUID) error {
|
||||||
ingredient, err := s.ingredientRepo.GetByID(ctx, ingredientID, organizationID)
|
ingredient, err := s.ingredientRepo.GetByID(ctx, ingredientID, organizationID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
@@ -49,6 +49,7 @@ func (s *InventoryMovementServiceImpl) CreateIngredientMovement(ctx context.Cont
|
|||||||
TotalCost: unitCost * quantity,
|
TotalCost: unitCost * quantity,
|
||||||
ReferenceType: referenceType,
|
ReferenceType: referenceType,
|
||||||
ReferenceID: referenceID,
|
ReferenceID: referenceID,
|
||||||
|
PurchaseOrderItemID: purchaseOrderItemID,
|
||||||
UserID: userID,
|
UserID: userID,
|
||||||
Reason: &reason,
|
Reason: &reason,
|
||||||
CreatedAt: time.Now(),
|
CreatedAt: time.Now(),
|
||||||
|
|||||||
@@ -4,11 +4,11 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
|
"math"
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"apskel-pos-be/internal/constants"
|
"apskel-pos-be/internal/constants"
|
||||||
"apskel-pos-be/internal/entities"
|
|
||||||
"apskel-pos-be/internal/models"
|
"apskel-pos-be/internal/models"
|
||||||
"apskel-pos-be/internal/processor"
|
"apskel-pos-be/internal/processor"
|
||||||
"apskel-pos-be/internal/repository"
|
"apskel-pos-be/internal/repository"
|
||||||
@@ -17,32 +17,38 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
defaultCheckInterval = 1 * time.Hour
|
defaultCheckInterval = 5 * time.Minute
|
||||||
OmsetMillionRupiah = 1_000_000.0
|
OmsetMillionRupiah = 1_000_000.0
|
||||||
)
|
)
|
||||||
|
|
||||||
// OmsetMilestoneScheduler periodically checks each organization's total omset
|
// OmsetMilestoneScheduler periodically checks each outlet's omset for the
|
||||||
// and sends a notification to owner/admin users when a milestone is reached.
|
// current calendar day and sends a notification every time it crosses a new
|
||||||
|
// multiple of OmsetMillionRupiah (1 jt, 2 jt, 3 jt, …).
|
||||||
//
|
//
|
||||||
// NOTE: Milestone tracking is in-memory; notifications may re-trigger after a restart.
|
// The notified state is keyed by "outletID:YYYY-MM-DD:N" so each multiple is
|
||||||
// For persistent tracking, persist the notified state in the database.
|
// only notified once per day. State resets naturally on the next day (new key).
|
||||||
|
// NOTE: state is in-memory; a server restart within the same day may re-send
|
||||||
|
// notifications for already-crossed milestones.
|
||||||
type OmsetMilestoneScheduler struct {
|
type OmsetMilestoneScheduler struct {
|
||||||
orgRepo *repository.OrganizationRepositoryImpl
|
orgRepo *repository.OrganizationRepositoryImpl
|
||||||
|
outletRepo *repository.OutletRepositoryImpl
|
||||||
userRepo *repository.UserRepositoryImpl
|
userRepo *repository.UserRepositoryImpl
|
||||||
notificationProc processor.NotificationProcessor
|
notificationProc processor.NotificationProcessor
|
||||||
|
|
||||||
mu sync.Mutex
|
mu sync.Mutex
|
||||||
notified map[string]bool // "orgID:milestone" -> already notified
|
notified map[string]bool // "outletID:YYYY-MM-DD:N" -> already notified
|
||||||
stopCh chan struct{}
|
stopCh chan struct{}
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewOmsetMilestoneScheduler(
|
func NewOmsetMilestoneScheduler(
|
||||||
orgRepo *repository.OrganizationRepositoryImpl,
|
orgRepo *repository.OrganizationRepositoryImpl,
|
||||||
|
outletRepo *repository.OutletRepositoryImpl,
|
||||||
userRepo *repository.UserRepositoryImpl,
|
userRepo *repository.UserRepositoryImpl,
|
||||||
notificationProc processor.NotificationProcessor,
|
notificationProc processor.NotificationProcessor,
|
||||||
) *OmsetMilestoneScheduler {
|
) *OmsetMilestoneScheduler {
|
||||||
return &OmsetMilestoneScheduler{
|
return &OmsetMilestoneScheduler{
|
||||||
orgRepo: orgRepo,
|
orgRepo: orgRepo,
|
||||||
|
outletRepo: outletRepo,
|
||||||
userRepo: userRepo,
|
userRepo: userRepo,
|
||||||
notificationProc: notificationProc,
|
notificationProc: notificationProc,
|
||||||
notified: make(map[string]bool),
|
notified: make(map[string]bool),
|
||||||
@@ -57,8 +63,8 @@ func (s *OmsetMilestoneScheduler) Start(interval time.Duration) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
// Perform an initial check immediately.
|
// Perform an initial check immediately on startup.
|
||||||
s.checkAllOrganizations()
|
s.checkAllOutlets()
|
||||||
|
|
||||||
ticker := time.NewTicker(interval)
|
ticker := time.NewTicker(interval)
|
||||||
defer ticker.Stop()
|
defer ticker.Stop()
|
||||||
@@ -66,7 +72,7 @@ func (s *OmsetMilestoneScheduler) Start(interval time.Duration) {
|
|||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
case <-ticker.C:
|
case <-ticker.C:
|
||||||
s.checkAllOrganizations()
|
s.checkAllOutlets()
|
||||||
case <-s.stopCh:
|
case <-s.stopCh:
|
||||||
log.Println("Omset milestone scheduler stopped")
|
log.Println("Omset milestone scheduler stopped")
|
||||||
return
|
return
|
||||||
@@ -74,7 +80,7 @@ func (s *OmsetMilestoneScheduler) Start(interval time.Duration) {
|
|||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
log.Println("Omset milestone scheduler started")
|
log.Printf("Omset milestone scheduler started (interval: %s)", interval)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Stop signals the scheduler to stop.
|
// Stop signals the scheduler to stop.
|
||||||
@@ -82,7 +88,7 @@ func (s *OmsetMilestoneScheduler) Stop() {
|
|||||||
close(s.stopCh)
|
close(s.stopCh)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *OmsetMilestoneScheduler) checkAllOrganizations() {
|
func (s *OmsetMilestoneScheduler) checkAllOutlets() {
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
|
||||||
orgs, _, err := s.orgRepo.List(ctx, nil, 1000, 0)
|
orgs, _, err := s.orgRepo.List(ctx, nil, 1000, 0)
|
||||||
@@ -92,25 +98,38 @@ func (s *OmsetMilestoneScheduler) checkAllOrganizations() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for _, org := range orgs {
|
for _, org := range orgs {
|
||||||
s.checkOrganization(ctx, org)
|
outlets, err := s.outletRepo.GetByOrganizationID(ctx, org.ID)
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
func (s *OmsetMilestoneScheduler) checkOrganization(ctx context.Context, org *entities.Organization) {
|
|
||||||
totalOmset, err := s.orgRepo.GetTotalOmset(ctx, org.ID)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("OmsetMilestoneScheduler: failed to get total omset for org %s: %v", org.ID, err)
|
log.Printf("OmsetMilestoneScheduler: failed to list outlets for org %s: %v", org.ID, err)
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
milestones := []float64{OmsetMillionRupiah}
|
|
||||||
|
|
||||||
for _, milestone := range milestones {
|
|
||||||
if totalOmset < milestone {
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
key := fmt.Sprintf("%s:%.0f", org.ID.String(), milestone)
|
for _, outlet := range outlets {
|
||||||
|
if !outlet.IsActive {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
s.checkOutlet(ctx, org.ID, outlet.ID, outlet.Name)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *OmsetMilestoneScheduler) checkOutlet(ctx context.Context, organizationID, outletID uuid.UUID, outletName string) {
|
||||||
|
todayOmset, err := s.outletRepo.GetTodayOmset(ctx, outletID)
|
||||||
|
if err != nil {
|
||||||
|
log.Printf("OmsetMilestoneScheduler: failed to get today's omset for outlet %s: %v", outletID, err)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
if todayOmset < OmsetMillionRupiah {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
// How many full multiples of 1 juta have been crossed today?
|
||||||
|
crossedMultiple := int(math.Floor(todayOmset / OmsetMillionRupiah))
|
||||||
|
today := time.Now().Format("2006-01-02")
|
||||||
|
|
||||||
|
for n := 1; n <= crossedMultiple; n++ {
|
||||||
|
key := fmt.Sprintf("%s:%s:%d", outletID.String(), today, n)
|
||||||
|
|
||||||
s.mu.Lock()
|
s.mu.Lock()
|
||||||
if s.notified[key] {
|
if s.notified[key] {
|
||||||
@@ -120,23 +139,31 @@ func (s *OmsetMilestoneScheduler) checkOrganization(ctx context.Context, org *en
|
|||||||
s.notified[key] = true
|
s.notified[key] = true
|
||||||
s.mu.Unlock()
|
s.mu.Unlock()
|
||||||
|
|
||||||
s.sendMilestoneNotification(ctx, org, totalOmset, milestone)
|
milestone := float64(n) * OmsetMillionRupiah
|
||||||
|
s.sendMilestoneNotification(ctx, organizationID, outletID, outletName, todayOmset, milestone, n)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *OmsetMilestoneScheduler) sendMilestoneNotification(ctx context.Context, org *entities.Organization, totalOmset float64, milestone float64) {
|
func (s *OmsetMilestoneScheduler) sendMilestoneNotification(
|
||||||
users, err := s.userRepo.GetByOrganizationID(ctx, org.ID)
|
ctx context.Context,
|
||||||
|
organizationID, outletID uuid.UUID,
|
||||||
|
outletName string,
|
||||||
|
todayOmset, milestone float64,
|
||||||
|
multiple int,
|
||||||
|
) {
|
||||||
|
// Fetch all users in the org, then filter to owner and manager only.
|
||||||
|
// These roles are not assigned to a specific outlet, so we query by org.
|
||||||
|
users, err := s.userRepo.GetByOrganizationID(ctx, organizationID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("OmsetMilestoneScheduler: failed to get users for org %s: %v", org.ID, err)
|
log.Printf("OmsetMilestoneScheduler: failed to get users for org %s: %v", organizationID, err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// Notify owner and admin users.
|
|
||||||
var receiverIDs []uuid.UUID
|
var receiverIDs []uuid.UUID
|
||||||
for _, user := range users {
|
for _, u := range users {
|
||||||
roleStr := string(user.Role)
|
role := string(u.Role)
|
||||||
if roleStr == string(constants.RoleOwner) || roleStr == string(constants.RoleAdmin) {
|
if role == string(constants.RoleOwner) || role == string(constants.RoleManager) {
|
||||||
receiverIDs = append(receiverIDs, user.ID)
|
receiverIDs = append(receiverIDs, u.ID)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -144,28 +171,34 @@ func (s *OmsetMilestoneScheduler) sendMilestoneNotification(ctx context.Context,
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
orgID := org.ID
|
title := fmt.Sprintf("🎉 Omset %s Hari Ini Mencapai Rp %.0f!", outletName, milestone)
|
||||||
title := "🎉 Selamat! Omset Telah Mencapai 1 Juta Rupiah"
|
body := fmt.Sprintf(
|
||||||
body := fmt.Sprintf("Organisasi %s telah mencapai omset Rp %.0f. Terus tingkatkan prestasinya!", org.Name, totalOmset)
|
"Selamat! Omset outlet %s hari ini sudah menembus Rp %.0f (total hari ini: Rp %.0f). Terus semangat!",
|
||||||
|
outletName, milestone, todayOmset,
|
||||||
|
)
|
||||||
|
|
||||||
notifReq := &models.SendNotificationRequest{
|
notifReq := &models.SendNotificationRequest{
|
||||||
Title: title,
|
Title: title,
|
||||||
Body: body,
|
Body: body,
|
||||||
Type: "milestone",
|
Type: "milestone",
|
||||||
Category: "omset_milestone",
|
Category: "omset_milestone",
|
||||||
NotifiableType: "organization",
|
NotifiableType: "outlet",
|
||||||
NotifiableID: &orgID,
|
NotifiableID: &outletID,
|
||||||
ReceiverIDs: receiverIDs,
|
ReceiverIDs: receiverIDs,
|
||||||
Data: map[string]interface{}{
|
Data: map[string]interface{}{
|
||||||
"organization_id": org.ID.String(),
|
"organization_id": organizationID.String(),
|
||||||
"total_omset": totalOmset,
|
"outlet_id": outletID.String(),
|
||||||
|
"outlet_name": outletName,
|
||||||
|
"today_omset": todayOmset,
|
||||||
"milestone": milestone,
|
"milestone": milestone,
|
||||||
|
"multiple": multiple,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
if _, err := s.notificationProc.Send(ctx, notifReq); err != nil {
|
if _, err := s.notificationProc.Send(ctx, notifReq); err != nil {
|
||||||
log.Printf("OmsetMilestoneScheduler: failed to send notification for org %s: %v", org.ID, err)
|
log.Printf("OmsetMilestoneScheduler: failed to send notification for outlet %s: %v", outletID, err)
|
||||||
} else {
|
} else {
|
||||||
log.Printf("OmsetMilestoneScheduler: sent milestone notification to org %s (omset: %.0f)", org.ID, totalOmset)
|
log.Printf("OmsetMilestoneScheduler: sent milestone x%d (Rp %.0f) for outlet %s (today omset: %.0f)",
|
||||||
|
multiple, milestone, outletName, todayOmset)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ package service
|
|||||||
import (
|
import (
|
||||||
"apskel-pos-be/internal/appcontext"
|
"apskel-pos-be/internal/appcontext"
|
||||||
"context"
|
"context"
|
||||||
|
"database/sql"
|
||||||
"fmt"
|
"fmt"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
@@ -228,7 +229,9 @@ func (s *OrderServiceImpl) AddToOrder(ctx context.Context, orderID uuid.UUID, re
|
|||||||
var response *models.AddToOrderResponse
|
var response *models.AddToOrderResponse
|
||||||
var ingredientTransactions []*contract.CreateOrderIngredientTransactionRequest
|
var ingredientTransactions []*contract.CreateOrderIngredientTransactionRequest
|
||||||
|
|
||||||
err := s.txManager.WithTransaction(ctx, func(txCtx context.Context) error {
|
err := s.txManager.WithTransactionOptions(ctx, &sql.TxOptions{
|
||||||
|
Isolation: sql.LevelSerializable,
|
||||||
|
}, func(txCtx context.Context) error {
|
||||||
addResp, err := s.orderProcessor.AddToOrder(txCtx, orderID, req)
|
addResp, err := s.orderProcessor.AddToOrder(txCtx, orderID, req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("failed to add items to order: %w", err)
|
return fmt.Errorf("failed to add items to order: %w", err)
|
||||||
@@ -305,9 +308,17 @@ func (s *OrderServiceImpl) VoidOrder(ctx context.Context, req *models.VoidOrderR
|
|||||||
return fmt.Errorf("invalid user ID")
|
return fmt.Errorf("invalid user ID")
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := s.orderProcessor.VoidOrder(ctx, req, voidedBy); err != nil {
|
err := s.txManager.WithTransactionOptions(ctx, &sql.TxOptions{
|
||||||
|
Isolation: sql.LevelSerializable,
|
||||||
|
}, func(txCtx context.Context) error {
|
||||||
|
if err := s.orderProcessor.VoidOrder(txCtx, req, voidedBy); err != nil {
|
||||||
return fmt.Errorf("failed to void order: %w", err)
|
return fmt.Errorf("failed to void order: %w", err)
|
||||||
}
|
}
|
||||||
|
return nil
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
if err := s.handleTableReleaseOnVoid(ctx, req.OrderID); err != nil {
|
if err := s.handleTableReleaseOnVoid(ctx, req.OrderID); err != nil {
|
||||||
fmt.Printf("Warning: failed to handle table release for voided order %s: %v\n", req.OrderID, err)
|
fmt.Printf("Warning: failed to handle table release for voided order %s: %v\n", req.OrderID, err)
|
||||||
@@ -561,9 +572,14 @@ func (s *OrderServiceImpl) validateCreatePaymentRequest(req *models.CreatePaymen
|
|||||||
return fmt.Errorf("payment item amount must be greater than zero for item %d", i+1)
|
return fmt.Errorf("payment item amount must be greater than zero for item %d", i+1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fmt.Printf("[DEBUG] CreatePayment order_id=%s item[%d] order_item_id=%s amount=%.10f\n",
|
||||||
|
req.OrderID, i, item.OrderItemID, item.Amount)
|
||||||
totalItemAmount += item.Amount
|
totalItemAmount += item.Amount
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fmt.Printf("[DEBUG] CreatePayment order_id=%s total_amount=%.10f sum_items=%.10f diff=%.10f\n",
|
||||||
|
req.OrderID, req.Amount, totalItemAmount, req.Amount-totalItemAmount)
|
||||||
|
|
||||||
if totalItemAmount != req.Amount {
|
if totalItemAmount != req.Amount {
|
||||||
return fmt.Errorf("sum of payment item amounts must equal total payment amount")
|
return fmt.Errorf("sum of payment item amounts must equal total payment amount")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -108,6 +108,7 @@ func (s *ProductOutletPriceServiceImpl) BulkUpsert(ctx context.Context, req *con
|
|||||||
ProductID: req.ProductID,
|
ProductID: req.ProductID,
|
||||||
OutletID: p.OutletID,
|
OutletID: p.OutletID,
|
||||||
Price: p.Price,
|
Price: p.Price,
|
||||||
|
PrintToChecker: p.PrintToChecker,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,107 @@
|
|||||||
|
package service
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/appcontext"
|
||||||
|
"apskel-pos-be/internal/constants"
|
||||||
|
"apskel-pos-be/internal/contract"
|
||||||
|
"apskel-pos-be/internal/models"
|
||||||
|
"apskel-pos-be/internal/processor"
|
||||||
|
"apskel-pos-be/internal/transformer"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
)
|
||||||
|
|
||||||
|
type PurchaseCategoryService interface {
|
||||||
|
CreatePurchaseCategory(ctx context.Context, apctx *appcontext.ContextInfo, req *contract.CreatePurchaseCategoryRequest) *contract.Response
|
||||||
|
UpdatePurchaseCategory(ctx context.Context, apctx *appcontext.ContextInfo, id uuid.UUID, req *contract.UpdatePurchaseCategoryRequest) *contract.Response
|
||||||
|
DeletePurchaseCategory(ctx context.Context, apctx *appcontext.ContextInfo, id uuid.UUID) *contract.Response
|
||||||
|
GetPurchaseCategoryByID(ctx context.Context, apctx *appcontext.ContextInfo, id uuid.UUID) *contract.Response
|
||||||
|
ListPurchaseCategories(ctx context.Context, apctx *appcontext.ContextInfo, req *contract.ListPurchaseCategoriesRequest) *contract.Response
|
||||||
|
}
|
||||||
|
|
||||||
|
type PurchaseCategoryServiceImpl struct {
|
||||||
|
purchaseCategoryProcessor processor.PurchaseCategoryProcessor
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewPurchaseCategoryService(purchaseCategoryProcessor processor.PurchaseCategoryProcessor) *PurchaseCategoryServiceImpl {
|
||||||
|
return &PurchaseCategoryServiceImpl{purchaseCategoryProcessor: purchaseCategoryProcessor}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *PurchaseCategoryServiceImpl) CreatePurchaseCategory(ctx context.Context, apctx *appcontext.ContextInfo, req *contract.CreatePurchaseCategoryRequest) *contract.Response {
|
||||||
|
modelReq := transformer.CreatePurchaseCategoryRequestToModel(apctx, req)
|
||||||
|
|
||||||
|
category, err := s.purchaseCategoryProcessor.CreatePurchaseCategory(ctx, modelReq)
|
||||||
|
if err != nil {
|
||||||
|
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.PurchaseCategoryServiceEntity, err.Error())
|
||||||
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
|
}
|
||||||
|
|
||||||
|
return contract.BuildSuccessResponse(transformer.PurchaseCategoryModelResponseToResponse(category))
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *PurchaseCategoryServiceImpl) UpdatePurchaseCategory(ctx context.Context, apctx *appcontext.ContextInfo, id uuid.UUID, req *contract.UpdatePurchaseCategoryRequest) *contract.Response {
|
||||||
|
modelReq := transformer.UpdatePurchaseCategoryRequestToModel(req)
|
||||||
|
|
||||||
|
category, err := s.purchaseCategoryProcessor.UpdatePurchaseCategory(ctx, id, apctx.OrganizationID, modelReq)
|
||||||
|
if err != nil {
|
||||||
|
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.PurchaseCategoryServiceEntity, err.Error())
|
||||||
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
|
}
|
||||||
|
|
||||||
|
return contract.BuildSuccessResponse(transformer.PurchaseCategoryModelResponseToResponse(category))
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *PurchaseCategoryServiceImpl) DeletePurchaseCategory(ctx context.Context, apctx *appcontext.ContextInfo, id uuid.UUID) *contract.Response {
|
||||||
|
err := s.purchaseCategoryProcessor.DeletePurchaseCategory(ctx, id, apctx.OrganizationID)
|
||||||
|
if err != nil {
|
||||||
|
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.PurchaseCategoryServiceEntity, err.Error())
|
||||||
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
|
}
|
||||||
|
|
||||||
|
return contract.BuildSuccessResponse(map[string]interface{}{
|
||||||
|
"message": "Purchase category deleted successfully",
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *PurchaseCategoryServiceImpl) GetPurchaseCategoryByID(ctx context.Context, apctx *appcontext.ContextInfo, id uuid.UUID) *contract.Response {
|
||||||
|
category, err := s.purchaseCategoryProcessor.GetPurchaseCategoryByID(ctx, id, apctx.OrganizationID)
|
||||||
|
if err != nil {
|
||||||
|
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.PurchaseCategoryServiceEntity, err.Error())
|
||||||
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
|
}
|
||||||
|
|
||||||
|
return contract.BuildSuccessResponse(transformer.PurchaseCategoryModelResponseToResponse(category))
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *PurchaseCategoryServiceImpl) ListPurchaseCategories(ctx context.Context, apctx *appcontext.ContextInfo, req *contract.ListPurchaseCategoriesRequest) *contract.Response {
|
||||||
|
modelReq := &models.ListPurchaseCategoriesRequest{
|
||||||
|
OrganizationID: apctx.OrganizationID,
|
||||||
|
ParentID: req.ParentID,
|
||||||
|
Type: req.Type,
|
||||||
|
Search: req.Search,
|
||||||
|
IsActive: req.IsActive,
|
||||||
|
Page: req.Page,
|
||||||
|
Limit: req.Limit,
|
||||||
|
}
|
||||||
|
|
||||||
|
categories, totalCount, err := s.purchaseCategoryProcessor.ListPurchaseCategories(ctx, modelReq)
|
||||||
|
if err != nil {
|
||||||
|
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.PurchaseCategoryServiceEntity, err.Error())
|
||||||
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
|
}
|
||||||
|
|
||||||
|
totalPages := totalCount / req.Limit
|
||||||
|
if totalCount%req.Limit > 0 {
|
||||||
|
totalPages++
|
||||||
|
}
|
||||||
|
|
||||||
|
return contract.BuildSuccessResponse(&contract.ListPurchaseCategoriesResponse{
|
||||||
|
PurchaseCategories: transformer.PurchaseCategoryModelResponsesToResponses(categories),
|
||||||
|
TotalCount: totalCount,
|
||||||
|
Page: req.Page,
|
||||||
|
Limit: req.Limit,
|
||||||
|
TotalPages: totalPages,
|
||||||
|
})
|
||||||
|
}
|
||||||
@@ -40,7 +40,12 @@ func (s *PurchaseOrderServiceImpl) CreatePurchaseOrder(ctx context.Context, apct
|
|||||||
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
}
|
}
|
||||||
|
|
||||||
poResponse, err := s.purchaseOrderProcessor.CreatePurchaseOrder(ctx, apctx.OrganizationID, modelReq)
|
var outletID *uuid.UUID
|
||||||
|
if apctx.OutletID != uuid.Nil {
|
||||||
|
outletID = &apctx.OutletID
|
||||||
|
}
|
||||||
|
|
||||||
|
poResponse, err := s.purchaseOrderProcessor.CreatePurchaseOrder(ctx, apctx.OrganizationID, outletID, modelReq)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.PurchaseOrderServiceEntity, err.Error())
|
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.PurchaseOrderServiceEntity, err.Error())
|
||||||
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
@@ -57,7 +62,12 @@ func (s *PurchaseOrderServiceImpl) UpdatePurchaseOrder(ctx context.Context, apct
|
|||||||
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
}
|
}
|
||||||
|
|
||||||
poResponse, err := s.purchaseOrderProcessor.UpdatePurchaseOrder(ctx, id, apctx.OrganizationID, modelReq)
|
var outletID *uuid.UUID
|
||||||
|
if apctx.OutletID != uuid.Nil {
|
||||||
|
outletID = &apctx.OutletID
|
||||||
|
}
|
||||||
|
|
||||||
|
poResponse, err := s.purchaseOrderProcessor.UpdatePurchaseOrder(ctx, id, apctx.OrganizationID, outletID, modelReq)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.PurchaseOrderServiceEntity, err.Error())
|
errorResp := contract.NewResponseError(constants.InternalServerErrorCode, constants.PurchaseOrderServiceEntity, err.Error())
|
||||||
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
return contract.BuildErrorResponse([]*contract.ResponseError{errorResp})
|
||||||
|
|||||||
@@ -113,7 +113,8 @@ func (s *ReportServiceImpl) GenerateDailyTransactionPDF(ctx context.Context, org
|
|||||||
end := day.Add(24*time.Hour - time.Nanosecond)
|
end := day.Add(24*time.Hour - time.Nanosecond)
|
||||||
|
|
||||||
salesReq := &models.SalesAnalyticsRequest{OrganizationID: orgID, OutletID: &outID, DateFrom: start, DateTo: end, GroupBy: "day"}
|
salesReq := &models.SalesAnalyticsRequest{OrganizationID: orgID, OutletID: &outID, DateFrom: start, DateTo: end, GroupBy: "day"}
|
||||||
plReq := &models.ProfitLossAnalyticsRequest{OrganizationID: orgID, OutletID: &outID, DateFrom: start, DateTo: end, GroupBy: "day"}
|
plReq := &models.ProfitLossAnalyticsRequest{OrganizationID: orgID, OutletID: &outID, DateFrom: start, DateTo: end}
|
||||||
|
productReq := &models.ProductAnalyticsRequest{OrganizationID: orgID, OutletID: &outID, DateFrom: start, DateTo: end, Limit: 1000}
|
||||||
|
|
||||||
sales, err := s.analyticsService.GetSalesAnalytics(ctx, salesReq)
|
sales, err := s.analyticsService.GetSalesAnalytics(ctx, salesReq)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -123,6 +124,15 @@ func (s *ReportServiceImpl) GenerateDailyTransactionPDF(ctx context.Context, org
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return "", "", fmt.Errorf("get profit/loss analytics: %w", err)
|
return "", "", fmt.Errorf("get profit/loss analytics: %w", err)
|
||||||
}
|
}
|
||||||
|
products, err := s.analyticsService.GetProductAnalytics(ctx, productReq)
|
||||||
|
if err != nil {
|
||||||
|
return "", "", fmt.Errorf("get product analytics: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
totalOmset := getPLNominalByID(pl.MainSummary, "total_omset")
|
||||||
|
hpp := getPLNominalByID(pl.MainSummary, "hpp")
|
||||||
|
labaKotor := getPLNominalByID(pl.MainSummary, "laba_kotor")
|
||||||
|
labaKotorPct := getPLPctByID(pl.MainSummary, "laba_kotor")
|
||||||
|
|
||||||
data := reportTemplateData{
|
data := reportTemplateData{
|
||||||
OrganizationName: org.Name,
|
OrganizationName: org.Name,
|
||||||
@@ -133,28 +143,28 @@ func (s *ReportServiceImpl) GenerateDailyTransactionPDF(ctx context.Context, org
|
|||||||
GeneratedBy: generatedBy,
|
GeneratedBy: generatedBy,
|
||||||
PrintTime: time.Now().Format("02/01/2006 15:04:05"),
|
PrintTime: time.Now().Format("02/01/2006 15:04:05"),
|
||||||
Summary: reportSummary{
|
Summary: reportSummary{
|
||||||
TotalTransactions: pl.Summary.TotalOrders,
|
TotalTransactions: sales.Summary.TotalOrders,
|
||||||
TotalItems: sales.Summary.TotalItems,
|
TotalItems: sales.Summary.TotalItems,
|
||||||
GrossSales: formatCurrency(pl.Summary.TotalRevenue),
|
GrossSales: formatCurrency(totalOmset),
|
||||||
Discount: formatCurrency(pl.Summary.TotalDiscount),
|
Discount: formatCurrency(sales.Summary.TotalDiscount),
|
||||||
Tax: formatCurrency(pl.Summary.TotalTax),
|
Tax: formatCurrency(sales.Summary.TotalTax),
|
||||||
NetSales: formatCurrency(sales.Summary.NetSales),
|
NetSales: formatCurrency(sales.Summary.NetSales),
|
||||||
COGS: formatCurrency(pl.Summary.TotalCost),
|
COGS: formatCurrency(hpp),
|
||||||
GrossProfit: formatCurrency(pl.Summary.GrossProfit),
|
GrossProfit: formatCurrency(labaKotor),
|
||||||
GrossMarginPercent: fmt.Sprintf("%.2f", pl.Summary.GrossProfitMargin),
|
GrossMarginPercent: fmt.Sprintf("%.2f", labaKotorPct),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
items := make([]reportItem, 0, len(pl.ProductData))
|
items := make([]reportItem, 0, len(products.Data))
|
||||||
for _, p := range pl.ProductData {
|
for _, p := range products.Data {
|
||||||
items = append(items, reportItem{
|
items = append(items, reportItem{
|
||||||
Name: p.ProductName,
|
Name: p.ProductName,
|
||||||
Quantity: p.QuantitySold,
|
Quantity: p.QuantitySold,
|
||||||
GrossSales: formatCurrency(p.Revenue),
|
GrossSales: formatCurrency(p.Revenue),
|
||||||
Discount: formatCurrency(0),
|
Discount: formatCurrency(0),
|
||||||
NetSales: formatCurrency(p.Revenue),
|
NetSales: formatCurrency(p.Revenue),
|
||||||
COGS: formatCurrency(p.Cost),
|
COGS: formatCurrency(p.StandardHppTotal),
|
||||||
GrossProfit: formatCurrency(p.GrossProfit),
|
GrossProfit: formatCurrency(p.Revenue - p.StandardHppTotal),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
data.Items = items
|
data.Items = items
|
||||||
@@ -190,3 +200,21 @@ func (s *ReportServiceImpl) GenerateDailyTransactionPDF(ctx context.Context, org
|
|||||||
|
|
||||||
return publicURL, fileName, nil
|
return publicURL, fileName, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func getPLNominalByID(rows []models.ProfitLossSummaryRow, id string) float64 {
|
||||||
|
for _, row := range rows {
|
||||||
|
if row.ID == id {
|
||||||
|
return row.TodayNominal
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func getPLPctByID(rows []models.ProfitLossSummaryRow, id string) float64 {
|
||||||
|
for _, row := range rows {
|
||||||
|
if row.ID == id {
|
||||||
|
return row.TodayPct
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|||||||
@@ -171,7 +171,11 @@ func PurchasingAnalyticsModelToContract(resp *models.PurchasingAnalyticsResponse
|
|||||||
data[i] = contract.PurchasingAnalyticsData{
|
data[i] = contract.PurchasingAnalyticsData{
|
||||||
Date: item.Date,
|
Date: item.Date,
|
||||||
Purchases: item.Purchases,
|
Purchases: item.Purchases,
|
||||||
|
RawMaterialPurchases: item.RawMaterialPurchases,
|
||||||
|
ExpensePurchases: item.ExpensePurchases,
|
||||||
PurchaseOrders: item.PurchaseOrders,
|
PurchaseOrders: item.PurchaseOrders,
|
||||||
|
RawMaterialPurchaseOrders: item.RawMaterialPurchaseOrders,
|
||||||
|
ExpenseCount: item.ExpenseCount,
|
||||||
Quantity: item.Quantity,
|
Quantity: item.Quantity,
|
||||||
Ingredients: item.Ingredients,
|
Ingredients: item.Ingredients,
|
||||||
Vendors: item.Vendors,
|
Vendors: item.Vendors,
|
||||||
@@ -211,7 +215,11 @@ func PurchasingAnalyticsModelToContract(resp *models.PurchasingAnalyticsResponse
|
|||||||
GroupBy: resp.GroupBy,
|
GroupBy: resp.GroupBy,
|
||||||
Summary: contract.PurchasingSummary{
|
Summary: contract.PurchasingSummary{
|
||||||
TotalPurchases: resp.Summary.TotalPurchases,
|
TotalPurchases: resp.Summary.TotalPurchases,
|
||||||
|
RawMaterialPurchases: resp.Summary.RawMaterialPurchases,
|
||||||
|
ExpensePurchases: resp.Summary.ExpensePurchases,
|
||||||
TotalPurchaseOrders: resp.Summary.TotalPurchaseOrders,
|
TotalPurchaseOrders: resp.Summary.TotalPurchaseOrders,
|
||||||
|
RawMaterialPurchaseOrders: resp.Summary.RawMaterialPurchaseOrders,
|
||||||
|
ExpenseCount: resp.Summary.ExpenseCount,
|
||||||
TotalQuantity: resp.Summary.TotalQuantity,
|
TotalQuantity: resp.Summary.TotalQuantity,
|
||||||
AveragePurchaseOrderValue: resp.Summary.AveragePurchaseOrderValue,
|
AveragePurchaseOrderValue: resp.Summary.AveragePurchaseOrderValue,
|
||||||
TotalIngredients: resp.Summary.TotalIngredients,
|
TotalIngredients: resp.Summary.TotalIngredients,
|
||||||
@@ -257,6 +265,7 @@ func ProductAnalyticsModelToContract(resp *models.ProductAnalyticsResponse) *con
|
|||||||
ProductID: item.ProductID,
|
ProductID: item.ProductID,
|
||||||
ProductName: item.ProductName,
|
ProductName: item.ProductName,
|
||||||
ProductSku: item.ProductSku,
|
ProductSku: item.ProductSku,
|
||||||
|
ProductPrice: item.ProductPrice,
|
||||||
CategoryID: item.CategoryID,
|
CategoryID: item.CategoryID,
|
||||||
CategoryName: item.CategoryName,
|
CategoryName: item.CategoryName,
|
||||||
CategoryOrder: item.CategoryOrder,
|
CategoryOrder: item.CategoryOrder,
|
||||||
@@ -367,6 +376,7 @@ func DashboardAnalyticsModelToContract(resp *models.DashboardAnalyticsResponse)
|
|||||||
topProducts = append(topProducts, contract.ProductAnalyticsData{
|
topProducts = append(topProducts, contract.ProductAnalyticsData{
|
||||||
ProductID: item.ProductID,
|
ProductID: item.ProductID,
|
||||||
ProductName: item.ProductName,
|
ProductName: item.ProductName,
|
||||||
|
ProductPrice: item.ProductPrice,
|
||||||
CategoryID: item.CategoryID,
|
CategoryID: item.CategoryID,
|
||||||
CategoryName: item.CategoryName,
|
CategoryName: item.CategoryName,
|
||||||
QuantitySold: item.QuantitySold,
|
QuantitySold: item.QuantitySold,
|
||||||
@@ -427,20 +437,22 @@ func DashboardAnalyticsModelToContract(resp *models.DashboardAnalyticsResponse)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProfitLossAnalyticsContractToModel transforms contract request to model
|
|
||||||
func ProfitLossAnalyticsContractToModel(req *contract.ProfitLossAnalyticsRequest) (*models.ProfitLossAnalyticsRequest, error) {
|
func ProfitLossAnalyticsContractToModel(req *contract.ProfitLossAnalyticsRequest) (*models.ProfitLossAnalyticsRequest, error) {
|
||||||
if req == nil {
|
if req == nil {
|
||||||
return nil, fmt.Errorf("request cannot be nil")
|
return nil, fmt.Errorf("request cannot be nil")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Parse date range using utility function
|
|
||||||
dateFrom, dateTo, err := util.ParseDateRangeToJakartaTime(req.DateFrom, req.DateTo)
|
dateFrom, dateTo, err := util.ParseDateRangeToJakartaTime(req.DateFrom, req.DateTo)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("invalid date format: %w", err)
|
return nil, fmt.Errorf("invalid date range: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if dateFrom == nil || dateTo == nil {
|
if dateFrom == nil {
|
||||||
return nil, fmt.Errorf("both date_from and date_to are required")
|
return nil, fmt.Errorf("date_from is required")
|
||||||
|
}
|
||||||
|
|
||||||
|
if dateTo == nil {
|
||||||
|
return nil, fmt.Errorf("date_to is required")
|
||||||
}
|
}
|
||||||
|
|
||||||
return &models.ProfitLossAnalyticsRequest{
|
return &models.ProfitLossAnalyticsRequest{
|
||||||
@@ -452,13 +464,16 @@ func ProfitLossAnalyticsContractToModel(req *contract.ProfitLossAnalyticsRequest
|
|||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProfitLossAnalyticsModelToContract transforms model response to contract
|
|
||||||
func ProfitLossAnalyticsModelToContract(resp *models.ProfitLossAnalyticsResponse) *contract.ProfitLossAnalyticsResponse {
|
func ProfitLossAnalyticsModelToContract(resp *models.ProfitLossAnalyticsResponse) *contract.ProfitLossAnalyticsResponse {
|
||||||
if resp == nil {
|
if resp == nil {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Transform profit/loss data
|
mainSummary := make([]contract.ProfitLossSummaryRow, len(resp.MainSummary))
|
||||||
|
for i, row := range resp.MainSummary {
|
||||||
|
mainSummary[i] = profitLossSummaryRowModelToContract(row)
|
||||||
|
}
|
||||||
|
|
||||||
data := make([]contract.ProfitLossData, len(resp.Data))
|
data := make([]contract.ProfitLossData, len(resp.Data))
|
||||||
for i, item := range resp.Data {
|
for i, item := range resp.Data {
|
||||||
data[i] = contract.ProfitLossData{
|
data[i] = contract.ProfitLossData{
|
||||||
@@ -475,7 +490,6 @@ func ProfitLossAnalyticsModelToContract(resp *models.ProfitLossAnalyticsResponse
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Transform product profit data
|
|
||||||
productData := make([]contract.ProductProfitData, len(resp.ProductData))
|
productData := make([]contract.ProductProfitData, len(resp.ProductData))
|
||||||
for i, item := range resp.ProductData {
|
for i, item := range resp.ProductData {
|
||||||
productData[i] = contract.ProductProfitData{
|
productData[i] = contract.ProductProfitData{
|
||||||
@@ -494,6 +508,14 @@ func ProfitLossAnalyticsModelToContract(resp *models.ProfitLossAnalyticsResponse
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
opsItems := make([]contract.OperationalExpenseItem, len(resp.OperationalExpenses))
|
||||||
|
for i, item := range resp.OperationalExpenses {
|
||||||
|
opsItems[i] = contract.OperationalExpenseItem{
|
||||||
|
Item: item.Item,
|
||||||
|
Nominal: item.Nominal,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return &contract.ProfitLossAnalyticsResponse{
|
return &contract.ProfitLossAnalyticsResponse{
|
||||||
OrganizationID: resp.OrganizationID,
|
OrganizationID: resp.OrganizationID,
|
||||||
OutletID: resp.OutletID,
|
OutletID: resp.OutletID,
|
||||||
@@ -515,5 +537,288 @@ func ProfitLossAnalyticsModelToContract(resp *models.ProfitLossAnalyticsResponse
|
|||||||
},
|
},
|
||||||
Data: data,
|
Data: data,
|
||||||
ProductData: productData,
|
ProductData: productData,
|
||||||
|
MainSummary: mainSummary,
|
||||||
|
OperationalExpenses: opsItems,
|
||||||
|
OperationalExpensesTotal: resp.OperationalExpensesTotal,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func profitLossSummaryRowModelToContract(row models.ProfitLossSummaryRow) contract.ProfitLossSummaryRow {
|
||||||
|
subItems := make([]contract.ProfitLossSummaryRow, len(row.SubItems))
|
||||||
|
for i, sub := range row.SubItems {
|
||||||
|
subItems[i] = profitLossSummaryRowModelToContract(sub)
|
||||||
|
}
|
||||||
|
return contract.ProfitLossSummaryRow{
|
||||||
|
ID: row.ID,
|
||||||
|
Label: row.Label,
|
||||||
|
IsBold: row.IsBold,
|
||||||
|
TodayNominal: row.TodayNominal,
|
||||||
|
TodayPct: row.TodayPct,
|
||||||
|
MtdNominal: row.MtdNominal,
|
||||||
|
MtdPct: row.MtdPct,
|
||||||
|
SubItems: subItems,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExclusiveSummaryPeriodContractToModel(req *contract.ExclusiveSummaryPeriodRequest) (*models.ExclusiveSummaryPeriodRequest, error) {
|
||||||
|
if req == nil {
|
||||||
|
return nil, fmt.Errorf("request cannot be nil")
|
||||||
|
}
|
||||||
|
|
||||||
|
dateFrom, dateTo, err := parseFlexibleDateRangeToJakartaTime(req.DateFrom, req.DateTo)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("invalid date range: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
if dateFrom == nil {
|
||||||
|
return nil, fmt.Errorf("date_from is required")
|
||||||
|
}
|
||||||
|
|
||||||
|
if dateTo == nil {
|
||||||
|
return nil, fmt.Errorf("date_to is required")
|
||||||
|
}
|
||||||
|
|
||||||
|
return &models.ExclusiveSummaryPeriodRequest{
|
||||||
|
OrganizationID: req.OrganizationID,
|
||||||
|
OutletID: parseOutletID(req.OutletID),
|
||||||
|
DateFrom: *dateFrom,
|
||||||
|
DateTo: *dateTo,
|
||||||
|
ExcludeGajiStaffFromReimburse: req.ExcludeGajiStaffFromReimburse,
|
||||||
|
}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExclusiveSummaryMonthlyContractToModel(req *contract.ExclusiveSummaryMonthlyRequest) (*models.ExclusiveSummaryMonthlyRequest, error) {
|
||||||
|
if req == nil {
|
||||||
|
return nil, fmt.Errorf("request cannot be nil")
|
||||||
|
}
|
||||||
|
|
||||||
|
month, err := parseMonthToJakartaTime(req.Month)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("invalid month: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return &models.ExclusiveSummaryMonthlyRequest{
|
||||||
|
OrganizationID: req.OrganizationID,
|
||||||
|
OutletID: parseOutletID(req.OutletID),
|
||||||
|
Month: month,
|
||||||
|
}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExclusiveSummaryMTDContractToModel(req *contract.ExclusiveSummaryMTDRequest) (*models.ExclusiveSummaryMTDRequest, error) {
|
||||||
|
if req == nil {
|
||||||
|
return nil, fmt.Errorf("request cannot be nil")
|
||||||
|
}
|
||||||
|
|
||||||
|
dateTo, err := parseFlexibleDateToJakartaTime(req.DateTo, true)
|
||||||
|
if err != nil {
|
||||||
|
return nil, fmt.Errorf("invalid date_to: %w", err)
|
||||||
|
}
|
||||||
|
if dateTo == nil {
|
||||||
|
return nil, fmt.Errorf("date_to is required")
|
||||||
|
}
|
||||||
|
|
||||||
|
return &models.ExclusiveSummaryMTDRequest{
|
||||||
|
OrganizationID: req.OrganizationID,
|
||||||
|
OutletID: parseOutletID(req.OutletID),
|
||||||
|
DateTo: *dateTo,
|
||||||
|
ExcludeGajiStaffFromReimburse: req.ExcludeGajiStaffFromReimburse,
|
||||||
|
}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExclusiveSummaryPeriodModelToContract(resp *models.ExclusiveSummaryPeriodResponse) *contract.ExclusiveSummaryPeriodResponse {
|
||||||
|
if resp == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
hppBreakdown := make([]contract.ExclusiveSummaryCategoryBreakdown, len(resp.HPPBreakdown))
|
||||||
|
for i, item := range resp.HPPBreakdown {
|
||||||
|
hppBreakdown[i] = exclusiveSummaryCategoryBreakdownModelToContract(item)
|
||||||
|
}
|
||||||
|
|
||||||
|
operationalBreakdown := make([]contract.ExclusiveSummaryCategoryBreakdown, len(resp.OperationalExpenseBreakdown))
|
||||||
|
for i, item := range resp.OperationalExpenseBreakdown {
|
||||||
|
operationalBreakdown[i] = exclusiveSummaryCategoryBreakdownModelToContract(item)
|
||||||
|
}
|
||||||
|
|
||||||
|
dailySummary := make([]contract.ExclusiveSummaryDailySummary, len(resp.DailySummary))
|
||||||
|
for i, item := range resp.DailySummary {
|
||||||
|
dailySummary[i] = contract.ExclusiveSummaryDailySummary{
|
||||||
|
Date: item.Date,
|
||||||
|
TransactionCount: item.TransactionCount,
|
||||||
|
TotalCost: item.TotalCost,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
dailyTransactions := make([]contract.ExclusiveSummaryDailyTransaction, len(resp.DailyTransactions))
|
||||||
|
for i, item := range resp.DailyTransactions {
|
||||||
|
dailyTransactions[i] = contract.ExclusiveSummaryDailyTransaction{
|
||||||
|
Date: item.Date,
|
||||||
|
CategoryCode: item.CategoryCode,
|
||||||
|
CategoryName: item.CategoryName,
|
||||||
|
Description: item.Description,
|
||||||
|
Amount: item.Amount,
|
||||||
|
Source: item.Source,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return &contract.ExclusiveSummaryPeriodResponse{
|
||||||
|
OrganizationID: resp.OrganizationID,
|
||||||
|
OutletID: resp.OutletID,
|
||||||
|
Period: contract.ExclusiveSummaryPeriodRange{
|
||||||
|
DateFrom: resp.Period.DateFrom,
|
||||||
|
DateTo: resp.Period.DateTo,
|
||||||
|
},
|
||||||
|
Summary: contract.ExclusiveSummaryPeriodSummary{
|
||||||
|
Sales: resp.Summary.Sales,
|
||||||
|
HPP: resp.Summary.HPP,
|
||||||
|
GrossProfit: resp.Summary.GrossProfit,
|
||||||
|
SalaryTotal: resp.Summary.SalaryTotal,
|
||||||
|
SalaryDW: resp.Summary.SalaryDW,
|
||||||
|
SalaryStaff: resp.Summary.SalaryStaff,
|
||||||
|
SalaryOther: resp.Summary.SalaryOther,
|
||||||
|
OtherOperationalExpenses: resp.Summary.OtherOperationalExpenses,
|
||||||
|
OperationalExpensesTotal: resp.Summary.OperationalExpensesTotal,
|
||||||
|
TotalCost: resp.Summary.TotalCost,
|
||||||
|
NetProfit: resp.Summary.NetProfit,
|
||||||
|
},
|
||||||
|
Reimburse: contract.ExclusiveSummaryReimburse{
|
||||||
|
TotalCost: resp.Reimburse.TotalCost,
|
||||||
|
ExcludedSalaryStaff: resp.Reimburse.ExcludedSalaryStaff,
|
||||||
|
TotalReimburse: resp.Reimburse.TotalReimburse,
|
||||||
|
},
|
||||||
|
HPPBreakdown: hppBreakdown,
|
||||||
|
OperationalExpenseBreakdown: operationalBreakdown,
|
||||||
|
DailySummary: dailySummary,
|
||||||
|
DailyTransactions: dailyTransactions,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExclusiveSummaryMonthlyModelToContract(resp *models.ExclusiveSummaryMonthlyResponse) *contract.ExclusiveSummaryMonthlyResponse {
|
||||||
|
if resp == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
periods := make([]contract.ExclusiveSummaryMonthlyPeriod, len(resp.Periods))
|
||||||
|
for i, item := range resp.Periods {
|
||||||
|
periods[i] = contract.ExclusiveSummaryMonthlyPeriod{
|
||||||
|
Label: item.Label,
|
||||||
|
DateFrom: item.DateFrom,
|
||||||
|
DateTo: item.DateTo,
|
||||||
|
Sales: item.Sales,
|
||||||
|
HPP: item.HPP,
|
||||||
|
GrossProfit: item.GrossProfit,
|
||||||
|
GrossMargin: item.GrossMargin,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
bankBalance := make([]contract.ExclusiveSummaryBankBalance, len(resp.BankBalance))
|
||||||
|
for i, item := range resp.BankBalance {
|
||||||
|
bankBalance[i] = contract.ExclusiveSummaryBankBalance{
|
||||||
|
Bank: item.Bank,
|
||||||
|
OpeningBalance: item.OpeningBalance,
|
||||||
|
IncomingMutation: item.IncomingMutation,
|
||||||
|
OutgoingMutation: item.OutgoingMutation,
|
||||||
|
ClosingBalance: item.ClosingBalance,
|
||||||
|
Notes: item.Notes,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return &contract.ExclusiveSummaryMonthlyResponse{
|
||||||
|
OrganizationID: resp.OrganizationID,
|
||||||
|
OutletID: resp.OutletID,
|
||||||
|
Month: resp.Month,
|
||||||
|
Summary: contract.ExclusiveSummaryMonthlySummary{
|
||||||
|
TotalSales: resp.Summary.TotalSales,
|
||||||
|
HPP: resp.Summary.HPP,
|
||||||
|
GrossProfit: resp.Summary.GrossProfit,
|
||||||
|
OperationalExpensesTotal: resp.Summary.OperationalExpensesTotal,
|
||||||
|
TotalCost: resp.Summary.TotalCost,
|
||||||
|
NetProfit: resp.Summary.NetProfit,
|
||||||
|
NetProfitMargin: resp.Summary.NetProfitMargin,
|
||||||
|
},
|
||||||
|
Periods: periods,
|
||||||
|
BankBalance: bankBalance,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func exclusiveSummaryCategoryBreakdownModelToContract(item models.ExclusiveSummaryCategoryBreakdown) contract.ExclusiveSummaryCategoryBreakdown {
|
||||||
|
return contract.ExclusiveSummaryCategoryBreakdown{
|
||||||
|
CategoryCode: item.CategoryCode,
|
||||||
|
CategoryName: item.CategoryName,
|
||||||
|
Amount: item.Amount,
|
||||||
|
Percentage: item.Percentage,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func parseFlexibleDateRangeToJakartaTime(dateFrom, dateTo string) (*time.Time, *time.Time, error) {
|
||||||
|
fromTime, toTime, err := util.ParseDateRangeToJakartaTime(dateFrom, dateTo)
|
||||||
|
if err == nil {
|
||||||
|
return fromTime, toTime, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
fromTime, err = parseISODateToJakartaTime(dateFrom, false)
|
||||||
|
if err != nil {
|
||||||
|
return nil, nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
toTime, err = parseISODateToJakartaTime(dateTo, true)
|
||||||
|
if err != nil {
|
||||||
|
return nil, nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return fromTime, toTime, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func parseISODateToJakartaTime(dateStr string, endOfDay bool) (*time.Time, error) {
|
||||||
|
if dateStr == "" {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
date, err := time.Parse("2006-01-02", dateStr)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
location, err := time.LoadLocation("Asia/Jakarta")
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
if endOfDay {
|
||||||
|
result := time.Date(date.Year(), date.Month(), date.Day(), 23, 59, 59, 999999999, location)
|
||||||
|
return &result, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
result := time.Date(date.Year(), date.Month(), date.Day(), 0, 0, 0, 0, location)
|
||||||
|
return &result, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func parseFlexibleDateToJakartaTime(dateStr string, endOfDay bool) (*time.Time, error) {
|
||||||
|
if dateStr == "" {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
fromTime, toTime, err := util.ParseDateRangeToJakartaTime(dateStr, dateStr)
|
||||||
|
if err == nil {
|
||||||
|
if endOfDay {
|
||||||
|
return toTime, nil
|
||||||
|
}
|
||||||
|
return fromTime, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return parseISODateToJakartaTime(dateStr, endOfDay)
|
||||||
|
}
|
||||||
|
|
||||||
|
func parseMonthToJakartaTime(month string) (time.Time, error) {
|
||||||
|
location, err := time.LoadLocation("Asia/Jakarta")
|
||||||
|
if err != nil {
|
||||||
|
return time.Time{}, err
|
||||||
|
}
|
||||||
|
|
||||||
|
parsed, err := time.ParseInLocation("2006-01", month, location)
|
||||||
|
if err != nil {
|
||||||
|
return time.Time{}, err
|
||||||
|
}
|
||||||
|
|
||||||
|
return time.Date(parsed.Year(), parsed.Month(), 1, 0, 0, 0, 0, location), nil
|
||||||
|
}
|
||||||
|
|||||||
@@ -52,17 +52,47 @@ func TestPurchasingAnalyticsContractToModelIgnoresInvalidOutlet(t *testing.T) {
|
|||||||
func TestPurchasingAnalyticsModelToContractCopiesOutletName(t *testing.T) {
|
func TestPurchasingAnalyticsModelToContractCopiesOutletName(t *testing.T) {
|
||||||
outletID := uuid.New()
|
outletID := uuid.New()
|
||||||
outletName := "Main Outlet"
|
outletName := "Main Outlet"
|
||||||
|
now := time.Date(2026, 5, 1, 0, 0, 0, 0, time.UTC)
|
||||||
|
|
||||||
result := PurchasingAnalyticsModelToContract(&models.PurchasingAnalyticsResponse{
|
result := PurchasingAnalyticsModelToContract(&models.PurchasingAnalyticsResponse{
|
||||||
OrganizationID: uuid.New(),
|
OrganizationID: uuid.New(),
|
||||||
OutletID: &outletID,
|
OutletID: &outletID,
|
||||||
OutletName: &outletName,
|
OutletName: &outletName,
|
||||||
|
Summary: models.PurchasingSummary{
|
||||||
|
TotalPurchases: 300,
|
||||||
|
RawMaterialPurchases: 125,
|
||||||
|
ExpensePurchases: 175,
|
||||||
|
TotalPurchaseOrders: 3,
|
||||||
|
RawMaterialPurchaseOrders: 1,
|
||||||
|
ExpenseCount: 2,
|
||||||
|
},
|
||||||
|
Data: []models.PurchasingAnalyticsData{
|
||||||
|
{
|
||||||
|
Date: now,
|
||||||
|
Purchases: 300,
|
||||||
|
RawMaterialPurchases: 125,
|
||||||
|
ExpensePurchases: 175,
|
||||||
|
PurchaseOrders: 3,
|
||||||
|
RawMaterialPurchaseOrders: 1,
|
||||||
|
ExpenseCount: 2,
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
require.NotNil(t, result)
|
require.NotNil(t, result)
|
||||||
require.Equal(t, &outletID, result.OutletID)
|
require.Equal(t, &outletID, result.OutletID)
|
||||||
require.NotNil(t, result.OutletName)
|
require.NotNil(t, result.OutletName)
|
||||||
require.Equal(t, outletName, *result.OutletName)
|
require.Equal(t, outletName, *result.OutletName)
|
||||||
|
require.Equal(t, float64(300), result.Summary.TotalPurchases)
|
||||||
|
require.Equal(t, float64(125), result.Summary.RawMaterialPurchases)
|
||||||
|
require.Equal(t, float64(175), result.Summary.ExpensePurchases)
|
||||||
|
require.Equal(t, int64(3), result.Summary.TotalPurchaseOrders)
|
||||||
|
require.Equal(t, int64(1), result.Summary.RawMaterialPurchaseOrders)
|
||||||
|
require.Equal(t, int64(2), result.Summary.ExpenseCount)
|
||||||
|
require.Len(t, result.Data, 1)
|
||||||
|
require.Equal(t, float64(300), result.Data[0].Purchases)
|
||||||
|
require.Equal(t, float64(125), result.Data[0].RawMaterialPurchases)
|
||||||
|
require.Equal(t, float64(175), result.Data[0].ExpensePurchases)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestPurchasingAnalyticsModelToContractOmitsNilOutletName(t *testing.T) {
|
func TestPurchasingAnalyticsModelToContractOmitsNilOutletName(t *testing.T) {
|
||||||
@@ -74,3 +104,121 @@ func TestPurchasingAnalyticsModelToContractOmitsNilOutletName(t *testing.T) {
|
|||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
require.NotContains(t, string(payload), "outlet_name")
|
require.NotContains(t, string(payload), "outlet_name")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestProfitLossAnalyticsContractToModelParsesDateRange(t *testing.T) {
|
||||||
|
orgID := uuid.New()
|
||||||
|
outletID := uuid.New().String()
|
||||||
|
|
||||||
|
result, err := ProfitLossAnalyticsContractToModel(&contract.ProfitLossAnalyticsRequest{
|
||||||
|
OrganizationID: orgID,
|
||||||
|
OutletID: &outletID,
|
||||||
|
DateFrom: "01-05-2026",
|
||||||
|
DateTo: "29-05-2026",
|
||||||
|
GroupBy: "week",
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Equal(t, orgID, result.OrganizationID)
|
||||||
|
require.NotNil(t, result.OutletID)
|
||||||
|
require.Equal(t, outletID, result.OutletID.String())
|
||||||
|
require.Equal(t, "week", result.GroupBy)
|
||||||
|
|
||||||
|
location, err := time.LoadLocation("Asia/Jakarta")
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Equal(t, time.Date(2026, 5, 1, 0, 0, 0, 0, location), result.DateFrom)
|
||||||
|
require.Equal(t, time.Date(2026, 5, 29, 23, 59, 59, int(time.Second-time.Nanosecond), location), result.DateTo)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestProfitLossAnalyticsModelToContractCopiesDateRange(t *testing.T) {
|
||||||
|
dateFrom := time.Date(2026, 5, 1, 0, 0, 0, 0, time.UTC)
|
||||||
|
dateTo := time.Date(2026, 5, 29, 23, 59, 59, int(time.Second-time.Nanosecond), time.UTC)
|
||||||
|
productID := uuid.New()
|
||||||
|
categoryID := uuid.New()
|
||||||
|
|
||||||
|
result := ProfitLossAnalyticsModelToContract(&models.ProfitLossAnalyticsResponse{
|
||||||
|
OrganizationID: uuid.New(),
|
||||||
|
DateFrom: dateFrom,
|
||||||
|
DateTo: dateTo,
|
||||||
|
GroupBy: "month",
|
||||||
|
Summary: models.ProfitLossSummary{
|
||||||
|
TotalRevenue: 1000,
|
||||||
|
NetProfit: 500,
|
||||||
|
},
|
||||||
|
Data: []models.ProfitLossData{
|
||||||
|
{
|
||||||
|
Date: dateFrom,
|
||||||
|
Revenue: 1000,
|
||||||
|
NetProfit: 500,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
ProductData: []models.ProductProfitData{
|
||||||
|
{
|
||||||
|
ProductID: productID,
|
||||||
|
ProductName: "Nasi",
|
||||||
|
CategoryID: categoryID,
|
||||||
|
CategoryName: "Food",
|
||||||
|
Revenue: 1000,
|
||||||
|
GrossProfit: 500,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
MainSummary: []models.ProfitLossSummaryRow{
|
||||||
|
{
|
||||||
|
ID: "total_omset",
|
||||||
|
Label: "TOTAL OMSET",
|
||||||
|
TodayNominal: 1000,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NotNil(t, result)
|
||||||
|
require.Equal(t, dateFrom, result.DateFrom)
|
||||||
|
require.Equal(t, dateTo, result.DateTo)
|
||||||
|
require.Equal(t, "month", result.GroupBy)
|
||||||
|
require.Equal(t, float64(1000), result.Summary.TotalRevenue)
|
||||||
|
require.Len(t, result.Data, 1)
|
||||||
|
require.Equal(t, float64(500), result.Data[0].NetProfit)
|
||||||
|
require.Len(t, result.ProductData, 1)
|
||||||
|
require.Equal(t, productID, result.ProductData[0].ProductID)
|
||||||
|
require.Len(t, result.MainSummary, 1)
|
||||||
|
require.Equal(t, "total_omset", result.MainSummary[0].ID)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestExclusiveSummaryPeriodContractToModelParsesFlexibleDates(t *testing.T) {
|
||||||
|
orgID := uuid.New()
|
||||||
|
outletID := uuid.New().String()
|
||||||
|
|
||||||
|
result, err := ExclusiveSummaryPeriodContractToModel(&contract.ExclusiveSummaryPeriodRequest{
|
||||||
|
OrganizationID: orgID,
|
||||||
|
OutletID: &outletID,
|
||||||
|
DateFrom: "2026-05-26",
|
||||||
|
DateTo: "2026-05-31",
|
||||||
|
ExcludeGajiStaffFromReimburse: true,
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Equal(t, orgID, result.OrganizationID)
|
||||||
|
require.NotNil(t, result.OutletID)
|
||||||
|
require.Equal(t, outletID, result.OutletID.String())
|
||||||
|
require.True(t, result.ExcludeGajiStaffFromReimburse)
|
||||||
|
|
||||||
|
location, err := time.LoadLocation("Asia/Jakarta")
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Equal(t, time.Date(2026, 5, 26, 0, 0, 0, 0, location), result.DateFrom)
|
||||||
|
require.Equal(t, time.Date(2026, 5, 31, 23, 59, 59, int(time.Second-time.Nanosecond), location), result.DateTo)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestExclusiveSummaryMonthlyContractToModelParsesMonth(t *testing.T) {
|
||||||
|
orgID := uuid.New()
|
||||||
|
|
||||||
|
result, err := ExclusiveSummaryMonthlyContractToModel(&contract.ExclusiveSummaryMonthlyRequest{
|
||||||
|
OrganizationID: orgID,
|
||||||
|
Month: "2026-05",
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Equal(t, orgID, result.OrganizationID)
|
||||||
|
|
||||||
|
location, err := time.LoadLocation("Asia/Jakarta")
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Equal(t, time.Date(2026, 5, 1, 0, 0, 0, 0, location), result.Month)
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,234 @@
|
|||||||
|
package transformer
|
||||||
|
|
||||||
|
import (
|
||||||
|
"apskel-pos-be/internal/contract"
|
||||||
|
"apskel-pos-be/internal/models"
|
||||||
|
"apskel-pos-be/internal/util"
|
||||||
|
)
|
||||||
|
|
||||||
|
func CreateExpenseRequestToModel(req *contract.CreateExpenseRequest) *models.CreateExpenseRequest {
|
||||||
|
items := make([]models.CreateExpenseItemRequest, len(req.Items))
|
||||||
|
for i, item := range req.Items {
|
||||||
|
items[i] = CreateExpenseItemRequestToModel(&item)
|
||||||
|
}
|
||||||
|
|
||||||
|
return &models.CreateExpenseRequest{
|
||||||
|
Receiver: req.Receiver,
|
||||||
|
TransactionDate: req.TransactionDate,
|
||||||
|
CodeNumber: req.CodeNumber,
|
||||||
|
OutletID: req.OutletID,
|
||||||
|
Status: req.Status,
|
||||||
|
Description: req.Description,
|
||||||
|
Tax: req.Tax,
|
||||||
|
Total: req.Total,
|
||||||
|
Items: items,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func CreateExpenseItemRequestToModel(req *contract.CreateExpenseItemRequest) models.CreateExpenseItemRequest {
|
||||||
|
return models.CreateExpenseItemRequest{
|
||||||
|
ChartOfAccountID: req.ChartOfAccountID,
|
||||||
|
PurchaseCategoryID: req.PurchaseCategoryID,
|
||||||
|
Item: req.Item,
|
||||||
|
Description: req.Description,
|
||||||
|
Amount: req.Amount,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func UpdateExpenseRequestToModel(req *contract.UpdateExpenseRequest) *models.UpdateExpenseRequest {
|
||||||
|
modelReq := &models.UpdateExpenseRequest{
|
||||||
|
Receiver: req.Receiver,
|
||||||
|
TransactionDate: req.TransactionDate,
|
||||||
|
CodeNumber: req.CodeNumber,
|
||||||
|
OutletID: req.OutletID,
|
||||||
|
Status: req.Status,
|
||||||
|
Description: req.Description,
|
||||||
|
Tax: req.Tax,
|
||||||
|
Total: req.Total,
|
||||||
|
Reserved1: req.Reserved1,
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Items != nil {
|
||||||
|
items := make([]models.UpdateExpenseItemRequest, len(req.Items))
|
||||||
|
for i, item := range req.Items {
|
||||||
|
items[i] = UpdateExpenseItemRequestToModel(&item)
|
||||||
|
}
|
||||||
|
modelReq.Items = items
|
||||||
|
}
|
||||||
|
|
||||||
|
return modelReq
|
||||||
|
}
|
||||||
|
|
||||||
|
func UpdateExpenseItemRequestToModel(req *contract.UpdateExpenseItemRequest) models.UpdateExpenseItemRequest {
|
||||||
|
return models.UpdateExpenseItemRequest{
|
||||||
|
ChartOfAccountID: req.ChartOfAccountID,
|
||||||
|
PurchaseCategoryID: req.PurchaseCategoryID,
|
||||||
|
Item: req.Item,
|
||||||
|
Description: req.Description,
|
||||||
|
Amount: req.Amount,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ListExpenseRequestToModel(req *contract.ListExpenseRequest) *models.ListExpenseRequest {
|
||||||
|
return &models.ListExpenseRequest{
|
||||||
|
Page: req.Page,
|
||||||
|
Limit: req.Limit,
|
||||||
|
Search: req.Search,
|
||||||
|
OutletID: req.OutletID,
|
||||||
|
Status: req.Status,
|
||||||
|
StartDate: req.StartDate,
|
||||||
|
EndDate: req.EndDate,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExpenseModelResponseToResponse(expense *models.ExpenseResponse) *contract.ExpenseResponse {
|
||||||
|
if expense == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
items := make([]contract.ExpenseItemResponse, len(expense.Items))
|
||||||
|
for i, item := range expense.Items {
|
||||||
|
items[i] = ExpenseItemModelResponseToResponse(&item)
|
||||||
|
}
|
||||||
|
|
||||||
|
return &contract.ExpenseResponse{
|
||||||
|
ID: expense.ID,
|
||||||
|
OrganizationID: expense.OrganizationID,
|
||||||
|
OutletID: expense.OutletID,
|
||||||
|
Receiver: expense.Receiver,
|
||||||
|
TransactionDate: expense.TransactionDate,
|
||||||
|
CodeNumber: expense.CodeNumber,
|
||||||
|
Status: expense.Status,
|
||||||
|
Description: expense.Description,
|
||||||
|
Tax: expense.Tax,
|
||||||
|
Total: expense.Total,
|
||||||
|
Reserved1: expense.Reserved1,
|
||||||
|
CreatedAt: expense.CreatedAt,
|
||||||
|
UpdatedAt: expense.UpdatedAt,
|
||||||
|
Items: items,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExpenseItemModelResponseToResponse(item *models.ExpenseItemResponse) contract.ExpenseItemResponse {
|
||||||
|
return contract.ExpenseItemResponse{
|
||||||
|
ID: item.ID,
|
||||||
|
ExpenseID: item.ExpenseID,
|
||||||
|
ChartOfAccountID: item.ChartOfAccountID,
|
||||||
|
ChartOfAccountName: item.ChartOfAccountName,
|
||||||
|
PurchaseCategoryID: item.PurchaseCategoryID,
|
||||||
|
PurchaseCategoryName: item.PurchaseCategoryName,
|
||||||
|
PurchaseCategoryType: item.PurchaseCategoryType,
|
||||||
|
PurchaseCategory: PurchaseCategoryModelResponseToResponse(item.PurchaseCategory),
|
||||||
|
Item: item.Item,
|
||||||
|
Description: item.Description,
|
||||||
|
Amount: item.Amount,
|
||||||
|
CreatedAt: item.CreatedAt,
|
||||||
|
UpdatedAt: item.UpdatedAt,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExpenseModelResponsesToResponses(expenses []*models.ExpenseResponse) []contract.ExpenseResponse {
|
||||||
|
if expenses == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
responses := make([]contract.ExpenseResponse, len(expenses))
|
||||||
|
for i, expense := range expenses {
|
||||||
|
response := ExpenseModelResponseToResponse(expense)
|
||||||
|
if response != nil {
|
||||||
|
responses[i] = *response
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return responses
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExpenseAnalyticsRequestToModel(req *contract.ExpenseAnalyticsRequest) (*models.ExpenseAnalyticsRequest, error) {
|
||||||
|
dateFrom, dateTo, err := util.ParseDateRangeToJakartaTime(req.DateFrom, req.DateTo)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
modelReq := &models.ExpenseAnalyticsRequest{
|
||||||
|
OutletID: parseOutletID(req.OutletID),
|
||||||
|
GroupBy: req.GroupBy,
|
||||||
|
}
|
||||||
|
if dateFrom != nil {
|
||||||
|
modelReq.DateFrom = *dateFrom
|
||||||
|
}
|
||||||
|
if dateTo != nil {
|
||||||
|
modelReq.DateTo = *dateTo
|
||||||
|
}
|
||||||
|
|
||||||
|
return modelReq, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func ExpenseAnalyticsModelToContract(resp *models.ExpenseAnalyticsResponse) *contract.ExpenseAnalyticsResponse {
|
||||||
|
if resp == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
data := make([]contract.ExpenseAnalyticsData, len(resp.Data))
|
||||||
|
for i, item := range resp.Data {
|
||||||
|
data[i] = contract.ExpenseAnalyticsData{
|
||||||
|
Date: item.Date,
|
||||||
|
Expenses: item.Expenses,
|
||||||
|
ExpenseCount: item.ExpenseCount,
|
||||||
|
Tax: item.Tax,
|
||||||
|
Items: item.Items,
|
||||||
|
Categories: item.Categories,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
categoryData := make([]contract.ExpenseAnalyticsCategoryData, len(resp.CategoryData))
|
||||||
|
for i, item := range resp.CategoryData {
|
||||||
|
categoryData[i] = contract.ExpenseAnalyticsCategoryData{
|
||||||
|
PurchaseCategoryID: item.PurchaseCategoryID,
|
||||||
|
PurchaseCategoryName: item.PurchaseCategoryName,
|
||||||
|
PurchaseCategoryType: item.PurchaseCategoryType,
|
||||||
|
TotalAmount: item.TotalAmount,
|
||||||
|
ExpenseCount: item.ExpenseCount,
|
||||||
|
ItemCount: item.ItemCount,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
chartOfAccountData := make([]contract.ExpenseAnalyticsChartOfAccountData, len(resp.ChartOfAccountData))
|
||||||
|
for i, item := range resp.ChartOfAccountData {
|
||||||
|
chartOfAccountData[i] = contract.ExpenseAnalyticsChartOfAccountData{
|
||||||
|
ChartOfAccountID: item.ChartOfAccountID,
|
||||||
|
ChartOfAccountName: item.ChartOfAccountName,
|
||||||
|
TotalAmount: item.TotalAmount,
|
||||||
|
ExpenseCount: item.ExpenseCount,
|
||||||
|
ItemCount: item.ItemCount,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
itemData := make([]contract.ExpenseAnalyticsItemData, len(resp.ItemData))
|
||||||
|
for i, item := range resp.ItemData {
|
||||||
|
itemData[i] = contract.ExpenseAnalyticsItemData{
|
||||||
|
Item: item.Item,
|
||||||
|
TotalAmount: item.TotalAmount,
|
||||||
|
ExpenseCount: item.ExpenseCount,
|
||||||
|
ItemCount: item.ItemCount,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return &contract.ExpenseAnalyticsResponse{
|
||||||
|
OrganizationID: resp.OrganizationID,
|
||||||
|
OutletID: resp.OutletID,
|
||||||
|
DateFrom: resp.DateFrom,
|
||||||
|
DateTo: resp.DateTo,
|
||||||
|
GroupBy: resp.GroupBy,
|
||||||
|
Summary: contract.ExpenseAnalyticsSummary{
|
||||||
|
TotalExpenses: resp.Summary.TotalExpenses,
|
||||||
|
TotalExpenseCount: resp.Summary.TotalExpenseCount,
|
||||||
|
TotalTax: resp.Summary.TotalTax,
|
||||||
|
AverageExpenseValue: resp.Summary.AverageExpenseValue,
|
||||||
|
TotalCategories: resp.Summary.TotalCategories,
|
||||||
|
TotalItems: resp.Summary.TotalItems,
|
||||||
|
},
|
||||||
|
Data: data,
|
||||||
|
CategoryData: categoryData,
|
||||||
|
ChartOfAccountData: chartOfAccountData,
|
||||||
|
ItemData: itemData,
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -175,4 +175,3 @@ func IngredientUnitsModelResponseToResponse(model *models.IngredientUnitsRespons
|
|||||||
|
|
||||||
return response
|
return response
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -100,6 +100,8 @@ func OrderModelToContract(resp *models.OrderResponse) *contract.OrderResponse {
|
|||||||
ProductName: item.ProductName,
|
ProductName: item.ProductName,
|
||||||
ProductVariantID: item.ProductVariantID,
|
ProductVariantID: item.ProductVariantID,
|
||||||
ProductVariantName: item.ProductVariantName,
|
ProductVariantName: item.ProductVariantName,
|
||||||
|
CategoryID: item.CategoryID,
|
||||||
|
CategoryName: item.CategoryName,
|
||||||
Quantity: item.Quantity,
|
Quantity: item.Quantity,
|
||||||
UnitPrice: item.UnitPrice,
|
UnitPrice: item.UnitPrice,
|
||||||
TotalPrice: item.TotalPrice,
|
TotalPrice: item.TotalPrice,
|
||||||
@@ -110,6 +112,7 @@ func OrderModelToContract(resp *models.OrderResponse) *contract.OrderResponse {
|
|||||||
CreatedAt: item.CreatedAt,
|
CreatedAt: item.CreatedAt,
|
||||||
UpdatedAt: item.UpdatedAt,
|
UpdatedAt: item.UpdatedAt,
|
||||||
PrinterType: item.PrinterType,
|
PrinterType: item.PrinterType,
|
||||||
|
PrintToChecker: item.PrintToChecker,
|
||||||
PaidQuantity: item.PaidQuantity,
|
PaidQuantity: item.PaidQuantity,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -168,6 +171,8 @@ func AddToOrderModelToContract(resp *models.AddToOrderResponse) *contract.AddToO
|
|||||||
ProductName: item.ProductName,
|
ProductName: item.ProductName,
|
||||||
ProductVariantID: item.ProductVariantID,
|
ProductVariantID: item.ProductVariantID,
|
||||||
ProductVariantName: item.ProductVariantName,
|
ProductVariantName: item.ProductVariantName,
|
||||||
|
CategoryID: item.CategoryID,
|
||||||
|
CategoryName: item.CategoryName,
|
||||||
Quantity: item.Quantity,
|
Quantity: item.Quantity,
|
||||||
UnitPrice: item.UnitPrice,
|
UnitPrice: item.UnitPrice,
|
||||||
TotalPrice: item.TotalPrice,
|
TotalPrice: item.TotalPrice,
|
||||||
@@ -177,6 +182,7 @@ func AddToOrderModelToContract(resp *models.AddToOrderResponse) *contract.AddToO
|
|||||||
Status: string(item.Status),
|
Status: string(item.Status),
|
||||||
CreatedAt: item.CreatedAt,
|
CreatedAt: item.CreatedAt,
|
||||||
UpdatedAt: item.UpdatedAt,
|
UpdatedAt: item.UpdatedAt,
|
||||||
|
PrintToChecker: item.PrintToChecker,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return &contract.AddToOrderResponse{
|
return &contract.AddToOrderResponse{
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ func CreateProductOutletPriceRequestToModel(req *contract.CreateProductOutletPri
|
|||||||
ProductID: req.ProductID,
|
ProductID: req.ProductID,
|
||||||
OutletID: req.OutletID,
|
OutletID: req.OutletID,
|
||||||
Price: req.Price,
|
Price: req.Price,
|
||||||
|
PrintToChecker: req.PrintToChecker,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -24,6 +25,7 @@ func UpdateProductOutletPriceRequestToModel(req *contract.UpdateProductOutletPri
|
|||||||
|
|
||||||
return &models.UpdateProductOutletPriceRequest{
|
return &models.UpdateProductOutletPriceRequest{
|
||||||
Price: &req.Price,
|
Price: &req.Price,
|
||||||
|
PrintToChecker: req.PrintToChecker,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -37,6 +39,7 @@ func ProductOutletPriceModelToResponse(m *models.ProductOutletPrice) *contract.P
|
|||||||
ProductID: m.ProductID,
|
ProductID: m.ProductID,
|
||||||
OutletID: m.OutletID,
|
OutletID: m.OutletID,
|
||||||
Price: m.Price,
|
Price: m.Price,
|
||||||
|
PrintToChecker: m.PrintToChecker,
|
||||||
CreatedAt: m.CreatedAt,
|
CreatedAt: m.CreatedAt,
|
||||||
UpdatedAt: m.UpdatedAt,
|
UpdatedAt: m.UpdatedAt,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ func CreateProductRequestToModel(apctx *appcontext.ContextInfo, req *contract.Cr
|
|||||||
BusinessType: businessType,
|
BusinessType: businessType,
|
||||||
ImageURL: req.ImageURL,
|
ImageURL: req.ImageURL,
|
||||||
PrinterType: req.PrinterType,
|
PrinterType: req.PrinterType,
|
||||||
|
PrintToChecker: req.PrintToChecker,
|
||||||
Metadata: metadata,
|
Metadata: metadata,
|
||||||
Variants: variants,
|
Variants: variants,
|
||||||
}
|
}
|
||||||
@@ -84,6 +85,7 @@ func UpdateProductRequestToModel(apctx *appcontext.ContextInfo, req *contract.Up
|
|||||||
Cost: req.Cost,
|
Cost: req.Cost,
|
||||||
ImageURL: req.ImageURL,
|
ImageURL: req.ImageURL,
|
||||||
PrinterType: req.PrinterType,
|
PrinterType: req.PrinterType,
|
||||||
|
PrintToChecker: req.PrintToChecker,
|
||||||
Metadata: metadata,
|
Metadata: metadata,
|
||||||
IsActive: req.IsActive,
|
IsActive: req.IsActive,
|
||||||
}
|
}
|
||||||
@@ -122,6 +124,7 @@ func ProductModelResponseToResponse(prod *models.ProductResponse) *contract.Prod
|
|||||||
OutletID: op.OutletID,
|
OutletID: op.OutletID,
|
||||||
OutletName: op.OutletName,
|
OutletName: op.OutletName,
|
||||||
Price: op.Price,
|
Price: op.Price,
|
||||||
|
PrintToChecker: op.PrintToChecker,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -141,6 +144,7 @@ func ProductModelResponseToResponse(prod *models.ProductResponse) *contract.Prod
|
|||||||
BusinessType: string(prod.BusinessType),
|
BusinessType: string(prod.BusinessType),
|
||||||
ImageURL: prod.ImageURL,
|
ImageURL: prod.ImageURL,
|
||||||
PrinterType: prod.PrinterType,
|
PrinterType: prod.PrinterType,
|
||||||
|
PrintToChecker: prod.PrintToChecker,
|
||||||
Metadata: prod.Metadata,
|
Metadata: prod.Metadata,
|
||||||
IsActive: prod.IsActive,
|
IsActive: prod.IsActive,
|
||||||
CreatedAt: prod.CreatedAt,
|
CreatedAt: prod.CreatedAt,
|
||||||
|
|||||||
@@ -0,0 +1,72 @@
|
|||||||
|
package transformer
|
||||||
|
|
||||||
|
import (
|
||||||
|
"apskel-pos-be/internal/appcontext"
|
||||||
|
"apskel-pos-be/internal/contract"
|
||||||
|
"apskel-pos-be/internal/models"
|
||||||
|
)
|
||||||
|
|
||||||
|
func CreatePurchaseCategoryRequestToModel(apctx *appcontext.ContextInfo, req *contract.CreatePurchaseCategoryRequest) *models.CreatePurchaseCategoryRequest {
|
||||||
|
sortOrder := 0
|
||||||
|
if req.SortOrder != nil {
|
||||||
|
sortOrder = *req.SortOrder
|
||||||
|
}
|
||||||
|
|
||||||
|
isActive := true
|
||||||
|
if req.IsActive != nil {
|
||||||
|
isActive = *req.IsActive
|
||||||
|
}
|
||||||
|
|
||||||
|
return &models.CreatePurchaseCategoryRequest{
|
||||||
|
OrganizationID: apctx.OrganizationID,
|
||||||
|
ParentID: req.ParentID,
|
||||||
|
Code: req.Code,
|
||||||
|
Name: req.Name,
|
||||||
|
Type: req.Type,
|
||||||
|
SortOrder: sortOrder,
|
||||||
|
IsActive: isActive,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func UpdatePurchaseCategoryRequestToModel(req *contract.UpdatePurchaseCategoryRequest) *models.UpdatePurchaseCategoryRequest {
|
||||||
|
return &models.UpdatePurchaseCategoryRequest{
|
||||||
|
ParentID: req.ParentID,
|
||||||
|
Code: req.Code,
|
||||||
|
Name: req.Name,
|
||||||
|
Type: req.Type,
|
||||||
|
SortOrder: req.SortOrder,
|
||||||
|
IsActive: req.IsActive,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func PurchaseCategoryModelResponseToResponse(category *models.PurchaseCategoryResponse) *contract.PurchaseCategoryResponse {
|
||||||
|
if category == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
return &contract.PurchaseCategoryResponse{
|
||||||
|
ID: category.ID,
|
||||||
|
OrganizationID: category.OrganizationID,
|
||||||
|
PresetID: category.PresetID,
|
||||||
|
ParentID: category.ParentID,
|
||||||
|
Code: category.Code,
|
||||||
|
Name: category.Name,
|
||||||
|
Type: category.Type,
|
||||||
|
SortOrder: category.SortOrder,
|
||||||
|
IsSystem: category.IsSystem,
|
||||||
|
IsActive: category.IsActive,
|
||||||
|
CreatedAt: category.CreatedAt,
|
||||||
|
UpdatedAt: category.UpdatedAt,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func PurchaseCategoryModelResponsesToResponses(categories []models.PurchaseCategoryResponse) []contract.PurchaseCategoryResponse {
|
||||||
|
responses := make([]contract.PurchaseCategoryResponse, len(categories))
|
||||||
|
for i, category := range categories {
|
||||||
|
response := PurchaseCategoryModelResponseToResponse(&category)
|
||||||
|
if response != nil {
|
||||||
|
responses[i] = *response
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return responses
|
||||||
|
}
|
||||||
@@ -12,6 +12,7 @@ func CreatePurchaseOrderRequestToModel(req *contract.CreatePurchaseOrderRequest)
|
|||||||
for i, item := range req.Items {
|
for i, item := range req.Items {
|
||||||
items[i] = models.CreatePurchaseOrderItemRequest{
|
items[i] = models.CreatePurchaseOrderItemRequest{
|
||||||
IngredientID: item.IngredientID,
|
IngredientID: item.IngredientID,
|
||||||
|
PurchaseCategoryID: item.PurchaseCategoryID,
|
||||||
Description: item.Description,
|
Description: item.Description,
|
||||||
Quantity: item.Quantity,
|
Quantity: item.Quantity,
|
||||||
UnitID: item.UnitID,
|
UnitID: item.UnitID,
|
||||||
@@ -25,11 +26,15 @@ func CreatePurchaseOrderRequestToModel(req *contract.CreatePurchaseOrderRequest)
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// Parse due date
|
// Parse due date if provided
|
||||||
dueDate, err := time.Parse("2006-01-02", req.DueDate)
|
var dueDate *time.Time
|
||||||
|
if req.DueDate != nil && *req.DueDate != "" {
|
||||||
|
parsedDate, err := time.Parse("2006-01-02", *req.DueDate)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
dueDate = &parsedDate
|
||||||
|
}
|
||||||
|
|
||||||
return &models.CreatePurchaseOrderRequest{
|
return &models.CreatePurchaseOrderRequest{
|
||||||
VendorID: req.VendorID,
|
VendorID: req.VendorID,
|
||||||
@@ -52,6 +57,7 @@ func UpdatePurchaseOrderRequestToModel(req *contract.UpdatePurchaseOrderRequest)
|
|||||||
items[i] = models.UpdatePurchaseOrderItemRequest{
|
items[i] = models.UpdatePurchaseOrderItemRequest{
|
||||||
ID: item.ID,
|
ID: item.ID,
|
||||||
IngredientID: item.IngredientID,
|
IngredientID: item.IngredientID,
|
||||||
|
PurchaseCategoryID: item.PurchaseCategoryID,
|
||||||
Description: item.Description,
|
Description: item.Description,
|
||||||
Quantity: item.Quantity,
|
Quantity: item.Quantity,
|
||||||
UnitID: item.UnitID,
|
UnitID: item.UnitID,
|
||||||
@@ -114,6 +120,7 @@ func PurchaseOrderModelResponseToResponse(po *models.PurchaseOrderResponse) *con
|
|||||||
response := &contract.PurchaseOrderResponse{
|
response := &contract.PurchaseOrderResponse{
|
||||||
ID: po.ID,
|
ID: po.ID,
|
||||||
OrganizationID: po.OrganizationID,
|
OrganizationID: po.OrganizationID,
|
||||||
|
OutletID: po.OutletID,
|
||||||
VendorID: po.VendorID,
|
VendorID: po.VendorID,
|
||||||
PONumber: po.PONumber,
|
PONumber: po.PONumber,
|
||||||
TransactionDate: po.TransactionDate,
|
TransactionDate: po.TransactionDate,
|
||||||
@@ -153,6 +160,7 @@ func PurchaseOrderModelResponseToResponse(po *models.PurchaseOrderResponse) *con
|
|||||||
ID: item.ID,
|
ID: item.ID,
|
||||||
PurchaseOrderID: item.PurchaseOrderID,
|
PurchaseOrderID: item.PurchaseOrderID,
|
||||||
IngredientID: item.IngredientID,
|
IngredientID: item.IngredientID,
|
||||||
|
PurchaseCategoryID: item.PurchaseCategoryID,
|
||||||
Description: item.Description,
|
Description: item.Description,
|
||||||
Quantity: item.Quantity,
|
Quantity: item.Quantity,
|
||||||
UnitID: item.UnitID,
|
UnitID: item.UnitID,
|
||||||
@@ -169,6 +177,10 @@ func PurchaseOrderModelResponseToResponse(po *models.PurchaseOrderResponse) *con
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if item.PurchaseCategory != nil {
|
||||||
|
response.Items[i].PurchaseCategory = PurchaseCategoryModelResponseToResponse(item.PurchaseCategory)
|
||||||
|
}
|
||||||
|
|
||||||
// Map unit if present
|
// Map unit if present
|
||||||
if item.Unit != nil {
|
if item.Unit != nil {
|
||||||
response.Items[i].Unit = &contract.UnitResponse{
|
response.Items[i].Unit = &contract.UnitResponse{
|
||||||
|
|||||||
@@ -0,0 +1,65 @@
|
|||||||
|
package transformer
|
||||||
|
|
||||||
|
import (
|
||||||
|
"encoding/json"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/contract"
|
||||||
|
"apskel-pos-be/internal/models"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
"github.com/stretchr/testify/require"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestCreatePurchaseOrderRequestToModelAllowsMissingDueDate(t *testing.T) {
|
||||||
|
vendorID := uuid.New()
|
||||||
|
ingredientID := uuid.New()
|
||||||
|
quantity := 1.0
|
||||||
|
unitID := uuid.New()
|
||||||
|
|
||||||
|
result, err := CreatePurchaseOrderRequestToModel(&contract.CreatePurchaseOrderRequest{
|
||||||
|
VendorID: &vendorID,
|
||||||
|
PONumber: "PO-001",
|
||||||
|
TransactionDate: "2026-05-29",
|
||||||
|
Items: []contract.CreatePurchaseOrderItemRequest{
|
||||||
|
{
|
||||||
|
IngredientID: &ingredientID,
|
||||||
|
Quantity: &quantity,
|
||||||
|
UnitID: &unitID,
|
||||||
|
Amount: 1000,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Nil(t, result.DueDate)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestPurchaseOrderModelResponseToResponseIncludesNullDueDate(t *testing.T) {
|
||||||
|
vendorID := uuid.New()
|
||||||
|
result := PurchaseOrderModelResponseToResponse(&models.PurchaseOrderResponse{
|
||||||
|
ID: uuid.New(),
|
||||||
|
VendorID: &vendorID,
|
||||||
|
PONumber: "PO-001",
|
||||||
|
})
|
||||||
|
|
||||||
|
payload, err := json.Marshal(result)
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Contains(t, string(payload), `"due_date":null`)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestCreatePurchaseOrderRequestToModelAllowsMissingVendor(t *testing.T) {
|
||||||
|
result, err := CreatePurchaseOrderRequestToModel(&contract.CreatePurchaseOrderRequest{
|
||||||
|
PONumber: "PO-001",
|
||||||
|
TransactionDate: "2026-05-29",
|
||||||
|
Items: []contract.CreatePurchaseOrderItemRequest{
|
||||||
|
{
|
||||||
|
PurchaseCategoryID: uuid.New(),
|
||||||
|
Amount: 1000,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Nil(t, result.VendorID)
|
||||||
|
}
|
||||||
@@ -16,6 +16,12 @@ func HandleResponse(w http.ResponseWriter, r *http.Request, response *contract.R
|
|||||||
} else {
|
} else {
|
||||||
responseError := response.GetErrors()[0]
|
responseError := response.GetErrors()[0]
|
||||||
statusCode = MapErrorCodeToHttpStatus(responseError.GetCode())
|
statusCode = MapErrorCodeToHttpStatus(responseError.GetCode())
|
||||||
|
logger.FromContext(r.Context()).WithFields(map[string]interface{}{
|
||||||
|
"error_code": responseError.GetCode(),
|
||||||
|
"error_entity": responseError.GetEntity(),
|
||||||
|
"error_cause": responseError.GetCause(),
|
||||||
|
"status_code": statusCode,
|
||||||
|
}).Error(methodName)
|
||||||
}
|
}
|
||||||
WriteResponse(w, r, *response, statusCode, methodName)
|
WriteResponse(w, r, *response, statusCode, methodName)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,174 @@
|
|||||||
|
package validator
|
||||||
|
|
||||||
|
import (
|
||||||
|
"errors"
|
||||||
|
"fmt"
|
||||||
|
"strings"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/constants"
|
||||||
|
"apskel-pos-be/internal/contract"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
)
|
||||||
|
|
||||||
|
type ExpenseValidator interface {
|
||||||
|
ValidateCreateExpenseRequest(req *contract.CreateExpenseRequest) (error, string)
|
||||||
|
ValidateUpdateExpenseRequest(req *contract.UpdateExpenseRequest) (error, string)
|
||||||
|
ValidateListExpenseRequest(req *contract.ListExpenseRequest) (error, string)
|
||||||
|
}
|
||||||
|
|
||||||
|
type ExpenseValidatorImpl struct{}
|
||||||
|
|
||||||
|
func NewExpenseValidator() *ExpenseValidatorImpl {
|
||||||
|
return &ExpenseValidatorImpl{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (v *ExpenseValidatorImpl) ValidateCreateExpenseRequest(req *contract.CreateExpenseRequest) (error, string) {
|
||||||
|
if req == nil {
|
||||||
|
return errors.New("request body is required"), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if strings.TrimSpace(req.Receiver) == "" {
|
||||||
|
return errors.New("receiver is required"), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if strings.TrimSpace(req.TransactionDate) == "" {
|
||||||
|
return errors.New("transaction_date is required"), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if strings.TrimSpace(req.CodeNumber) == "" {
|
||||||
|
return errors.New("code_number is required"), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if strings.TrimSpace(req.OutletID) == "" {
|
||||||
|
return errors.New("outlet_id is required"), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if _, err := uuid.Parse(req.OutletID); err != nil {
|
||||||
|
return errors.New("outlet_id must be a valid UUID"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Status != nil && !constants.IsValidExpenseStatus(constants.ExpenseStatus(*req.Status)) {
|
||||||
|
return errors.New("status must be one of: draft, sent, approved, cancel"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Total <= 0 {
|
||||||
|
return errors.New("total must be greater than 0"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Tax < 0 {
|
||||||
|
return errors.New("tax cannot be negative"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(req.Items) == 0 {
|
||||||
|
return errors.New("at least one item is required"), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
for i, item := range req.Items {
|
||||||
|
if strings.TrimSpace(item.ChartOfAccountID) == "" {
|
||||||
|
return fmt.Errorf("item %d: chart_of_account_id is required", i), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
if strings.TrimSpace(item.PurchaseCategoryID) == "" {
|
||||||
|
return fmt.Errorf("item %d: purchase_category_id is required", i), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
if strings.TrimSpace(item.Item) == "" {
|
||||||
|
return fmt.Errorf("item %d: item is required", i), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
if _, err := uuid.Parse(item.ChartOfAccountID); err != nil {
|
||||||
|
return fmt.Errorf("item %d: chart_of_account_id must be a valid UUID", i), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
if _, err := uuid.Parse(item.PurchaseCategoryID); err != nil {
|
||||||
|
return fmt.Errorf("item %d: purchase_category_id must be a valid UUID", i), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
if item.Amount <= 0 {
|
||||||
|
return fmt.Errorf("item %d: amount must be greater than 0", i), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil, ""
|
||||||
|
}
|
||||||
|
|
||||||
|
func (v *ExpenseValidatorImpl) ValidateUpdateExpenseRequest(req *contract.UpdateExpenseRequest) (error, string) {
|
||||||
|
if req == nil {
|
||||||
|
return errors.New("request body is required"), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Receiver != nil && strings.TrimSpace(*req.Receiver) == "" {
|
||||||
|
return errors.New("receiver cannot be empty"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.CodeNumber != nil && strings.TrimSpace(*req.CodeNumber) == "" {
|
||||||
|
return errors.New("code_number cannot be empty"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Status != nil && !constants.IsValidExpenseStatus(constants.ExpenseStatus(*req.Status)) {
|
||||||
|
return errors.New("status must be one of: draft, sent, approved, cancel"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.OutletID != nil {
|
||||||
|
if strings.TrimSpace(*req.OutletID) == "" {
|
||||||
|
return errors.New("outlet_id cannot be empty"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
if _, err := uuid.Parse(*req.OutletID); err != nil {
|
||||||
|
return errors.New("outlet_id must be a valid UUID"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Total != nil && *req.Total <= 0 {
|
||||||
|
return errors.New("total must be greater than 0"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Tax != nil && *req.Tax < 0 {
|
||||||
|
return errors.New("tax cannot be negative"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Items != nil {
|
||||||
|
for i, item := range req.Items {
|
||||||
|
if item.ChartOfAccountID != nil {
|
||||||
|
if strings.TrimSpace(*item.ChartOfAccountID) == "" {
|
||||||
|
return fmt.Errorf("item %d: chart_of_account_id cannot be empty", i), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
if _, err := uuid.Parse(*item.ChartOfAccountID); err != nil {
|
||||||
|
return fmt.Errorf("item %d: chart_of_account_id must be a valid UUID", i), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if item.PurchaseCategoryID == nil {
|
||||||
|
return fmt.Errorf("item %d: purchase_category_id is required", i), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
if strings.TrimSpace(*item.PurchaseCategoryID) == "" {
|
||||||
|
return fmt.Errorf("item %d: purchase_category_id cannot be empty", i), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
if _, err := uuid.Parse(*item.PurchaseCategoryID); err != nil {
|
||||||
|
return fmt.Errorf("item %d: purchase_category_id must be a valid UUID", i), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
if item.Item != nil && strings.TrimSpace(*item.Item) == "" {
|
||||||
|
return fmt.Errorf("item %d: item cannot be empty", i), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
if item.Amount != nil && *item.Amount <= 0 {
|
||||||
|
return fmt.Errorf("item %d: amount must be greater than 0", i), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil, ""
|
||||||
|
}
|
||||||
|
|
||||||
|
func (v *ExpenseValidatorImpl) ValidateListExpenseRequest(req *contract.ListExpenseRequest) (error, string) {
|
||||||
|
if req == nil {
|
||||||
|
return errors.New("request body is required"), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Page < 1 {
|
||||||
|
return errors.New("page must be at least 1"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Limit < 1 || req.Limit > 100 {
|
||||||
|
return errors.New("limit must be between 1 and 100"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Status != "" && !constants.IsValidExpenseStatus(constants.ExpenseStatus(req.Status)) {
|
||||||
|
return errors.New("status must be one of: draft, sent, approved, cancel"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil, ""
|
||||||
|
}
|
||||||
@@ -0,0 +1,163 @@
|
|||||||
|
package validator
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/constants"
|
||||||
|
"apskel-pos-be/internal/contract"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
"github.com/stretchr/testify/require"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestExpenseValidatorCreateRequiresItemName(t *testing.T) {
|
||||||
|
v := NewExpenseValidator()
|
||||||
|
|
||||||
|
req := &contract.CreateExpenseRequest{
|
||||||
|
Receiver: "Cashier",
|
||||||
|
TransactionDate: "2026-05-29",
|
||||||
|
CodeNumber: "EXP-001",
|
||||||
|
OutletID: uuid.NewString(),
|
||||||
|
Total: 10000,
|
||||||
|
Items: []contract.CreateExpenseItemRequest{
|
||||||
|
{
|
||||||
|
ChartOfAccountID: uuid.NewString(),
|
||||||
|
PurchaseCategoryID: uuid.NewString(),
|
||||||
|
Amount: 10000,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
err, code := v.ValidateCreateExpenseRequest(req)
|
||||||
|
|
||||||
|
require.Error(t, err)
|
||||||
|
require.Equal(t, constants.MissingFieldErrorCode, code)
|
||||||
|
require.Contains(t, err.Error(), "item 0: item is required")
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestExpenseValidatorCreateDoesNotRequireHeaderExpenseName(t *testing.T) {
|
||||||
|
v := NewExpenseValidator()
|
||||||
|
|
||||||
|
req := &contract.CreateExpenseRequest{
|
||||||
|
Receiver: "Cashier",
|
||||||
|
TransactionDate: "2026-05-29",
|
||||||
|
CodeNumber: "EXP-001",
|
||||||
|
OutletID: uuid.NewString(),
|
||||||
|
Total: 10000,
|
||||||
|
Items: []contract.CreateExpenseItemRequest{
|
||||||
|
{
|
||||||
|
ChartOfAccountID: uuid.NewString(),
|
||||||
|
PurchaseCategoryID: uuid.NewString(),
|
||||||
|
Item: "Cleaning supplies",
|
||||||
|
Amount: 10000,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
err, code := v.ValidateCreateExpenseRequest(req)
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Empty(t, code)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestExpenseValidatorCreateAllowsValidOptionalStatus(t *testing.T) {
|
||||||
|
v := NewExpenseValidator()
|
||||||
|
status := "approved"
|
||||||
|
|
||||||
|
req := &contract.CreateExpenseRequest{
|
||||||
|
Receiver: "Cashier",
|
||||||
|
TransactionDate: "2026-05-29",
|
||||||
|
CodeNumber: "EXP-001",
|
||||||
|
OutletID: uuid.NewString(),
|
||||||
|
Status: &status,
|
||||||
|
Total: 10000,
|
||||||
|
Items: []contract.CreateExpenseItemRequest{
|
||||||
|
{
|
||||||
|
ChartOfAccountID: uuid.NewString(),
|
||||||
|
PurchaseCategoryID: uuid.NewString(),
|
||||||
|
Item: "Cleaning supplies",
|
||||||
|
Amount: 10000,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
err, code := v.ValidateCreateExpenseRequest(req)
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Empty(t, code)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestExpenseValidatorCreateRejectsInvalidStatus(t *testing.T) {
|
||||||
|
v := NewExpenseValidator()
|
||||||
|
status := "cancelled"
|
||||||
|
|
||||||
|
req := &contract.CreateExpenseRequest{
|
||||||
|
Receiver: "Cashier",
|
||||||
|
TransactionDate: "2026-05-29",
|
||||||
|
CodeNumber: "EXP-001",
|
||||||
|
OutletID: uuid.NewString(),
|
||||||
|
Status: &status,
|
||||||
|
Total: 10000,
|
||||||
|
Items: []contract.CreateExpenseItemRequest{
|
||||||
|
{
|
||||||
|
ChartOfAccountID: uuid.NewString(),
|
||||||
|
PurchaseCategoryID: uuid.NewString(),
|
||||||
|
Item: "Cleaning supplies",
|
||||||
|
Amount: 10000,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
err, code := v.ValidateCreateExpenseRequest(req)
|
||||||
|
|
||||||
|
require.Error(t, err)
|
||||||
|
require.Equal(t, constants.MalformedFieldErrorCode, code)
|
||||||
|
require.Contains(t, err.Error(), "status must be one of: draft, sent, approved, cancel")
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestExpenseValidatorUpdateRejectsEmptyItemNameWhenProvided(t *testing.T) {
|
||||||
|
v := NewExpenseValidator()
|
||||||
|
empty := " "
|
||||||
|
purchaseCategoryID := uuid.NewString()
|
||||||
|
|
||||||
|
req := &contract.UpdateExpenseRequest{
|
||||||
|
Items: []contract.UpdateExpenseItemRequest{
|
||||||
|
{PurchaseCategoryID: &purchaseCategoryID, Item: &empty},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
err, code := v.ValidateUpdateExpenseRequest(req)
|
||||||
|
|
||||||
|
require.Error(t, err)
|
||||||
|
require.Equal(t, constants.MalformedFieldErrorCode, code)
|
||||||
|
require.Contains(t, err.Error(), "item 0: item cannot be empty")
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestExpenseValidatorUpdateRejectsInvalidStatus(t *testing.T) {
|
||||||
|
v := NewExpenseValidator()
|
||||||
|
status := "cancelled"
|
||||||
|
|
||||||
|
req := &contract.UpdateExpenseRequest{Status: &status}
|
||||||
|
|
||||||
|
err, code := v.ValidateUpdateExpenseRequest(req)
|
||||||
|
|
||||||
|
require.Error(t, err)
|
||||||
|
require.Equal(t, constants.MalformedFieldErrorCode, code)
|
||||||
|
require.Contains(t, err.Error(), "status must be one of: draft, sent, approved, cancel")
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestExpenseValidatorListRejectsInvalidStatus(t *testing.T) {
|
||||||
|
v := NewExpenseValidator()
|
||||||
|
|
||||||
|
req := &contract.ListExpenseRequest{
|
||||||
|
Page: 1,
|
||||||
|
Limit: 10,
|
||||||
|
Status: "cancelled",
|
||||||
|
}
|
||||||
|
|
||||||
|
err, code := v.ValidateListExpenseRequest(req)
|
||||||
|
|
||||||
|
require.Error(t, err)
|
||||||
|
require.Equal(t, constants.MalformedFieldErrorCode, code)
|
||||||
|
require.Contains(t, err.Error(), "status must be one of: draft, sent, approved, cancel")
|
||||||
|
}
|
||||||
@@ -119,4 +119,3 @@ func (v *IngredientUnitConverterValidatorImpl) ValidateConvertUnitRequest(req *c
|
|||||||
|
|
||||||
return nil, ""
|
return nil, ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,103 @@
|
|||||||
|
package validator
|
||||||
|
|
||||||
|
import (
|
||||||
|
"errors"
|
||||||
|
"strings"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/constants"
|
||||||
|
"apskel-pos-be/internal/contract"
|
||||||
|
)
|
||||||
|
|
||||||
|
type PurchaseCategoryValidator interface {
|
||||||
|
ValidateCreatePurchaseCategoryRequest(req *contract.CreatePurchaseCategoryRequest) (error, string)
|
||||||
|
ValidateUpdatePurchaseCategoryRequest(req *contract.UpdatePurchaseCategoryRequest) (error, string)
|
||||||
|
ValidateListPurchaseCategoriesRequest(req *contract.ListPurchaseCategoriesRequest) (error, string)
|
||||||
|
}
|
||||||
|
|
||||||
|
type PurchaseCategoryValidatorImpl struct{}
|
||||||
|
|
||||||
|
func NewPurchaseCategoryValidator() *PurchaseCategoryValidatorImpl {
|
||||||
|
return &PurchaseCategoryValidatorImpl{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (v *PurchaseCategoryValidatorImpl) ValidateCreatePurchaseCategoryRequest(req *contract.CreatePurchaseCategoryRequest) (error, string) {
|
||||||
|
if req == nil {
|
||||||
|
return errors.New("request body is required"), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if strings.TrimSpace(req.Name) == "" {
|
||||||
|
return errors.New("name is required"), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if len(req.Name) > 255 {
|
||||||
|
return errors.New("name cannot exceed 255 characters"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if !isValidPurchaseCategoryType(req.Type) {
|
||||||
|
return errors.New("type must be raw_material or expense"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Code != nil && len(strings.TrimSpace(*req.Code)) > 100 {
|
||||||
|
return errors.New("code cannot exceed 100 characters"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil, ""
|
||||||
|
}
|
||||||
|
|
||||||
|
func (v *PurchaseCategoryValidatorImpl) ValidateUpdatePurchaseCategoryRequest(req *contract.UpdatePurchaseCategoryRequest) (error, string) {
|
||||||
|
if req == nil {
|
||||||
|
return errors.New("request body is required"), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.ParentID == nil && req.Code == nil && req.Name == nil && req.Type == nil && req.SortOrder == nil && req.IsActive == nil {
|
||||||
|
return errors.New("at least one field must be provided for update"), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Name != nil {
|
||||||
|
if strings.TrimSpace(*req.Name) == "" {
|
||||||
|
return errors.New("name cannot be empty"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
if len(*req.Name) > 255 {
|
||||||
|
return errors.New("name cannot exceed 255 characters"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Type != nil && !isValidPurchaseCategoryType(*req.Type) {
|
||||||
|
return errors.New("type must be raw_material or expense"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Code != nil && len(strings.TrimSpace(*req.Code)) > 100 {
|
||||||
|
return errors.New("code cannot exceed 100 characters"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil, ""
|
||||||
|
}
|
||||||
|
|
||||||
|
func (v *PurchaseCategoryValidatorImpl) ValidateListPurchaseCategoriesRequest(req *contract.ListPurchaseCategoriesRequest) (error, string) {
|
||||||
|
if req == nil {
|
||||||
|
return errors.New("request is required"), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Page < 1 {
|
||||||
|
return errors.New("page must be at least 1"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Limit < 1 || req.Limit > 100 {
|
||||||
|
return errors.New("limit must be between 1 and 100"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.Type != "" && !isValidPurchaseCategoryType(req.Type) {
|
||||||
|
return errors.New("type must be raw_material or expense"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
return nil, ""
|
||||||
|
}
|
||||||
|
|
||||||
|
func isValidPurchaseCategoryType(categoryType string) bool {
|
||||||
|
switch categoryType {
|
||||||
|
case "raw_material", "expense":
|
||||||
|
return true
|
||||||
|
default:
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -2,11 +2,14 @@ package validator
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"apskel-pos-be/internal/constants"
|
"apskel-pos-be/internal/constants"
|
||||||
"apskel-pos-be/internal/contract"
|
"apskel-pos-be/internal/contract"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
)
|
)
|
||||||
|
|
||||||
type PurchaseOrderValidator interface {
|
type PurchaseOrderValidator interface {
|
||||||
@@ -26,8 +29,8 @@ func (v *PurchaseOrderValidatorImpl) ValidateCreatePurchaseOrderRequest(req *con
|
|||||||
return errors.New("request body is required"), constants.MissingFieldErrorCode
|
return errors.New("request body is required"), constants.MissingFieldErrorCode
|
||||||
}
|
}
|
||||||
|
|
||||||
if req.VendorID.String() == "" {
|
if req.VendorID != nil && *req.VendorID == uuid.Nil {
|
||||||
return errors.New("vendor_id is required"), constants.MissingFieldErrorCode
|
return errors.New("vendor_id cannot be empty"), constants.MalformedFieldErrorCode
|
||||||
}
|
}
|
||||||
|
|
||||||
if strings.TrimSpace(req.PONumber) == "" {
|
if strings.TrimSpace(req.PONumber) == "" {
|
||||||
@@ -47,19 +50,20 @@ func (v *PurchaseOrderValidatorImpl) ValidateCreatePurchaseOrderRequest(req *con
|
|||||||
return errors.New("transaction_date must be in YYYY-MM-DD format"), constants.MalformedFieldErrorCode
|
return errors.New("transaction_date must be in YYYY-MM-DD format"), constants.MalformedFieldErrorCode
|
||||||
}
|
}
|
||||||
|
|
||||||
// Validate due date
|
if req.DueDate != nil {
|
||||||
if strings.TrimSpace(req.DueDate) == "" {
|
if strings.TrimSpace(*req.DueDate) == "" {
|
||||||
return errors.New("due_date is required"), constants.MissingFieldErrorCode
|
return errors.New("due_date cannot be empty"), constants.MalformedFieldErrorCode
|
||||||
}
|
}
|
||||||
dueDate, err := time.Parse("2006-01-02", req.DueDate)
|
|
||||||
|
dueDate, err := time.Parse("2006-01-02", *req.DueDate)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return errors.New("due_date must be in YYYY-MM-DD format"), constants.MalformedFieldErrorCode
|
return errors.New("due_date must be in YYYY-MM-DD format"), constants.MalformedFieldErrorCode
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if due date is after transaction date
|
|
||||||
if dueDate.Before(transactionDate) {
|
if dueDate.Before(transactionDate) {
|
||||||
return errors.New("due_date must be after transaction_date"), constants.MalformedFieldErrorCode
|
return errors.New("due_date must be after transaction_date"), constants.MalformedFieldErrorCode
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if req.Reference != nil && len(*req.Reference) > 100 {
|
if req.Reference != nil && len(*req.Reference) > 100 {
|
||||||
return errors.New("reference must be at most 100 characters"), constants.MalformedFieldErrorCode
|
return errors.New("reference must be at most 100 characters"), constants.MalformedFieldErrorCode
|
||||||
@@ -100,24 +104,29 @@ func (v *PurchaseOrderValidatorImpl) ValidateUpdatePurchaseOrderRequest(req *con
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Validate dates if both are provided
|
var transactionDate *time.Time
|
||||||
if req.TransactionDate != nil && req.DueDate != nil {
|
if req.TransactionDate != nil && *req.TransactionDate != "" {
|
||||||
if *req.TransactionDate != "" && *req.DueDate != "" {
|
parsedDate, err := time.Parse("2006-01-02", *req.TransactionDate)
|
||||||
transactionDate, err := time.Parse("2006-01-02", *req.TransactionDate)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return errors.New("transaction_date must be in YYYY-MM-DD format"), constants.MalformedFieldErrorCode
|
return errors.New("transaction_date must be in YYYY-MM-DD format"), constants.MalformedFieldErrorCode
|
||||||
}
|
}
|
||||||
|
transactionDate = &parsedDate
|
||||||
|
}
|
||||||
|
|
||||||
|
if req.DueDate != nil {
|
||||||
|
if strings.TrimSpace(*req.DueDate) == "" {
|
||||||
|
return errors.New("due_date cannot be empty"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
dueDate, err := time.Parse("2006-01-02", *req.DueDate)
|
dueDate, err := time.Parse("2006-01-02", *req.DueDate)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return errors.New("due_date must be in YYYY-MM-DD format"), constants.MalformedFieldErrorCode
|
return errors.New("due_date must be in YYYY-MM-DD format"), constants.MalformedFieldErrorCode
|
||||||
}
|
}
|
||||||
|
|
||||||
if dueDate.Before(transactionDate) {
|
if transactionDate != nil && dueDate.Before(*transactionDate) {
|
||||||
return errors.New("due_date must be after transaction_date"), constants.MalformedFieldErrorCode
|
return errors.New("due_date must be after transaction_date"), constants.MalformedFieldErrorCode
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if req.Reference != nil && len(*req.Reference) > 100 {
|
if req.Reference != nil && len(*req.Reference) > 100 {
|
||||||
return errors.New("reference must be at most 100 characters"), constants.MalformedFieldErrorCode
|
return errors.New("reference must be at most 100 characters"), constants.MalformedFieldErrorCode
|
||||||
@@ -172,32 +181,48 @@ func (v *PurchaseOrderValidatorImpl) ValidateListPurchaseOrdersRequest(req *cont
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (v *PurchaseOrderValidatorImpl) validatePurchaseOrderItem(item *contract.CreatePurchaseOrderItemRequest, index int) (error, string) {
|
func (v *PurchaseOrderValidatorImpl) validatePurchaseOrderItem(item *contract.CreatePurchaseOrderItemRequest, index int) (error, string) {
|
||||||
if item.IngredientID.String() == "" {
|
if item.PurchaseCategoryID == uuid.Nil {
|
||||||
return errors.New("items[" + string(rune(index)) + "].ingredient_id is required"), constants.MissingFieldErrorCode
|
return errors.New("items[" + strconv.Itoa(index) + "].purchase_category_id is required"), constants.MissingFieldErrorCode
|
||||||
}
|
}
|
||||||
|
|
||||||
if item.Quantity <= 0 {
|
if item.IngredientID != nil && *item.IngredientID == uuid.Nil {
|
||||||
return errors.New("items[" + string(rune(index)) + "].quantity must be greater than 0"), constants.MalformedFieldErrorCode
|
return errors.New("items[" + strconv.Itoa(index) + "].ingredient_id cannot be empty"), constants.MalformedFieldErrorCode
|
||||||
}
|
}
|
||||||
|
|
||||||
if item.UnitID.String() == "" {
|
if item.Quantity != nil && *item.Quantity <= 0 {
|
||||||
return errors.New("items[" + string(rune(index)) + "].unit_id is required"), constants.MissingFieldErrorCode
|
return errors.New("items[" + strconv.Itoa(index) + "].quantity must be greater than 0"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if item.UnitID != nil && *item.UnitID == uuid.Nil {
|
||||||
|
return errors.New("items[" + strconv.Itoa(index) + "].unit_id cannot be empty"), constants.MalformedFieldErrorCode
|
||||||
}
|
}
|
||||||
|
|
||||||
if item.Amount < 0 {
|
if item.Amount < 0 {
|
||||||
return errors.New("items[" + string(rune(index)) + "].amount must be greater than or equal to 0"), constants.MalformedFieldErrorCode
|
return errors.New("items[" + strconv.Itoa(index) + "].amount must be greater than or equal to 0"), constants.MalformedFieldErrorCode
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil, ""
|
return nil, ""
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v *PurchaseOrderValidatorImpl) validateUpdatePurchaseOrderItem(item *contract.UpdatePurchaseOrderItemRequest, index int) (error, string) {
|
func (v *PurchaseOrderValidatorImpl) validateUpdatePurchaseOrderItem(item *contract.UpdatePurchaseOrderItemRequest, index int) (error, string) {
|
||||||
|
if item.PurchaseCategoryID == nil || *item.PurchaseCategoryID == uuid.Nil {
|
||||||
|
return errors.New("items[" + strconv.Itoa(index) + "].purchase_category_id is required"), constants.MissingFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if item.IngredientID != nil && *item.IngredientID == uuid.Nil {
|
||||||
|
return errors.New("items[" + strconv.Itoa(index) + "].ingredient_id cannot be empty"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
|
if item.UnitID != nil && *item.UnitID == uuid.Nil {
|
||||||
|
return errors.New("items[" + strconv.Itoa(index) + "].unit_id cannot be empty"), constants.MalformedFieldErrorCode
|
||||||
|
}
|
||||||
|
|
||||||
if item.Quantity != nil && *item.Quantity <= 0 {
|
if item.Quantity != nil && *item.Quantity <= 0 {
|
||||||
return errors.New("items[" + string(rune(index)) + "].quantity must be greater than 0"), constants.MalformedFieldErrorCode
|
return errors.New("items[" + strconv.Itoa(index) + "].quantity must be greater than 0"), constants.MalformedFieldErrorCode
|
||||||
}
|
}
|
||||||
|
|
||||||
if item.Amount != nil && *item.Amount < 0 {
|
if item.Amount != nil && *item.Amount < 0 {
|
||||||
return errors.New("items[" + string(rune(index)) + "].amount must be greater than or equal to 0"), constants.MalformedFieldErrorCode
|
return errors.New("items[" + strconv.Itoa(index) + "].amount must be greater than or equal to 0"), constants.MalformedFieldErrorCode
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil, ""
|
return nil, ""
|
||||||
|
|||||||
@@ -0,0 +1,92 @@
|
|||||||
|
package validator
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"apskel-pos-be/internal/constants"
|
||||||
|
"apskel-pos-be/internal/contract"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
"github.com/stretchr/testify/require"
|
||||||
|
)
|
||||||
|
|
||||||
|
func validCreatePurchaseOrderRequest() *contract.CreatePurchaseOrderRequest {
|
||||||
|
vendorID := uuid.New()
|
||||||
|
ingredientID := uuid.New()
|
||||||
|
quantity := 1.0
|
||||||
|
unitID := uuid.New()
|
||||||
|
|
||||||
|
return &contract.CreatePurchaseOrderRequest{
|
||||||
|
VendorID: &vendorID,
|
||||||
|
PONumber: "PO-001",
|
||||||
|
TransactionDate: "2026-05-29",
|
||||||
|
Items: []contract.CreatePurchaseOrderItemRequest{
|
||||||
|
{
|
||||||
|
IngredientID: &ingredientID,
|
||||||
|
PurchaseCategoryID: uuid.New(),
|
||||||
|
Quantity: &quantity,
|
||||||
|
UnitID: &unitID,
|
||||||
|
Amount: 1000,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestPurchaseOrderValidatorCreateAllowsMissingVendor(t *testing.T) {
|
||||||
|
validator := NewPurchaseOrderValidator()
|
||||||
|
req := validCreatePurchaseOrderRequest()
|
||||||
|
req.VendorID = nil
|
||||||
|
|
||||||
|
err, code := validator.ValidateCreatePurchaseOrderRequest(req)
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Empty(t, code)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestPurchaseOrderValidatorCreateRejectsEmptyVendor(t *testing.T) {
|
||||||
|
validator := NewPurchaseOrderValidator()
|
||||||
|
req := validCreatePurchaseOrderRequest()
|
||||||
|
vendorID := uuid.Nil
|
||||||
|
req.VendorID = &vendorID
|
||||||
|
|
||||||
|
err, code := validator.ValidateCreatePurchaseOrderRequest(req)
|
||||||
|
|
||||||
|
require.Error(t, err)
|
||||||
|
require.Equal(t, constants.MalformedFieldErrorCode, code)
|
||||||
|
require.Contains(t, err.Error(), "vendor_id cannot be empty")
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestPurchaseOrderValidatorCreateAllowsMissingDueDate(t *testing.T) {
|
||||||
|
validator := NewPurchaseOrderValidator()
|
||||||
|
|
||||||
|
err, code := validator.ValidateCreatePurchaseOrderRequest(validCreatePurchaseOrderRequest())
|
||||||
|
|
||||||
|
require.NoError(t, err)
|
||||||
|
require.Empty(t, code)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestPurchaseOrderValidatorCreateRejectsInvalidDueDate(t *testing.T) {
|
||||||
|
validator := NewPurchaseOrderValidator()
|
||||||
|
req := validCreatePurchaseOrderRequest()
|
||||||
|
dueDate := "29-05-2026"
|
||||||
|
req.DueDate = &dueDate
|
||||||
|
|
||||||
|
err, code := validator.ValidateCreatePurchaseOrderRequest(req)
|
||||||
|
|
||||||
|
require.Error(t, err)
|
||||||
|
require.Equal(t, constants.MalformedFieldErrorCode, code)
|
||||||
|
require.Contains(t, err.Error(), "due_date must be in YYYY-MM-DD format")
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestPurchaseOrderValidatorCreateRejectsDueDateBeforeTransactionDate(t *testing.T) {
|
||||||
|
validator := NewPurchaseOrderValidator()
|
||||||
|
req := validCreatePurchaseOrderRequest()
|
||||||
|
dueDate := "2026-05-28"
|
||||||
|
req.DueDate = &dueDate
|
||||||
|
|
||||||
|
err, code := validator.ValidateCreatePurchaseOrderRequest(req)
|
||||||
|
|
||||||
|
require.Error(t, err)
|
||||||
|
require.Equal(t, constants.MalformedFieldErrorCode, code)
|
||||||
|
require.Contains(t, err.Error(), "due_date must be after transaction_date")
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE product_outlet_prices DROP COLUMN IF EXISTS print_to_checker;
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE product_outlet_prices ADD COLUMN print_to_checker BOOLEAN NOT NULL DEFAULT TRUE;
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
DROP TABLE IF EXISTS expense_items;
|
||||||
|
DROP TABLE IF EXISTS expenses;
|
||||||
@@ -0,0 +1,33 @@
|
|||||||
|
CREATE TABLE expenses (
|
||||||
|
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
|
||||||
|
organization_id UUID NOT NULL REFERENCES organizations(id) ON DELETE CASCADE,
|
||||||
|
outlet_id UUID NOT NULL REFERENCES outlets(id) ON DELETE CASCADE,
|
||||||
|
receiver VARCHAR(255) NOT NULL,
|
||||||
|
transaction_date DATE NOT NULL,
|
||||||
|
code_number VARCHAR(50) NOT NULL,
|
||||||
|
description TEXT,
|
||||||
|
tax DECIMAL(15,2) NOT NULL DEFAULT 0,
|
||||||
|
total DECIMAL(15,2) NOT NULL DEFAULT 0,
|
||||||
|
reserved1 TEXT,
|
||||||
|
created_at TIMESTAMP WITH TIME ZONE DEFAULT NOW(),
|
||||||
|
updated_at TIMESTAMP WITH TIME ZONE DEFAULT NOW()
|
||||||
|
);
|
||||||
|
|
||||||
|
CREATE INDEX idx_expenses_organization_id ON expenses(organization_id);
|
||||||
|
CREATE INDEX idx_expenses_outlet_id ON expenses(outlet_id);
|
||||||
|
CREATE INDEX idx_expenses_transaction_date ON expenses(transaction_date);
|
||||||
|
CREATE INDEX idx_expenses_code_number ON expenses(code_number);
|
||||||
|
CREATE INDEX idx_expenses_created_at ON expenses(created_at);
|
||||||
|
|
||||||
|
CREATE TABLE expense_items (
|
||||||
|
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
|
||||||
|
expense_id UUID NOT NULL REFERENCES expenses(id) ON DELETE CASCADE,
|
||||||
|
chart_of_account_id UUID NOT NULL REFERENCES chart_of_accounts(id) ON DELETE RESTRICT,
|
||||||
|
description TEXT,
|
||||||
|
amount DECIMAL(15,2) NOT NULL DEFAULT 0,
|
||||||
|
created_at TIMESTAMP WITH TIME ZONE DEFAULT NOW(),
|
||||||
|
updated_at TIMESTAMP WITH TIME ZONE DEFAULT NOW()
|
||||||
|
);
|
||||||
|
|
||||||
|
CREATE INDEX idx_expense_items_expense_id ON expense_items(expense_id);
|
||||||
|
CREATE INDEX idx_expense_items_chart_of_account_id ON expense_items(chart_of_account_id);
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
ALTER TABLE expenses ADD COLUMN IF NOT EXISTS expense_name VARCHAR(255) NOT NULL DEFAULT '';
|
||||||
|
|
||||||
|
UPDATE expenses e
|
||||||
|
SET expense_name = first_item.item
|
||||||
|
FROM (
|
||||||
|
SELECT DISTINCT ON (expense_id) expense_id, item
|
||||||
|
FROM expense_items
|
||||||
|
WHERE COALESCE(item, '') != ''
|
||||||
|
ORDER BY expense_id, created_at ASC
|
||||||
|
) first_item
|
||||||
|
WHERE e.id = first_item.expense_id
|
||||||
|
AND COALESCE(e.expense_name, '') = '';
|
||||||
|
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_expenses_expense_name ON expenses(expense_name);
|
||||||
|
DROP INDEX IF EXISTS idx_expense_items_item;
|
||||||
|
ALTER TABLE expense_items DROP COLUMN IF EXISTS item;
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
ALTER TABLE expense_items ADD COLUMN IF NOT EXISTS item VARCHAR(255) NOT NULL DEFAULT '';
|
||||||
|
|
||||||
|
DO $$
|
||||||
|
BEGIN
|
||||||
|
IF EXISTS (
|
||||||
|
SELECT 1
|
||||||
|
FROM information_schema.columns
|
||||||
|
WHERE table_name = 'expenses'
|
||||||
|
AND column_name = 'expense_name'
|
||||||
|
) THEN
|
||||||
|
UPDATE expense_items ei
|
||||||
|
SET item = e.expense_name
|
||||||
|
FROM expenses e
|
||||||
|
WHERE ei.expense_id = e.id
|
||||||
|
AND COALESCE(ei.item, '') = '';
|
||||||
|
END IF;
|
||||||
|
END $$;
|
||||||
|
|
||||||
|
DROP INDEX IF EXISTS idx_expenses_expense_name;
|
||||||
|
ALTER TABLE expenses DROP COLUMN IF EXISTS expense_name;
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_expense_items_item ON expense_items(item);
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user