mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
31 lines
955 B
JSON
31 lines
955 B
JSON
{
|
|
"field.vendor": "Vendor",
|
|
"field.bill_number": "Bill No.",
|
|
"field.bill_date": "Date",
|
|
"field.due_date": "Due Date",
|
|
"field.reference_no": "Reference No.",
|
|
"field.exchange_rate": "Exchange Rate",
|
|
"field.note": "Note",
|
|
"field.open": "Open",
|
|
"field.entries": "Entries",
|
|
"field.item": "Item",
|
|
"field.item_hint": "Matches the item name or code.",
|
|
"field.rate": "Rate",
|
|
"field.quantity": "Quantity",
|
|
"field.description": "Line Description",
|
|
"field.amount": "Amount",
|
|
"field.payment_amount": "Payment Amount",
|
|
"field.status": "Status",
|
|
"field.status.paid": "Paid",
|
|
"field.status.partially-paid": "Partially Paid",
|
|
"field.status.overdue": "Overdue",
|
|
"field.status.unpaid": "Unpaid",
|
|
"field.status.opened": "Opened",
|
|
"field.status.draft": "Draft",
|
|
"field.created_at": "Created At",
|
|
"allocation_method": "Allocation Method",
|
|
"allocation_method.quantity": "Quantity",
|
|
"allocation_method.value": "Valuation"
|
|
}
|
|
|