add FOC,VOID remark in Transaction/Sale and new Transaction/Survey

This commit is contained in:
phyusin
2018-03-21 15:07:57 +06:30
parent a30abfb30c
commit 16d60add22
8 changed files with 88 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
class Transactions::SurveysController < ApplicationController
def index
@surveys = Survey.all
end
end