How to make custom doctype?

Hello everyone,
Good day,

Please I need steps to make doctype like image below to print multiple barcode for items with specific qty for each item

It is pretty straight forward. You’ll have to create two DocTypes:

  1. Child DocType for Items
  2. Parent DocType

  1. Go to DocType List
  2. Click +Add DocType
  3. First you’ll have to create DocType for items. Give a name to it like Bulk Barcode Printing Items
  4. Check Is Child Table
  5. In the Fields section, Add Row as follows:
  • Item (Type: Link, Options: Item)
  • Barcode (Type: Barcode)
  • Qty (Type: Int)
  • Rate (Type: Float)

Now for the Parent DocType

  1. Go to DocType List
  2. Click +Add DocType
  3. Give it a name like Bulk Barcode Printing
  4. You can check Is Single if you are not planning to create multiple documents under this.
  5. In the Fields section, Add Row as follows:
  • Date (Type: Date)
  • Items (Type: Table, Options: Bulk Barcode Printing Items)

That’s it. Here you go:

Thank you for your help

in the doctype field Module* what do I choose?
and after this how do I print stickers in custom print format?

I do not see the print button

I’m trying to assign my custom print format to doctype(Bulk Barcode Printing) but I still don’t see the print button