├── README.md ├── privacy-policy.md └── receipt_ticket.jpg /README.md: -------------------------------------------------------------------------------- 1 | # Quick Printer 2 | ## Android POS Printer (ESC/POS) 3 | > Created for the purpose of serving as a channel among other applications that require printing data on receipt printers using ESC/POS commands. 4 | > 5 | > 6 | ## Installation 7 | If you can't download/install the app from Google Play https://play.google.com/store/apps/details?id=pe.diegoveloper.printerserverapp , try using this link: https://drive.google.com/file/d/1EV-zXiyY6yKmbPfTBCYU4MCDjwKQth8Y/view?usp=sharing 8 | 9 | ## __Introduction__ 10 | Quick printer is an Android application that allows you to add and configure receipt printers (POS printers) through different connection types: 11 | - Wifi local network 12 | - Bluetooth 13 | - USB (OTG) 14 | 15 | The most important thing is that it allows you to print the text you share from any application, so you can print your favorite texts. 16 | 17 | And if you're a developer, you can integrate your application in a super simple way so you can print tickets, receipts, etc. 18 | 19 | > The application supports many types of thermal and matrix printers such as EPSON, BIXOLON, STAR MICRONICS, CITIZEN, etc. 20 | 21 | 22 | ## __Usage__ 23 | The steps for using the application will be detailed below: 24 | 25 | ### __1. Download Quick Printer from the playstore [here](https://play.google.com/store/apps/details?id=pe.diegoveloper.printerserverapp "Quick Printer")__ 26 | 27 |
diegoveloper built the QuickPrinter app as a freemium app. This SERVICE is provided by diegoveloper and is intended 5 | for use as is.
6 |This page is used to inform website visitors regarding my policies with the collection, use, and 7 | disclosure of Personal Information if anyone decided to use my Service.
8 |If you choose to use my Service, then you agree to the collection and use of information in 9 | relation with this policy. The Personal Information that we collect are used for providing and 10 | improving the Service. We will not use or share your information with anyone except as described 11 | in this Privacy Policy.
12 |The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, 13 | which is accessible at QuickPrinter, unless otherwise defined in this Privacy Policy.
14 | 15 |Information Collection and Use
16 |For a better experience while using our Service, We may require you to provide us with certain 17 | personally identifiable information]. 18 | The information that We request is retained on your device and is not 19 | collected by us in any way
20 |The app does use third party services that may collect information used to identify you. 21 | 22 |
Log Data
23 |We want to inform you that whenever you use our Service, in case of an error in the app We collect 24 | data and information (through third party products) on your phone called Log Data. This Log Data 25 | may include information such as your devices’s Internet Protocol (“IP”) address, device name, 26 | operating system version, configuration of the app when utilising our Service, the time and date 27 | of your use of the Service, and other statistics.
28 | 29 |Cookies
30 |Cookies are files with small amount of data that is commonly used an anonymous unique identifier. 31 | These are sent to your browser from the website that you visit and are stored on your devices’s 32 | internal memory.
33 | 34 |Service Providers
35 |We may employ third-party companies and individuals due to the following reasons:
36 |We want to inform users of this Service that these third parties have access to your Personal 43 | Information. The reason is to perform the tasks assigned to them on our behalf. However, they 44 | are obligated not to disclose or use the information for any other purpose.
45 | 46 |Security
47 |We value your trust in providing us your Personal Information, thus we are striving to use 48 | commercially acceptable means of protecting it. But remember that no method of transmission over 49 | the internet, or method of electronic storage is 100% secure and reliable, and We cannot 50 | guarantee its absolute security.
51 | 52 |Links to Other Sites
53 |This Service may contain links to other sites. If you click on a third-party link, you will be 54 | directed to that site. Note that these external sites are not operated by us. Therefore, I 55 | strongly advise you to review the Privacy Policy of these websites. I have no control over, and 56 | assume no responsibility for the content, privacy policies, or practices of any third-party 57 | sites or services.
58 | 59 |Children’s Privacy
60 |This Services do not address anyone under the age of 13. We do not knowingly collect personal 61 | identifiable information from children under 13. In the case We discover that a child under 13 62 | has provided us with personal information, We immediately delete this from our servers. If you 63 | are a parent or guardian and you are aware that your child has provided us with personal 64 | information, please contact us so that We will be able to do necessary actions.
65 | 66 |Changes to This Privacy Policy
67 |We may update our Privacy Policy from time to time. Thus, you are advised to review this page 68 | periodically for any changes. We will notify you of any changes by posting the new Privacy Policy 69 | on this page. These changes are effective immediately, after they are posted on this page.
70 | 71 |Contact Us
72 |If you have any questions or suggestions about or Privacy Policy, do not hesitate to contact 73 | us.
74 |This Privacy Policy page was created at diegoveloper@gmail.com.
76 | 77 | 78 | -------------------------------------------------------------------------------- /receipt_ticket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diegoveloper/quickprinter/f7f0df783061335e31605079c5b7c572e719721c/receipt_ticket.jpg --------------------------------------------------------------------------------