When editign a new offer or invoice, we should be able to insert re-useable line items.
Therefor it would be nice to have a catalog of products.
Data
title
text
image
supplier_url
price
category / tag
Maybe, we can also store a cache of used items that haven’t been explicitly stored in the catalog.
Both, catalog items and cached items should be available to insert as a new line item.
MVP:
Add Types, Models, Controllers, Routes, etc.
Overview Page
Filter by categoy
Product Editor
Insert into invoice
Later:
Attachments
More images
When editign a new offer or invoice, we should be able to insert re-useable line items.
Therefor it would be nice to have a catalog of products.
| **Data** |
| :-- |
| `title` |
| `text` |
| `image` |
| `supplier_url` |
| `price` |
| `category / tag` |
Maybe, we can also store a cache of used items that haven’t been explicitly stored in the catalog.
Both, catalog items and cached items should be available to insert as a new line item.
MVP:
- [x] Add Types, Models, Controllers, Routes, etc.
- [x] Overview Page
- [x] Filter by categoy
- [ ] Product Editor
- [x] Insert into invoice
Later:
- Attachments
- More images
vollstock
added this to the 0.9 milestone 2025-12-04 11:29:36 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When editign a new offer or invoice, we should be able to insert re-useable line items.
Therefor it would be nice to have a catalog of products.
titletextimagesupplier_urlpricecategory / tagMaybe, we can also store a cache of used items that haven’t been explicitly stored in the catalog.
Both, catalog items and cached items should be available to insert as a new line item.
MVP:
Later: