Merge branch 'adminbsb_material_ui'

This commit is contained in:
Aung Myo
2018-07-17 13:14:03 +06:30
2 changed files with 25 additions and 3 deletions

View File

@@ -49,4 +49,18 @@ namespace :clear do
Account.destroy_all
puts "Clear all Menu Done."
end
desc "Clear-- Inventory"
task :stock => :environment do
InventoryDefinition.destroy_all
StockJournal.destroy_all
StockCheck.destroy_all
StockCheckItem.destroy_all
puts "Clear all Menu Done."
end
end