{"id":28758942,"url":"https://github.com/randyungaro/powersales","last_synced_at":"2026-04-30T07:39:35.076Z","repository":{"id":298295336,"uuid":"999483914","full_name":"randyungaro/powersales","owner":"randyungaro","description":"Interface of Firebird database from the infamous PMS PowerPro","archived":false,"fork":false,"pushed_at":"2025-06-10T10:29:42.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-10T11:34:35.618Z","etag":null,"topics":["django","firebird","firebird-database","firebirdsql","pms","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/randyungaro.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,"zenodo":null}},"created_at":"2025-06-10T10:16:34.000Z","updated_at":"2025-06-10T10:29:46.000Z","dependencies_parsed_at":"2025-06-10T11:46:40.205Z","dependency_job_id":null,"html_url":"https://github.com/randyungaro/powersales","commit_stats":null,"previous_names":["randyungaro/powersales"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/randyungaro/powersales","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randyungaro%2Fpowersales","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randyungaro%2Fpowersales/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randyungaro%2Fpowersales/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randyungaro%2Fpowersales/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/randyungaro","download_url":"https://codeload.github.com/randyungaro/powersales/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randyungaro%2Fpowersales/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260294416,"owners_count":22987618,"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":["django","firebird","firebird-database","firebirdsql","pms","python"],"created_at":"2025-06-17T05:00:39.798Z","updated_at":"2026-04-30T07:39:35.071Z","avatar_url":"https://github.com/randyungaro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![15e95a45-2b4e-4d00-8ef1-55cf5fbcee3e](https://github.com/user-attachments/assets/61da58a4-2df0-4b7f-a1bd-5bb89bd2725c)\n\n\n# Django Daily Sales App Interfaced To Power Pro\n\n\nWelcome to the Django Daily Sales App, a sleek and efficient web application built to manage and display daily sales records from a Firebird database. \nDesigned with a modern, user-friendly interface, this app allows you to filter sales data by date and showcases a beautifully styled native datepicker. \nPerfect for small businesses or developers looking to explore Django with Firebird integration!\n\n## Features\n\n- Dynamic Date Filtering: Use a custom-styled native \u003cinput type=\"date\"\u003e to view sales records for any date.\n- Firebird Integration: Connects to a Firebird database (POWERFO.GDB) to retrieve sales data.\n- Filtered Data: Displays records for specific DSR_ID values [8, 42, 59, 67, 69, 70, 71, 74, 81, 91, 97, 99], showing FODATE, TEXT, and AMOUNT.\n- Beautiful Design: Features gradients, shadows, and hover effects for a polished look, built with custom CSS.\n- Responsive Layout: Optimized for desktop and mobile viewing.\n- Error Handling: Provides clear feedback for database errors or missing data.\n\n\n## Technologies Used\n\n- Django 4.2.16: The Python web framework powering the app.\n- Firebird 2.0.2: Database driver for Firebird integration.\n- HTML/CSS: Custom styling with native datepicker enhancements.\n- Bootstrap 5.3.3: For responsive and consistent UI components.\n\n## Prerequisites\n\n- Python 3.12+\n- Firebird Client (with fbclient.dll in PATH or project directory)\n- Access to the POWERFO.GDB database file\n\n## Installation\n\nClone the Repository\n\n \n\t\tgit clone https://github.com/your-username/django-daily-sales-app.git\n\t\tcd django-daily-sales-app\n\n\nSet Up a Virtual Environment\n\n\t\tpython -m venv venv\n\t\t.\\venv\\Scripts\\activate  # On Windows\n\t\tsource venv/bin/activate  # On macOS/Linux\n\n\nInstall Dependencies\n\n\t\tpip install -r requirements.txt\n\n\n## Configure the Database\n\nPlace POWERFO.GDB in the database/ directory.\nEnsure Firebird Client is installed and fbclient.dll is accessible.\n\n\nApply Migrations\n\n\tpython manage.py migrate\n\n\nCollect Static Files\n\n\tpython manage.py collectstatic\n\n\nRun the Application\n\n\tpython manage.py runserver\n\n\nAccess the AppOpen your browser and go to http://127.0.0.1:8000/.\n\n![Screenshot 2025-06-10 161920](https://github.com/user-attachments/assets/510c55b7-6698-45d8-88d4-d619e5eefd3f)\n\n\n## Customization\n\n- Database Path: Update the path in sales/views.py if POWERFO.GDB is located elsewhere.\n- DSR_IDs: Modify the DSR_ID list in sales/views.py to filter different records.\n- Styling: Adjust colors and styles in static/css/styles.css to match your brand.\n\n\n\n## Contributing\nFeel free to fork this repository, submit issues, or send pull requests. Contributions to enhance functionality or design are welcome!\n\n## License\nThis project is licensed under the MIT License - see the LICENSE.md file for details.\n\n## Acknowledgments\n\nInspired by the need for a simple yet elegant sales tracking solution.\nI will update this project if i'm not lazy AF :)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandyungaro%2Fpowersales","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandyungaro%2Fpowersales","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandyungaro%2Fpowersales/lists"}