{"id":15015424,"url":"https://github.com/hugo-hattori/sales_app","last_synced_at":"2026-01-05T07:09:54.059Z","repository":{"id":212709782,"uuid":"732127646","full_name":"Hugo-Hattori/Sales_App","owner":"Hugo-Hattori","description":"Mobile Application Project developed with Kivy utilizing Firebase database.","archived":false,"fork":false,"pushed_at":"2024-02-05T19:31:43.000Z","size":65989,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T13:48:57.310Z","etag":null,"topics":["api-rest","api-rest-authentication","app","application","firebase","firebase-database","firebase-realtime-database","google-authentication","kivy","mobile-app","mobile-development","nosql-database","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hugo-Hattori.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-12-15T17:59:21.000Z","updated_at":"2024-07-30T19:28:33.000Z","dependencies_parsed_at":"2024-02-05T20:43:43.832Z","dependency_job_id":null,"html_url":"https://github.com/Hugo-Hattori/Sales_App","commit_stats":null,"previous_names":["hugo-hattori/sales_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugo-Hattori%2FSales_App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugo-Hattori%2FSales_App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugo-Hattori%2FSales_App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hugo-Hattori%2FSales_App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hugo-Hattori","download_url":"https://codeload.github.com/Hugo-Hattori/Sales_App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244968477,"owners_count":20540127,"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":["api-rest","api-rest-authentication","app","application","firebase","firebase-database","firebase-realtime-database","google-authentication","kivy","mobile-app","mobile-development","nosql-database","python"],"created_at":"2024-09-24T19:47:27.091Z","updated_at":"2026-01-05T07:09:54.039Z","avatar_url":"https://github.com/Hugo-Hattori.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sales App\n\n## Packages used:\n+ kivy.app\n+ kivy.lang\n+ kivy.config\n+ kivy.graphics\n+ kivy.uix\n+ requests\n+ certifi\n+ functools\n+ datetime\n+ os\n\n## Project Description\n\u003cp\u003eThis is a Mobile Application Project developed using Kivy framework\nand Firebase database. This application aims to control a company's sales\nby keeping track of each individual sale by each salesman.\u003c/p\u003e\n\n## Project Structure\n\u003cul\u003e\n    \u003cli\u003eThe \"main.py\" script is responsible for running the mobile application\nand defines functionalities such as: loading user data; change screen;\nchange profile picture; add other salesman to the contact list;\nadd sale's information and store that data into the database; load other user's sales;\nload all company's sale;\u003c/li\u003e\n    \u003cli\u003eThe \"myFirebase.py\" script is responsible for defining functionalities that\nrequires the REST API authentication such as: create account, login and\ncreating refresh token;\u003c/li\u003e\n    \u003cli\u003eThe \"kv\" files creates the structure of every browsable page, \ndelegating functions to each button, label and scrollview object;\u003c/li\u003e\n    \u003cli\u003eThe \"main.kv\" file is responsible for managing all the other kv files,\nin other words, for the screen management;\u003c/li\u003e\n    \u003cli\u003e\"telas.py\" defines an object for every page, which enables Python to\ninteract with kv files;\u003c/li\u003e\n    \u003cli\u003e\"botoes.py\" creates 2 hybrid objects the first one inheriting both\nImage and Button features and the second one inheriting both Label\nand Button features;\u003c/li\u003e\n    \u003cli\u003eBoth \"bannervendedor.py\" and \"bannervenda.py\" creates objects that\nare going to be used as widgets for specific pages of the App.\u003c/li\u003e\n\u003c/ul\u003e\n\n## Login/Create Account Page\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src = \"imgs/img.png\" /\u003e\n\u003c/p\u003e\n\n## Login/Create Account error messages\n\n| ![img_1.png](imgs/img_1.png) | ![img_2.png](imgs/img_2.png) |\n|------------------------------|------------------------------|\n| ![img_3.png](imgs/img_3.png) | ![img_4.png](imgs/img_4.png) |\n\n## Salesman Profile\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src = \"imgs/img_5.png\" /\u003e\n\u003c/p\u003e\n\n## Add Sale\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src = \"imgs/img_6.png\" /\u003e\n\u003c/p\u003e\n\n## Configuration Page\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src = \"imgs/img_7.png\" /\u003e\n\u003c/p\u003e\n\n## Change Profile Picture Page\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src = \"imgs/img_8.png\" /\u003e\n\u003c/p\u003e\n\n## Add other user to the Contact List\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src = \"imgs/img_10.png\" /\u003e\n\u003c/p\u003e\n\n## Contact List\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src = \"imgs/img_11.png\" /\u003e\n\u003c/p\u003e\n\n## All Company's Sales Page\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src = \"imgs/img_12.png\" /\u003e\n\u003c/p\u003e\n\n## Deployment\n\u003cp\u003eThis project was deployed by using a Linux Virtual Machine to \ncompile the project to an apk file and at last converting it into\nan aab file which is the release version that is accepted by Google Play.\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugo-hattori%2Fsales_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugo-hattori%2Fsales_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugo-hattori%2Fsales_app/lists"}