aavartan
menu
ABOUT

aavartan

Offline-first visit programme planner with robust tabulation.
Core features
  • Visit Programme: rapid itinerary entry with on-the-fly time amendment
  • Visits Conducted: search/sort/open/delete saved visits
  • PDF & DOCX export (A4) using jsPDF + AutoTables
  • Export/Import TXT for backup and device transfer
Developer
Sage India
Print policy
Print styles enforce black-on-white, Arial, and straight-line borders.
TXT import/export format (v1)
The app exports a plain-text file you can move between devices. The structure is token-delimited and safe for offline use. Avoid typing sentinel lines (e.g., BEGIN_EVENT) inside your event/remarks text. After an import of a previously exported file don't forget to refresh the index.html page. Also click New on bottom navbar if Visit Programme page loads with past visit data after viewing past visit (quirk).
AAVARTAN_TXT_V1

BEGIN_VISIT
id=...
createdAt=...
eventName=...
vipTitle=...
vipFirst=...
vipLast=...
vipAwards=...
vipDesig=...
stationName=...
visitFrom=YYYY-MM-DD
visitTo=YYYY-MM-DD
BEGIN_ROWS
BEGIN_ROW
id=...
createdAt=...
date=YYYY-MM-DD
start=HH:MM
style=duration|onwards|instant
minutes=0
BEGIN_EVENT
(multiline event text)
END_EVENT
BEGIN_REMARKS
(multiline remarks text)
END_REMARKS
END_ROW
END_ROWS
END_VISIT