{"id":27127721,"url":"https://github.com/sadmanyasar/pathao-merchant-client","last_synced_at":"2025-10-18T17:11:08.744Z","repository":{"id":39789166,"uuid":"474701317","full_name":"SadmanYasar/pathao-merchant-client","owner":"SadmanYasar","description":"Keep track of orders and quickly create CSV files using autofill from text input.","archived":false,"fork":false,"pushed_at":"2024-08-07T16:59:23.000Z","size":998,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-07T20:10:06.748Z","etag":null,"topics":["chakra-ui","client","dexiejs","formik","frontend","pathao","pathao-merchant","react","typescript","webapp"],"latest_commit_sha":null,"homepage":"https://pathao-merchant-client.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SadmanYasar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-27T16:55:18.000Z","updated_at":"2024-08-07T16:59:21.000Z","dependencies_parsed_at":"2024-05-04T23:26:15.197Z","dependency_job_id":null,"html_url":"https://github.com/SadmanYasar/pathao-merchant-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SadmanYasar%2Fpathao-merchant-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SadmanYasar%2Fpathao-merchant-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SadmanYasar%2Fpathao-merchant-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SadmanYasar%2Fpathao-merchant-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SadmanYasar","download_url":"https://codeload.github.com/SadmanYasar/pathao-merchant-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247704511,"owners_count":20982293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chakra-ui","client","dexiejs","formik","frontend","pathao","pathao-merchant","react","typescript","webapp"],"created_at":"2025-04-07T17:57:40.547Z","updated_at":"2025-10-18T17:11:03.711Z","avatar_url":"https://github.com/SadmanYasar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Pathao Merchant Client\n\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\nKeep track of orders and quickly create CSV files using autofill from text input.\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cbr /\u003e\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\u003c/div\u003e\n\n\u003cdetails open=\"open\"\u003e\n\u003csummary\u003eTable of Contents\u003c/summary\u003e\n\n- [About](#about)\n  - [Built With](#built-with)\n- [Getting Started](#getting-started)\n  - [Manual Setup](#manual-setup)\n- [Roadmap](#roadmap)\n- [Contributing](#contributing)\n- [Support](#support)\n- [License](#license)\n\n\u003c/details\u003e\n\n---\n\n## About\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\nThis 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](https://merchant.pathao.com/). You can also paste a string in the text box which can autofill the form field values, saving time.\n\nKey features of **Pathao Merchant Client**:\n\n- Search, add or delete a shipment\n- Add, update or delete orders in a shipment\n- Autofill order form by pasting text related to an order\n- Download the whole shipment data as a CSV file that can be uploaded to Pathao Merchant Panel\n- Dark mode\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n### Built With\n\n- [React](https://reactjs.org/)\n- [Typescript](https://www.typescriptlang.org/)\n- [Chakra UI](https://chakra-ui.com/)\n- [Dexie](https://dexie.org/)\n\n## Getting Started\n\nA working version is already available: [Click to view](https://pathao-merchant-client.netlify.app/)\n\n### Manual Setup\nMake sure you have the latest [Node.js](https://nodejs.org/en/) installed\n1. Clone this repository by running the following in a terminal\n```sh\ngit clone https://github.com/SadmanYasar/pathao-merchant-client.git\n```\n2. Change directory\n```\ncd pathao-merchant-client\n```\n3. Use npm to install dependencies\n```\nnpm install\n```\n4. Start the project using npm or yarn\n```\nnpm start\n```\n\n## Roadmap\n\nSee the [open issues](https://github.com/SadmanYasar/pathao-merchant-client/issues) for a list of proposed features (and known issues).\n\n- [Feature Requests](https://github.com/SadmanYasar/pathao-merchant-client/labels/feature-request) (Add your votes using the 👍 reaction)\n- [Newest Bugs](https://github.com/SadmanYasar/pathao-merchant-client/labels/bug)\n\n## Contributing\n\nFirst 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**.\n\nPlease try to create bug reports that are:\n\n- _Reproducible._ Include steps to reproduce the problem.\n- _Specific._ Include as much detail as possible: which version, what environment, etc.\n- _Unique._ Do not duplicate existing opened issues.\n- _Scoped to a Single Bug._ One bug per report.\n\nPlease adhere to this project's [code of conduct](docs/CODE_OF_CONDUCT.md).\n\nYou can use [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) to check for common markdown style inconsistency.\n\n## Support\n\nReach out to the maintainer at one of the following places:\n\n- [GitHub discussions](https://github.com/SadmanYasar/pathao-merchant-client/discussions)\n- The email which is located [in GitHub profile](https://github.com/SadmanYasar)\n\n## License\n\nThis project is licensed under the **GPLv3 license**.\n\nSee [COPYING](COPYING) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadmanyasar%2Fpathao-merchant-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsadmanyasar%2Fpathao-merchant-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadmanyasar%2Fpathao-merchant-client/lists"}