Commit Graph
18 Commits
Author SHA1 Message Date
tanshu b1a9d2daae Lot of changes. Now table must be explicitly updated and not from inside various functions. This makes for better understanding and lesser mistakes.
Product form now has an IsActive checkbox to show only active products.
2014-11-20 13:42:20 +05:30
tanshu e3f92da5ad Fix: Update settlements was broken and would remove the Amount and Roundoff settlements
Chore: SalesAnalysis report refactored
2014-11-11 15:53:54 +05:30
tanshu c52f382ec2 Feature: Added SortOrder to Inventory.
Chore: Settle Choices form greatly simplified.
Feature: Modifiers are now cached.
2014-11-10 16:36:49 +05:30
tanshu 3706d8eb1e Feature: User List Sorted.
Fix: Checkes were not being removed from Listbox
2014-11-10 12:54:48 +05:30
tanshu 948cd0bf28 Finally Deployed. Don't know the total amount of changes. 2014-11-06 16:09:11 +05:30
tanshu dc3576437f Fix: Table two also pointed to voucher one only. 2014-11-02 13:42:32 +05:30
tanshu 3ca8b29e04 Regression: BillItemKey added the compare methods back
Regression: PrintLocation added the compare methods back
Breaking: Kot.Code is now integers
Breaking: Kot Update is now via Stored Procedure to get DB Values
Breaking: Reprints Insert is now via Stored Procedure to get DV Values
Breaking: Voucher.BillID and KotID are now integers
Breaking: Voucher Insert/Update is now via Stored Procedures to get DV Values also Dirty Checking for Voucher has been overwritten to set dirty for LastEditDate update
Fix: Login forms simplified
Feature: PrintLocation and Products are cached application wide.
2014-11-02 13:33:31 +05:30
tanshu 45831e2e4d Chore: Cruft Cleanup 2014-10-16 16:45:03 +05:30
tanshu da929ad036 Breaking Change: Changed Kot/Voucher Table Name to Guid Foreign key
Breaking Change: Renamed Discontinued to IsActive and added NA field to products.
Cleanup: Removed not used attributes
Change: RoleConstants changed to simple string
Feature: Table Create/Edit/Reorder and Modifier Create/Edit Form
Feature: Bills now show the Tax name from the database and not a hack
2014-10-16 16:41:55 +05:30
tanshu 69617949bd Important! : Need to update to new schema using SQL Scripts
Important! : This version will not work.  It is pre-alpha and saved in case of catastrophic failure
Refactor: Remove dependency on Fluent Nhibernate.
Refactor: All Primary keys are now Guids.
Refactor: Class Mappings changed from AutoMap to Explicit Mappings.
Breakage: All Cascading is now disabled and entities must be explicitly saved/updated/deleted
Breakage: Auto Commiting is now off and "SaveChanges()" needs to be called on all BIs.
Refactor: Changed the pattern where all relevant db code for an operation is basically in the same function.
Chore: Removed Advance and Payments options.
2014-10-12 15:11:45 +05:30
Tanshu d4ea454add Feature: Added a net field in printed bill. 2013-10-05 15:20:32 +05:30
Tanshu 330d66a7f8 Merge branch 'management' 2013-02-12 18:56:31 +05:30
Tanshu fd54104560 Management form working with the correct CSV file. 2013-02-12 18:55:10 +05:30
Tanshu a938a9e693 Merge branch 'master' into management 2012-12-01 19:44:09 +05:30
Tanshu 5a8918ddf5 Major error, table exists check was wrong. Did not allow opening new table. 2012-12-01 16:19:06 +05:30
Tanshu c71e302e97 Missed the file in this branch. Added. 2012-12-01 16:16:42 +05:30
Tanshu 843d644154 Added ST Number to bill.
Fixed error were unprinted bill was not removed from table when voided.
2012-12-01 15:19:33 +05:30
Tanshu a984b1f527 Switched to management branch to develop management module.
Initial commit dunno what has changed.
2012-12-01 15:18:02 +05:30