Querystrings
Some pages feature querystrings to ease testing and deep linking.
Ref : https://dev.react-doc.phpr.link/structure/query-strings#list-of-query-strings
/login
Login can be automated by entering these query strings:
username— Ex:username=Userthe username to login withpassword— Ex:password=Passthe password to login withpassECS— Ex:passECS=Passthe password (Encoded, Ciphered, Salted) to login with
/informations
Available query strings:
id— Ex:id=2gets the invoice with this id and edits that invoiceclient— Ex:client=4sets the select input client with the client at this id in the selectditributionType— Ex:ditributionType=1sets the select input distribution type with the distribution type at this id in the selecttype— Ex:type=5sets the select input type with the type at this id in the selectstatus— Ex:status=5sets the select input status with the status at this id in the select
/*/lines
Available query strings:
generateInventory— Ex:generateInventory=truegenerates inventory for all the products in linesmanualLine— Ex:manualLine=truethe manual line dialog will be opencode— Ex:code=Abc123sets the code input in manual line dialogprice— Ex:price=13sets the price input in manual line dialogquantity— Ex:quantity=3sets the quantity input in manual line dialogtype— Ex:type=1sets the type id in the select type in manual line dialogslug— Ex:slug=Abc123sets the slug input in manual line dialog
Last updated on