agritheory / beam

General Purpose 2D barcode scanning for ERPNext
https://agritheory.com/documentation/beam/
Other
20 stars 9 forks source link

docs: document features - first pass #46

Closed agritheory closed 11 months ago

HKuz commented 11 months ago

Latest commits add screen shots and update text for the docs. I came across two potential issues while trying to create screen shots:

Screenshot 2023-07-17 at 6 12 41 PM
agritheory commented 11 months ago

@HKuz

In the Item listview, I simulated scanning a HU for a fruit, and got Page Not Found error. The route was app/item/MAT-PRE-2023-00001 (the purchase receipt name the item was included in where it should have been the item name)

I think we need to make the change to something like this:

# 243 scan/__init__.py
"Item": [{"action": "route", "doctype": "Item", "field": "Item", "target": "target.item_code"}],

When I created Stock Entries of type Material Transfer for Manufacture (off a work order) and a plain Material Transfer, the stock ledger entries didn't have the handling unit attached for any of the items moved. (Screen shot shows one example). I thought this would be automatic - if there's some config I may have missed, I'll make sure to add that to the docs. I'd like to have one screen shot of a stock entry example in there.

I think this is a bug. Let's check the tests to confirm.

I think we need to move the Warehouses section out of Handling Unit and into index.md. This looks great, it feels so much more polished.

github-actions[bot] commented 11 months ago

:tada: This PR is included in version 14.3.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: