A custom Grist widget for generating these type of documents:
- Quotation (ใบเสนอราคา)
- Invoice (ใบแจ้งหนี้)
- Receipt (ใบเสร็จรับเงิน)
- Download the Grist template file: template.grist
- Open the template in your Grist account.
- Frontend: Vue 3 with Composition API + TypeScript
- Build Tool: Vite
- Package Manager: Bun
Set up VSCode + Volar (disable Vetur)
# Clone the repository
git clone https://github.com/dtinth/TypeScriptAccount.git
cd TypeScriptAccount
# Install dependencies
bun install
# Start development server
bun devMIT
