tuttle-dev / tuttle

🪰 Tuttle - time and money management for freelancers
GNU General Public License v3.0
62 stars 12 forks source link

Dialog: New Invoice #136

Closed vlad-ed-git closed 1 year ago

clstaudt commented 1 year ago

@vlad-ed-git please note: the invoice number is automatically generated (Invoice.generate_number) according to a schema that the user can select. So a free text field to enter it shouldn't be there.

vlad-ed-git commented 1 year ago

*okay noted. Is this generated during saving (in which case when I pass Invoice entity to be store it should have no number set ) or do I call a generate number method when the user is adding other info (like date)?

On Friday, January 13, 2023, Christian Staudt @.***> wrote:

@vlad-ed-git https://github.com/vlad-ed-git please note: the invoice number is automatically generated according to a schema that the user can select. So a free text field to enter it shouldn't be there.

— Reply to this email directly, view it on GitHub https://github.com/tuttle-dev/tuttle/issues/136#issuecomment-1381405706, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJGBW67E3HHYJMEKJIC5C43WSD6CFANCNFSM6AAAAAATZMXDKY . You are receiving this because you were mentioned.Message ID: @.***>

vlad-ed-git commented 1 year ago

Fixed : Invoice number has been set to uneditable.