This commit is contained in:
@@ -96,6 +96,13 @@ Tag extension should have tag picker instead of empty field in cases where you a
|
||||
Tag extension to report results of operation? i.e. how many tags deleted etc
|
||||
Tag extension or any extension refresh main data table it was run from after operation (so can see results) automatically
|
||||
Default warehouse try to enter a tag bombs with error likely due to read only nature of default or missing the empty array maybe in it's record? (though tags is supposed to handle that now?!?)
|
||||
PartInventory data table errors out when click on column selector (see if others have same issue once figure out what the issue is)
|
||||
PO form Hide serial field until an ID is set (i.e. don't show 0)
|
||||
PO FOrm serial field read only unless superuser??
|
||||
PO item to show part Name field as well but be hideable in customize form?
|
||||
number is always present, name optional?
|
||||
PO item not showing taxaviz and taxbviz
|
||||
PO item Receive button confusing as it receives all, maybe change text to receive all or append the quantity ordered at the end of the text of the button, like Receive 3
|
||||
.....
|
||||
|
||||
|
||||
@@ -1132,7 +1139,7 @@ NAMED Action symbol "magnifying glass" = Search [I AGREE]
|
||||
NAMED aspect "bell" = Notification(s) [I AGREE]
|
||||
UNSURE when viewing a list, on the right are two actions, one is the Refresh, and the other is a box with vertical line in it that click on to set what columns display - we need a standard name to always call this please. what about Column Setter? [Columns selector]
|
||||
UNSURE next to the word Filter is what looks like an edit button - shall this be called Filter Edit? [it's for saved filters so "filter manager" maybe?]
|
||||
UNSURE The actual page where a specific record is viewed/edited - i.e. the Customer "form" or is it to be commonly called the Customer "record" or the Customer "page" or ? [Not sure, I guess "form" is pretty generic, "Page" is technically more correct for a web page which is what it is. "Record" works to but is technically more about the data itself like "A customer record can be edited on the Customer form/page". Form or Page works for me]
|
||||
UNSURE The actual page where a specific record is viewed/edited - i.e. the Customer "form" or is it to be commonly called the Customer "record" or the Customer "page" or ? [I would go with "Form"]
|
||||
UNSURE what we used to call a grid in AyaNova 7 do we call a "listview" (I don't want to call it a "list" as its MORE than a list... [I've been calling them "DataTable" in code. technically it's a table so "Data table" works.]
|
||||
UNSURE a dropdown list to select a specific record name such as Dropship to Customer and select a customer = DROPDOWN LIST ["Select list" is how it's been translated already, I'd stick with that]
|
||||
|
||||
@@ -1169,6 +1176,7 @@ Also too - Default warehouse had NO original tags added during sample data seedi
|
||||
Part Assemblies
|
||||
******************
|
||||
ME LIKE - I see can now add parts AND their quantities woohooo I am expecting that in a workorder will be able to add a part assembly and it will populate the Parts with all those in the part assembly as a time-saving as well as (most important for our users) that they don't forget certain parts that all have to go together
|
||||
[yes will have selection list for assemblies where a part can be selected too]
|
||||
|
||||
|
||||
|
||||
@@ -1181,18 +1189,21 @@ Error occurs Name:TypeError, Message:Cannot read property 'fieldKey' of undefine
|
||||
|
||||
**also get same error message when access by: select Part Inventory list, click on the square with line disecting it (the action button where you set what columns to show for a list)
|
||||
|
||||
|
||||
[Will fix]
|
||||
|
||||
**************************
|
||||
PO
|
||||
*************************
|
||||
|
||||
Is this as expected? when first creating a PO, I see that the "un-saved" record shows the number 0. ( I do see that as soon as saved, the field is auto-populated if WAS not filled in by the end user)
|
||||
[Yes, every object starts out as ID 0 when you click new and only gets an ID once it's saved. You just see it in the PO. I'll make a note to hide the serial field until there is an ID]
|
||||
|
||||
Is this as expected? Statuses don't automatically change at ANY point .... I take it that the status is FULLY up to the user. And the default appears to be Open - On Order UNLESS the end-user themselves actually changes it.
|
||||
Is this as expected? Statuses don't automatically change at ANY point .... I take it that the status is FULLY up to the user. And the default appears to be Open - On Order UNLESS the end-user themselves actually changes it.
|
||||
[Yes, completely up to user how they choose to use it. It's so different in how it works I struggled to find a system that woudl work automatically and not get in the way. The status before was tied to how it worked but it doesn't work that way anymore and technically users could just hide it if they don't use it. If you have any suggestions on something different I can look into it, just couldn't think of a clean automatic system at the time]
|
||||
|
||||
ISSUE **PO numbers duplicating:
|
||||
the last generated PO # was 22. I edited an existing PO 17 to use PO 24, saved, all good. Created another po while testing stuff it used 23. And then I created another PO and I expected this PO to jump 24 and instead be labeled 25 BUT it TOO automatically set itself to number 24. So now I have TWO pos with number 24 (yes yes me as enduser can go in and change, so is this expected that numbers WILL ALWAYS be whatever raven decides and never actually follow +1 from the last biggest number?)
|
||||
[Yes this is still a work in progress. I thought originally it might be a cool idea to make it editable or at least in case there was an issue or something but how you saw it working is how it works, it doesn't take into account existing records and needs a command to the db to reset the seed number separately. I could make some code that checks on save if the PO serial has been overridden and tries to force the serial number seed value to change but saw all kinds of potential issues around that too. (performance issues, could mess up another user also saving a new PO at the same time; user could accidentally enter a huge number and then it's stuck dishing out more huge numbers automatically etc). I was thinking maybe make it read only except for the superuser account only who could login to make changes and separately reset the next serial seed number in Global settings to avoid the issue you found with duplicate numbers. What are your thoughts on this?]
|
||||
|
||||
|
||||
|
||||
@@ -1202,22 +1213,29 @@ PO Items
|
||||
***************************
|
||||
|
||||
**Use - PO items show only part number and do not show nor have option to show the part name. Part Name AND Part Number are usually the minimum to show
|
||||
[I *really* wanted to ditch Name (or Number, just have one only) but kept it only because of v7. I can add name as an option they can hide maybe, I'll look into it]
|
||||
|
||||
***Where does a user set which default Tax is when purchasing? Normally this would be in Global Settings, but isn't there?
|
||||
[Yes it will be there, hadn't coded it yet]
|
||||
|
||||
**Tax applied in sample POs Items is all "Sales & Goods" - not sure why all defaulted to this? Is this a tax that YOU set to populate when making sample? Again this is so that sample data actually makes sense for someone taking a quick look.
|
||||
[Yes sample test data, just a random item I picked for generating test data. Actual final sample data for evaluation will all be needed to look at]
|
||||
|
||||
**where is list view of PO Items (not just POs), like with AyaNova 7?
|
||||
I guess depends on what is the purpose of such a list, and is the INventory transactions useful instead?
|
||||
For example, I wanted to find what POs a specific part was ordered through, AND I used the Inventory Transactions listview, filtering it, so the need for a PO Items listview depends if there is something can not do with Inventory Transactions............
|
||||
[No separate list for po items is planned unless something comes up]
|
||||
|
||||
ME LIKE - clicking the wizard action button does correctly update the part's actual cost easily - cool
|
||||
|
||||
**Tax amounts do not show in the PO Items? Look at any PO ITem, it shows a Tax Code selected AND the Line Total appears correct BUT the actual individual tax amounts are not populated - i.e. shows Net total $24.03 but nothing for Tax A or Tax B and line total correctly shows $25.71
|
||||
|
||||
[bug, will fix]
|
||||
|
||||
Is this as expected? Have noticed that when editing a PO Item doesn't give option to "undo" or cancel - can you confirm is as expected:
|
||||
i.e. click on Edit action for an existing PO Item -> opens to that PO item record -> click on X for the part warehouse (this is the "accidental") -> click on Exit (as user doesn't remember what was originally selected there) OR click on ESC on keyboard -> the edit screen for the po item disappears BUT if I click on Edit action again, opens showing that there STILL isn't a warehouse selected...... BUT I did notice that when I Exit or ESC that the PO Item listed in the PO does correctly still show the original warehouse selected and if I try to move away I DO get the message about am I sure I want to leave and lose unsaved changes which is fine
|
||||
|
||||
[As expected, when you edit you're live editing the record even in a popup sub-form inside a form. To undo user needs to leave without saving. I did not implement undo anywhere in v8, would require a whole other system of tracking changes etc. Looked into it but it's pretty ugly code and would have impacted peformance and hugely increased size of memory footprint]
|
||||
|
||||
******************
|
||||
Receiving PO ITems:
|
||||
@@ -1225,6 +1243,8 @@ Receiving PO ITems:
|
||||
Is this as expected? - Click on the Edit, opens to the editing of PO. if enter in a specific number to receive (i.e. ordered 5 received 2), didn't realize that clicking Receive causes ALL to be received.
|
||||
I understadn that majority clicking on Receive works best - AND if want to receive partially, need to click ONLY on Save. BUT did want to point out that it is not obvious. Then again, don't want it to be overly with info and user can see AND can edit...
|
||||
|
||||
[I could change the translation text to "receive all" or put the "ordered" amount to the right of the Receive text so it says "Receive 3" for example? What are you thoughts on that?]
|
||||
|
||||
Editing a PO such as adding another item to its order (not received) that has been set to Closed - Fully Received. Doesn't do anything in response. Stays at the old status. I understand that status is up to the user, but nothing? not even a "item added, status may not be relevant" or something? Or anything? How is this going to be advertised to the end user - "do whatever you want..."
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user