SadmanYasar / pathao-merchant-client

Keep track of orders and quickly create CSV files using autofill from text input.

Home Page:https://pathao-merchant-client.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pathao Merchant Client

Keep track of orders and quickly create CSV files using autofill from text input.

License: GPL v3

Table of Contents

About

This app was initially made for a business that gets orders from social network sites. Each order had to be copy pasted to the spreadsheet which was time consuming. Using this app, it is easier to keep track of the orders and all the orders can be downloaded as a CSV file in one click which can be uploaded to the merchant panel. You can also paste a string in the text box which can autofill the form field values, saving time.

Key features of Pathao Merchant Client:

  • Search, add or delete a shipment
  • Add, update or delete orders in a shipment
  • Autofill order form by pasting text related to an order
  • Download the whole shipment data as a CSV file that can be uploaded to Pathao Merchant Panel
  • Dark mode

Built With

Getting Started

A working version is already available: Click to view

Manual Setup

Make sure you have the latest Node.js installed

  1. Clone this repository by running the following in a terminal
git clone https://github.com/SadmanYasar/pathao-merchant-client.git
  1. Change directory
cd pathao-merchant-client
  1. Use npm to install dependencies
npm install
  1. Start the project using npm or yarn
npm start

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.

Please try to create bug reports that are:

  • Reproducible. Include steps to reproduce the problem.
  • Specific. Include as much detail as possible: which version, what environment, etc.
  • Unique. Do not duplicate existing opened issues.
  • Scoped to a Single Bug. One bug per report.

Please adhere to this project's code of conduct.

You can use markdownlint-cli to check for common markdown style inconsistency.

Support

Reach out to the maintainer at one of the following places:

License

This project is licensed under the GPLv3 license.

See COPYING for more information.

About

Keep track of orders and quickly create CSV files using autofill from text input.

https://pathao-merchant-client.netlify.app/

License:GNU General Public License v3.0


Languages

Language:TypeScript 95.8%Language:HTML 4.2%