Ask, reply and learn. Join the community of Akaunting.
How can I add a new field (Expiration date) to the product page " items " . Can I find help please ?
You need to do a little bit programming to do that:
1. in the Item model you need to add fillable variable array,
2. in the migration, you need to add new date column for table items, then execute the migration.
3. then you need to change the blade-view-template.
how could do it on module?
Please respond Akaunting Team
Showing 1 to 4 of 4 discussions