An open API service indexing awesome lists of open source software.

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.

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