murad073 / SmartAccount

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

Contra voucher cannot be posted #35

Closed jakaria42 closed 12 years ago

jakaria42 commented 12 years ago

Right now, we cannot create and post a contra voucher. May be problem is in getting the head names for this to show in the temp grid view.

jakaria42 commented 12 years ago

I have pushed a fix for this.

jakaria42 commented 12 years ago

The contra voucher serial number is still a problem. This is because contra voucher has no ProjectHead.

jakaria42 commented 12 years ago

I have pushed a fix to this. But need confirmation about the DB structure.

murad073 commented 12 years ago

Contra voucher will get Cash book and Bank book. as in code first approach, cash book and bank book is created first time the database created.

murad073 commented 12 years ago

solved