Hello,
I have a need from the accounting department to be able to change the invoice number and quote numbers. Is this possible? Can I change the code somewhere to change it from read only to editable?
Thanks.
Hello,
I have a need from the accounting department to be able to change the invoice number and quote numbers. Is this possible? Can I change the code somewhere to change it from read only to editable?
Thanks.
Hi pt1xoom.
Navigate to custom/modules/AOS_Quotes or custom/modules/AOS_Invoices
Find this piece of code.
1 =>
array (
0 =>
array (
‘name’ => ‘number’,
‘label’ => ‘LBL_QUOTE_NUMBER’,
‘customCode’ => ‘{$fields.number.value}’, // REMOVE THIS LINE
),
Log in as an Admin, go to admin -> repair -> click repair and rebuild.
If you do not have the file I mentioned, go into studio and change something in the edit view and save it, this will generate the file needed.
Thanks
Lewis
Is this refering to the quickcreatedefs.pfp file in …/AOS_Invoices/metadata/ -subfolder?
Hello. Lewis!
I also need to change invoice number (every year in Russian), but you method is not work.
May you explain more exactly how to change number in invoices?