2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 05:06:43 +00:00

862 Commits

Author SHA1 Message Date
Miklós Márton
71dc9cb0a5
Fix wrtie - write typo (#476) 2023-04-22 06:59:03 +10:00
Oliver
defba77312
Update docs for report mixin (#475) 2023-04-21 14:22:53 +10:00
Oliver
9282869fd9
Update app screenshots (#474) 2023-04-20 23:05:33 +10:00
Oliver
7f0f94d923
Add report mixin page (#473)
* Add report mixin page

* Add example

* Add link from report page
2023-04-20 16:23:40 +10:00
Oliver
26c4658de6
From 0.12.0 release notes will only be on github (#472) 2023-04-20 14:20:30 +10:00
Michael
b2af3e2a96
Added context variables for purchase orders (#471)
* Changed IDs of pictures

* Added context variables for pruchase order

* Name change

* Removed PO variables from context_variables because of double

* Typo
2023-04-20 06:50:22 +10:00
Oliver
148e2bfa94
Updates for 0.11.0 (#468)
* Add release entry for 0.11.x

* Add note about default reports.

* Add brief documentation on report filtering

* Add images for report filter selection

* More report docs

* Cleanup

* Fix filter docs for TestReport

* Update context variables for TestReport

* Add context variable information for purchase order

* Updates for sales order report docs
2023-04-18 00:08:46 +10:00
Oliver
7ced6adc1e
Static file doc improvements (#467)
* Adds new page regarding serving static and media files

* Updated doc links
2023-04-16 21:28:21 +10:00
Oliver
6765031fb1
App dark mode (#466)
* Update app settings

* Update image

* more updates

* Update screenshots
2023-04-16 21:08:34 +10:00
Michael
fe88ba750b
Changed IDs of pictures (#464) 2023-04-12 20:55:10 +10:00
Michael
edf15eb538
Added another example for a custom panel (#461)
* started python API reference guide

* Added test to the API reference guide

* Added Price break

* added context variables to the build section

* Cleand up build section and added new example

* Fine tuning

* fixed picture

* removed unfinished python reference guide

* Added allocated_stock to the build rreport

* Added contect variables for user model

* Added link to user in build.md

* Fixed misunderstanding of can_complete

* Added context variables for Suppliers

* Fixed typos

* Added example for a warehouse pick list

* Added path trick to the picklist example

* Corrected typo

* Added context variables for stock locations

* changed some wordings

* Added a remark for get_setting

* Added example on int validator

* Added panel plugin example

* fixed typos

* Added button examples

* Formatting

* Fixed typos
2023-04-10 17:01:38 +10:00
Oliver
73534e9a96
App update docs (#462)
* Add "nagivation" page for app

* Updates

* Add separate screen for search results

* Screenshot updates
2023-04-09 00:04:50 +10:00
Oliver
14a3db3d5b
Order status codes (#460)
* Add status code information for Sales Orders

* Add status codes for purchase orders
2023-03-30 23:53:37 +11:00
Oliver
b4985d21eb
Return orders (#459)
* Add page for return orders

* Add some intro patter, images

* More docs and images

* Add page for return order reports

* Add doc for return order report functionality

* Updates for report docs

* Updates
2023-03-29 20:46:45 +11:00
Oliver
23f4399119
Update config.md (#457)
Fix typo.

Closes https://github.com/inventree/inventree-docs/issues/456
2023-03-23 12:51:55 +11:00
Philipp Fruck
81a29adc3d
fix typo in UrlsMixin usage (#454) 2023-03-20 07:54:14 +11:00
42CrMo4
05936b1444
correct create Manufacturer Part (#453) 2023-03-19 12:07:39 +11:00
Oliver
5c6981d016
Report pricing data (#451)
* Add documentation for currency rendering

* Fix typo
2023-03-08 22:27:37 +11:00
Oliver
af26664164
Update example for validation mixin plugin (#450) 2023-03-07 22:50:09 +11:00
Oliver
7e9283e5e4
Update installation docs for bare metal (#449)
- Remove references to explicit paths
- Link back to the config page
2023-03-05 21:33:21 +11:00
Oliver
2b8590eb5d
Report maths (#448)
* Rename file

* Expand conditional example

* Add documentation for using media variables
2023-03-04 10:01:16 +11:00
Oliver
21e3c0fd3e
Improve documentation around user settings (#447) 2023-02-25 14:30:42 +11:00
Oliver
7f78b132e8
Add simple docs about part images (#446) 2023-02-20 20:35:43 +11:00
Oliver
2d0f0e7b42
Docs updates (#445)
* Improve docs for FAQ

* Add tip for long-press on back button
2023-02-18 16:44:00 +11:00
Oliver
11e32cc840
Documentation for stocktake reports (#443) 2023-02-17 11:43:01 +11:00
Philipp Fruck
f06c7961b0
Document environment variables used to configure CORS and allowed_hosts (#444)
* add env vars to configure CORS and allowed_hosts

Adds documentation for the environment variables introduced in
https://github.com/inventree/InvenTree/pull/4355

* add whitespaces removed by autoformatter

whitespaces are required to enforce markdown linebreaks

Co-authored-by: Matthias Mair <code@mjmair.com>

---------

Co-authored-by: Matthias Mair <code@mjmair.com>
2023-02-17 10:53:37 +11:00
Michael
90d842d6f9
Left some words on the settings mixin (#442)
* started python API reference guide

* Added test to the API reference guide

* Added Price break

* added context variables to the build section

* Cleand up build section and added new example

* Fine tuning

* fixed picture

* removed unfinished python reference guide

* Added allocated_stock to the build rreport

* Added contect variables for user model

* Added link to user in build.md

* Fixed misunderstanding of can_complete

* Added context variables for Suppliers

* Fixed typos

* Added example for a warehouse pick list

* Added path trick to the picklist example

* Corrected typo

* Added context variables for stock locations

* changed some wordings

* Added a remark for get_setting

* Added example on int validator
2023-02-13 08:25:58 +11:00
Matthias Mair
4217bef85a
Merge pull request #440 from matmair/add-release-docs
Add release section for 0.10.x
2023-02-07 20:48:21 +01:00
Matthias Mair
9fe6edd54b
fix references 2023-02-07 20:45:47 +01:00
Matthias Mair
c28a07b76a
add release section for 0.10.x 2023-02-07 16:34:37 +01:00
Matthias Mair
fa6f20ff4d
Shorter urls for install (#439)
* Enable shorter install url  - update links
Fixes #417

* save filename
2023-02-05 10:57:09 +11:00
Oliver
49ac67ff9b
Config file docs (#438)
* Remove misleading hard-coded config file path

* Clean up documentation about configuration file
2023-02-04 09:16:30 +11:00
Oliver
a707538e5b
Python currency support (#437)
* Adds page for python currency support docs

* Currency docs

* Add info on manual currency update
2023-02-03 12:22:31 +11:00
Oliver
16ae370788
Update docker compose commands (#436) 2023-02-03 09:49:51 +11:00
Oliver
41e89c06ef
Update reference.md (#434)
Fix typo
2023-02-02 17:31:16 +11:00
Oliver
1f2598b748
Reference (#433)
* Adds page documenting reference strings

* Cleanup existing reference field documentation
2023-02-02 09:48:48 +11:00
KT
b8370aaea1
Remove dashes from docker-compose (#430)
docker-compose.yml is for Compose V2

Co-authored-by: Konstantin Tyurin <dxr3x@pm.me>
2023-01-28 22:16:32 +11:00
Oliver
ad3a9d5ae9
Add note about skipping backup during update step (#428) 2023-01-26 23:44:31 +11:00
Michael
c0dc36ced6
Added variables for stock location (#423)
* started python API reference guide

* Added test to the API reference guide

* Added Price break

* added context variables to the build section

* Cleand up build section and added new example

* Fine tuning

* fixed picture

* removed unfinished python reference guide

* Added allocated_stock to the build rreport

* Added contect variables for user model

* Added link to user in build.md

* Fixed misunderstanding of can_complete

* Added context variables for Suppliers

* Fixed typos

* Added example for a warehouse pick list

* Added path trick to the picklist example

* Corrected typo

* Added context variables for stock locations

* changed some wordings
2023-01-25 12:50:58 +11:00
Francois
df6b2406aa
Updated stock ownership doc (#424) 2023-01-25 12:50:18 +11:00
Michael
e913095abe
Added path trick to the picklist example (#416)
* started python API reference guide

* Added test to the API reference guide

* Added Price break

* added context variables to the build section

* Cleand up build section and added new example

* Fine tuning

* fixed picture

* removed unfinished python reference guide

* Added allocated_stock to the build rreport

* Added contect variables for user model

* Added link to user in build.md

* Fixed misunderstanding of can_complete

* Added context variables for Suppliers

* Fixed typos

* Added example for a warehouse pick list

* Added path trick to the picklist example

* Corrected typo
2023-01-10 09:09:16 +11:00
Matthias Mair
854bdb16d1
Changes for SSO (#419)
* Changes for https://github.com/inventree/InvenTree/pull/4171

* Changes for https://github.com/inventree/InvenTree/pull/4172

* fix spelling
2023-01-10 09:07:15 +11:00
Oliver
6958e56daa
Backup docs (#421)
* Add new page for documenting backup procedure

* Add info on backup procedure

* Add info on auto-backup setting

* Tweaks

* Add admonition

* Update docs for backup-during-update
2023-01-10 00:22:07 +11:00
Oliver
67b97f1e4d
Add documentation for SSO callback URL (#418) 2023-01-08 00:29:00 +11:00
Oliver
be689a6f1e
Sso docs (#414)
* Add tip and fix link

* Add cross link

* Add example image for configuration file

* Expand SSO docs
2023-01-03 23:30:49 +11:00
Oliver
d8d9ff6c49
Update faq.md (#413)
Add note on minimum invoke version

Ref: https://github.com/inventree/InvenTree/issues/4135
2023-01-03 12:20:29 +11:00
Michael
65773f0706
Add picklist example (#412)
* started python API reference guide

* Added test to the API reference guide

* Added Price break

* added context variables to the build section

* Cleand up build section and added new example

* Fine tuning

* fixed picture

* removed unfinished python reference guide

* Added allocated_stock to the build rreport

* Added contect variables for user model

* Added link to user in build.md

* Fixed misunderstanding of can_complete

* Added context variables for Suppliers

* Fixed typos

* Added example for a warehouse pick list
2023-01-02 22:09:09 +11:00
Matthias Mair
e5d388d9ad
Add inventree-apprise (#411) 2023-01-02 08:47:28 +11:00
Oliver
d87b081c92
Update MFA.md (#410)
Spelling fix
2022-12-31 22:58:09 +11:00
Michael
ce6a5e67db
Added context variables for suppliers (#409)
* started python API reference guide

* Added test to the API reference guide

* Added Price break

* added context variables to the build section

* Cleand up build section and added new example

* Fine tuning

* fixed picture

* removed unfinished python reference guide

* Added allocated_stock to the build rreport

* Added contect variables for user model

* Added link to user in build.md

* Fixed misunderstanding of can_complete

* Added context variables for Suppliers

* Fixed typos
2022-12-30 20:59:11 +11:00