feat( financial statment) :sales & purchases by items & inventory query.

This commit is contained in:
elforjani3
2021-03-29 19:32:52 +02:00
parent 0479614b82
commit 95fdaab3ea
10 changed files with 328 additions and 30 deletions

View File

@@ -1037,4 +1037,16 @@ export default {
currency_sign: 'Currency sign',
cannot_change_item_inventory_account:
'Cannot change item inventory account while the item has transactions.',
purchases_by_items: 'Purchases by items',
quantity_purchased: 'Quantity purchased',
purchase_amount: 'Purchase amount',
average_price: 'Average price',
sales_by_items: 'Sales by items',
sold_quantity: 'Sold quantity',
sold_amount: 'Sold amount',
average_price: 'Average price',
asset_value: 'Asset value',
average: 'Average',
inventory_valuation: 'Inventory valuation',
};