Browse Source

invoice generation localizations. volosoft/volo#1996

pull/3721/head^2
Alper Ebicoglu 6 years ago
parent
commit
6120c9c8ff
  1. 6
      abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json

6
abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json

@ -115,8 +115,10 @@
"InvoiceDate": "Invoice Date",
"Quantity": "Quantity",
"AddProduct": "Add Product",
"NeedToAddProduct": "Need to add product to generate invoice !",
"AddProductWarning": "You need to add product!",
"TotalPrice": "Total Price",
"Generate": "Generate"
"Generate": "Generate",
"MissingQuantityField": "The quantity field is required!",
"MissingPriceField": "The Price field is required!"
}
}
Loading…
Cancel
Save