You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When someone removes an invoice all the lines and payments are removed with it. The thing would be to write a command to restore the invoice and the removed data. Something like:
rake siwapp:invoices:restore[14,15395]
Where 14 is the series_id and 15395 is the invoice number.
The text was updated successfully, but these errors were encountered:
Since the invoice number is removed when invoice is removed, the query to search the invoice to restore should be by series_id and deleted_number (which stores the invoice old number).
When someone removes an invoice all the lines and payments are removed with it. The thing would be to write a command to restore the invoice and the removed data. Something like:
rake siwapp:invoices:restore[14,15395]
Where 14 is the series_id and 15395 is the invoice number.
The text was updated successfully, but these errors were encountered: