Devadatta Sahoo

Results 19 comments of Devadatta Sahoo

You said: https://github.com/go-vikunja/vikunja/issues/272#issuecomment-2165803796 I've added an item to the backlog about this - for the web version. Could you please point me to the ticket at https://kolaente.dev/ ?

Please check https://kolaente.dev/vikunja/vikunja/issues/2441 and the corresponding PR at https://kolaente.dev/vikunja/vikunja/pulls/2442

This can be done by just Altering the quantity column from BIGINT to DECIMAL

This has to be done in the database, here is the query: ```sql ALTER TABLE `invoice_item` MODIFY COLUMN `quantity` DECIMAL(10,3); ```

Ideally the Invoice Item should have a Title and a Description. But if it's only Title then making it a long text would help.

@BelleNottelling Please check https://github.com/FOSSBilling/FOSSBilling/pull/2331 and see if this could solve it till we have separate title and description fields.

One important use-case is multi-line descriptions of line items.