Paste CSV data exported from the dashboard (Date,Store,Platform,ASIN,Product,Revenue,COGS,PlatformFees,Shipping,OtherCosts,Notes) Amazon FBA fee calculator and FBA vs FBM calculator
配置后可通过 cron 定时发送周报/月报到指定邮箱
服务器已安装定时任务脚本,保存邮箱设置后运行以下命令启用周报:
# 添加每周一早上9点发送周报 crontab -e # 添加一行: 0 9 * * 1 /root/profit-report-cron.sh