murad073 / SmartAccount

This project is for small business accounting system
http://smartaccount.dyanit.com/
11 stars 3 forks source link

ensure project/database initialization data #21

Closed murad073 closed 12 years ago

murad073 commented 12 years ago

for first running project, we need following data in database -

  1. Bank Book as head in head table
  2. Cash Book as head in head table
  3. in Parameter table the key FinancialYearStartDate, with valid value (ie 01-01-2012)...
murad073 commented 12 years ago

in code first dal, EntitiesContextInitializer is performing initial data insert operation.