EasyACC - Easy, Effective & Efficient GST Ready Financial Accounting Software
def contact_to_vcard(contact): lines = ["BEGIN:VCARD","VERSION:3.0"] lines.append(f"N:{contact.get('family','')};{contact.get('given','')};;;") lines.append(f"FN:{contact.get('full','')}") for i,phone in enumerate(contact.get('phones',[])): lines.append(f"TEL;TYPE=cell:{phone}") if contact.get('email'): lines.append(f"EMAIL;TYPE=internet:{contact['email']}") if contact.get('org'): lines.append(f"ORG:{contact['org']}") if contact.get('note'): lines.append(f"NOTE:{contact['note']}") lines.append("END:VCARD") return "\n".join(lines)
# Requires identifying how to extract fields from SPBM first. import csv
We make your business accounting & GST Reporting easy
def contact_to_vcard(contact): lines = ["BEGIN:VCARD","VERSION:3.0"] lines.append(f"N:{contact.get('family','')};{contact.get('given','')};;;") lines.append(f"FN:{contact.get('full','')}") for i,phone in enumerate(contact.get('phones',[])): lines.append(f"TEL;TYPE=cell:{phone}") if contact.get('email'): lines.append(f"EMAIL;TYPE=internet:{contact['email']}") if contact.get('org'): lines.append(f"ORG:{contact['org']}") if contact.get('note'): lines.append(f"NOTE:{contact['note']}") lines.append("END:VCARD") return "\n".join(lines)
# Requires identifying how to extract fields from SPBM first. import csv
Inward / Outward Management
Sales Invoice -with Multiple format as per user requirement
Challan printing
Half page Invoice printing
Preparation of Order from
Preparation of Quotation
Cash/Special discount
View last Sales price of Goods & All Bills of party while Billing
Item price with Inclusive / Exclusive Tax
Agent wise / Sales person wise Comission calculation & Reports
INVENTORY
Goods Ledger
& Summary
Minimum-Maximum
stock indication
Stock
Reports
Negative
Stock Indication
FINAL ACCOUNTS
Trial
Balance
Trading Account
Profit & Loss Account
Balance Sheet
& Schedules
Depreciation
Statement
GST REPORTS
Auto Generate Excel Reports for
GSTR 1, GSTR 2, GSTR 3B, GSTR 4
GST
Tax Register
EASYACC is a complete
GST-enabled accounting software
TDS Management
Deduction of TDS
As per the norms
Generation of TDS Reports
& Export in Excel
REPORTS
MIS Reportes with
Multiple Analysis
Report output on
screen & Printer
Report export facility to
PDF, HTML, Word, Excel, etc... Spbm File To Vcf
Self Designed Reports with
columns selection & preferences def contact_to_vcard(contact): lines = ["BEGIN:VCARD"
Search / Sort / Filter
in all screen & reports '')}") for i
Why to choose EASYACC for accounting ?
Easy
Use
Competitive
Pricing
GST
Compliant
Customizable
Software
Trusted by
Thousands of users
Expert
Team