account working
This commit is contained in:
@@ -70,6 +70,10 @@ booking_status = Lookup.create([{lookup_type:'booking_status', name: 'Available'
|
||||
{lookup_type:'booking_status', name: 'Cleaning', value: 'cleaning'},
|
||||
{lookup_type:'booking_status', name: 'Moved', value: 'moved'}])
|
||||
|
||||
#booking_status
|
||||
account_type = Lookup.create([{lookup_type:'account_type', name: 'Income', value: 'income'},
|
||||
{lookup_type:'account_type', name: 'Expense', value: 'expense'}])
|
||||
|
||||
#WALK CUSTOMER - Default CUSTOMER (take key 1)
|
||||
customer = Customer.create({id:1, name:"WALK-IN", contact_no:"000000000"})
|
||||
customer = Customer.create({id:2, name:"TAKEAWAY", contact_no:"000000000"})
|
||||
|
||||
Reference in New Issue
Block a user