Issue with recurring documents

i have this setup it was suppos to make a recurring document but i didnt
there is the setup bellow can someone tell me were did i get wrong

Another thing if i document is not submitte the recurring works?

https://frappe.github.io/erpnext/user/manual/en/accounts/recurring-orders-and-invoices

i have check that, but they are not being generated

have you checked your scheduler is enabled?

frappe@localhost ~/frappe-bench/ $ bench --site whateversitename enable-scheduler

Or
You can manually run scheduler one time

frappe@localhost ~/frappe-bench/ $ bench --site whateversitename execute frappe.utils.scheduler.enqueue_scheduler_events

will check