awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesBilling Rate Modeling

Generation of alternative billing views for internal chargebacks or reselling.

Distinct from API Billing Services: Distinct from API Billing Services: focuses on rate modeling for chargebacks rather than managing API access.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Billing Rate Modeling. Refine with filters or upvote what's useful.

Awesome Billing Rate Modeling GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • aws/aws-cdkAvatar de aws

    aws/aws-cdk

    12,817Ver en GitHub↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    Generates alternative billing rates for internal chargebacks or external reselling scenarios.

    TypeScriptawscloud-infrastructurehacktoberfest
    Ver en GitHub↗12,817
  • boto/boto3Avatar de boto

    boto/boto3

    9,834Ver en GitHub↗

    Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud infrastructure and services. It serves as a cloud management API client and resource manager for provisioning, configuring, and scaling virtual servers, databases, and storage. The library enables the implementation of infrastructure-as-code through declarative templates and scripts, allowing for the deployment of identical resource stacks across multiple accounts and geographic regions. It also provides a framework for coordinating distributed workflows, serverless functions, and contain

    AWS generates pro forma billing versions to show custom rates without altering actual billed amounts.

    Pythonawsaws-sdkcloud
    Ver en GitHub↗9,834
  • solidtime-io/solidtimeAvatar de solidtime-io

    solidtime-io/solidtime

    8,158Ver en GitHub↗

    Solidtime is time tracking software designed for freelancers and agencies to record work durations, manage billable hours, and monitor labor allocation. It serves as a professional services automation tool that organizes work into clients and projects while managing team member assignments. The system features a billable rate manager that defines hourly costs at the organizational, member, and project levels using hierarchical overrides to calculate total billing. It includes a project management tool for organizing clients and tasks into hierarchies with role-based access permissions. The p

    Determines billable amounts by checking for rates at the member, project, or organization level in a priority order.

    PHPlaravelself-hostedtime-tracker
    Ver en GitHub↗8,158
  • kimai/kimaiAvatar de kimai

    kimai/kimai

    4,757Ver en GitHub↗

    Kimai is an open-source time tracking system that records employee working hours, manages absences, and generates professional invoices from recorded timesheets and expenses. It organizes all time records through a mandatory three-level hierarchy of customer, project, and activity, and supports project budget monitoring with configurable time and money limits. The application is extensible through a plugin system that allows adding custom features, invoice templates, reporting views, and dashboard widgets without modifying core files. It provides a RESTful JSON API for programmatic read and w

    Separates the customer-facing hourly price from the internal cost rate for each time record.

    PHPdoctrineinvoiceinvoicing
    Ver en GitHub↗4,757
  1. Home
  2. DevOps & Infrastructure
  3. Billing Rate Modeling

Explorar subetiquetas

  • Dual Rate ConfigurationsSeparates customer-facing hourly prices from internal cost rates for each time record. **Distinct from Billing Rate Modeling:** Distinct from Billing Rate Modeling: focuses on separating external and internal rates per record, not generating alternative billing views.
  • Hierarchical OverridesLogic for determining the applicable rate based on a priority hierarchy of overrides. **Distinct from Billing Rate Modeling:** Distinct from Billing Rate Modeling: focuses on the priority logic (member > project > org) to determine a single active rate.