indico / indico/indico-plugins
Allow customized invoice number
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 35
- Forks
- 54
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 3
Description
> I need an invoice number (also for possible other payment plugins) that is compatible to our books (e.g. the correct cost center)
Currently it's hardcoded:
It would be nice to allow some placeholders to be configured, just like we do in payment_manual. There would be an option in the plugin's settings for the default and another one in the plugin's event settings so it can be customized on the event level.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the payment plugin code that renders the shown hidden invoice input and review how placeholder configuration works in payment_manual. The work is done when a default invoice-number pattern can be configured in plugin settings and overridden in event settings, including the requested cost-center-compatible placeholders.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- payments
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100