Browse Source

Changed Print Format files to lowercase

develop
Anand Doshi 11 years ago
parent
commit
4c83e407a9
  1. 13
      erpnext/accounts/Print Format/SalesInvoice/SalesInvoice.json
  2. 0
      erpnext/accounts/print_format/__init__.py
  3. 0
      erpnext/accounts/print_format/cheque_printing_format/cheque_printing_format.json
  4. 0
      erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.json
  5. 0
      erpnext/accounts/print_format/pos_invoice/pos_invoice.json
  6. 0
      erpnext/accounts/print_format/sales_invoice/__init__.py
  7. 0
      erpnext/accounts/print_format/sales_invoice/sales_invoice.html
  8. 14
      erpnext/accounts/print_format/sales_invoice/sales_invoice.json
  9. 0
      erpnext/accounts/print_format/sales_invoice_classic/sales_invoice_classic.json
  10. 0
      erpnext/accounts/print_format/sales_invoice_modern/sales_invoice_modern.json
  11. 0
      erpnext/accounts/print_format/sales_invoice_spartan/sales_invoice_spartan.json
  12. 0
      erpnext/buying/print_format/purchase_order_classic/purchase_order_classic.json
  13. 0
      erpnext/buying/print_format/purchase_order_modern/purchase_order_modern.json
  14. 0
      erpnext/buying/print_format/purchase_order_spartan/purchase_order_spartan.json
  15. 1
      erpnext/patches.txt
  16. 0
      erpnext/selling/print_format/quotation_classic/quotation_classic.json
  17. 0
      erpnext/selling/print_format/quotation_modern/quotation_modern.json
  18. 0
      erpnext/selling/print_format/quotation_spartan/quotation_spartan.json
  19. 0
      erpnext/selling/print_format/sales_order_classic/sales_order_classic.json
  20. 0
      erpnext/selling/print_format/sales_order_modern/sales_order_modern.json
  21. 0
      erpnext/selling/print_format/sales_order_spartan/sales_order_spartan.json
  22. 0
      erpnext/stock/print_format/delivery_note_classic/delivery_note_classic.json
  23. 0
      erpnext/stock/print_format/delivery_note_modern/delivery_note_modern.json
  24. 0
      erpnext/stock/print_format/delivery_note_packing_list_wise/delivery_note_packing_list_wise.json
  25. 0
      erpnext/stock/print_format/delivery_note_spartan/delivery_note_spartan.json

13
erpnext/accounts/Print Format/SalesInvoice/SalesInvoice.json

@ -1,13 +0,0 @@
{
"creation": "2013-03-21 15:24:28",
"doc_type": "Sales Invoice",
"docstatus": 0,
"doctype": "Print Format",
"idx": 1,
"modified": "2014-05-13 16:07:19.310755",
"modified_by": "Administrator",
"module": "Accounts",
"name": "SalesInvoice",
"owner": "Administrator",
"standard": "Yes"
}

0
erpnext/accounts/print_format/__init__.py

0
erpnext/accounts/Print Format/Cheque Printing Format/Cheque Printing Format.json → erpnext/accounts/print_format/cheque_printing_format/cheque_printing_format.json

0
erpnext/accounts/Print Format/Payment Receipt Voucher/Payment Receipt Voucher.json → erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.json

0
erpnext/accounts/Print Format/POS Invoice/POS Invoice.json → erpnext/accounts/print_format/pos_invoice/pos_invoice.json

0
erpnext/accounts/print_format/sales_invoice/__init__.py

0
erpnext/accounts/Print Format/SalesInvoice/SalesInvoice.html → erpnext/accounts/print_format/sales_invoice/sales_invoice.html

14
erpnext/accounts/print_format/sales_invoice/sales_invoice.json

@ -0,0 +1,14 @@
{
"creation": "2013-03-21 15:24:28",
"doc_type": "Sales Invoice",
"docstatus": 0,
"doctype": "Print Format",
"idx": 1,
"modified": "2014-05-13 17:51:43.245831",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Sales Invoice",
"owner": "Administrator",
"print_format_type": "Server",
"standard": "Yes"
}

0
erpnext/accounts/Print Format/Sales Invoice Classic/Sales Invoice Classic.json → erpnext/accounts/print_format/sales_invoice_classic/sales_invoice_classic.json

0
erpnext/accounts/Print Format/Sales Invoice Modern/Sales Invoice Modern.json → erpnext/accounts/print_format/sales_invoice_modern/sales_invoice_modern.json

0
erpnext/accounts/Print Format/Sales Invoice Spartan/Sales Invoice Spartan.json → erpnext/accounts/print_format/sales_invoice_spartan/sales_invoice_spartan.json

0
erpnext/buying/Print Format/Purchase Order Classic/Purchase Order Classic.json → erpnext/buying/print_format/purchase_order_classic/purchase_order_classic.json

0
erpnext/buying/Print Format/Purchase Order Modern/Purchase Order Modern.json → erpnext/buying/print_format/purchase_order_modern/purchase_order_modern.json

0
erpnext/buying/Print Format/Purchase Order Spartan/Purchase Order Spartan.json → erpnext/buying/print_format/purchase_order_spartan/purchase_order_spartan.json

1
erpnext/patches.txt

@ -40,3 +40,4 @@ execute:frappe.delete_doc("DocType", "Grade")
erpnext.patches.v4_0.remove_india_specific_fields
execute:frappe.delete_doc_if_exists("DocType", "Warehouse User")
execute:frappe.db.sql("delete from `tabWebsite Item Group` where ifnull(item_group, '')=''")
execute:frappe.delete_doc("Print Format", "SalesInvoice")

0
erpnext/selling/Print Format/Quotation Classic/Quotation Classic.json → erpnext/selling/print_format/quotation_classic/quotation_classic.json

0
erpnext/selling/Print Format/Quotation Modern/Quotation Modern.json → erpnext/selling/print_format/quotation_modern/quotation_modern.json

0
erpnext/selling/Print Format/Quotation Spartan/Quotation Spartan.json → erpnext/selling/print_format/quotation_spartan/quotation_spartan.json

0
erpnext/selling/Print Format/Sales Order Classic/Sales Order Classic.json → erpnext/selling/print_format/sales_order_classic/sales_order_classic.json

0
erpnext/selling/Print Format/Sales Order Modern/Sales Order Modern.json → erpnext/selling/print_format/sales_order_modern/sales_order_modern.json

0
erpnext/selling/Print Format/Sales Order Spartan/Sales Order Spartan.json → erpnext/selling/print_format/sales_order_spartan/sales_order_spartan.json

0
erpnext/stock/Print Format/Delivery Note Classic/Delivery Note Classic.json → erpnext/stock/print_format/delivery_note_classic/delivery_note_classic.json

0
erpnext/stock/Print Format/Delivery Note Modern/Delivery Note Modern.json → erpnext/stock/print_format/delivery_note_modern/delivery_note_modern.json

0
erpnext/stock/Print Format/Delivery Note Packing List Wise/Delivery Note Packing List Wise.json → erpnext/stock/print_format/delivery_note_packing_list_wise/delivery_note_packing_list_wise.json

0
erpnext/stock/Print Format/Delivery Note Spartan/Delivery Note Spartan.json → erpnext/stock/print_format/delivery_note_spartan/delivery_note_spartan.json

Loading…
Cancel
Save