mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
* Add new models for SalesOrder - Create generic Order and OrderLine models with common functionality * Refactor - Move some widgets around - Cleanup directory structure * Add link to home screen and nav drawer * Add SalesOrder list widget * Linting fixes * Fix string * Refactor PurchaseOrderDetailWidget * Tweaks to existing code * linting * Fixes for drawer widget * Add "detail" page for SalesOrder * Add more tiles to SalesOrder detail * Allow editing of salesorder * add list filters for sales orders * Display list of line items * Customer updates - Display customer icon on home screen - Fetch sales orders for customer detail page * Cleanup company detail view * Create new sales order from list * Stricter typing for formFields method * Create new PurchaseOrder and SalesOrder from company deatil * Status code updates - Add function for name comparison - Remove hard-coded values * Update view permission checks for home widget * Add ability to manually add SalesOrderLineItem * Add nice progress bar widgets * Display detail view for sales order line item * edit SalesOrderLineItem * Fix unused import * Hide "shipped items" tab - Will be added in a future update
InvenTree Translation Files
This directory contains translation files for the InvenTree mobile app.
File Structure
Translation Source File - app_en.arb
This file contains the source strings for translating. If you want to add a new translatable string to the app, is must be added to this file!
Translated Files - /app_arb
Each directory contains a single translation output file, generated by the crowdin translation service. Do not edit these files
collected - Collected files
Before building the app, the translation files are collected from the various directories into a single directory, so they can be accessed by the app.
Translating
DO NOT EDIT THE TRANSLATION FILES DIRECTLY!
Translation files are crowd sourced using the crowdin service. Contributions are welcomed (and encouraged!)