{"id":22316436,"url":"https://github.com/roadmaus/slyce_invoice","last_synced_at":"2026-04-17T03:03:09.455Z","repository":{"id":263846587,"uuid":"885658879","full_name":"roadmaus/Slyce_Invoice","owner":"roadmaus","description":"A modern, Electron-based invoicing application that helps freelancers and small businesses create professional invoices, manage multiple business profiles, and track payments with support for 16 languages and automatic tax calculations.","archived":false,"fork":false,"pushed_at":"2026-04-09T10:23:49.000Z","size":28198,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-09T12:23:11.563Z","etag":null,"topics":["electron","invoice-generator","invoice-pdf","multilingual","multiplatform","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/roadmaus.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-09T03:50:28.000Z","updated_at":"2026-04-09T10:23:53.000Z","dependencies_parsed_at":"2025-09-25T08:31:27.561Z","dependency_job_id":"c7caa05b-ca52-491c-a0af-feb266f592f4","html_url":"https://github.com/roadmaus/Slyce_Invoice","commit_stats":null,"previous_names":["roadmaus/slyce_invoice"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/roadmaus/Slyce_Invoice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roadmaus%2FSlyce_Invoice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roadmaus%2FSlyce_Invoice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roadmaus%2FSlyce_Invoice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roadmaus%2FSlyce_Invoice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roadmaus","download_url":"https://codeload.github.com/roadmaus/Slyce_Invoice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roadmaus%2FSlyce_Invoice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31913078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["electron","invoice-generator","invoice-pdf","multilingual","multiplatform","react"],"created_at":"2024-12-03T23:06:31.581Z","updated_at":"2026-04-17T03:03:09.420Z","avatar_url":"https://github.com/roadmaus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slyce Invoice\n\n⚠️ **ALPHA STATUS**: This application is in early development. Currently only tested and working on macOS. Expect bugs and incomplete features.\n\nA modern, cross-platform invoice generation application built with Electron and React, designed for freelancers and small businesses.\n\n![Slyce Invoice Logo](build/icon.png)\n\n## Features\n\n### Invoice Management\n- Professional invoice creation with customizable templates\n- Automatic numbering and organization\n- Date range support for services\n- PDF generation with live preview\n- Multiple built-in templates with HTML/CSS customization\n\n### Business \u0026 Customer Management\n- Multiple business profiles with separate settings\n- Comprehensive customer database\n- Customer-specific currency and language settings\n- Quick-tag system for frequent services\n\n### Localization \u0026 Data\n- 16 languages supported including RTL\n- Automatic language selection based on customer region\n- Secure data storage with automatic backups\n- Export/Import functionality\n- Dark/Light theme support\n\n## Screenshots\n\n\u003cdiv align=\"center\"\u003e\n\n| Feature | Screenshot |\n|---------|------------|\n| Customer Management | ![Customer Tab](data/customer_tab.png) |\n| Invoice Creation | ![Invoice Tab](data/invoice_tab.png) |\n| Business Profiles | ![Profile Tab](data/profile_tab.png) |\n| Template Gallery | ![Templates](data/template_gallery.png) |\n\n\u003c/div\u003e\n\n## System Requirements\n\n- OS: Windows 10/11, macOS 10.13+, or Linux\n- RAM: 4GB minimum\n- Storage: 500MB free space\n- Display: 1280x720 minimum\n- Node.js 18+ (for development)\n\n## Installation\n\n### Users\nDownload the latest release for your platform from our [Releases](https://github.com/roadmaus/Slyce_Invoice/releases) page:\n- Windows: `.exe` installer (x64/ARM64)\n- macOS: `.dmg` installer (Intel/Apple Silicon)\n- Linux: `.AppImage` or `.deb` package\n\n### Developers\n```bash\n# Clone and setup\ngit clone https://github.com/roadmaus/Slyce_Invoice.git\ncd Slyce_Invoice\nnpm install\n\n# Development commands\nnpm run dev      # Start development server\nnpm run build    # Build production version\nnpm run dist     # Create distributables\nnpm run test     # Run tests\n```\n\n## File Organization\n\n```\nDocuments/\n└── Invoices/\n    └── [YEAR]/\n        └── [CUSTOMER]_[INVOICE_NUMBER].pdf\n\nApplication Data:\nWindows: %APPDATA%/slyce-invoice\nmacOS:   ~/Library/Application Support/slyce-invoice\nLinux:   ~/.config/slyce-invoice\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/NewFeature`)\n3. Commit changes (`git commit -m 'Add NewFeature'`)\n4. Push to branch (`git push origin feature/NewFeature`)\n5. Open a Pull Request\n\n## ToDo\n- [ ] Add better support for manual invoice numbering\n- [ ] Windows and Linux platform testing\n- [ ] Additional template options\n- [ ] Performance optimizations\n\n## Support\n\nFor issues and feature requests, please [open an issue](https://github.com/roadmaus/Slyce_Invoice/issues).\n\n## License\n\nMIT License - see the LICENSE file for details.\n\n---\n\nBuilt with ❤️ using Electron, React, and shadcn/ui components.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froadmaus%2Fslyce_invoice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froadmaus%2Fslyce_invoice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froadmaus%2Fslyce_invoice/lists"}