Custom fields in naming series

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

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

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

it seems u need a report

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

no sorry

Hello

How do you recomend i can resolve these issue ?

Regards

Hector