Hello
I need some important information to be saved with each Naming Series for the some documents (for example Invoices) For example, for each numbering series for the Invoices, i must save and print in each invoice, a unique code for each series, a start date and last date and last number
For example
INV00001 - Startdate :01/01/2017 - LastDate :31/03/2017 - ID :AABC7C
Regards
Hector
JoEz
February 3, 2017, 4:52pm
#2
Add 3 custom field invoice doctype:
start_date as date
last_date as date
Id as data
and save the values u need to save.
the issue is that the information is linked to the naming series. For example if a create 2 invoice numbering series
INVAA001 - Startdate :01/01/2017 - LastDate :31/03/2017 - ID :AABC7C
INVBB001 - Startdate :01/01/2017 - LastDate :31/03/2017 - ID :DC5G17
so all invoice documents in INVAA001 named series should have the same Startdate ,LastDate , ID ,document numbers INVAA001,INVAA002,etc
Regards
Hector
JoEz
February 3, 2017, 5:30pm
#4
Sorry i’m not getting your point …
Sorry
For example a created a Document Numbering for invoice called INVAA
INVAA - Startdate :01/01/2017 - LastDate :31/03/2017 - ID :AABC7C
++INVAA0001 Invoice
++INVAA0002 Invoice
++INVAA0003 Invoice
…
INVBB - Startdate :01/01/2017 - LastDate :31/03/2017 - ID :DC5G17
++INVBB0001 Invoice
++INVBB0002 Invoice
++INVBB0003 Invoice
…
something like that
Hello
a have to print in each invoice that information. It is a legal requirment i have. I thought it would be easier to do with custom fields.
Any suggestions ?
Regards
Hector
Hello
How do you recomend i can resolve these issue ?
Regards
Hector