Saturday, May 21, 2016

Best Accounting Software for Really Small Businesses: Eazy Accounts

Eazy Accounts offers all the basic features like invoicing, customer order, bill payments, expense reports, financial reports and reconciliations that micro businesses need, as well as advanced tools that grow with your business. Furthermore, compared with other accounting software for really small businesses, Eazy Accounts has the best price for all of its capabilities.













  •  Masters
1.       Branch
2.       Category Type                                                                          
3.       Category     
4.       Cash Accounts                                          
5.       Bank
6.       First Account Balance            
7.       Store                            
8.       First Stock Input
9.       Country                                                                       
10.   State                                            
11.   District
12.   Financial Year                            
  • Employee
1.       Designation
2.       Department
3.       Qualification
4.       User Group
5.       Employee
6.       Users Details
7.       Privilege
8.       Monthly Salary
  • Purchase
1.       Purchase Invoice (Barcode scanner integration)
2.       Purchase Return Invoice
3.       Payment Voucher
4.       Supplier
5.       Product (Barcode scanner integration)
6.       Stock Transfer
  • Sales
1.       Sale Invoice(Barcode scanner integration)
2.       Sale Return Invoice
3.       Receipt Voucher
4.       Customer
  • Wholesale
1.       Add Output Item
2.       Edit Output Item
3.       Sales Invoice For Output Product     
  • Reports
1.       Daily Report
2.       Monthly Report
3.       Yearly Report
4.       Cash Credit Purchase
5.       Suppliers Account
6.       Cash Credit Sale
7.       Customers Account
8.       Cash/Bank Account
9.       Motion Inquiry
10.   Store Product Quantity
11.   Display Product Balance
12.   Product Low Quantity
13.   Product Motions Inquiry
14.   Profit Sale
15.   Motion Sales Total

Using Authorization with Swagger in ASP.NET Core

 Create Solution like below LoginModel.cs using System.ComponentModel.DataAnnotations; namespace UsingAuthorizationWithSwagger.Models {     ...