Table of Contents
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:
|
A working version is already available: Click to view
Make sure you have the latest Node.js installed
- Clone this repository by running the following in a terminal
git clone https://github.com/SadmanYasar/pathao-merchant-client.git
- Change directory
cd pathao-merchant-client
- Use npm to install dependencies
npm install
- Start the project using npm or yarn
npm start
See the open issues for a list of proposed features (and known issues).
- Feature Requests (Add your votes using the 👍 reaction)
- Newest Bugs
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.
Reach out to the maintainer at one of the following places:
- GitHub discussions
- The email which is located in GitHub profile
This project is licensed under the GPLv3 license.
See COPYING for more information.