mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-19 09:28:46 +00:00
feat: add four POS Invoice print formats built with the print format builder
Adapted from the Sales Invoice formats: nearly identical field shape (customer_name, address_display, company_address_display, posting_date, due_date, total, in_words all exist natively on POS Invoice), so only the items table (bound to POS Invoice Item), status field options, and title text needed changing. Each format correctly relabels as "Credit Note" instead of "POS Invoice" when is_return is set. Field types for customer_name/in_words corrected to Data to match POS Invoice's own doctype definition (Sales Invoice defines these as Small Text; POS Invoice does not). No letter head embedded.
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user