Scala Scalatra for Double Record Accounting In this post, we will explore an alternative database schema design for tracking physical inventory. Our previous posts focused on using a single database record to model a distinct location and SKU (location
Slick Inventory Transfer Consistently In our previous post, we designed a basic system to track the physical transfer of goods between two physical locations.Previous posts for our inventory service:Part 1 - Creating a Scalatra Inventory
Scala Inventory Management Transfer Continuing in our series of posts about creating a basic Scalatra service for managing inventory, we would now like to implement the persistence logic to transfer inventory from one location to another.Previous
Scalatra Slick Upsert and Select In our previous post, we wanted to create and update a record from our PostgreSQL database in our Scalatra service to manage inventory data.Creating a Scalatra Inventory Management ServiceWe only got as
Scala Scalatra Inventory Management Service Overview In our previous set of posts, we added progressively more functionality to our basic Scalatra service. Creating a Scalatra service Scalatra and RESTScalatra with Slick and PostgreSQLNow we would like to explore