Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 573 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 573 Bytes

fifo_design_with_SKU

A simple class project of database design.

SKU design is complete and supports both sales and returns in fifo order.

sku_design_er

cogs for sales will be the cost of items that first entered the inventory.

cogs for returns will be the cost assigned to item that is most recent to the sales date.

Various procedures and functions for different purposes. See comments for details.

Run sql files from 1 to 6 as some procedures have dependency.