https://github.com/geekshubhamrajput/dmart-invoice-tool
A Ruby-based invoice printer for D Mart that captures and displays company details and itemized billing with total calculation.
https://github.com/geekshubhamrajput/dmart-invoice-tool
invoice-generator ruby
Last synced: 12 months ago
JSON representation
A Ruby-based invoice printer for D Mart that captures and displays company details and itemized billing with total calculation.
- Host: GitHub
- URL: https://github.com/geekshubhamrajput/dmart-invoice-tool
- Owner: GeekShubhamRajput
- Created: 2025-06-08T14:09:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T14:26:42.000Z (about 1 year ago)
- Last Synced: 2025-06-08T15:28:17.624Z (about 1 year ago)
- Topics: invoice-generator, ruby
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dmart Invoice Printer
A simple Ruby program that prints an invoice for D Mart, displaying the company name and a list of billed items with their quantities and rates.
## Features
- Displays D Mart company details
- Allows adding multiple billed items (name, quantity)
- Calculates and displays the grand total
- Prints a formatted itemized invoice
## Installation
Clone the repository:
```bash
git clone https://github.com/GeekShubhamRajput/dmart-invoice-tool.git
cd dmart-invoice-tool