Merge branch 'august_spring' of bitbucket.org:code2lab/sxrestaurant into august_spring

This commit is contained in:
Phyo
2017-08-24 18:32:14 +06:30
104 changed files with 1919 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
class InventoryDefinition < ApplicationRecord
end

View File

@@ -0,0 +1,2 @@
class StockCheck < ApplicationRecord
end

View File

@@ -0,0 +1,2 @@
class StockCheckItem < ApplicationRecord
end

View File

@@ -0,0 +1,2 @@
class StockJournal < ApplicationRecord
end