mirror of
https://github.com/AllSpiceIO/cofactr-cogs.git
synced 2025-04-02 21:46:53 +00:00
Compute cost of goods sold (COGS) using Cofactr.
.github | ||
.vscode | ||
.gitignore | ||
action.yml | ||
Dockerfile | ||
entrypoint.py | ||
LICENSE.txt | ||
pyproject.toml | ||
README.md | ||
requirements-test.txt | ||
requirements.txt |
Cofactr COGS
Generate cost of goods sold (COGS) using Cofactr.
Usage
Add the following step to your actions:
- name: Generate COGS using Cofactr
uses: https://hub.allspice.io/Actions/cofactr-cogs@v1
with:
bom_file: bom.csv
bom_part_number_column: Part Number
bom_manufacturer_column: Manufacturer
bom_quantity_column: Quantity
quantities: "1,10,100,1000"
client_id: YOUR_COFACTR_CLIENT_ID
api_key: ${{ secrets.COFACTR_API_KEY }}
output_file: cogs.csv